aboutsummaryrefslogtreecommitdiff
path: root/chinese/libtabe
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2002-04-17 11:51:53 +0000
committerClive Lin <clive@FreeBSD.org>2002-04-17 11:51:53 +0000
commit0b11fae5a754f883d589fd7a7b178ac68849b1f6 (patch)
tree00e02e2899ed33aa65ff9bb038e9291942aec6a7 /chinese/libtabe
parent4046f937d5658a256577760bdbe86c5443bf6db9 (diff)
downloadports-0b11fae5a754f883d589fd7a7b178ac68849b1f6.tar.gz
ports-0b11fae5a754f883d589fd7a7b178ac68849b1f6.zip
Notes
Diffstat (limited to 'chinese/libtabe')
-rw-r--r--chinese/libtabe/Makefile32
-rw-r--r--chinese/libtabe/distinfo2
-rw-r--r--chinese/libtabe/files/patch-aa25
-rw-r--r--chinese/libtabe/files/patch-ab13
-rw-r--r--chinese/libtabe/pkg-plist15
5 files changed, 40 insertions, 47 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile
index 446cf3141c04..9d3e982e59e5 100644
--- a/chinese/libtabe/Makefile
+++ b/chinese/libtabe/Makefile
@@ -6,38 +6,54 @@
#
PORTNAME= libtabe
-PORTVERSION= 0.2.2
+PORTVERSION= 0.2.5
CATEGORIES= chinese
MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/
-MAINTAINER= keith@FreeBSD.org
+MAINTAINER= kcwu@ck.tp.edu.tw
+LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
+.if defined(USE_DB2)
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db
+.endif
WRKSRC= ${WRKDIR}/libtabe
-USE_XLIB= yes
INSTALLS_SHLIB= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--includedir=${PREFIX}/include/tabe \
- --with-dbinc=${PREFIX}/include/db2 \
- --with-dblib=${PREFIX}/lib \
+ --with-db-lib=${LOCALBASE}/lib \
+ --with-db-bin=${LOCALBASE}/bin \
--enable-shared
+.if !defined(USE_DB2)
+CONFIGURE_ARGS+= --with-db-inc=${LOCALBASE}/include/db3
+.else
+CONFIGURE_ARGS+= --with-db-inc=${LOCALBASE}/include/db2
+.endif
+
.include <bsd.port.pre.mk>
+pre-fetch:
+.if !defined(USE_DB2)
+ @${ECHO} --
+ @${ECHO} "Type \"make -DUSE_DB2\" if you want use DB2."
+ @${ECHO} "Otherwise, xcin2.5 will use DB3."
+ @${ECHO} --
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/tabe
- ${INSTALL_DATA} ${WRKSRC}/src/tsi-src/README ${PREFIX}/share/doc/tabe/README.tsi
+ ${INSTALL_DATA} ${WRKSRC}/tsi-src/README ${PREFIX}/share/doc/tabe/README.tsi
${INSTALL_DATA} ${WRKSRC}/src/supports/bims/README ${PREFIX}/share/doc/tabe/README.bims
.for DOC in BoPoMoFo.shtml Changes Changes.pre-0.1 TODO ZuYinCode.txt \
et26.txt libtabe.sgml
${INSTALL_DATA} ${WRKSRC}/doc/${DOC} ${PREFIX}/share/doc/tabe
.endfor
.endif
- ${TOUCH} ${PREFIX}/share/tabe/libtabe-0.2.2
- ${RM} -f ${PREFIX}/lib/libtabe.la ${PREFIX}/lib/libbims.la
+ ${MKDIR} ${PREFIX}/share/tabe
+ ${TOUCH} ${PREFIX}/share/tabe/libtabe-0.2.5
.include <bsd.port.post.mk>
diff --git a/chinese/libtabe/distinfo b/chinese/libtabe/distinfo
index 8546aec86d6e..ea6f6359992d 100644
--- a/chinese/libtabe/distinfo
+++ b/chinese/libtabe/distinfo
@@ -1 +1 @@
-MD5 (libtabe-0.2.2.tar.gz) = 53a4eadc12fe736cdaf7b6924fca811f
+MD5 (libtabe-0.2.5.tar.gz) = 8b03826b2858ae999b18d41099eb73c9
diff --git a/chinese/libtabe/files/patch-aa b/chinese/libtabe/files/patch-aa
index c142eb033ce2..4f9f329a21e8 100644
--- a/chinese/libtabe/files/patch-aa
+++ b/chinese/libtabe/files/patch-aa
@@ -1,6 +1,6 @@
---- src/Makefile.in.orig Thu Jun 7 00:26:26 2001
-+++ src/Makefile.in Sun Jun 17 09:49:05 2001
-@@ -60,8 +60,7 @@
+--- src/Makefile.in.orig Wed Dec 5 13:56:10 2001
++++ src/Makefile.in Wed Dec 5 13:56:23 2001
+@@ -55,8 +55,7 @@
$(LIBNAME): $(LIBOBJS)
$(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
@@ -8,22 +8,5 @@
- -release $(RELEASE_VER)
+ -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
- subsys:
+ bims:
(cd supports/bims; $(MAKE))
-@@ -110,7 +109,7 @@
-
- install: install_binary install_data
-
--install_binary: binary
-+install_binary:
- if [ ! -d $(libdir) ]; then $(INSTALL) -d $(libdir); fi
- if [ ! -d $(includedir) ]; then $(INSTALL) -d $(includedir); fi
- $(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIBNAME) $(libdir)
-@@ -118,6 +117,6 @@
- (cd supports/bims; $(MAKE) install)
- (cd util; $(MAKE) install)
-
--install_data: data
-+install_data:
- (cd tsi-src; $(MAKE) install)
-
diff --git a/chinese/libtabe/files/patch-ab b/chinese/libtabe/files/patch-ab
index 297db5e6637c..3b34002f8f69 100644
--- a/chinese/libtabe/files/patch-ab
+++ b/chinese/libtabe/files/patch-ab
@@ -1,5 +1,5 @@
---- src/supports/bims/Makefile.in.orig Thu Jun 7 00:26:26 2001
-+++ src/supports/bims/Makefile.in Sun Jun 17 09:48:49 2001
+--- src/supports/bims/Makefile.in.orig Wed Dec 5 13:56:40 2001
++++ src/supports/bims/Makefile.in Wed Dec 5 13:56:47 2001
@@ -45,8 +45,7 @@
$(LIBNAME): $(LIBOBJS)
@@ -10,12 +10,3 @@
bims.lo: bims.c bims.h
$(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(DEFS) $(INC) -o $@ bims.c
-@@ -59,7 +58,7 @@
- if [ -d obj-s ]; then rmdir obj-s; fi
- $(RM) Makefile
-
--install: all
-+install:
- if [ ! -d $(libdir) ]; then $(INSTALL) -d $(libdir); fi
- if [ ! -d $(includedir) ]; then $(INSTALL) -d $(includedir); fi
- $(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIBNAME) $(libdir)
diff --git a/chinese/libtabe/pkg-plist b/chinese/libtabe/pkg-plist
index 2e06495b0ec7..2bdd45b703d2 100644
--- a/chinese/libtabe/pkg-plist
+++ b/chinese/libtabe/pkg-plist
@@ -1,15 +1,20 @@
bin/tsiadd
bin/tsidel
bin/tsidump
+bin/tsiyincheck
bin/tsiyindump
include/tabe/bims.h
include/tabe/tabe.h
lib/libbims.a
+lib/libbims.la
lib/libbims.so
-lib/libbims.so.0
+lib/libbims.so.2
lib/libtabe.a
+lib/libtabe.la
lib/libtabe.so
-lib/libtabe.so.0
+lib/libtabe.so.2
+lib/tabe/tsi.db
+lib/tabe/yin.db
%%PORTDOCS%%share/doc/tabe/BoPoMoFo.shtml
%%PORTDOCS%%share/doc/tabe/Changes
%%PORTDOCS%%share/doc/tabe/Changes.pre-0.1
@@ -19,10 +24,8 @@ lib/libtabe.so.0
%%PORTDOCS%%share/doc/tabe/ZuYinCode.txt
%%PORTDOCS%%share/doc/tabe/et26.txt
%%PORTDOCS%%share/doc/tabe/libtabe.sgml
-share/tabe/libtabe-0.2.2
-share/tabe/tsiyin/tsi.db
-share/tabe/tsiyin/yin.db
+share/tabe/libtabe-0.2.5
@dirrm include/tabe
+@dirrm lib/tabe
%%PORTDOCS%%@dirrm share/doc/tabe
-@dirrm share/tabe/tsiyin
@dirrm share/tabe