summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-02-18 08:30:58 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-02-18 08:30:58 +0000
commit9f20a9982c7e4ec98acdb0fa9deeea0a79e21651 (patch)
treec9971c378b51542b5fa2cdda6e52ec20d9f641f3 /net
parentThe last upgrade changed the directory name from "exmh-2.0beta" to (diff)
Import of freewais-sf, an enhanced WAIS.
Closes PR #2156. Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
Notes
Notes: svn path=/head/; revision=5677
Diffstat (limited to 'net')
-rw-r--r--net/freewais-sf/Makefile29
-rw-r--r--net/freewais-sf/distinfo1
-rw-r--r--net/freewais-sf/files/patch-aa18
-rw-r--r--net/freewais-sf/files/patch-ab11
-rw-r--r--net/freewais-sf/pkg-comment1
-rw-r--r--net/freewais-sf/pkg-descr5
-rw-r--r--net/freewais-sf/pkg-plist41
7 files changed, 106 insertions, 0 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile
new file mode 100644
index 000000000000..2dd2f1147f27
--- /dev/null
+++ b/net/freewais-sf/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: FreeWAIS_sf-2.1.2
+# Version required: 2.1.1
+# Date created: 19 November 1996
+# Whom: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
+#
+# $Id$
+#
+
+DISTNAME= freeWAIS-sf-2.1.2
+PKGNAME= freewais-sf-2.1.2
+CATEGORIES= net databases
+MASTER_SITES= ftp://ftp.wsct.wsc.com/pub/freeWAIS-sf/freeWAIS-sf-2.1/
+
+MAINTAINER= pgiffuni@fps.biblos.unal.edu.co
+
+IS_INTERACTIVE= yes
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX} < ${FILESDIR}/configure.ans
+MAN1= catalog.1 dictionary.1 inverted_file.1 makedb.1 mkfmt.1 waisindex.1 \
+ waisq.1 waissearch.1 xwais.1 xwaisq.1
+MAN3= ftw.3 scandir.3
+
+post-install:
+.if !defined(NOPORTDOCS)
+ mkdir -p ${PREFIX}/share/doc/SF
+ cp ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF
+.endif
+
+.include <bsd.port.mk>
diff --git a/net/freewais-sf/distinfo b/net/freewais-sf/distinfo
new file mode 100644
index 000000000000..a4e09cf9fc59
--- /dev/null
+++ b/net/freewais-sf/distinfo
@@ -0,0 +1 @@
+MD5 (freeWAIS-sf-2.1.2.tar.gz) = 2013cf21af0a19b5f981a13b7532257d
diff --git a/net/freewais-sf/files/patch-aa b/net/freewais-sf/files/patch-aa
new file mode 100644
index 000000000000..1eec5d42658b
--- /dev/null
+++ b/net/freewais-sf/files/patch-aa
@@ -0,0 +1,18 @@
+--- configure~ Mon Jul 8 22:36:12 1996
++++ configure Mon Feb 17 16:22:27 1997
+@@ -2575,6 +2575,7 @@
+ #line 2576 "configure"
+ #include "confdefs.h"
+
++#include <sys/types.h>
+ #ifdef HAVE_SYS_DIR_H
+ #include <sys/dir.h>
+ #endif
+@@ -2616,6 +2617,7 @@
+ #line 2617 "configure"
+ #include "confdefs.h"
+
++#include <sys/types.h>
+ #ifdef HAVE_SYS_DIR_H
+ #include <sys/dir.h>
+ #endif
diff --git a/net/freewais-sf/files/patch-ab b/net/freewais-sf/files/patch-ab
new file mode 100644
index 000000000000..953694c4c9f1
--- /dev/null
+++ b/net/freewais-sf/files/patch-ab
@@ -0,0 +1,11 @@
+--- ir/Makefile.in.orig Tue Jul 30 00:42:14 1996
++++ ir/Makefile.in Mon Feb 17 16:33:11 1997
+@@ -196,7 +196,7 @@
+
+ libwais.a: $(PROTOCOL_OBJS) $(INV_OBJS) $(SIG_OBJS) $(LOCAL_OBJS) $(CLIENT_OBJS)
+ $(RM) $@
+- $(AR) $@ $(PROTOCOL_OBJS) $(INV_OBJS) $(SIG_OBJS) $(LOCAL_OBJS) $(CLIENT_OBJS) ../ctype/ctype.o
++ $(AR) $@ $(PROTOCOL_OBJS) $(INV_OBJS) $(SIG_OBJS) $(LOCAL_OBJS) $(CLIENT_OBJS)
+ $(RANLIB) $@
+
+ install.lib:: libwais.a libinv.a libsig.a libclient.a $(LIBLOCAL)
diff --git a/net/freewais-sf/pkg-comment b/net/freewais-sf/pkg-comment
new file mode 100644
index 000000000000..4bd272f82fec
--- /dev/null
+++ b/net/freewais-sf/pkg-comment
@@ -0,0 +1 @@
+An enhanced Wide Area Information Server
diff --git a/net/freewais-sf/pkg-descr b/net/freewais-sf/pkg-descr
new file mode 100644
index 000000000000..d0838ce632a1
--- /dev/null
+++ b/net/freewais-sf/pkg-descr
@@ -0,0 +1,5 @@
+FreeWAIS-sf is an extension of the freeWAIS software provided by the the
+Clearinghouse for Networked Information Discovery and Retrieval (CNIDR).
+The SF suffix in the software name stands for "structured fields," an
+indexing and search feature which distinguishes this software from its
+predecessors.
diff --git a/net/freewais-sf/pkg-plist b/net/freewais-sf/pkg-plist
new file mode 100644
index 000000000000..721a4c60c693
--- /dev/null
+++ b/net/freewais-sf/pkg-plist
@@ -0,0 +1,41 @@
+bin/catalog
+bin/check-sources
+bin/dictionary
+bin/getaddrs
+bin/inverted_file
+bin/makedb
+bin/stringtoany
+bin/swais
+bin/trunc
+bin/wais-gif-display
+bin/wais-html-display
+bin/wais-jfif-display
+bin/wais-jpeg-display
+bin/wais-pict-display
+bin/wais-ppm-display
+bin/wais-tiff-display
+bin/waisindex
+bin/waisq
+bin/waisretrieve
+bin/waissearch
+bin/waisserver
+bin/ws
+bin/xwais
+bin/xwaisq
+lib/XwaisHELP
+lib/XwaisqHELP
+lib/app-defaults/Xwais
+lib/emacs/lisp/wais.el
+man/man1/catalog.1.gz
+man/man1/dictionary.1.gz
+man/man1/inverted_file.1.gz
+man/man1/makedb.1.gz
+man/man1/mkfmt.1.gz
+man/man1/waisindex.1.gz
+man/man1/waisq.1.gz
+man/man1/waissearch.1.gz
+man/man1/xwais.1.gz
+man/man1/xwaisq.1.gz
+man/man3/ftw.3.gz
+man/man3/scandir.3.gz
+share/doc/SF/fwsf.ps