Import of freewais-sf, an enhanced WAIS.
Closes PR #2156. Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
This commit is contained in:
parent
cfb661ce6f
commit
9f20a9982c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5677
7 changed files with 106 additions and 0 deletions
29
net/freewais-sf/Makefile
Normal file
29
net/freewais-sf/Makefile
Normal file
|
@ -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>
|
1
net/freewais-sf/distinfo
Normal file
1
net/freewais-sf/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (freeWAIS-sf-2.1.2.tar.gz) = 2013cf21af0a19b5f981a13b7532257d
|
18
net/freewais-sf/files/patch-aa
Normal file
18
net/freewais-sf/files/patch-aa
Normal file
|
@ -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
|
11
net/freewais-sf/files/patch-ab
Normal file
11
net/freewais-sf/files/patch-ab
Normal file
|
@ -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)
|
1
net/freewais-sf/pkg-comment
Normal file
1
net/freewais-sf/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
An enhanced Wide Area Information Server
|
5
net/freewais-sf/pkg-descr
Normal file
5
net/freewais-sf/pkg-descr
Normal file
|
@ -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.
|
41
net/freewais-sf/pkg-plist
Normal file
41
net/freewais-sf/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue