diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 07:13:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 07:13:27 +0000 |
commit | ef246cec1e89f84b601a30b4ef6587e5fd06a213 (patch) | |
tree | b8de52fc5b48e8756bd30a27393767510b8a19db /misc/acron | |
parent | 42c37c868eeecde4f3cb1447c2bce6dfa819d269 (diff) |
remove unmaintained expired ports from misc
2011-05-01 misc/acron: Upstream disapear and distfile is no more available
2011-05-01 misc/chord: Upstream disapear and distfile is no more available
2011-05-01 misc/datedif: Upstream disapear and distfile is no more available
2011-05-01 misc/earthview: Upstream disapear and distfile is no more available
2011-05-01 misc/fcalc: Upstream disapear and distfile is no more available
2011-05-01 misc/gkrellscore: Upstream disapear and distfile is no more available
2011-05-01 misc/goldstr: Upstream disapear and distfile is no more available
2011-05-01 misc/gtl: Upstream disapear and distfile is no more available
2011-05-01 misc/kp: Upstream disapear and distfile is no more available
2011-05-01 misc/nserver: Upstream disapear and distfile is no more available
2011-05-01 misc/patanjali: Upstream disapear and distfile is no more available
2011-05-01 misc/qmc: Upstream disapear and distfile is no more available
2011-05-01 misc/snowflake: Upstream disapear and distfile is no more available
2011-05-01 misc/translator: Upstream disapear and distfile is no more available
2011-05-01 misc/videotext: Upstream disapear and distfile is no more available
2011-05-01 misc/wmweather: Distfile is no longer available, try misc/wmweather+
2011-05-01 misc/wmx10: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273450
Diffstat (limited to 'misc/acron')
-rw-r--r-- | misc/acron/Makefile | 32 | ||||
-rw-r--r-- | misc/acron/distinfo | 2 | ||||
-rw-r--r-- | misc/acron/files/patch-aa | 16 | ||||
-rw-r--r-- | misc/acron/pkg-descr | 6 |
4 files changed, 0 insertions, 56 deletions
diff --git a/misc/acron/Makefile b/misc/acron/Makefile deleted file mode 100644 index e771559040ce..000000000000 --- a/misc/acron/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: acron -# Date created: 13 Dec 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= acron -PORTVERSION= 1.0 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Database of acronyms and abbreviations - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -NO_BUILD= yes -PLIST_FILES= bin/whats bin/acron share/misc/acron - -post-patch: - @${REINPLACE_CMD} -e "s|\@\@PREFIX\@\@|${PREFIX}|g;" ${WRKSRC}/whats - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/whats ${PREFIX}/bin - ${LN} -sf ${PREFIX}/bin/whats ${PREFIX}/bin/acron - ${INSTALL_DATA} ${WRKSRC}/acron ${PREFIX}/share/misc - -.include <bsd.port.mk> diff --git a/misc/acron/distinfo b/misc/acron/distinfo deleted file mode 100644 index a4349edeecf4..000000000000 --- a/misc/acron/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (acron.tgz) = 31b72b04f962c6c3045e31bea310987f7bbbbe204aaea397980bf382977a34b6 -SIZE (acron.tgz) = 75779 diff --git a/misc/acron/files/patch-aa b/misc/acron/files/patch-aa deleted file mode 100644 index cf5177c0e84d..000000000000 --- a/misc/acron/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- whats.orig Wed Oct 14 18:32:40 1992 -+++ whats Sat Dec 13 11:31:33 1997 -@@ -44,11 +44,11 @@ - fi - ac=`echo ${ac} | tr "[a-z]" "[A-Z]"` - --if [ ! -f acron ] -+if [ ! -z ${ACRON} ] - then - acron=${ACRON} - else -- acron=acron -+ acron=@@PREFIX@@/share/misc/acron - fi - i=`grep $q -c "^${ac} " ${acron}` - diff --git a/misc/acron/pkg-descr b/misc/acron/pkg-descr deleted file mode 100644 index 2ef9769ceb16..000000000000 --- a/misc/acron/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -acron provides a database of acronyms and abbreviations. - -Use `whats' or `acron' to look up acronyms. You can set the enviroment -variable $ACRON to a personal database file. - -Updates and corrections should be sent to Dave Sill (de5@ornl.gov). |