head	1.13;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.05.54.56;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.01.05.16.37;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2011.05.02.12.44.28;	author makc;	state Exp;
branches;
next	1.10;

1.10
date	2011.01.09.11.13.35;	author sunpoet;	state Exp;
branches;
next	1.9;

1.9
date	2010.03.28.06.31.50;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2010.02.05.11.34.45;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2007.08.19.04.39.20;	author rafan;	state Exp;
branches;
next	1.6;

1.6
date	2007.05.19.20.00.41;	author flz;	state Exp;
branches;
next	1.5;

1.5
date	2007.01.12.09.12.57;	author rafan;	state Exp;
branches;
next	1.4;

1.4
date	2006.07.07.08.20.31;	author delphij;	state Exp;
branches;
next	1.3;

1.3
date	2006.03.26.15.06.49;	author clive;	state Exp;
branches;
next	1.2;

1.2
date	2006.03.16.06.28.26;	author delphij;	state Exp;
branches;
next	1.1;

1.1
date	2006.02.25.20.10.14;	author delphij;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	zh-docproj
# Date created:		26 Feb 2006
# Whom:			Xin LI <delphij@@FreeBSD.org>
#
# $FreeBSD: head/chinese/docproj/Makefile 300895 2012-07-14 12:56:14Z beat $
#
# This port is self contained in the src directory.
#

PORTNAME=	docproj
PORTVERSION=	0.1.20060303
PORTREVISION=	6
CATEGORIES=	chinese
MASTER_SITES=	# none
DISTFILES=	# none

# Note: Updates from intron@@intron.ac should also be
# considered as maintainer updates.

MAINTAINER=	delphij@@FreeBSD.org
COMMENT=	Supportive tools for Chinese docproj build

RUN_DEPENDS=	gbklatex:${PORTSDIR}/print/latex-cjk

USE_ICONV=	yes

WRKSRC=		${WRKDIR}/src

SRC=		${.CURDIR}/src

do-fetch:
	@@${DO_NADA}

pre-patch:
	@@${CP} -R ${SRC} ${WRKDIR}

.include <bsd.port.mk>
@


1.12
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Bump PORTREVISION after open-mofit update
@
text
@d12 1
a12 1
PORTREVISION=	5
@


1.10
log
@- Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here

PR:		ports/153634
Submitted by:	sunpoet (myself)
Approved by:	pav (with portmgr hat)
@
text
@d12 1
a12 1
PORTREVISION=	4
@


1.9
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@a14 1
PKGNAMEPREFIX=	zh-
@


1.8
log
@- update to jpeg-8
@
text
@d12 1
a12 1
PORTREVISION=	3
@


1.7
log
@- Chase chinese/CJK -> print/latex-cjk move

Noticed by:	portsnap INDEX builder
@
text
@d12 1
a12 1
PORTREVISION=	2
@


1.6
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d24 1
a24 1
RUN_DEPENDS=	gbklatex:${PORTSDIR}/chinese/CJK
@


1.5
log
@- Use USE_ICONV instead of LIB_DEPENDS

Approved by:	portmgr (erwin, few weeks ago)
@
text
@d12 1
a12 1
PORTREVISION=	1
@


1.4
log
@html2text dependency has been moved to textproc/docproj
for now.  PORTREVISION intentionally not bumped.
@
text
@a23 1
LIB_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv
d26 2
@


1.3
log
@Allow lower case in encoding name.

PR:		ports/94948
Submitted by:	Intron <intron (at) intron.ac>
Prodded by:	MAINTAINER (delphij)
@
text
@d25 1
a25 2
RUN_DEPENDS=	gbklatex:${PORTSDIR}/chinese/CJK \
		html2text:${PORTSDIR}/textproc/html2text
@


1.2
log
@Separate the PNG embedding utility (fixrtf) out of the port, as
it can be used for all languages, not just CJK.

Requested by:	hrs
Approved by:	clive
@
text
@d12 1
@


1.1
log
@Add zh-docproj, a set of supportive tools to help the build of PDFs
written in far east languages (GB2312, GBK, BIG5, EUCJP, EUCKR and
UTF-8 encodings).

The code were written by intron <intron at intron dot ac>

Obtained from:	The FreeBSD Simplified Chinese Project CVS
Approved by:	portmgr (marcus)
@
text
@d11 1
a11 1
PORTVERSION=	0.1.20060226
d23 3
a25 2
LIB_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv \
		png.5:${PORTSDIR}/graphics/png
@

