aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-06-18 23:00:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-06-18 23:00:12 +0000
commit17f680200074f59b85b1a44d31bf0c9979f2e28d (patch)
tree0784bc22c9c39e5da12175fb867160271ae113ba
parente7c632d15ffed44e4a2f07ca5d965a1a0567a443 (diff)
downloadports-17f680200074f59b85b1a44d31bf0c9979f2e28d.tar.gz
ports-17f680200074f59b85b1a44d31bf0c9979f2e28d.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/xarchie/Makefile26
-rw-r--r--net/xarchie/distinfo3
-rw-r--r--net/xarchie/files/patch-Imakefile182
-rw-r--r--net/xarchie/files/patch-aa19
-rw-r--r--net/xarchie/files/patch-regex.c12
-rw-r--r--net/xarchie/pkg-descr6
-rw-r--r--net/xarchie/pkg-plist2
9 files changed, 1 insertions, 251 deletions
diff --git a/MOVED b/MOVED
index 09004b5fb490..22ecdf49bf92 100644
--- a/MOVED
+++ b/MOVED
@@ -3501,3 +3501,4 @@ math/sc|||2008-06-18|Has expired: distfile disappeared
math/umfpack|||2008-06-18|Has expired: Outdated subset of math/suitesparse
net/apache-soap|||2008-06-18|Has expired: Development has been ceased, superseded by www/axis.
net/archie|||2008-06-18|Has expired: No servers active anymore
+net/xarchie|||2008-06-18|Has expired: No servers active anymore
diff --git a/net/Makefile b/net/Makefile
index f94f4c937959..801a688541db 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1007,7 +1007,6 @@
SUBDIR += wol
SUBDIR += wping
SUBDIR += x11vnc
- SUBDIR += xarchie
SUBDIR += xbone
SUBDIR += xbone-gui
SUBDIR += xboxproxy
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile
deleted file mode 100644
index 26db495d1dae..000000000000
--- a/net/xarchie/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: xarchie
-# Date created: 24 September 1994
-# Whom: jkh
-#
-# $FreeBSD$
-#
-
-PORTNAME= xarchie
-PORTVERSION= 2.0.10
-PORTREVISION= 2
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= applications
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X11 front-end program for the archie network search service
-
-DEPRECATED= No servers active anymore
-EXPIRATION_DATE=2008-06-01
-
-USE_IMAKE= yes
-USE_GMAKE= yes
-USE_XORG= xbitmaps xaw
-MAN1= xarchie.1
-
-.include <bsd.port.mk>
diff --git a/net/xarchie/distinfo b/net/xarchie/distinfo
deleted file mode 100644
index 965bc566acf3..000000000000
--- a/net/xarchie/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (xarchie-2.0.10.tar.gz) = fe9e39b3da4f334fbfb610b65776ed43
-SHA256 (xarchie-2.0.10.tar.gz) = 41a85679f677658fe509d1e754731c51f006c8befbb30accbb43b61d34c19a9a
-SIZE (xarchie-2.0.10.tar.gz) = 274360
diff --git a/net/xarchie/files/patch-Imakefile b/net/xarchie/files/patch-Imakefile
deleted file mode 100644
index a8ae0b63b358..000000000000
--- a/net/xarchie/files/patch-Imakefile
+++ /dev/null
@@ -1,182 +0,0 @@
---- Imakefile.orig Wed Jul 28 16:34:34 1993
-+++ Imakefile Wed Oct 15 15:46:32 2003
-@@ -1,88 +1,53 @@
--/**/#
--/**/# Imakefile for xarchie : X11 Browser interface to Archie
--/**/#
--/**/# George Ferguson, ferguson@cs.rochester.edu, 12 Sep 1991.
--/**/# Version 2.0: 23 Apr 1993.
--/**/#
--/**/# Unless otherwise indicated, you have to delete both `/**/' and the
--/**/# leading `#' sign to uncomment something. To comment something out,
--/**/# you need to add both the `/**/' (for cpp via imake) and `#' (for
--/**/# make). Just for completeness, if you're reading this in a Makefile,
--/**/# there will be some empty `' things above -- see the Imakefile.
--/**/#
-+#
-+# Imakefile for xarchie : X11 Browser interface to Archie
-+#
-+# George Ferguson, ferguson@cs.rochester.edu, 12 Sep 1991.
-+# Version 2.0: 23 Apr 1993.
-+#
-+# Unless otherwise indicated, you have to delete both `/**/' and the
-+# leading `#' sign to uncomment something. To comment something out,
-+# you need to add both the `/**/' (for cpp via imake) and `#' (for
-+# make). Just for completeness, if you're reading this in a Makefile,
-+# there will be some empty `' things above -- see the Imakefile.
-+#
-
- #include "config.h"
-
--/**/# Where do you want this stuff? Uncomment and adjust these to change the
--/**/# destinations of "make install" and "make install.man" if the defaults
--/**/# are not satisfactory.
--/**/#BINDIR = bin
--/**/#MANDIR = man/man1
--/**/# Use this for R5
--/**/#MANSUFFIX = 1
--/**/# Use this for R4 (leave one # sign since these are cpp commands for imake)
--/**/##undef ManSuffix
--/**/##define ManSuffix 1
--
--/**/# Where is the app-defaults to C converter?
--/**/# Only needed if you change the app-defaults file Xarchie.ad and want the
--/**/# changes compiled into the program. If you don't have ad2c you should
--/**/# remove the extra clean target for Xarchie.ad.h below. If you lose
--/**/# Xarchie.ad.h and can't remake it, create it to be an empty file. Of
--/**/# course then you'll have to be able to find the resource file at run time.
--/**/# If your ad2c came from this xarchie distribution, then use the following
--/**/# target, otherwise change it to reflect where you put ad2c.
-+#BINDIR = bin
-+#MANDIR = man/man1
-+# Use this for R5
-+#MANSUFFIX = 1
-+# Use this for R4 (leave one # sign since these are cpp commands for imake)
-+
- AD2C = Ad2c/ad2c.script
-
--/**/# How excited are you about debugging? This can be -g, -O, or nothing.
--/**/#CDEBUGFLAGS = -g
-+#CDEBUGFLAGS = -g
-
--/**/# If the help strings make your executable too large, disable the
--/**/# online help by commenting out the following lines.
- HELP = -DHELP
- HELPC = help.c
- HELPO = help.o
-
--/**/# To enable Prospero tracing (controlled by the -debug option),
--/**/# uncomment this.
--/**/#PDEBUG = -DDEBUG
-+#PDEBUG = -DDEBUG
-
--/**/# Does your system have re_comp() and re_exec(), or regcmp() and regex()
--/**/# [in the case of A/UX]? If not, adjust the following definitions.
- #if !defined(HAVE_RE_COMP) || !defined(HAVE_REGCMP)
- REGEXC = regex.c
- REGEXO = regex.o
- #endif
-
--/**/# If you don't have <sys/param.h> to define MAXPATHLEN, then adjust
--/**/# the following definition.
- #ifndef HAVE_SYS_PARAM_H
- MAXPATHLEN = -DMAXPATHLEN=256
- #endif
-
--/**/# If you don't have strcasecmp() and strncasecmp(), adjust the
--/**/# following definitions:
- #ifndef HAVE_STRCASECMP
- STRCASECMP = -DSTRCASECMP
- STRCASECMPC = strcasecmp.c
- STRCASECMPO = strcasecmp.o
- #endif
-
--/**/# If your system does not use DNS hostname lookup by default, you
--/**/# need to uncomment the following definition. This will be apparent
--/**/# if the program builds but gives the error: "Can't resolve hostname".
--/**/# You can test this by building and running resolv.c.
- #ifdef NEED_LRESOLV
- RESOLV_LIB = -lresolv
- #endif
-
--/**/# You can enable the use of a FileChooser widget for dialogs that
--/**/# require a filename (Save, Load, Write, etc). If your system has
--/**/# trouble with the subclassing of widgets for the FileChooser
--/**/# class or with the device-independent directory routines in FWF/Dir,
--/**/# you should remove the #define of UseFileChooser.
--/**/# NOTE: If you are reading this in the Makefile and nothing follows,
--/**/# then use of the FileChooser widget was disabled in the Imakefile.
- #define UseFileChooser
- #ifdef UseFileChooser
- FCHOOSER_DEF = -DFILECHOOSER
-@@ -100,12 +65,6 @@
- FCHOOSER_DEPS = $(FCHOOSER_DEP) $(DIR_DEP)
- #endif
-
--/**/# You want to use the MultiList widget if possible. If you have problems
--/**/# with the subclassing in your version of X, you can use the regular
--/**/# Athena List widget by removing the #define of UseMultiList. Of course
--/**/# then you will not be able to make multiple selections.
--/**/# NOTE: If you are reading this in the Makefile and nothing follows,
--/**/# then use of the MultiList widget was disabled in the Imakefile.
- #define UseMultiList
- #ifdef UseMultiList
- MULTILIST_DEF = -DMULTILIST
-@@ -115,8 +74,8 @@
- MULTILIST_DEP = $(MULTILIST_DIR)/libMultiList.a
- #endif
-
--/**/#########################################################################
--/**/# Nothing to change below here...
-+#########################################################################
-+# Nothing to change below here...
-
- PSRCS = atalloc.c dirsend.c get_pauth.c get_vdir.c perrmesg.c ptalloc.c \
- $(REGEXC) stcopy.c support.c vl_comp.c vlalloc.c
-@@ -180,24 +139,24 @@
- (cd $(DIR_DIR); $(MAKE) PassCDebugFlags)
- #endif
-
--/**/#
--/**/# Make C code for fallback resources from application resource file
--/**/#
-+#
-+# Make C code for fallback resources from application resource file
-+#
- Xarchie.ad.h: Xarchie.ad
- $(AD2C) Xarchie.ad >Xarchie.ad.h
-
--/**/#
--/**/# Make Help text from manpage
--/**/#
-+#
-+# Make Help text from manpage
-+#
- help-text1.h: xarchie.man
- ./help-text1.sh >help-text1.h
-
- help-text2.h: help-text1.h
- ./help-text2.sh <help-text1.h >help-text2.h
-
--/**/#
--/**/# What to do when there's nothing to do...
--/**/#
-+#
-+# What to do when there's nothing to do...
-+#
- World:
- make Makefile
- make Makefiles
-@@ -205,9 +164,9 @@
- make clean
- make
-
--/**/#
--/**/# For debugging with Saber
--/**/#
-+#
-+# For debugging with Saber
-+#
- saberload:
- # setopt ansi
- # source xsaber.suppress
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/files/patch-regex.c b/net/xarchie/files/patch-regex.c
deleted file mode 100644
index 60a23bd6f515..000000000000
--- a/net/xarchie/files/patch-regex.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- regex.c.orig Wed May 30 21:31:24 2007
-+++ regex.c Wed May 30 21:33:02 2007
-@@ -438,7 +438,8 @@
- static char *bol;
- static char *bopat[MAXTAG];
- static char *eopat[MAXTAG];
--char *pmatch();
-+static char *pmatch(char *lp, CHAR *ap);
-+
-
- /*
- * re_exec:
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 6c5e58a5d40e..000000000000
--- a/net/xarchie/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/xarchie
-lib/X11/app-defaults/Xarchie