head	1.6;
access;
symbols
	RELEASE_5_4_0:1.5
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2005.04.06.13.07.43;	author leeym;	state dead;
branches;
next	1.5;

1.5
date	2005.03.11.02.52.25;	author ahze;	state Exp;
branches;
next	1.4;

1.4
date	2004.06.20.23.40.39;	author kris;	state dead;
branches;
next	1.3;

1.3
date	2002.07.21.10.53.33;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2002.07.20.11.06.48;	author vanilla;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PR:		79596
Submitted by:	maintainer
@
text
@--- Makefile.in.orig	Wed Nov 28 02:53:55 2001
+++ Makefile.in	Fri Jul 19 02:15:58 2002
@@@@ -75,7 +75,7 @@@@
 		(cd $$subdir && $(MAKE)) || exit 1; \
 	done
 
-all:: $(EXES)
+all:: $(EXES) db
 
 db :: $(DATABASES)
 
@


1.5
log
@- Readd chinese/dictd-database

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


1.4
log
@Remove expired ports, plus the three ports that depended on them.
@
text
@d10 1
a10 1
 db :: rawdata $(DATABASES)
@


1.3
log
@Upgrade to 1.3.

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


1.2
log
@Add a patch for handle cedict.

PR:		ports/40738
Submitted by:	Kuang-che Wu <kcwu@@kcwu.dyndns.org>
Approved by:	maintainer.
@
text
@a11 9
@@@@ -110,6 +110,8 @@@@
 	./dictfmt -p -u http://www.mandarintools.com/cedict.html \
                 -s "Chinese to English dictionary" \
                 cedict < data/cedict.txt ; \
+	env LANG=C sort cedict.index > cedict.index.tmp ; \
+	mv cedict.index.tmp cedict.index; \
         if [ "$(DICTZIP)" != "cat" ]; then \
                 dictzip cedict.dict; \
         fi
@


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

PR: ports/31298
Submitted by: Statue <statue@@softwareliberty.org>
@
text
@d1 2
a2 2
--- Makefile.in.orig	Sun Apr  2 00:43:40 2000
+++ Makefile.in	Sun Oct 14 10:52:13 2001
d11 10
@

