- 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@gmail.com>
This commit is contained in:
parent
b180085a9b
commit
e48f3fd9e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428730
4 changed files with 33 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
|||
SUBDIR += p5-cconv
|
||||
SUBDIR += pcmanx
|
||||
SUBDIR += php-cconv
|
||||
SUBDIR += php-opencc
|
||||
SUBDIR += phpbb-tw
|
||||
SUBDIR += phpbb3-tw
|
||||
SUBDIR += py-cconv
|
||||
|
|
23
chinese/php-opencc/Makefile
Normal file
23
chinese/php-opencc/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opencc
|
||||
PORTVERSION= 0.0.0.20161110
|
||||
CATEGORIES= chinese
|
||||
PKGNAMEPREFIX= php-
|
||||
|
||||
MAINTAINER= gasol.wu@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>
|
3
chinese/php-opencc/distinfo
Normal file
3
chinese/php-opencc/distinfo
Normal file
|
@ -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
|
6
chinese/php-opencc/pkg-descr
Normal file
6
chinese/php-opencc/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue