diff options
author | R. Imura <imura@FreeBSD.org> | 2000-01-14 18:19:15 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-01-14 18:19:15 +0000 |
commit | 4f0e0d2ab8a424551700158d4760f1da45f9438e (patch) | |
tree | 19dc8c249df6f523e97a757d6c33ba9de5be68a6 /chinese | |
parent | f49663082eb504f5a727f204263e01c8b5c70e09 (diff) | |
download | ports-4f0e0d2ab8a424551700158d4760f1da45f9438e.tar.gz ports-4f0e0d2ab8a424551700158d4760f1da45f9438e.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/autoconvert/Makefile | 4 | ||||
-rw-r--r-- | chinese/autoconvert/distinfo | 2 | ||||
-rw-r--r-- | chinese/autoconvert/files/patch-ab | 16 | ||||
-rw-r--r-- | chinese/autoconvert/pkg-plist | 5 |
4 files changed, 13 insertions, 14 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index 8c0eda7db83c..52119b56e2f8 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= autoconvert-0.3.3 +DISTNAME= autoconvert-0.3.4 CATEGORIES= chinese MASTER_SITES= http://www.linuxfocus.org/~yu.guanghui/ \ ftp://ftp.dlut.edu.cn/pub/PEOPLE/saka/ @@ -19,7 +19,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/autob5 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/autogb ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/autoconvert -.for i in ChangeLog LICENSE Readme TODO Version big5.txt gb.txt hz.txt procmailrc.example +.for i in ChangeLog GPL LICENSE Readme TODO Version hz.txt procmailrc.example shed.big5 shed.gb ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/autoconvert .endfor diff --git a/chinese/autoconvert/distinfo b/chinese/autoconvert/distinfo index a389ff59b047..c3981a89bdc3 100644 --- a/chinese/autoconvert/distinfo +++ b/chinese/autoconvert/distinfo @@ -1 +1 @@ -MD5 (autoconvert-0.3.3.tar.gz) = 40723c99a18912212b7739fb40233412 +MD5 (autoconvert-0.3.4.tar.gz) = 49406843a315d4471b1165dc9175955b diff --git a/chinese/autoconvert/files/patch-ab b/chinese/autoconvert/files/patch-ab index 499e3058e349..1c7d33b5d244 100644 --- a/chinese/autoconvert/files/patch-ab +++ b/chinese/autoconvert/files/patch-ab @@ -1,13 +1,11 @@ ---- hzconvert/Makefile.orig Mon Oct 25 19:02:21 1999 -+++ hzconvert/Makefile Tue Oct 26 08:29:52 1999 -@@ -1,10 +1,10 @@ - CC=gcc --CFLAGS=-O2 -+CFLAGS+=-O2 - OBJS=b2g.o b2u.o g2u.o hztogb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o --%.o:%c +--- hzconvert/Makefile.orig Wed Jan 5 14:33:47 2000 ++++ hzconvert/Makefile Wed Jan 5 14:34:35 2000 +@@ -2,10 +2,10 @@ + CFLAGS+=-O2 + #OBJS=b2g.o b2u.o g2u.o hztogb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o + OBJS=b2g.o b2u.o g2u.o hz2gb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o +all:libhzconvert.a -+%.o:%.c + %.o:%c $(CC) $(CFLAGS) -c $< -all:libhzconvert.a diff --git a/chinese/autoconvert/pkg-plist b/chinese/autoconvert/pkg-plist index 9c9b5a58a7b8..e364abd544cb 100644 --- a/chinese/autoconvert/pkg-plist +++ b/chinese/autoconvert/pkg-plist @@ -1,12 +1,13 @@ bin/autob5 bin/autogb share/autoconvert/ChangeLog +share/autoconvert/GPL share/autoconvert/LICENSE share/autoconvert/Readme share/autoconvert/TODO share/autoconvert/Version -share/autoconvert/big5.txt -share/autoconvert/gb.txt share/autoconvert/hz.txt +share/autoconvert/shed.big5 +share/autoconvert/shed.gb share/autoconvert/procmailrc.example @dirrm share/autoconvert |