head	1.4;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.05.54.58;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.08.07.11.47.14;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2012.05.17.14.59.09;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.05.09.07.26.07;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	php5-cconv
# Date created:		2011-04-28
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
# $FreeBSD: head/chinese/php5-cconv/Makefile 302233 2012-08-07 11:47:14Z sunpoet $
#

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

LIB_DEPENDS=	cconv:${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 <bsd.port.mk>
@


1.3
log
@SVN rev 302233 on 2012-08-07 11:47:14Z by sunpoet

- Pet portlint: remove ABI version number from LIB_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Fix build with lang/php5 (PHP 5.4)
@
text
@d18 1
a18 1
LIB_DEPENDS=	cconv.0:${PORTSDIR}/chinese/cconv
@


1.1
log
@- Add php5-cconv 0.6.4

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/
@
text
@d24 3
@

