summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-06-03 13:43:16 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-06-03 13:43:16 +0000
commitbe797c2492fd6d9a45de00df2e9cb437216171c9 (patch)
treef380eb835636ea46f729548c26caa759330e5e6e /net
parent- Update to 0.1212 [1] (diff)
Remove ports which expired on 2005-06-01 (no pending PRs, either)
Notes
Notes: svn path=/head/; revision=136727
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/archie.el/Makefile45
-rw-r--r--net/archie.el/distinfo2
-rw-r--r--net/archie.el/pkg-descr5
4 files changed, 0 insertions, 53 deletions
diff --git a/net/Makefile b/net/Makefile
index 9d6f1b287e72..c70242eee457 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -23,7 +23,6 @@
SUBDIR += apinger
SUBDIR += apollon
SUBDIR += archie
- SUBDIR += archie.el
SUBDIR += ari-yahoo
SUBDIR += arla
SUBDIR += arp-sk
diff --git a/net/archie.el/Makefile b/net/archie.el/Makefile
deleted file mode 100644
index 187cabc38c1f..000000000000
--- a/net/archie.el/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: archie.el
-# Date created: 99/10/6
-# Whom: Satoshi Taoka <taoka@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= archie.el
-PORTVERSION= 3.0.2
-CATEGORIES= net elisp
-MASTER_SITES= #
-DISTNAME= archie.el
-EXTRACT_SUFX= .Z
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A mock-interface to Archie for Emacs
-
-DEPRECATED= "master site disappeared"
-EXPIRATION_DATE=2005-06-01
-
-RUN_DEPENDS= archie:${PORTSDIR}/net/archie
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-ELISPDIR= ${PREFIX}/share/emacs/site-lisp
-XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp
-
-PLIST_FILES= share/emacs/site-lisp/archie.el \
- lib/xemacs/site-lisp/archie.el
-PLIST_DIRS= lib/xemacs/site-lisp
-
-do-extract:
- ${MKDIR} ${WRKDIR}
- ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTFILES} \
- > ${WRKDIR}/${PKGNAME}
-
-do-install:
- ${MKDIR} ${ELISPDIR}
- ${INSTALL_DATA} ${WRKDIR}/${PKGNAME} ${ELISPDIR}/archie.el
-# For XEmacs
- ${MKDIR} ${XELISPDIR}
- ${LN} -sf ${ELISPDIR}/archie.el ${XELISPDIR}
-
-.include <bsd.port.mk>
diff --git a/net/archie.el/distinfo b/net/archie.el/distinfo
deleted file mode 100644
index 295be2eddada..000000000000
--- a/net/archie.el/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (archie.el.Z) = 20b03609e4f750a573aca037754bef65
-SIZE (archie.el.Z) = 13994
diff --git a/net/archie.el/pkg-descr b/net/archie.el/pkg-descr
deleted file mode 100644
index b73bef2e4185..000000000000
--- a/net/archie.el/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-A mock-interface to Archie for Emacs
-
-Add the following line to ~/.emacs (a example)
-(autoload 'archie "archie" "Archie interface" t)
-(setq archie-server "archie.kuis.kyoto-u.ac.jp")