diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/xarchie/Makefile | 15 | ||||
-rw-r--r-- | net/xarchie/files/patch-aa | 19 | ||||
-rw-r--r-- | net/xarchie/pkg-comment | 1 | ||||
-rw-r--r-- | net/xarchie/pkg-descr | 6 | ||||
-rw-r--r-- | net/xarchie/pkg-plist | 3 |
5 files changed, 44 insertions, 0 deletions
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile new file mode 100644 index 000000000000..2b6f20a208f0 --- /dev/null +++ b/net/xarchie/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: xarchie +# Version required: 2.0.9 +# Date created: 24 September 1994 +# Whom: jkh +# +# $Id: Makefile,v 1.1.1.1 1994/09/14 14:14:09 jkh Exp $ +# + +DISTNAME= xarchie-2.0.9 +USE_IMAKE= yes +MASTER_SITES= ftp://ftp.uu.net/networking/info-service/archie/clients/ +EXTRACT_SUFX= .tar.Z +DEPENDS_ON= net/archie + +.include <bsd.port.mk> diff --git a/net/xarchie/files/patch-aa b/net/xarchie/files/patch-aa new file mode 100644 index 000000000000..b5132fabc379 --- /dev/null +++ b/net/xarchie/files/patch-aa @@ -0,0 +1,19 @@ +*** FWF/Dir/Imakefile.orig Sat Sep 24 04:28:46 1994 +--- FWF/Dir/Imakefile Sat Sep 24 04:29:05 1994 +*************** +*** 28,34 **** + else echo ""; \ + fi; exit 0) + @rm -f regexp.h +! @(if [ ! -f /usr/include/regexp.h ]; \ + then echo "Patching because no regexp.h"; \ + echo "#ifndef _BRIREGEXP_H_" > regexp.h; \ + echo "#define _BRIREGEXP_H_" >> regexp.h; \ +--- 28,34 ---- + else echo ""; \ + fi; exit 0) + @rm -f regexp.h +! @(if [ ! -f /usr/include/__regexp.h ]; \ + then echo "Patching because no regexp.h"; \ + echo "#ifndef _BRIREGEXP_H_" > regexp.h; \ + echo "#define _BRIREGEXP_H_" >> regexp.h; \ diff --git a/net/xarchie/pkg-comment b/net/xarchie/pkg-comment new file mode 100644 index 000000000000..f57cc78e2418 --- /dev/null +++ b/net/xarchie/pkg-comment @@ -0,0 +1 @@ +X11 front-end program for the archie network search service diff --git a/net/xarchie/pkg-descr b/net/xarchie/pkg-descr new file mode 100644 index 000000000000..6b55bb53f428 --- /dev/null +++ b/net/xarchie/pkg-descr @@ -0,0 +1,6 @@ + George Ferguson, ferguson@cs.rochester.edu + Last Change: 24 Aug 1993 + + This is release 2.0 of xarchie -- an X browser interface to + the Archie Internet information system. See README for original + unabridged text of description. diff --git a/net/xarchie/pkg-plist b/net/xarchie/pkg-plist new file mode 100644 index 000000000000..4f487df6915a --- /dev/null +++ b/net/xarchie/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X386 +bin/xarchie +lib/X11/app-defaults/Xarchie |