mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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
This commit is contained in:
parent
a2e30f08e9
commit
50fc7798af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35204
@ -294,6 +294,7 @@
|
||||
SUBDIR += yaz
|
||||
SUBDIR += ytalk
|
||||
SUBDIR += zebra
|
||||
SUBDIR += zebra-server
|
||||
SUBDIR += zephyr
|
||||
SUBDIR += ztelnet
|
||||
|
||||
|
22
net/zebra-server/Makefile
Normal file
22
net/zebra-server/Makefile
Normal file
@ -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>
|
1
net/zebra-server/distinfo
Normal file
1
net/zebra-server/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (zebra-1.0pl1.tar.gz) = b09e0e90179df4e44ac02e8303568664
|
11
net/zebra-server/files/patch-aa
Normal file
11
net/zebra-server/files/patch-aa
Normal file
@ -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)
|
||||
{
|
13
net/zebra-server/files/patch-ab
Normal file
13
net/zebra-server/files/patch-ab
Normal file
@ -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@
|
||||
|
1
net/zebra-server/pkg-comment
Normal file
1
net/zebra-server/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Z39.50/SR server software
|
9
net/zebra-server/pkg-descr
Normal file
9
net/zebra-server/pkg-descr
Normal file
@ -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
|
74
net/zebra-server/pkg-plist
Normal file
74
net/zebra-server/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user