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


1.6
date	2012.11.17.05.54.56;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.04.25.03.30.37;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2011.11.09.15.25.27;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2011.10.29.19.01.58;	author kwm;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	cconv
# Date created:		2011-04-26
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
# $FreeBSD: head/chinese/cconv/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	cconv
PORTVERSION=	0.6.2
PORTREVISION=	2
CATEGORIES=	chinese converters
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Simplified-Traditional Chinese conversion tool

GNU_CONFIGURE=	yes
USE_ICONV=	yes
USE_LDCONFIG=	yes

post-patch:
	@@${REINPLACE_CMD} -e 's|unicode.h||; s|libcconv_la_LDFLAGS|cconv_LDFLAGS|' ${WRKSRC}/Makefile.in
	@@${REINPLACE_CMD} -e 's|UTF-TW|UTF8-TW|g' ${WRKSRC}/main.c

.include <bsd.port.mk>
@


1.5
log
@- Fix iconv linking in libcconv.so
- Bump PORTREVISION for package change
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Remove WITH_FBSD10_FIX, is no longer needed
@
text
@d10 1
a10 1
PORTREVISION=	1
d22 1
a22 1
	@@${REINPLACE_CMD} -e 's|unicode.h||' ${WRKSRC}/Makefile.in
@


1.3
log
@Fix build with FreeBSD 10

Approved by:	portmgr (miwi)
@
text
@a17 1
WITH_FBSD10_FIX=yes
@


1.2
log
@- Do not install PREFIX/include/unicode.h to avoid conflicts with devel/libunicode
- Bump PORTREVISION for PLIST change

Notified by:	kevlo
@
text
@d18 1
@


1.1
log
@- Add cconv 0.6.2

cconv (pronunciation: see-conv.) is iconv based simplified-traditional chinese
conversion tool. It is NOT only transcoding programm, but also TRANSLATE tools
between the Simplified Chinese and Traditional Chinese.

We stand on the shoulders of giants, cconv source code is based on iconv a
excellent program converts text from one encoding to another encoding.

Features:
- iconv liked usage.
- language level simplified-traditional chinese.
- idioms can be translated.

WWW: http://code.google.com/p/cconv/
@
text
@d10 1
d22 1
@

