svn commit: r428730 - in head/chinese: . php-opencc
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Dec 17 12:53:16 UTC 2016
Author: sunpoet
Date: Sat Dec 17 12:53:14 2016
New Revision: 428730
URL: https://svnweb.freebsd.org/changeset/ports/428730
Log:
- Add php-opencc 0.0.0.20161110
Open Chinese Convert is an opensource project for conversion between Traditional
Chinese and Simplified Chinese, supporting character-level conversion,
phrase-level conversion, variant conversion and regional idioms among Mainland
China, Taiwan and Hong kong.
WWW: https://github.com/NauxLiu/opencc4php
PR: 215092
Submitted by: Gasol Wu <gasol.wu at gmail.com>
Added:
head/chinese/php-opencc/
head/chinese/php-opencc/Makefile (contents, props changed)
head/chinese/php-opencc/distinfo (contents, props changed)
head/chinese/php-opencc/pkg-descr (contents, props changed)
Modified:
head/chinese/Makefile
Modified: head/chinese/Makefile
==============================================================================
--- head/chinese/Makefile Sat Dec 17 12:53:09 2016 (r428729)
+++ head/chinese/Makefile Sat Dec 17 12:53:14 2016 (r428730)
@@ -96,6 +96,7 @@
SUBDIR += p5-cconv
SUBDIR += pcmanx
SUBDIR += php-cconv
+ SUBDIR += php-opencc
SUBDIR += phpbb-tw
SUBDIR += phpbb3-tw
SUBDIR += py-cconv
Added: head/chinese/php-opencc/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/chinese/php-opencc/Makefile Sat Dec 17 12:53:14 2016 (r428730)
@@ -0,0 +1,23 @@
+# Created by: Gasol Wu <gasol.wu at gmail.com>
+# $FreeBSD$
+
+PORTNAME= opencc
+PORTVERSION= 0.0.0.20161110
+CATEGORIES= chinese
+PKGNAMEPREFIX= php-
+
+MAINTAINER= gasol.wu at gmail.com
+COMMENT= OpenCC shared extension for php
+
+LICENSE= PHP301
+
+LIB_DEPENDS= libopencc.so:chinese/opencc
+
+USE_GITHUB= yes
+GH_ACCOUNT= NauxLiu
+GH_PROJECT= opencc4php
+GH_TAGNAME= 8007639
+
+USES= php:ext
+
+.include <bsd.port.mk>
Added: head/chinese/php-opencc/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/chinese/php-opencc/distinfo Sat Dec 17 12:53:14 2016 (r428730)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1481908552
+SHA256 (NauxLiu-opencc4php-0.0.0.20161110-8007639_GH0.tar.gz) = 7d5fe9431bccfe5b52dd43e0736509825c1f839f2d8081a5f3ef18131f3ab095
+SIZE (NauxLiu-opencc4php-0.0.0.20161110-8007639_GH0.tar.gz) = 6776
Added: head/chinese/php-opencc/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/chinese/php-opencc/pkg-descr Sat Dec 17 12:53:14 2016 (r428730)
@@ -0,0 +1,6 @@
+Open Chinese Convert is an opensource project for conversion between Traditional
+Chinese and Simplified Chinese, supporting character-level conversion,
+phrase-level conversion, variant conversion and regional idioms among Mainland
+China, Taiwan and Hong kong.
+
+WWW: https://github.com/NauxLiu/opencc4php
More information about the svn-ports-all
mailing list