aboutsummaryrefslogtreecommitdiff
path: root/net/wais
diff options
context:
space:
mode:
Diffstat (limited to 'net/wais')
-rw-r--r--net/wais/Makefile17
-rw-r--r--net/wais/distinfo1
-rw-r--r--net/wais/files/patch-aa49
-rw-r--r--net/wais/files/patch-ab72
-rw-r--r--net/wais/pkg-comment1
-rw-r--r--net/wais/pkg-descr1
-rw-r--r--net/wais/pkg-plist1
7 files changed, 0 insertions, 142 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile
deleted file mode 100644
index 3b497baaff12..000000000000
--- a/net/wais/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: wais
-# Version required: 0.3
-# Date created: 20 Sep 1994
-# Whom: adam
-#
-# $Id: Makefile,v 1.5 1995/04/15 05:42:04 asami Exp $
-#
-
-DISTNAME= freeWAIS-0.3
-CATEGORIES+= networking
-MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/
-
-GMAKE= yes
-
-is_depended: all
-
-.include <bsd.port.mk>
diff --git a/net/wais/distinfo b/net/wais/distinfo
deleted file mode 100644
index 515995dd0da9..000000000000
--- a/net/wais/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (freeWAIS-0.3.tar.gz) = bbde34318619da836de0ede92536fc32
diff --git a/net/wais/files/patch-aa b/net/wais/files/patch-aa
deleted file mode 100644
index 9abfe3d4cfa8..000000000000
--- a/net/wais/files/patch-aa
+++ /dev/null
@@ -1,49 +0,0 @@
-*** ir/irtfiles.c Wed Jan 19 16:10:32 1994
---- ir/irtfiles.c Fri Sep 16 23:14:03 1994
-***************
-*** 75,80 ****
---- 75,81 ----
-
- #include <ctype.h>
- #include <string.h>
-+ #include <sys/types.h>
- #include "panic.h"
- #include "irdirent.h"
- #include "irhash.h"
-*** ir/sockets.c.ORIG Sat Jan 29 00:06:01 1994
---- ir/sockets.c Sat Mar 18 23:34:57 1995
-***************
-*** 77,84 ****
- extern int errno;
- #endif /* ultrix BSD or Mach */
-
-- extern char *sys_errlist[];
--
-
- /* XXX
- still need:
---- 77,82 ----
-*** ir/waisserver.c.ORIG Thu Mar 3 04:04:51 1994
---- ir/waisserver.c Sat Mar 18 23:35:49 1995
-***************
-*** 447,453 ****
- struct dirent **list;
- int naptime = 0;
- extern int errno;
-- extern char *sys_errlist[];
- extern void filename_finish_header_function();
- dataopsrec dataops;
-
---- 447,452 ----
-*** x/myAsciiSrc.c.ORIG Sun Jan 9 06:01:37 1994
---- x/myAsciiSrc.c Sat Mar 18 23:45:03 1995
-***************
-*** 116,122 ****
- static String MyStrncpy(), StorePiecesInString();
- static Boolean SetValues(), WriteToFile();
- extern int errno, sys_nerr;
-- extern char* sys_errlist[];
-
- #define superclass (&textSrcClassRec)
- MyAsciiSrcClassRec myasciiSrcClassRec = {
---- 116,121 ----
diff --git a/net/wais/files/patch-ab b/net/wais/files/patch-ab
deleted file mode 100644
index 88fe96bb8ace..000000000000
--- a/net/wais/files/patch-ab
+++ /dev/null
@@ -1,72 +0,0 @@
-*** Makefile.ORIG Tue Mar 15 20:30:00 1994
---- Makefile Sat Mar 18 23:28:59 1995
-***************
-*** 15,21 ****
- #
- # Revision 1.5 92/02/27 10:07:24 jonathan
- # got rid of automatic setting of TOP. Used Simon's approach instead.
-!
- # Revision 1.4 92/02/13 12:27:53 jonathan
- # Removed references to seeker.
- #
---- 15,21 ----
- #
- # Revision 1.5 92/02/27 10:07:24 jonathan
- # got rid of automatic setting of TOP. Used Simon's approach instead.
-! #
- # Revision 1.4 92/02/13 12:27:53 jonathan
- # Removed references to seeker.
- #
-***************
-*** 118,124 ****
- # Use this version of CFLAGS for Linux with gcc
- # CFLAGS = -O2 -ansi -m486 -fwritable-strings -I$(SUPDIR) -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB -DLINUX
-
-! CFLAGS = -ansi -I$(SUPDIR) -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB
-
- # Solaris should use
- #LIB = -ltcpip -lsocket -lnsl
---- 118,124 ----
- # Use this version of CFLAGS for Linux with gcc
- # CFLAGS = -O2 -ansi -m486 -fwritable-strings -I$(SUPDIR) -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB -DLINUX
-
-! CFLAGS = -ansi -I$(SUPDIR) -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB -D__bsdi__
-
- # Solaris should use
- #LIB = -ltcpip -lsocket -lnsl
-***************
-*** 133,139 ****
- #Solaris machines don't use -k
- MFLAGS = -k
-
-! MAKE = make $(MFLAGS)
-
- #default: config.h lib ir ui bin doc x tags
- default: config.h lib ir ui bin x check
---- 133,141 ----
- #Solaris machines don't use -k
- MFLAGS = -k
-
-! MAKE = gmake $(MFLAGS)
-!
-! all: config.h lib ir ui bin
-
- #default: config.h lib ir ui bin doc x tags
- default: config.h lib ir ui bin x check
-***************
-*** 169,175 ****
- # you may have to edit the CFLAGS in the Makefile yourself.
-
- x::
-! cd x; xmkmf; make depend; make
- # cd x; (env TOP=$(TOP) CC=$(CC) CFLAGS="$(CFLAGS)" MAKE="$(MAKE)" ./makex.sh)
-
- bin::
---- 171,177 ----
- # you may have to edit the CFLAGS in the Makefile yourself.
-
- x::
-! cd x; xmkmf; ${MAKE} depend; ${MAKE}
- # cd x; (env TOP=$(TOP) CC=$(CC) CFLAGS="$(CFLAGS)" MAKE="$(MAKE)" ./makex.sh)
-
- bin::
diff --git a/net/wais/pkg-comment b/net/wais/pkg-comment
deleted file mode 100644
index c6e815a4b854..000000000000
--- a/net/wais/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-freeWAIS 0.3 from CNIDR
diff --git a/net/wais/pkg-descr b/net/wais/pkg-descr
deleted file mode 100644
index 59372c301599..000000000000
--- a/net/wais/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-FreeWAIS 0.3 from CNIDR
diff --git a/net/wais/pkg-plist b/net/wais/pkg-plist
deleted file mode 100644
index 4a8ec730ee9e..000000000000
--- a/net/wais/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-@cwd /usr/local