Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
SJ3 is is a Japanese input system developed by Sony Corporation.
This package contains the Kana-Kanji conversion library and client utilities.

View File

@@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.3 2012/10/06 14:25:18 asau Exp $
#
.include "../../inputmethod/sj3/Makefile.common"
PKGNAME= ${DISTNAME:S/sj3-/sj3-client-/}
PKGREVISION= 1
COMMENT= SJ3 Japanese input method client & library
CONFLICTS= sj3-lib-[0-9]* sj3-server-bin-[0-9]*
CONFIGURE_ARGS+= --enable-client
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2010/02/15 13:35:21 obache Exp $
bin/sj3dic
bin/sj3stat
include/sj3lib.h
lib/libsj3lib.la
lib/pkgconfig/sj3lib.pc
man/man1/sj3dic.1
share/doc/sj3/Nihongo.ps
share/doc/sj3/sj3lib.ms

View File

@@ -0,0 +1,13 @@
# $NetBSD: buildlink3.mk,v 1.1 2010/02/15 13:35:21 obache Exp $
#
BUILDLINK_TREE+= sj3-client
.if !defined(SJ3_CLIENT_BUILDLINK3_MK)
SJ3_CLIENT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.sj3-client+= sj3-client>=2.0.1.23
BUILDLINK_PKGSRCDIR.sj3-client?= ../../inputmethod/sj3-client
.endif # SJ3_CLIENT_BUILDLINK3_MK
BUILDLINK_TREE+= -sj3-client