head	1.21;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.15
	RELEASE_7_0_0:1.15
	RELEASE_6_3_0:1.15
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.21
date	2012.11.17.05.54.56;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2011.11.10.05.38.28;	author linimon;	state Exp;
branches;
next	1.19;

1.19
date	2011.05.02.12.44.28;	author makc;	state Exp;
branches;
next	1.18;

1.18
date	2010.03.28.06.31.49;	author dinoex;	state Exp;
branches;
next	1.17;

1.17
date	2010.02.05.11.34.45;	author dinoex;	state Exp;
branches;
next	1.16;

1.16
date	2009.07.31.13.49.24;	author dinoex;	state Exp;
branches;
next	1.15;

1.15
date	2007.05.19.20.00.40;	author flz;	state Exp;
branches;
next	1.14;

1.14
date	2007.04.20.04.26.10;	author rafan;	state Exp;
branches;
next	1.13;

1.13
date	2007.04.19.15.11.51;	author rafan;	state Exp;
branches;
next	1.12;

1.12
date	2006.07.24.13.11.26;	author jmelo;	state Exp;
branches;
next	1.11;

1.11
date	2005.07.25.21.58.05;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2005.07.21.00.21.26;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2005.02.23.06.45.30;	author leeym;	state Exp;
branches;
next	1.8;

1.8
date	2005.01.08.15.50.01;	author sem;	state Exp;
branches;
next	1.7;

1.7
date	2004.04.10.17.26.29;	author trevor;	state Exp;
branches;
next	1.6;

1.6
date	2003.11.21.03.09.40;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2003.06.27.08.37.17;	author leeym;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.11.06.27;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.07.09.13.58.08;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.02.17.16.41;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.31.09.37.45;	author clive;	state Exp;
branches;
next	;


desc
@@


1.21
log
@Switch exporter over
@
text
@# New ports collection makefile for:   cwtex
# Date created:                10 Mar 2001
# Whom:                        Shen Chuan-Hsing
#
# $FreeBSD: head/chinese/cwtex/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	cwtex
PORTVERSION=	16.6
PORTREVISION=	6
CATEGORIES=	chinese
MASTER_SITES=	http://ftp.ussg.iu.edu/FreeBSD/distfiles/ \
		http://ftp.nara.wide.ad.jp/pub/FreeBSD/distfiles/
DISTFILES=	cwtexmain.tgz cwtexbin-${PORTVERSION}.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	CwTeX let you use Chinese Big5 codes in TeX/LaTeX documents

BUILD_DEPENDS=	latex:${PORTSDIR}/print/teTeX

NO_BUILD=	yes
NO_WRKSUBDIR=	yes

do-extract:
	${MKDIR} ${WRKSRC}/share ${WRKSRC}/bin
	${TAR} -kxzf ${DISTDIR}/cwtexmain.tgz -C ${WRKSRC}/share
	${TAR} -kxzf ${DISTDIR}/cwtexbin-${PORTVERSION}.tgz -C ${WRKSRC}/bin

do-install:
	cd ${WRKSRC}/share && ${FIND} * \
		| ${CPIO} -dpum --quiet -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share
	${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin/
	${CAT} ${FILESDIR}/config.ps >> ${PSFONTSMAP}
	mktexlsr

.include <bsd.port.pre.mk>

PSFONTSMAP!=	${LOCALBASE}/bin/kpsewhich -format 'dvips config' config.ps 2>/dev/null || ${ECHO_CMD} "/dev/null"

.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN=		Does not compile on ia64, powerpc, or sparc64
.endif

.include <bsd.port.post.mk>
@


1.20
log
@Mark broken on powerpc as well as sparc64.  (In fact, on all the tier-2s.)

Hat:		portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@Bump PORTREVISION after open-mofit update
@
text
@d40 2
a41 2
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN=		Does not install on ia64 or sparc64
@


1.18
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.17
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.16
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.15
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.14
log
@- Keep quiet for INDEX build

Reported by:	kris
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.13
log
@- Use kpsewhich to find correct dvips's config
@
text
@d38 1
a38 1
PSFONTSMAP!=	${LOCALBASE}/bin/kpsewhich -format 'dvips config' config.ps
@


1.12
log
@- Remove bad sites:
	* ftp://192.192.110.1/cwtex/cwTeX_linux/
	* ftp://freebsd.sinica.edu.tw/pub/statue/cwtex/

- Add new mastersites.
@
text
@d10 1
d33 1
a33 1
	${CAT} ${FILESDIR}/config.ps >> ${PREFIX}/share/texmf/dvips/config/config.ps
d38 2
@


1.11
log
@Reset bouncing maintainer address.  These ports are now available for
adoption.

Note that I have left the maintainer's own ftp site as a MASTERSITE
because it still appears to be active (for now, anyways).

Hat:	portmgr
@
text
@d11 2
a12 2
MASTER_SITES=	ftp://192.192.110.1/cwtex/cwTeX_linux/ \
		ftp://freebsd.sinica.edu.tw/pub/statue/cwtex/
d38 1
a38 1
BROKEN=		"Does not install on ia64 or sparc64"
@


1.10
log
@BROKEN on ia64 and sparc64: Does not install
@
text
@d15 1
a15 1
MAINTAINER=	statue@@freebsd.netlab.cse.yzu.edu.tw
@


1.9
log
@- fix PLIST, remove the entries left after deinstalling
@
text
@d35 7
a41 1
.include <bsd.port.mk>
@


1.8
log
@- Pass maintainership to submitter

PR:		ports/75730
Submitted by:	statue(at)freebsd.netlab.cse.yzu.edu.tw
@
text
@d13 1
a13 2
DISTFILES=	cwtexmain.tgz cwtexbin-16.6.tgz
EXTRACT_ONLY=	# empty
d20 2
a21 1
NO_BUILD=	YES
d23 4
a26 1
.include <bsd.port.pre.mk>
d29 4
a32 3
	-${TAR} -kxzf ${DISTDIR}/cwtexmain.tgz -C ${PREFIX}/share/
	-${TAR} -kxzf ${DISTDIR}/cwtexbin-16.6.tgz -C ${PREFIX}/bin/
	${CAT} ${FILESDIR}/config.ps  >> ${PREFIX}/share/texmf/dvips/config/config.ps
d35 1
a35 1
.include <bsd.port.post.mk>
@


1.7
log
@Tidy up whitespace.
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@statue@@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@@FreeBSD.org.  We're sorry to see you
go and want to thank you for your help in the past.

PR:		ports/59515
Submitted by:	statue@@freebsd.sinica.edu.tw
@
text
@d19 1
a19 1
BUILD_DEPENDS=  latex:${PORTSDIR}/print/teTeX
@


1.5
log
@o due to teTeX update to 2.0.2, update pkg-plist
o move mktexlsr to end of pkg-plist

PR:		53644
Submitted by:	Statue <statue@@freebsd.sinica.edu.tw>
@
text
@d16 1
a16 1
MAINTAINER=	statue@@freebsd.sinica.edu.tw
@


1.4
log
@De-pkg-comment.
@
text
@d26 2
a27 2
	${TAR} -xzf ${DISTDIR}/cwtexmain.tgz -C ${PREFIX}/share/
	${TAR} -xzf ${DISTDIR}/cwtexbin-16.6.tgz -C ${PREFIX}/bin/
@


1.3
log
@upgrade to 16.6

PR:		40377
Submitted by:	maintainer
@
text
@d17 1
@


1.2
log
@bin/cwbibtx -> bin/cwbibtex

PR:		36662
Submitted by:	Lee <jackie@@math.sinica.edu.tw>, maintainer
@
text
@d9 1
a9 1
PORTVERSION=	16.3
d13 2
a14 1
DISTFILES=	cwtexmain.tgz cwtex_freebsd.tgz
a19 1
WRKSRC=		${WRKDIR}
d25 2
a26 6
	${INSTALL_PROGRAM} ${WRKSRC}/addfont ${PREFIX}/bin/
	${INSTALL_PROGRAM} ${WRKSRC}/cwbibtex ${PREFIX}/bin/
	${INSTALL_PROGRAM} ${WRKSRC}/cwmkidx ${PREFIX}/bin/
	${INSTALL_PROGRAM} ${WRKSRC}/cwtex ${PREFIX}/bin/
	${INSTALL_PROGRAM} ${WRKSRC}/tex2xtc ${PREFIX}/bin/
	${CP} -R ${WRKSRC}/texmf/ ${PREFIX}/share/texmf/
@


1.1
log
@New port: cwTeX

cwTeX is a famous TeX/LaTeX derivative in Taiwan, which runs on
MS-DOS, Windows, Linux, and now on FreeBSD.

Of course, cwTeX is subject to process Chinese character gracefully.

PR:	ports/36567
Submitted by:	Statue <statue@@softwareliberty.org>
@
text
@d26 1
a26 1
	${INSTALL_PROGRAM} ${WRKSRC}/cwbibtx ${PREFIX}/bin/
@

