Date: Sun, 31 Dec 2017 19:14:12 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457715 - in head/chinese: . libcangjie Message-ID: <201712311914.vBVJEClg095497@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Dec 31 19:14:12 2017 New Revision: 457715 URL: https://svnweb.freebsd.org/changeset/ports/457715 Log: New port: chinese/libcangjie This is a C library implementing the Cangjie input method. This library is based on Wan Leung Wong's original libcangjie with some updated API. WWW: https://github.com/Cangjians/libcangjie PR: 223565 Submitted by: hello@blubee.me Added: head/chinese/libcangjie/ head/chinese/libcangjie/Makefile (contents, props changed) head/chinese/libcangjie/distinfo (contents, props changed) head/chinese/libcangjie/pkg-descr (contents, props changed) head/chinese/libcangjie/pkg-plist (contents, props changed) Modified: head/chinese/Makefile Modified: head/chinese/Makefile ============================================================================== --- head/chinese/Makefile Sun Dec 31 19:12:25 2017 (r457714) +++ head/chinese/Makefile Sun Dec 31 19:14:12 2017 (r457715) @@ -59,6 +59,7 @@ SUBDIR += kcfonts SUBDIR += kde4-l10n-zh_CN SUBDIR += kde4-l10n-zh_TW + SUBDIR += libcangjie SUBDIR += libchewing SUBDIR += libpinyin SUBDIR += libreoffice-zh_CN Added: head/chinese/libcangjie/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/libcangjie/Makefile Sun Dec 31 19:14:12 2017 (r457715) @@ -0,0 +1,33 @@ +# Created by: blubee <hello@blubee.me> +# $FreeBSD$ + +PORTNAME= libcangjie +PORTVERSION= 1.3 +DISTVERSIONPREFIX= v +CATEGORIES= chinese + +MAINTAINER= hello@blubee.me +COMMENT= C library implementing the Cangjie input method + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ + libfreetype.so:print/freetype2 \ + libdbus-1.so:devel/dbus + +USES= autoreconf gmake libtool localbase pkgconfig sqlite + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +USE_XORT= xi + +USE_GITHUB= yes +GH_ACCOUNT= Cangjians +GH_PROJECT= libcangjie + +post-install: + @(${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so) + +.include <bsd.port.mk> Added: head/chinese/libcangjie/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/libcangjie/distinfo Sun Dec 31 19:14:12 2017 (r457715) @@ -0,0 +1,3 @@ +TIMESTAMP = 1509796688 +SHA256 (Cangjians-libcangjie-v1.3_GH0.tar.gz) = 4855f4369e2d51c23e331c6327b5be148d9ad0e61077ebe23e38e9bbeaceb25b +SIZE (Cangjians-libcangjie-v1.3_GH0.tar.gz) = 695074 Added: head/chinese/libcangjie/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/libcangjie/pkg-descr Sun Dec 31 19:14:12 2017 (r457715) @@ -0,0 +1,5 @@ +This is a C library implementing the Cangjie input method. +This library is based on Wan Leung Wong's original libcangjie +with some updated API. + +WWW: https://github.com/Cangjians/libcangjie Added: head/chinese/libcangjie/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/libcangjie/pkg-plist Sun Dec 31 19:14:12 2017 (r457715) @@ -0,0 +1,13 @@ +bin/libcangjie_bench +bin/libcangjie_cli +bin/libcangjie_dbbuilder +include/cangjie/cangjie.h +include/cangjie/cangjiechar.h +include/cangjie/cangjiecharlist.h +include/cangjie/cangjiecommon.h +include/cangjie/cangjieerrors.h +lib/libcangjie.so +lib/libcangjie.so.2 +lib/libcangjie.so.2.0.1 +libdata/pkgconfig/cangjie.pc +%%DATADIR%%/cangjie.db
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712311914.vBVJEClg095497>