Update to version 1.3.17.

This commit is contained in:
Dmitry Sivachenko 2004-08-19 11:28:34 +00:00
parent 1c2246bb1a
commit 8b24e4eed8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116667
6 changed files with 102 additions and 110 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= zebra-server PORTNAME= zebra-server
PORTVERSION= 1.3.13 PORTVERSION= 1.3.17
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/ MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/
DISTNAME= idzebra-${PORTVERSION} DISTNAME= idzebra-${PORTVERSION}

View file

@ -1,2 +1,2 @@
MD5 (idzebra-1.3.13.tar.gz) = a51983989ea21bb8a94ae7923b55d3c5 MD5 (idzebra-1.3.17.tar.gz) = 51717e2962da9f6f271a014fe482fb34
SIZE (idzebra-1.3.13.tar.gz) = 866329 SIZE (idzebra-1.3.17.tar.gz) = 1017846

View file

@ -1,19 +1,10 @@
--- configure.orig Sat Jan 4 16:33:07 2003 --- configure.orig Tue Aug 17 11:00:14 2004
+++ configure Sat Jan 4 16:33:58 2003 +++ configure Thu Aug 19 15:15:49 2004
@@ -705,7 +705,7 @@ @@ -6262,6 +6262,7 @@
fi s,@ECHO_N@,$ECHO_N,;t t
s,@ECHO_T@,$ECHO_T,;t t
s,@LIBS@,$LIBS,;t t
-PACKAGE=idzebra
+PACKAGE=zebra-server
VERSION=1.3.4
@@ -2329,6 +2329,7 @@
s%@DEFS@%$DEFS%g
s%@LDFLAGS@%$LDFLAGS%g
s%@LIBS@%$LIBS%g
+s%@PTHREAD_LIBS@%$PTHREAD_LIBS%g +s%@PTHREAD_LIBS@%$PTHREAD_LIBS%g
s%@exec_prefix@%$exec_prefix%g s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
s%@prefix@%$prefix%g s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
s%@program_transform_name@%$program_transform_name%g s,@INSTALL_DATA@,$INSTALL_DATA,;t t

View file

@ -1,9 +1,9 @@
--- dfa/Makefile.in.orig Sat Jan 4 16:35:12 2003 --- dfa/Makefile.in.orig Tue Aug 17 11:00:25 2004
+++ dfa/Makefile.in Sat Jan 4 16:35:30 2003 +++ dfa/Makefile.in Thu Aug 19 15:16:58 2004
@@ -84,7 +84,7 @@ @@ -91,7 +91,7 @@
noinst_PROGRAMS = agrep lexer grepper noinst_PROGRAMS = agrep lexer grepper
INCLUDES = -I$(srcdir)/../include @YAZINC@ AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)
-LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) -LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB)
+LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) @PTHREAD_LIBS@ +LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) @PTHREAD_LIBS@

View file

@ -1,11 +1,11 @@
--- tab/Makefile.in.orig Sat Jan 4 16:36:23 2003 --- tab/Makefile.in.orig Thu Aug 19 15:18:29 2004
+++ tab/Makefile.in Sat Jan 4 16:36:52 2003 +++ tab/Makefile.in Thu Aug 19 15:18:37 2004
@@ -79,7 +79,7 @@ @@ -86,7 +86,7 @@
ZPERL_LIBS = @ZPERL_LIBS@ ZPERL_LIBS = @ZPERL_LIBS@
yazconfig = @yazconfig@ yazconfig = @yazconfig@
-tabdatadir = $(pkgdatadir)/tab -tabdatadir = $(pkgdatadir)/tab
+tabdatadir = $(datadir)/@PACKAGE@/tab +tabdatadir = $(datadir)/@PACKAGE@/tab
tabdata_DATA = bib1.att dan1.att danmarc.abs danmarc.mar default.idx explain.abs explain.att explain.tag generic.tag gils.abs gils-a.est gils.att gils-b.est gils-f.est gils-g.est gils-summary.map gils.tag gils-usmarc.map gils-variant.est hci.flt mail.flt meta.abs meta-b.est meta.tag meta-usmarc.map news.flt numeric.chr nwi.flt refer.flt scan.chr sgml.flt soif.flt string.chr summary.abs summary.tag tagsetg.tag tagsetm.tag urx.chr usmarc.abs usmarc-b.est usmarc.flt usmarc.mar usmarc.tag var1.var wais.abs wais-b.est wais-variant.est tabdata_DATA = bib1.att dan1.att danbib.abs danmarc.abs danmarc.mar default.idx explain.abs explain.att explain.tag generic.tag gils.abs gils-a.est gils.att gils-b.est gils-f.est gils-g.est gils-summary.map gils.tag gils-usmarc.map gils-variant.est hci.flt mail.flt meta.abs meta-b.est meta.tag meta-usmarc.map news.flt numeric.chr nwi.flt refer.flt scan.chr sgml.flt soif.flt string.chr summary.abs summary.tag tagsetg.tag tagsetm.tag urx.chr usmarc.abs usmarc-b.est usmarc.flt usmarc.mar usmarc.tag var1.var wais.abs wais-b.est wais-variant.est

View file

@ -3,84 +3,85 @@ bin/zebrash
bin/zebrasrv bin/zebrasrv
include/zebraapi.h include/zebraapi.h
include/zebraver.h include/zebraver.h
share/doc/zebra-server/zebra.html share/doc/idzebra/zebra.html
share/doc/zebra-server/zebra.pdf share/doc/idzebra/zebra.pdf
share/doc/zebra-server/zebra.png share/doc/idzebra/zebra.png
share/doc/zebra-server/administration.html share/doc/idzebra/administration.html
share/doc/zebra-server/apps.html share/doc/idzebra/apps.html
share/doc/zebra-server/example1.html share/doc/idzebra/example1.html
share/doc/zebra-server/example2.html share/doc/idzebra/example2.html
share/doc/zebra-server/examples.html share/doc/idzebra/examples.html
share/doc/zebra-server/support.html share/doc/idzebra/support.html
share/doc/zebra-server/configuration-file.html share/doc/idzebra/configuration-file.html
share/doc/zebra-server/data-model.html share/doc/idzebra/data-model.html
share/doc/zebra-server/features.html share/doc/idzebra/features.html
share/doc/zebra-server/file-ids.html share/doc/idzebra/file-ids.html
share/doc/zebra-server/formats.html share/doc/idzebra/formats.html
share/doc/zebra-server/future.html share/doc/idzebra/future.html
share/doc/zebra-server/generic-ids.html share/doc/idzebra/generic-ids.html
share/doc/zebra-server/indexdata.html share/doc/idzebra/indexdata.html
share/doc/zebra-server/installation.html share/doc/idzebra/installation.html
share/doc/zebra-server/installation.win32.html share/doc/idzebra/installation.win32.html
share/doc/zebra-server/internal-representation.html share/doc/idzebra/internal-representation.html
share/doc/zebra-server/introduction.html share/doc/idzebra/introduction.html
share/doc/zebra-server/license.html share/doc/idzebra/license.html
share/doc/zebra-server/locating-records.html share/doc/idzebra/locating-records.html
share/doc/zebra-server/protocol-support.html share/doc/idzebra/protocol-support.html
share/doc/zebra-server/quick-start.html share/doc/idzebra/quick-start.html
share/doc/zebra-server/record-model.html share/doc/idzebra/record-model.html
share/doc/zebra-server/register-location.html share/doc/idzebra/register-location.html
share/doc/zebra-server/server.html share/doc/idzebra/server.html
share/doc/zebra-server/shadow-registers.html share/doc/idzebra/shadow-registers.html
share/doc/zebra-server/simple-indexing.html share/doc/idzebra/simple-indexing.html
share/doc/zebra-server/zebraidx.html share/doc/idzebra/zebraidx.html
share/zebra-server/tab/default.idx share/idzebra/tab/danbib.abs
share/zebra-server/tab/hci.flt share/idzebra/tab/default.idx
share/zebra-server/tab/mail.flt share/idzebra/tab/hci.flt
share/zebra-server/tab/news.flt share/idzebra/tab/mail.flt
share/zebra-server/tab/numeric.chr share/idzebra/tab/news.flt
share/zebra-server/tab/nwi.flt share/idzebra/tab/numeric.chr
share/zebra-server/tab/refer.flt share/idzebra/tab/nwi.flt
share/zebra-server/tab/scan.chr share/idzebra/tab/refer.flt
share/zebra-server/tab/sgml.flt share/idzebra/tab/scan.chr
share/zebra-server/tab/soif.flt share/idzebra/tab/sgml.flt
share/zebra-server/tab/string.chr share/idzebra/tab/soif.flt
share/zebra-server/tab/urx.chr share/idzebra/tab/string.chr
share/zebra-server/tab/usmarc.flt share/idzebra/tab/urx.chr
share/zebra-server/tab/bib1.att share/idzebra/tab/usmarc.flt
share/zebra-server/tab/dan1.att share/idzebra/tab/bib1.att
share/zebra-server/tab/danmarc.abs share/idzebra/tab/dan1.att
share/zebra-server/tab/danmarc.mar share/idzebra/tab/danmarc.abs
share/zebra-server/tab/explain.abs share/idzebra/tab/danmarc.mar
share/zebra-server/tab/explain.att share/idzebra/tab/explain.abs
share/zebra-server/tab/explain.tag share/idzebra/tab/explain.att
share/zebra-server/tab/generic.tag share/idzebra/tab/explain.tag
share/zebra-server/tab/gils-a.est share/idzebra/tab/generic.tag
share/zebra-server/tab/gils-b.est share/idzebra/tab/gils-a.est
share/zebra-server/tab/gils-f.est share/idzebra/tab/gils-b.est
share/zebra-server/tab/gils-g.est share/idzebra/tab/gils-f.est
share/zebra-server/tab/gils-summary.map share/idzebra/tab/gils-g.est
share/zebra-server/tab/gils-usmarc.map share/idzebra/tab/gils-summary.map
share/zebra-server/tab/gils-variant.est share/idzebra/tab/gils-usmarc.map
share/zebra-server/tab/gils.abs share/idzebra/tab/gils-variant.est
share/zebra-server/tab/gils.att share/idzebra/tab/gils.abs
share/zebra-server/tab/gils.tag share/idzebra/tab/gils.att
share/zebra-server/tab/meta-b.est share/idzebra/tab/gils.tag
share/zebra-server/tab/meta-usmarc.map share/idzebra/tab/meta-b.est
share/zebra-server/tab/meta.abs share/idzebra/tab/meta-usmarc.map
share/zebra-server/tab/meta.tag share/idzebra/tab/meta.abs
share/zebra-server/tab/summary.abs share/idzebra/tab/meta.tag
share/zebra-server/tab/summary.tag share/idzebra/tab/summary.abs
share/zebra-server/tab/tagsetg.tag share/idzebra/tab/summary.tag
share/zebra-server/tab/tagsetm.tag share/idzebra/tab/tagsetg.tag
share/zebra-server/tab/usmarc-b.est share/idzebra/tab/tagsetm.tag
share/zebra-server/tab/usmarc.abs share/idzebra/tab/usmarc-b.est
share/zebra-server/tab/usmarc.mar share/idzebra/tab/usmarc.abs
share/zebra-server/tab/usmarc.tag share/idzebra/tab/usmarc.mar
share/zebra-server/tab/var1.var share/idzebra/tab/usmarc.tag
share/zebra-server/tab/wais-b.est share/idzebra/tab/var1.var
share/zebra-server/tab/wais-variant.est share/idzebra/tab/wais-b.est
share/zebra-server/tab/wais.abs share/idzebra/tab/wais-variant.est
@dirrm share/doc/zebra-server share/idzebra/tab/wais.abs
@dirrm share/zebra-server/tab @dirrm share/doc/idzebra
@dirrm share/zebra-server @dirrm share/idzebra/tab
@dirrm share/idzebra