head	1.15;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.9
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.8
	RELEASE_4_7_0:1.8
	RELEASE_4_6_2:1.8
	RELEASE_4_6_1:1.8
	RELEASE_4_6_0:1.8
	RELEASE_5_0_DP1:1.8
	RELEASE_4_5_0:1.8
	RELEASE_4_4_0:1.8
	RELEASE_4_3_0:1.8
	RELEASE_4_2_0:1.7
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	bg5ps_1_1_b:1.1.1.1
	KEITH:1.1.1;
locks; strict;
comment	@# @;


1.15
date	2012.11.17.05.54.55;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2007.08.04.11.40.41;	author gabor;	state Exp;
branches;
next	1.13;

1.13
date	2007.02.12.21.27.05;	author jmelo;	state Exp;
branches;
next	1.12;

1.12
date	2006.08.14.05.31.57;	author clsung;	state Exp;
branches;
next	1.11;

1.11
date	2006.04.01.12.44.56;	author edwin;	state Exp;
branches;
next	1.10;

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

1.9
date	2003.02.26.14.23.39;	author foxfair;	state Exp;
branches;
next	1.8;

1.8
date	2001.01.30.14.18.04;	author keith;	state Exp;
branches;
next	1.7;

1.7
date	2000.11.06.18.14.36;	author keith;	state Exp;
branches;
next	1.6;

1.6
date	2000.11.03.12.26.50;	author kevlo;	state Exp;
branches;
next	1.5;

1.5
date	2000.04.13.08.27.56;	author asami;	state Exp;
branches;
next	1.4;

1.4
date	99.12.24.04.10.15;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	99.08.27.21.13.35;	author mharo;	state Exp;
branches;
next	1.2;

1.2
date	99.08.25.04.57.39;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	98.06.26.14.19.47;	author vanilla;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.06.26.14.19.47;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Switch exporter over
@
text
@# New ports collection makefile for:	bg5ps
# Date created:		17 June 1998
# Whom:			Jing-Tang Keith Jang <keith@@FreeBSD.org>
#
# $FreeBSD: head/chinese/bg5ps/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	bg5ps
PORTVERSION=	1.3.0p3
CATEGORIES=	chinese print
MASTER_SITES=	http://ftp.jaist.ac.jp/pub/FreeBSD/distfiles/ \
		http://www.gtlib.gatech.edu/pub/FreeBSD/distfiles/
DISTNAME=	bg5ps-1.3.0

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Convert Chinese-Big5/GB encoded files to Postscript, using TTF fonts

USE_FREETYPE=	yes
USE_PYTHON=	yes
PKGMESSAGE=	${WRKDIR}/pkg-message
SUB_FILES=	pkg-message

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/bg5ps ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/ttf2psm ${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/bg5ps.conf ${PREFIX}/etc/bg5ps.conf.sample
	${INSTALL_DATA} ${WRKSRC}/gb2312-bg5ps.conf ${PREFIX}/etc/gb2312-bg5ps.conf.sample
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
.endif
	@@${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/examples/netscape.ps ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/examples/test.big5 ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/examples/test.gb2312 ${EXAMPLESDIR}
	${INSTALL_SCRIPT} ${WRKSRC}/examples/test.sh ${EXAMPLESDIR}

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.14
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Update mastersites to make it fetchable again.
@
text
@d24 4
a27 4
	${INSTALL_SCRIPT} ${WRKSRC}/bg5ps ${TARGETDIR}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/ttf2psm ${TARGETDIR}/bin
	${INSTALL_DATA} ${WRKSRC}/bg5ps.conf ${TARGETDIR}/etc/bg5ps.conf.sample
	${INSTALL_DATA} ${WRKSRC}/gb2312-bg5ps.conf ${TARGETDIR}/etc/gb2312-bg5ps.conf.sample
@


1.12
log
@- Respect DESTDIR
- portlint fix

PR:		ports/101903
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d11 2
a12 1
MASTER_SITES=	ftp://freebsd.sinica.edu.tw/pub/keith/
@


1.11
log
@Use SUB_FILES
@
text
@d23 13
a35 11
	@@${MKDIR} ${PREFIX}/share/doc/bg5ps
	@@${MKDIR} ${PREFIX}/share/examples/bg5ps
	${INSTALL_SCRIPT} ${WRKSRC}/bg5ps ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/ttf2psm ${PREFIX}/bin
	${CP} -R ${WRKSRC}/doc/* ${PREFIX}/share/doc/bg5ps
	${INSTALL_DATA} ${WRKSRC}/bg5ps.conf ${PREFIX}/etc/bg5ps.conf.sample
	${INSTALL_DATA} ${WRKSRC}/gb2312-bg5ps.conf ${PREFIX}/etc/gb2312-bg5ps.conf.sample
	${INSTALL_DATA} ${WRKSRC}/examples/netscape.ps ${PREFIX}/share/examples/bg5ps
	${INSTALL_DATA} ${WRKSRC}/examples/test.big5 ${PREFIX}/share/examples/bg5ps
	${INSTALL_DATA} ${WRKSRC}/examples/test.gb2312 ${PREFIX}/share/examples/bg5ps
	${INSTALL_SCRIPT} ${WRKSRC}/examples/test.sh ${PREFIX}/share/examples/bg5ps
@


1.10
log
@Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
@
text
@d19 2
@


1.9
log
@pkg-comment police: Purge them in this category while I'm here.
@
text
@d14 1
a14 1
MAINTAINER=	keith@@FreeBSD.org
@


1.8
log
@Drop gmake dependency during build.

Submitted by:	kevlo, modified by me to respect CFLAGS.
@
text
@d5 1
a5 1
# $FreeBSD: ports/chinese/bg5ps/Makefile,v 1.7 2000/11/06 18:14:36 keith Exp $
d15 1
@


1.7
log
@Change keith@@freebsd.sinica.edu.tw to keith@@FreeBSD.org
@
text
@d5 1
a5 1
# $FreeBSD: ports/chinese/bg5ps/Makefile,v 1.6 2000/11/03 12:26:50 kevlo Exp $
a15 1
USE_GMAKE=	yes
@


1.6
log
@Update chinese/bg5ps to 1.3.0p3.  This version has two new features:

- Support both GB2312 and Big5 encodings.
- It can now use TTC and TTF fonts.

It's also the final version of bg5ps.

PR: 22549
Submitted by: MAINTAINER
@
text
@d3 1
a3 1
# Whom:			Jing-Tang Keith Jang <keith@@freebsd.sinica.edu.tw>
d5 1
a5 1
# $FreeBSD: ports/chinese/bg5ps/Makefile,v 1.5 2000/04/13 08:27:56 asami Exp $
d14 1
a14 1
MAINTAINER=	keith@@freebsd.sinica.edu.tw
@


1.5
log
@Convert to PORTNAME/PORTVERSION.

Anomalies found:
 - autoconvert was missing "zh-" in front of PKGNAME
 - xcin (both 2.3 and 2.5) had invalid version strings
 - neither of xcin ports had NO_LATEST_LINK
 - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0

Fixed all except the last (I wasn't sure if it was intentional).
@
text
@d3 1
a3 1
# Whom:			J.T. Jang (keith@@freebsd.sinica.edu.tw)
d5 1
a5 1
# $FreeBSD: ports/chinese/bg5ps/Makefile,v 1.4 1999/12/24 04:10:15 steve Exp $
d9 1
a9 1
PORTVERSION=	1.1b2
d11 2
a12 3
MASTER_SITES=	ftp://freebsd.sinica.edu.tw/pub/keith/ \
		http://students.washington.edu/~cschin/bg5ps/bg5ps-1.1b2/
EXTRACT_SUFX=	.tgz
d16 3
a18 4
RUN_DEPENDS=	python:${PORTSDIR}/lang/python \
		${X11BASE}/lib/X11/fonts/TrueType/moe_kai.ttf:${PORTSDIR}/chinese/moettf

NO_WRKSUBDIR=	yes
d26 2
a27 2
	${RM} ${PREFIX}/share/doc/bg5ps/COPYING.txt
	${INSTALL_DATA} ${WRKSRC}/bg5ps.conf ${PREFIX}/share/doc/bg5ps/bg5ps.conf
d30 1
@


1.4
log
@Update to version 1.1b2.

PR:		15653
Submitted by:	maintainer
@
text
@a1 1
# Version required:	1.1b2
d5 1
a5 1
# $FreeBSD: ports/chinese/bg5ps/Makefile,v 1.3 1999/08/27 21:13:35 mharo Exp $
d8 2
a9 2
DISTNAME=	bg5ps-1.1b2
PKGNAME=	zh-bg5ps-1.1b2
@


1.3
log
@echo -> ${ECHO} or ${ECHO_MSG}  and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
@
text
@d2 1
a2 1
# Version required:	1.1b
d4 1
a4 1
# Whom:			J.T. Jang (keith@@email.gcn.net.tw)
d6 1
a6 1
# $FreeBSD: ports/chinese/bg5ps/Makefile,v 1.2 1999/08/25 04:57:39 obrien Exp $
d9 2
a10 2
DISTNAME=	bg5ps-1.1b
PKGNAME=	zh-bg5ps-1.1b
d12 2
a13 1
MASTER_SITES=	http://weber.u.washington.edu/~cschin/bg5ps/bg5ps-1.1b/
d16 1
a16 1
MAINTAINER=	keith@@email.gcn.net.tw
d18 2
a19 1
RUN_DEPENDS=	python:${PORTSDIR}/lang/python
d25 1
d28 6
a33 3
.for doc in README bg5ps.conf test.big5 test.sh ttf2ps.doc
	${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/bg5ps
.endfor
@


1.2
log
@Change Id->FreeBSD.
@
text
@d6 1
a6 1
# $FreeBSD$
d30 1
a30 4
	@@echo -----------------------------------------------------------
	@@echo Copy ${PREFIX}/share/doc/bg5ps/bg5ps.conf to ~/.bg5ps.conf.
	@@echo Then run "bg5ps -h" for help.
	@@echo -----------------------------------------------------------
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
@


1.1.1.1
log
@bg5ps is a python script that generates Postscript from BIG5 encoded file.
PR:		ports/6973
Submitted by:	J. T. Jang <keith.email.gcn.net.tw>
@
text
@@
