diff options
author | tron <tron> | 1998-04-18 20:21:53 +0000 |
---|---|---|
committer | tron <tron> | 1998-04-18 20:21:53 +0000 |
commit | 0be76c0c218c3d9c7ce7b8f94b97bb60bc06a039 (patch) | |
tree | a68a1416de6deac0743f66085e44f535d5c239a6 /net/xarchie | |
parent | 8aaf5b8aff302d67182a23c3c4bf3a9c3f7062f6 (diff) | |
download | pkgsrc-0be76c0c218c3d9c7ce7b8f94b97bb60bc06a039.tar.gz |
Initial import of FreeBSD's "xarchie" port.
Diffstat (limited to 'net/xarchie')
-rw-r--r-- | net/xarchie/Makefile | 18 | ||||
-rw-r--r-- | net/xarchie/files/md5 | 1 | ||||
-rw-r--r-- | net/xarchie/patches/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 | 2 |
6 files changed, 47 insertions, 0 deletions
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile new file mode 100644 index 00000000000..be5a4175b74 --- /dev/null +++ b/net/xarchie/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xarchie +# Version required: 2.0.10 +# Date created: 24 September 1994 +# Whom: jkh +# +# $FreeBSD Id: Makefile,v 1.12 1996/12/01 01:23:22 obrien Exp +# + +DISTNAME= xarchie-2.0.10 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications + +MAINTAINER= ports@FreeBSD.org + +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/net/xarchie/files/md5 b/net/xarchie/files/md5 new file mode 100644 index 00000000000..87182b45bb0 --- /dev/null +++ b/net/xarchie/files/md5 @@ -0,0 +1 @@ +MD5 (xarchie-2.0.10.tar.gz) = fe9e39b3da4f334fbfb610b65776ed43 diff --git a/net/xarchie/patches/patch-aa b/net/xarchie/patches/patch-aa new file mode 100644 index 00000000000..b5132fabc37 --- /dev/null +++ b/net/xarchie/patches/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 00000000000..f57cc78e241 --- /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 00000000000..6b55bb53f42 --- /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 00000000000..6c5e58a5d40 --- /dev/null +++ b/net/xarchie/pkg/PLIST @@ -0,0 +1,2 @@ +bin/xarchie +lib/X11/app-defaults/Xarchie |