diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2000-11-16 20:12:12 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2000-11-16 20:12:12 +0000 |
commit | 50fc7798af02de89bbc49393b8ecaa1024bcc3ca (patch) | |
tree | 26503cc78360107f555a384ddb907c4ec176cee9 | |
parent | Update to version 0.13 (diff) |
New port of Z39.50 server named 'zebra'.
This program has no relation to the existing net/zebra port.
PR: 21413
Reviewed by: sobomax
Approved by: sobomax
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/zebra-server/Makefile | 22 | ||||
-rw-r--r-- | net/zebra-server/distinfo | 1 | ||||
-rw-r--r-- | net/zebra-server/files/patch-aa | 11 | ||||
-rw-r--r-- | net/zebra-server/files/patch-ab | 13 | ||||
-rw-r--r-- | net/zebra-server/pkg-comment | 1 | ||||
-rw-r--r-- | net/zebra-server/pkg-descr | 9 | ||||
-rw-r--r-- | net/zebra-server/pkg-plist | 74 |
8 files changed, 132 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 6022fecea20e..4892209dc735 100644 --- a/net/Makefile +++ b/net/Makefile @@ -294,6 +294,7 @@ SUBDIR += yaz SUBDIR += ytalk SUBDIR += zebra + SUBDIR += zebra-server SUBDIR += zephyr SUBDIR += ztelnet diff --git a/net/zebra-server/Makefile b/net/zebra-server/Makefile new file mode 100644 index 000000000000..6f6a3677d04e --- /dev/null +++ b/net/zebra-server/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: zebra-server +# Date created: 14 Nov 2000 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= zebra-server +PORTVERSION= 1.0.1 +CATEGORIES= net +MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ +DISTNAME= zebra-${PORTVERSION:S/0./0pl/} + +MAINTAINER= demon@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/bin/yaz-config:${PORTSDIR}/net/yaz +RUN_DEPENDS= ${LOCALBASE}/bin/yaz-config:${PORTSDIR}/net/yaz + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin + +.include <bsd.port.mk> diff --git a/net/zebra-server/distinfo b/net/zebra-server/distinfo new file mode 100644 index 000000000000..e16c9609e86d --- /dev/null +++ b/net/zebra-server/distinfo @@ -0,0 +1 @@ +MD5 (zebra-1.0pl1.tar.gz) = b09e0e90179df4e44ac02e8303568664 diff --git a/net/zebra-server/files/patch-aa b/net/zebra-server/files/patch-aa new file mode 100644 index 000000000000..cd1073d6515a --- /dev/null +++ b/net/zebra-server/files/patch-aa @@ -0,0 +1,11 @@ +--- index/lockutil.c.orig Sat Sep 16 14:24:25 2000 ++++ index/lockutil.c Sat Sep 16 14:24:40 2000 +@@ -79,7 +79,7 @@ + (O_BINARY|O_CREAT|O_RDWR), 0666); + #else + h->fd= open (name, ((h->excl_flag > 1) ? O_EXCL : 0)| +- (O_BINARY|O_CREAT|O_RDWR|O_SYNC), 0666); ++ (O_BINARY|O_CREAT|O_RDWR), 0666); + #endif + if (h->fd == -1) + { diff --git a/net/zebra-server/files/patch-ab b/net/zebra-server/files/patch-ab new file mode 100644 index 000000000000..0a667611988e --- /dev/null +++ b/net/zebra-server/files/patch-ab @@ -0,0 +1,13 @@ +--- Makefile.in.orig Wed Sep 20 13:24:26 2000 ++++ Makefile.in Wed Sep 20 13:25:10 2000 +@@ -37,8 +37,8 @@ + INCDIR=$(prefix)/include + # Misc tables, etc. + ZEBRADIR=$(prefix)/lib/@PROGPREFIX@ +-ZEBRATAB=$(prefix)/lib/@PROGPREFIX@/tab +-ZEBRADOC=$(prefix)/lib/@PROGPREFIX@/doc ++ZEBRATAB=$(prefix)/share/zebra-server/tab ++ZEBRADOC=$(prefix)/share/doc/zebra-server + + SUBDIR=@SUBDIR@ + diff --git a/net/zebra-server/pkg-comment b/net/zebra-server/pkg-comment new file mode 100644 index 000000000000..ad054fd169d1 --- /dev/null +++ b/net/zebra-server/pkg-comment @@ -0,0 +1 @@ +Z39.50/SR server software diff --git a/net/zebra-server/pkg-descr b/net/zebra-server/pkg-descr new file mode 100644 index 000000000000..d5bb5a3e665a --- /dev/null +++ b/net/zebra-server/pkg-descr @@ -0,0 +1,9 @@ +The Zebra server combines a versatile fielded/free-text indexing/search +engine with a Z39.50-1995 frontend to provide a powerful and flexible +information mining tool. + + +WWW: http://www.indexdata.dk/zabra/ + +- Dmitry Sivachenko, +demon@FreeBSD.org diff --git a/net/zebra-server/pkg-plist b/net/zebra-server/pkg-plist new file mode 100644 index 000000000000..9de24941c627 --- /dev/null +++ b/net/zebra-server/pkg-plist @@ -0,0 +1,74 @@ +bin/zebraidx +bin/zebrasrv +share/zebra-server/tab/bib1.att +share/zebra-server/tab/dan1.att +share/zebra-server/tab/danmarc.abs +share/zebra-server/tab/default.idx +share/zebra-server/tab/explain.abs +share/zebra-server/tab/explain.att +share/zebra-server/tab/explain.tag +share/zebra-server/tab/generic.tag +share/zebra-server/tab/gils-a.est +share/zebra-server/tab/gils-b.est +share/zebra-server/tab/gils-f.est +share/zebra-server/tab/gils-g.est +share/zebra-server/tab/gils-summary.map +share/zebra-server/tab/gils-usmarc.map +share/zebra-server/tab/gils-variant.est +share/zebra-server/tab/gils.abs +share/zebra-server/tab/gils.att +share/zebra-server/tab/gils.tag +share/zebra-server/tab/hci.flt +share/zebra-server/tab/mail.flt +share/zebra-server/tab/meta-b.est +share/zebra-server/tab/meta-usmarc.map +share/zebra-server/tab/meta.abs +share/zebra-server/tab/meta.tag +share/zebra-server/tab/news.flt +share/zebra-server/tab/numeric.chr +share/zebra-server/tab/nwi.flt +share/zebra-server/tab/refer.flt +share/zebra-server/tab/scan.chr +share/zebra-server/tab/sgml.flt +share/zebra-server/tab/soif.flt +share/zebra-server/tab/string.chr +share/zebra-server/tab/summary.abs +share/zebra-server/tab/summary.tag +share/zebra-server/tab/tagsetg.tag +share/zebra-server/tab/tagsetm.tag +share/zebra-server/tab/urx.chr +share/zebra-server/tab/usmarc-b.est +share/zebra-server/tab/usmarc.abs +share/zebra-server/tab/usmarc.flt +share/zebra-server/tab/usmarc.mar +share/zebra-server/tab/usmarc.tag +share/zebra-server/tab/var1.var +share/zebra-server/tab/wais-b.est +share/zebra-server/tab/wais-variant.est +share/zebra-server/tab/wais.abs +share/doc/zebra-server/Makefile +share/doc/zebra-server/README +share/doc/zebra-server/gils-1.html +share/doc/zebra-server/gils-2.html +share/doc/zebra-server/gils-3.html +share/doc/zebra-server/gils-4.html +share/doc/zebra-server/gils-5.html +share/doc/zebra-server/gils-6.html +share/doc/zebra-server/gils.html +share/doc/zebra-server/gils.sgml +share/doc/zebra-server/gils.txt +share/doc/zebra-server/zebra-1.html +share/doc/zebra-server/zebra-2.html +share/doc/zebra-server/zebra-3.html +share/doc/zebra-server/zebra-4.html +share/doc/zebra-server/zebra-5.html +share/doc/zebra-server/zebra-6.html +share/doc/zebra-server/zebra-7.html +share/doc/zebra-server/zebra-8.html +share/doc/zebra-server/zebra-9.html +share/doc/zebra-server/zebra.html +share/doc/zebra-server/zebra.sgml +share/doc/zebra-server/zebra.txt +@dirrm share/zebra-server/tab +@dirrm share/zebra-server +@dirrm share/doc/zebra-server |