diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /net/xarchie | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes:
svn path=/head/; revision=1803
svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'net/xarchie')
-rw-r--r-- | net/xarchie/Makefile | 18 | ||||
-rw-r--r-- | net/xarchie/distinfo | 1 | ||||
-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 |
6 files changed, 0 insertions, 48 deletions
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile deleted file mode 100644 index be17116a72ac..000000000000 --- a/net/xarchie/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: xarchie -# Version required: 2.0.10 -# Date created: 24 September 1994 -# Whom: jkh -# -# $Id: Makefile,v 1.6 1995/04/01 20:04:00 ats Exp $ -# - -DISTNAME= xarchie-2.0.10 -CATEGORIES+= networking -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ \ - ftp://ftp.funet.fi/pub/X11/contrib/applications/ - -EXEC_DEPENDS= archie:${PORTSDIR}/net/archie - -USE_IMAKE= yes - -.include <bsd.port.mk> diff --git a/net/xarchie/distinfo b/net/xarchie/distinfo deleted file mode 100644 index 86a962c82d85..000000000000 --- a/net/xarchie/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xarchie-2.0.10.tar.gz) = 4f66addbfa62c107d0bdcacd2f18bec7 diff --git a/net/xarchie/files/patch-aa b/net/xarchie/files/patch-aa deleted file mode 100644 index b5132fabc379..000000000000 --- a/net/xarchie/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** 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 deleted file mode 100644 index f57cc78e2418..000000000000 --- a/net/xarchie/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -X11 front-end program for the archie network search service diff --git a/net/xarchie/pkg-descr b/net/xarchie/pkg-descr deleted file mode 100644 index 6b55bb53f428..000000000000 --- a/net/xarchie/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ - 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 deleted file mode 100644 index 4f487df6915a..000000000000 --- a/net/xarchie/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@cwd /usr/X386 -bin/xarchie -lib/X11/app-defaults/Xarchie |