[Midnightbsd-cvs] mports: mports/net: Add zebra-server

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Feb 27 14:39:19 EST 2008


Log Message:
-----------
Add zebra-server

Modified Files:
--------------
    mports/net:
        Makefile (r1.62 -> r1.63)

Added Files:
-----------
    mports/net/zebra-server:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)
    mports/net/zebra-server/files:
        patch-configure (r1.1)
        patch-dfa-Makefile.in (r1.1)
        patch-dict-Makefile.in (r1.1)
        patch-tab-Makefile.in (r1.1)
        patch-util-Makefile.in (r1.1)

-------------- next part --------------
--- /dev/null
+++ net/zebra-server/pkg-descr
@@ -0,0 +1,6 @@
+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/zebra/
--- /dev/null
+++ net/zebra-server/pkg-plist
@@ -0,0 +1,87 @@
+bin/zebraidx
+bin/zebrash
+bin/zebrasrv
+include/zebraapi.h
+include/zebraver.h
+share/doc/idzebra/zebra.html
+share/doc/idzebra/zebra.pdf
+share/doc/idzebra/zebra.png
+share/doc/idzebra/administration.html
+share/doc/idzebra/apps.html
+share/doc/idzebra/example1.html
+share/doc/idzebra/example2.html
+share/doc/idzebra/examples.html
+share/doc/idzebra/support.html
+share/doc/idzebra/configuration-file.html
+share/doc/idzebra/data-model.html
+share/doc/idzebra/features.html
+share/doc/idzebra/file-ids.html
+share/doc/idzebra/formats.html
+share/doc/idzebra/future.html
+share/doc/idzebra/generic-ids.html
+share/doc/idzebra/indexdata.html
+share/doc/idzebra/installation.html
+share/doc/idzebra/installation.win32.html
+share/doc/idzebra/internal-representation.html
+share/doc/idzebra/introduction.html
+share/doc/idzebra/license.html
+share/doc/idzebra/locating-records.html
+share/doc/idzebra/protocol-support.html
+share/doc/idzebra/quick-start.html
+share/doc/idzebra/record-model.html
+share/doc/idzebra/register-location.html
+share/doc/idzebra/server.html
+share/doc/idzebra/shadow-registers.html
+share/doc/idzebra/simple-indexing.html
+share/doc/idzebra/zebraidx.html
+share/idzebra/tab/danbib.abs
+share/idzebra/tab/default.idx
+share/idzebra/tab/hci.flt
+share/idzebra/tab/mail.flt
+share/idzebra/tab/news.flt
+share/idzebra/tab/numeric.chr
+share/idzebra/tab/nwi.flt
+share/idzebra/tab/refer.flt
+share/idzebra/tab/scan.chr
+share/idzebra/tab/sgml.flt
+share/idzebra/tab/soif.flt
+share/idzebra/tab/string.chr
+share/idzebra/tab/urx.chr
+share/idzebra/tab/usmarc.flt
+share/idzebra/tab/bib1.att
+share/idzebra/tab/dan1.att
+share/idzebra/tab/danmarc.abs
+share/idzebra/tab/danmarc.mar
+share/idzebra/tab/explain.abs
+share/idzebra/tab/explain.att
+share/idzebra/tab/explain.tag
+share/idzebra/tab/generic.tag
+share/idzebra/tab/gils-a.est
+share/idzebra/tab/gils-b.est
+share/idzebra/tab/gils-f.est
+share/idzebra/tab/gils-g.est
+share/idzebra/tab/gils-summary.map
+share/idzebra/tab/gils-usmarc.map
+share/idzebra/tab/gils-variant.est
+share/idzebra/tab/gils.abs
+share/idzebra/tab/gils.att
+share/idzebra/tab/gils.tag
+share/idzebra/tab/meta-b.est
+share/idzebra/tab/meta-usmarc.map
+share/idzebra/tab/meta.abs
+share/idzebra/tab/meta.tag
+share/idzebra/tab/summary.abs
+share/idzebra/tab/summary.tag
+share/idzebra/tab/tagsetg.tag
+share/idzebra/tab/tagsetm.tag
+share/idzebra/tab/usmarc-b.est
+share/idzebra/tab/usmarc.abs
+share/idzebra/tab/usmarc.mar
+share/idzebra/tab/usmarc.tag
+share/idzebra/tab/var1.var
+share/idzebra/tab/wais-b.est
+share/idzebra/tab/wais-variant.est
+share/idzebra/tab/wais.abs
+ at dirrm share/doc/idzebra
+ at dirrm share/idzebra/tab
+ at dirrm share/idzebra
--- /dev/null
+++ net/zebra-server/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for:	zebra-server
+# Date created:				14 Nov 2000
+# Whom:					Dmitry Sivachenko <demon at FreeBSD.org>
+#
+# $MidnightBSD: mports/net/zebra-server/Makefile,v 1.1 2008/02/27 19:39:17 laffer1 Exp $
+# $FreeBSD: ports/net/zebra-server/Makefile,v 1.17 2007/03/03 18:34:37 kris Exp $
+#
+
+PORTNAME=	zebra-server
+PORTVERSION=	1.3.24
+CATEGORIES=	net
+MASTER_SITES=	http://ftp.indexdata.dk/pub/zebra/
+DISTNAME=	idzebra-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Z39.50/SR server software
+LICENSE=	gpl2
+
+BUILD_DEPENDS=	${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84
+LIB_DEPENDS=	yaz.2:${PORTSDIR}/net/yaz
+RUN_DEPENDS=	${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-yaz=${LOCALBASE}/bin \
+		--with-tclconfig=${LOCALBASE}/lib/tcl8.4 \
+		--with-iconv=${LOCALBASE} --with-expat=${LOCALBASE}
+CONFIGURE_ENV+=	PTHREAD_LIBS=${PTHREAD_LIBS}
+
+MAN1=		zebraidx.1
+MAN8=		zebrasrv.8
+
+.include <bsd.port.mk>
--- /dev/null
+++ net/zebra-server/distinfo
@@ -0,0 +1,3 @@
+MD5 (idzebra-1.3.24.tar.gz) = a3316d5e5bc83bc925d56b4aefa49ae8
+SHA256 (idzebra-1.3.24.tar.gz) = 731d36281e9a6927495898ba1eabc74a81a8b90350cd4705b14579521eb31b73
+SIZE (idzebra-1.3.24.tar.gz) = 1044122
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/Makefile,v
retrieving revision 1.62
retrieving revision 1.63
diff -L net/Makefile -L net/Makefile -u -r1.62 -r1.63
--- net/Makefile
+++ net/Makefile
@@ -69,6 +69,7 @@
     SUBDIR += xmlrpc-epi
     SUBDIR += yaz
     SUBDIR += zebra
+    SUBDIR += zebra-server
     SUBDIR += zillion
     SUBDIR += zniper
     SUBDIR += zsync
--- /dev/null
+++ net/zebra-server/files/patch-util-Makefile.in
@@ -0,0 +1,11 @@
+--- util/Makefile.in.orig	Wed Dec 26 11:42:17 2001
++++ util/Makefile.in	Wed Dec 26 11:42:51 2001
+@@ -108,7 +108,7 @@
+ CFLAGS = @CFLAGS@
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ CCLD = $(CC)
+-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
++LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) @PTHREAD_LIBS@ -o $@
+ DIST_COMMON =  Makefile.am Makefile.in
+ 
+ 
--- /dev/null
+++ net/zebra-server/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig	Tue Aug 17 11:00:14 2004
++++ configure	Thu Aug 19 15:15:49 2004
+@@ -6262,6 +6262,7 @@
+ s, at ECHO_N@,$ECHO_N,;t t
+ s, at ECHO_T@,$ECHO_T,;t t
+ s, at LIBS@,$LIBS,;t t
++s%@PTHREAD_LIBS@%$PTHREAD_LIBS%g
+ s, at INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
+ s, at INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
+ s, at INSTALL_DATA@,$INSTALL_DATA,;t t
--- /dev/null
+++ net/zebra-server/files/patch-dfa-Makefile.in
@@ -0,0 +1,11 @@
+--- dfa/Makefile.in.orig	Tue Aug 17 11:00:25 2004
++++ dfa/Makefile.in	Thu Aug 19 15:16:58 2004
+@@ -91,7 +91,7 @@
+ noinst_PROGRAMS = agrep lexer grepper
+ 
+ AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)
+-LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB)
++LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) @PTHREAD_LIBS@
+ 
+ agrep_SOURCES = agrep.c
+ 
--- /dev/null
+++ net/zebra-server/files/patch-tab-Makefile.in
@@ -0,0 +1,11 @@
+--- tab/Makefile.in.orig	Thu Aug 19 15:18:29 2004
++++ tab/Makefile.in	Thu Aug 19 15:18:37 2004
+@@ -86,7 +86,7 @@
+ ZPERL_LIBS = @ZPERL_LIBS@
+ yazconfig = @yazconfig@
+ 
+-tabdatadir = $(pkgdatadir)/tab
++tabdatadir = $(datadir)/@PACKAGE@/tab
+ 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
+ 
+ 
--- /dev/null
+++ net/zebra-server/files/patch-dict-Makefile.in
@@ -0,0 +1,11 @@
+--- dict/Makefile.in.orig	Sat Aug 17 14:58:12 2002
++++ dict/Makefile.in	Sat Aug 17 14:58:39 2002
+@@ -113,7 +113,7 @@
+ CFLAGS = @CFLAGS@
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ CCLD = $(CC)
+-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
++LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) @PTHREAD_LIBS@ -o $@
+ DIST_COMMON =  Makefile.am Makefile.in
+ 
+ 


More information about the Midnightbsd-cvs mailing list