From 88ba5936af1b3b8acd0f9c9d8407832c456bdefd Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 29 Mar 2014 20:35:32 +0000 Subject: - Move chinese/php5-cconv to chinese/php-cconv --- chinese/Makefile | 2 +- chinese/php-cconv/Makefile | 25 +++++++++++++++++++++++++ chinese/php-cconv/distinfo | 2 ++ chinese/php-cconv/pkg-descr | 15 +++++++++++++++ chinese/php5-cconv/Makefile | 25 ------------------------- chinese/php5-cconv/distinfo | 2 -- chinese/php5-cconv/pkg-descr | 15 --------------- 7 files changed, 43 insertions(+), 43 deletions(-) create mode 100644 chinese/php-cconv/Makefile create mode 100644 chinese/php-cconv/distinfo create mode 100644 chinese/php-cconv/pkg-descr delete mode 100644 chinese/php5-cconv/Makefile delete mode 100644 chinese/php5-cconv/distinfo delete mode 100644 chinese/php5-cconv/pkg-descr diff --git a/chinese/Makefile b/chinese/Makefile index f47554252d5a..9a0a73892ca8 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -107,7 +107,7 @@ SUBDIR += p5-Text-Greeking-zh_TW SUBDIR += p5-cconv SUBDIR += pcmanx - SUBDIR += php5-cconv + SUBDIR += php-cconv SUBDIR += phpbb-tw SUBDIR += phpbb3-tw SUBDIR += pine4 diff --git a/chinese/php-cconv/Makefile b/chinese/php-cconv/Makefile new file mode 100644 index 000000000000..5e98e6c84faa --- /dev/null +++ b/chinese/php-cconv/Makefile @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= cconv +PORTVERSION= 0.6.4 +CATEGORIES= chinese converters +MASTER_SITES= GOOGLE_CODE +PKGNAMEPREFIX= php- +DISTNAME= ${PORTNAME}-php-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= PHP wrapper for chinese/cconv + +LICENSE= GPLv2 + +LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv + +CONFIGURE_ARGS= --with-cconv-dir=${LOCALBASE} +USE_PHP= yes +USE_PHPEXT= yes + +post-patch: + @${REINPLACE_CMD} -e 's| function_entry| zend_function_entry|' ${WRKSRC}/php_cconv.c + +.include diff --git a/chinese/php-cconv/distinfo b/chinese/php-cconv/distinfo new file mode 100644 index 000000000000..61779bfdbae4 --- /dev/null +++ b/chinese/php-cconv/distinfo @@ -0,0 +1,2 @@ +SHA256 (cconv-php-0.6.4.tar.gz) = 213e56b072627a42d38fdfa7eebfcf58db55054af7ef554f9263c0af3e537628 +SIZE (cconv-php-0.6.4.tar.gz) = 2533 diff --git a/chinese/php-cconv/pkg-descr b/chinese/php-cconv/pkg-descr new file mode 100644 index 000000000000..70178749c38f --- /dev/null +++ b/chinese/php-cconv/pkg-descr @@ -0,0 +1,15 @@ +This port is the PHP wrapper of cconv (chinese/cconv). + +cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese +conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool +between Simplified Chinese and Traditional Chinese. + +We stand on the shoulders of giants. cconv source code is based on iconv, an +excellent program which converts text from one encoding to another. + +Features: +- iconv-like usage. +- language-level Simplified-Traditional Chinese conversion. +- idioms can be translated. + +WWW: http://code.google.com/p/cconv/ diff --git a/chinese/php5-cconv/Makefile b/chinese/php5-cconv/Makefile deleted file mode 100644 index 225d1c820116..000000000000 --- a/chinese/php5-cconv/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Sunpoet Po-Chuan Hsieh -# $FreeBSD$ - -PORTNAME= cconv -PORTVERSION= 0.6.4 -CATEGORIES= chinese converters -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= php5- -DISTNAME= ${PORTNAME}-php-${PORTVERSION} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= PHP wrapper for chinese/cconv - -LICENSE= GPLv2 - -LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv - -CONFIGURE_ARGS= --with-cconv-dir=${LOCALBASE} -USE_PHP= yes -USE_PHPEXT= yes - -post-patch: - @${REINPLACE_CMD} -e 's| function_entry| zend_function_entry|' ${WRKSRC}/php_cconv.c - -.include diff --git a/chinese/php5-cconv/distinfo b/chinese/php5-cconv/distinfo deleted file mode 100644 index 61779bfdbae4..000000000000 --- a/chinese/php5-cconv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cconv-php-0.6.4.tar.gz) = 213e56b072627a42d38fdfa7eebfcf58db55054af7ef554f9263c0af3e537628 -SIZE (cconv-php-0.6.4.tar.gz) = 2533 diff --git a/chinese/php5-cconv/pkg-descr b/chinese/php5-cconv/pkg-descr deleted file mode 100644 index 70178749c38f..000000000000 --- a/chinese/php5-cconv/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -This port is the PHP wrapper of cconv (chinese/cconv). - -cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese -conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool -between Simplified Chinese and Traditional Chinese. - -We stand on the shoulders of giants. cconv source code is based on iconv, an -excellent program which converts text from one encoding to another. - -Features: -- iconv-like usage. -- language-level Simplified-Traditional Chinese conversion. -- idioms can be translated. - -WWW: http://code.google.com/p/cconv/ -- cgit