pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/libchewing Initial import libchewing-0.2.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f749e9efb5eb
branches:  trunk
changeset: 507174:f749e9efb5eb
user:      rxg <rxg%pkgsrc.org@localhost>
date:      Sat Jan 28 02:42:06 2006 +0000

description:
Initial import libchewing-0.2.7.
The intelligent phonetic input method library.
Ok'ed by wiz.

diffstat:

 inputmethod/libchewing/DESCR         |   2 ++
 inputmethod/libchewing/Makefile      |  17 +++++++++++++++++
 inputmethod/libchewing/PLIST         |  20 ++++++++++++++++++++
 inputmethod/libchewing/buildlink3.mk |  19 +++++++++++++++++++
 inputmethod/libchewing/distinfo      |   5 +++++
 5 files changed, 63 insertions(+), 0 deletions(-)

diffs (83 lines):

diff -r f03c1af13af7 -r f749e9efb5eb inputmethod/libchewing/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/libchewing/DESCR      Sat Jan 28 02:42:06 2006 +0000
@@ -0,0 +1,2 @@
+libchewing is derived from Chewing input method, a xcin module focusing on
+intelligent phonetic processing by lckung and kpchen.
diff -r f03c1af13af7 -r f749e9efb5eb inputmethod/libchewing/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/libchewing/Makefile   Sat Jan 28 02:42:06 2006 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/28 02:42:06 rxg Exp $
+#
+
+DISTNAME=      libchewing-0.2.7
+CATEGORIES=    chinese inputmethod
+MASTER_SITES=  http://chewing.csie.net/download/libchewing/
+
+MAINTAINER=    rxg%NetBSD.org@localhost
+HOMEPAGE=      http://chewing.csie.net/
+COMMENT=       The intelligent phonetic input method library
+
+USE_LIBTOOL=   yes
+GNU_CONFIGURE= yes
+
+PKGCONFIG_OVERRIDE=    chewing.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff -r f03c1af13af7 -r f749e9efb5eb inputmethod/libchewing/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/libchewing/PLIST      Sat Jan 28 02:42:06 2006 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/28 02:42:06 rxg Exp $
+include/chewing/char.h
+include/chewing/chewing.h
+include/chewing/chewingio.h
+include/chewing/chewingutil.h
+include/chewing/dict.h
+include/chewing/global.h
+include/chewing/hanyupinying.h
+include/chewing/hash.h
+include/chewing/userphrase.h
+include/chewing/zuin.h
+lib/libchewing.la
+lib/pkgconfig/chewing.pc
+share/chewing/ch_index.dat
+share/chewing/dict.dat
+share/chewing/fonetree.dat
+share/chewing/ph_index.dat
+share/chewing/us_freq.dat
+@dirrm share/chewing
+@dirrm include/chewing
diff -r f03c1af13af7 -r f749e9efb5eb inputmethod/libchewing/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/libchewing/buildlink3.mk      Sat Jan 28 02:42:06 2006 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/01/28 02:42:06 rxg Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+LIBCHEWING_BUILDLINK3_MK:=     ${LIBCHEWING_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    libchewing
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nlibchewing}
+BUILDLINK_PACKAGES+=   libchewing
+
+.if !empty(LIBCHEWING_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.libchewing+=         libchewing>=0.2.7
+BUILDLINK_RECOMMENDED.libchewing+=     libchewing>=0.2.7
+BUILDLINK_PKGSRCDIR.libchewing?=       ../../inputmethod/libchewing
+.endif # LIBCHEWING_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r f03c1af13af7 -r f749e9efb5eb inputmethod/libchewing/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/libchewing/distinfo   Sat Jan 28 02:42:06 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/01/28 02:42:06 rxg Exp $
+
+SHA1 (libchewing-0.2.7.tar.gz) = 7adcf9d24d3a16af9e580cc41dcd217adef56c8a
+RMD160 (libchewing-0.2.7.tar.gz) = e1b82f093de6d00ff78c8d940489498611ac6ba3
+Size (libchewing-0.2.7.tar.gz) = 1758321 bytes



Home | Main Index | Thread Index | Old Index