head	1.29;
access;
symbols
	RELEASE_8_3_0:1.28
	RELEASE_9_0_0:1.28
	RELEASE_7_4_0:1.28
	RELEASE_8_2_0:1.28
	RELEASE_6_EOL:1.28
	RELEASE_8_1_0:1.28
	RELEASE_7_3_0:1.28
	RELEASE_8_0_0:1.27
	RELEASE_7_2_0:1.27
	RELEASE_7_1_0:1.25
	RELEASE_6_4_0:1.25
	RELEASE_5_EOL:1.25
	RELEASE_7_0_0:1.25
	RELEASE_6_3_0:1.25
	PRE_XORG_7:1.24
	RELEASE_4_EOL:1.24
	RELEASE_6_2_0:1.24
	RELEASE_6_1_0:1.22
	RELEASE_5_5_0:1.22
	RELEASE_6_0_0:1.22
	RELEASE_5_4_0:1.21
	RELEASE_4_10_0:1.18
	RELEASE_5_2_1:1.15
	RELEASE_5_2_0:1.15
	RELEASE_4_9_0:1.14
	RELEASE_5_1_0:1.11
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.8
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3;
locks; strict;
comment	@# @;


1.29
date	2012.11.17.05.54.56;	author svnexp;	state Exp;
branches;
next	1.28;

1.28
date	2010.01.09.14.57.32;	author rafan;	state Exp;
branches;
next	1.27;

1.27
date	2009.01.05.17.27.24;	author pav;	state Exp;
branches;
next	1.26;

1.26
date	2008.12.31.09.05.14;	author rafan;	state Exp;
branches;
next	1.25;

1.25
date	2007.08.04.11.40.41;	author gabor;	state Exp;
branches;
next	1.24;

1.24
date	2006.08.12.18.06.39;	author rafan;	state Exp;
branches;
next	1.23;

1.23
date	2006.06.27.03.58.53;	author rafan;	state Exp;
branches;
next	1.22;

1.22
date	2005.04.06.13.07.42;	author leeym;	state Exp;
branches;
next	1.21;

1.21
date	2005.03.26.20.17.36;	author kris;	state Exp;
branches;
next	1.20;

1.20
date	2005.03.11.02.52.25;	author ahze;	state Exp;
branches;
next	1.19;

1.19
date	2004.06.20.23.40.39;	author kris;	state dead;
branches;
next	1.18;

1.18
date	2004.04.10.17.26.29;	author trevor;	state Exp;
branches;
next	1.17;

1.17
date	2004.03.14.06.16.04;	author ade;	state Exp;
branches;
next	1.16;

1.16
date	2004.02.04.05.18.54;	author marcus;	state Exp;
branches;
next	1.15;

1.15
date	2003.11.21.03.09.41;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2003.08.08.04.40.39;	author kris;	state Exp;
branches;
next	1.13;

1.13
date	2003.06.05.06.40.58;	author leeym;	state Exp;
branches;
next	1.12;

1.12
date	2003.06.04.22.43.22;	author kris;	state Exp;
branches;
next	1.11;

1.11
date	2003.05.18.12.19.42;	author kris;	state Exp;
branches;
next	1.10;

1.10
date	2003.03.27.15.35.57;	author vanilla;	state Exp;
branches;
next	1.9;

1.9
date	2003.02.21.11.06.27;	author knu;	state Exp;
branches;
next	1.8;

1.8
date	2002.11.26.00.25.55;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2002.11.26.00.16.05;	author kris;	state Exp;
branches;
next	1.6;

1.6
date	2002.07.21.10.53.33;	author vanilla;	state Exp;
branches;
next	1.5;

1.5
date	2002.07.20.11.08.11;	author vanilla;	state Exp;
branches;
next	1.4;

1.4
date	2002.05.10.19.00.42;	author clive;	state Exp;
branches;
next	1.3;

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

1.2
date	2001.11.28.15.00.26;	author clive;	state Exp;
branches;
next	1.1;

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


desc
@@


1.29
log
@Switch exporter over
@
text
@# New ports collection makefile for:	dict-zh
# Date created:		25 Oct 1999
# Whom:			Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
#
# $FreeBSD: head/chinese/dictd-database/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	dictd-database
PORTVERSION=	1.6
PORTREVISION=	1
CATEGORIES=	chinese textproc
MASTER_SITES=	LOCAL/rafan/chinese/ \
		ftp://freebsd.sinica.edu.tw/pub/statue/dictd-database/
DISTNAME=	dict-zh-${PORTVERSION}

MAINTAINER=	rafan@@FreeBSD.org
COMMENT=	A Chinese <-> English dictd words database

RUN_DEPENDS=	${LOCALBASE}/sbin/dictd:${PORTSDIR}/net/dictd

NO_BUILD=	yes
SUB_FILES=	pkg-message

DICTFILES=	cedict pydict moecomp netterm

do-install:
	@@${MKDIR} ${PREFIX}/lib/dict
	for f in ${DICTFILES}; do \
	  ${INSTALL_DATA} ${WRKSRC}/$${f}.dict.dz ${PREFIX}/lib/dict; \
	  ${INSTALL_DATA} ${WRKSRC}/$${f}.index ${PREFIX}/lib/dict; \
	done

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

.include <bsd.port.mk>
@


1.28
log
@- Use SUB_FILES for PKGMESSAGE

PR:		ports/142415 (based on)
Submitted by:	Sevan Janiyan <venture37 at geeklan.co.uk>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.27
log
@- Remove conditional checks relevant only on FreeBSD 5.x and older
@
text
@d22 1
a22 3

MSG_FILE=	${PKGDIR}/pkg-message
PKGMESSAGE=	${WRKSRC}/pkg-message
a26 1
	${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE}
@


1.26
log
@- Use local distfiles
@
text
@d41 1
a41 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 502110
RUN_DEPENDS+=	${LOCALBASE}/share/locale/zh_TW.UTF-8/LC_CTYPE:${PORTSDIR}/misc/utf8locale
.endif

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


1.25
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
@d12 1
a12 1
MASTER_SITES=	ftp://freebsd.csie.ntu.edu.tw/users/rafan/ \
@


1.24
log
@- Respect DESTDIR
- Use @@dirrmtry, bump PORTREVISION

PR:		ports/101869
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d29 2
a30 2
	${SED} 's|%%PREFIX%%|${TARGETDIR}|g' ${MSG_FILE} > ${PKGMESSAGE}
	@@${MKDIR} ${TARGETDIR}/lib/dict
d32 2
a33 2
	  ${INSTALL_DATA} ${WRKSRC}/$${f}.dict.dz ${TARGETDIR}/lib/dict; \
	  ${INSTALL_DATA} ${WRKSRC}/$${f}.index ${TARGETDIR}/lib/dict; \
@


1.23
log
@Change to my FreeBSD.org email.

Approved by:	delphij (mentor)
@
text
@d10 1
d29 2
a30 2
	${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE}
	@@${MKDIR} ${PREFIX}/lib/dict
d32 2
a33 2
	  ${INSTALL_DATA} ${WRKSRC}/$${f}.dict.dz ${PREFIX}/lib/dict; \
	  ${INSTALL_DATA} ${WRKSRC}/$${f}.index ${PREFIX}/lib/dict; \
@


1.22
log
@- Update to 1.6, also unbreak it!

PR:		79596
Submitted by:	maintainer
@
text
@d15 1
a15 1
MAINTAINER=	rafan@@infor.org
@


1.21
log
@BROKEN: Does not build

Approved by:    portmgr (self)
@
text
@d9 1
a9 1
PORTVERSION=	1.5
d18 1
a18 2
BUILD_DEPENDS=	${LOCALBASE}/bin/dictfmt:${PORTSDIR}/textproc/dictfmt \
		${LOCALBASE}/bin/dictzip:${PORTSDIR}/net/dictd
d20 1
a20 6
BROKEN=		Does not build

USE_LIBTOOL_VER=	13
USE_GMAKE=	yes
USE_PERL5_BUILD=yes
USE_REINPLACE=	yes
d25 9
a33 2
post-patch:
	@@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," ${WRKSRC}/configure
d36 3
a38 1
	@@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE}
d43 1
a43 1
BUILD_DEPENDS+=	${LOCALBASE}/share/locale/zh_TW.UTF-8/LC_CTYPE:${PORTSDIR}/misc/utf8locale
@


1.20
log
@- Readd chinese/dictd-database

PR:		78111
Submitted by:	Rong-En Fan <rafan@@infor.org>
@
text
@d21 2
@


1.19
log
@Remove expired ports, plus the three ports that depended on them.
@
text
@d5 1
a5 1
# $FreeBSD: ports/chinese/dictd-database/Makefile,v 1.18 2004/04/10 17:26:29 trevor Exp $
d9 1
a9 2
PORTVERSION=	1.4
PORTREVISION=	1
d11 2
a12 1
MASTER_SITES=	ftp://freebsd.sinica.edu.tw/pub/statue/dictd-database/
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d18 2
a19 1
BUILD_DEPENDS=	${LOCALBASE}/bin/dictzip:${PORTSDIR}/chinese/dictd
d24 7
d33 7
a39 1
	@@${SED} -e 's,PREFIX,${PREFIX},g' ${PKGMESSAGE}
d41 1
a41 1
.include <bsd.port.mk>
@


1.18
log
@Tidy up whitespace.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
@
text
@d18 1
a18 1
BUILD_DEPENDS=  ${LOCALBASE}/bin/dictzip:${PORTSDIR}/chinese/dictd
@


1.16
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d20 1
a20 1
USE_LIBTOOL=	yes
@


1.15
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
@d10 1
@


1.14
log
@This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it.  If you are interested
in saving this port, please send your patches to the maintainer.  If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr.
@
text
@d14 1
a14 1
MAINTAINER=	statue@@freebsd.sinica.edu.tw
@


1.13
log
@- depend on LIBTOOL
- unbreak zh-dictd-database on 5.1-BETA
- refine PKGMESSAGE

Reviewed by:	statue@@freebsd.sinica.edu.tw (MAINTAINER)
@
text
@@


1.12
log
@Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
@
text
@d19 1
a19 1
HAS_CONFIGURE=	yes
a22 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not build"
.endif

d24 1
a24 1
	@@${CAT} ${PKGMESSAGE}
d26 1
a26 1
.include <bsd.port.post.mk>
@


1.11
log
@BROKEN on 5.1: does not build
@
text
@d19 4
a27 4

HAS_CONFIGURE=	yes
USE_GMAKE=	yes
USE_PERL5_BUILD=yes
@


1.10
log
@Update to 1.4.

PR:		ports/50295
Submitted by:	maintainer
@
text
@d19 6
d32 1
a32 1
.include <bsd.port.mk>
@


1.9
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	1.3
@


1.8
log
@The variable is called USE_PERL5_BUILD, not USE_PERL_BUILD

Pointy hat to:	kris
@
text
@d15 1
@


1.7
log
@Add USE_PERL_BUILD

Submitted by:	bento
@
text
@d20 1
a20 1
USE_PERL_BUILD=	yes
@


1.6
log
@Upgrade to 1.3.

PR:		ports/40822
Submitted by:	maintainer.
@
text
@d20 1
@


1.5
log
@Add a patch for handle cedict.

PR:		ports/40738
Submitted by:	Kuang-che Wu <kcwu@@kcwu.dyndns.org>
Approved by:	maintainer.
@
text
@d9 1
a9 2
PORTVERSION=	1.2.1
PORTREVISION=	1
d16 1
a16 1
BUILD_DEPENDS=  ${LOCALBASE}/bin/dictzip:${PORTSDIR}/net/dictd
@


1.4
log
@Update MASTER_SITES

PR:	ports/37433
Submitted by:	Statue <statue@@softwareliberty.org> (MAINTAINER)
@
text
@d10 1
@


1.3
log
@upgrade to 1.2.1

PR:		32499
Submitted by:	maintainer
@
text
@d11 1
a11 1
MASTER_SITES=	http://freebsd.sinica.edu.tw/~statue/
@


1.2
log
@Update to 1.2.

PR: ports/32352
Submitted by: MAINTAINER
@
text
@d9 1
a9 1
PORTVERSION=	1.2
@


1.1
log
@A Chinese(Big5) <-> English database for dictd.

PR: ports/31298
Submitted by: Statue <statue@@softwareliberty.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.1
@

