diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-09 10:47:51 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-09 10:47:51 +0800 |
commit | 8c478ef65b3640e0d46bc62ea6ac8e75c49746d9 (patch) | |
tree | 6dbc6a65460298f7ccc5ddf4db5ebd7382849ecf /misc | |
parent | 0127bdb03958b68038c13a6fdbce609b20266f61 (diff) | |
download | freebsd-ports-gnome-8c478ef65b3640e0d46bc62ea6ac8e75c49746d9.tar.gz freebsd-ports-gnome-8c478ef65b3640e0d46bc62ea6ac8e75c49746d9.tar.zst freebsd-ports-gnome-8c478ef65b3640e0d46bc62ea6ac8e75c49746d9.zip |
Remove ports maintainted by ports@ which have passed their EXPIRATION_DATE
astro/gkrellsun Abandonware
astro/xrmap No more distfiles
audio/midimountain Abandonware
audio/gkrellmss Abandonware
audio/gnapster Abandonware
databases/xbase No more public distfiles
databases/xbsql No more public distfiles
games/gtkabale No more public distfiles
games/battleball No more public distfiles, does not compile on ia64 or sparc64
games/race No more public distfiles
games/stvef-paks No more public distfiles
games/stvef-server No more public distfiles
games/tome No more public distfiles
games/qkmj No more public distfiles
games/oilwar No more public distfiles
games/xbaby No more public distfiles
games/xword Abandonware
games/kslide No more public distfiles
graphics/xmrm No more public distfiles, does not compile on amd64 or sparc64
graphics/giftrans Upstream disappeared and distfile is not available
graphics/wildmagic BROKEN for more than 6 months, does not fetch
irc/ircd-rusnet No more public distfiles
irc/tkirc No more public distfiles
korean/mizifont No more public distfiles
lang/freetxl No more public distfiles
math/nsc2ke No more public distfiles
misc/mgp-mode.el No more public distfiles
multimedia/p5-RIFF-Info No more public distfiles
net/p5-Net-OpenDHT No more public distfiles
net/mudix No more public distfiles
net-im/newsbot No more public distfiles
net-im/libicq2000 Abandonware
net-im/gossip No longer maintain by upstream, use net-im/empathy instead
net-im/ickle Abandonware
net-mgmt/nipper BROKEN for more than 6 month, does not fetch
net-p2p/mldonkey-serverspy No more public distfiles
news/p5-Gateway No more public distfiles
print/epsmerge No more public distfiles
science/at No more public distfiles
science/pyvox No more public distfiles
security/p5-Email-Obfuscate No more public distfiles
security/libparanoia No more public distfiles
security/execwrap No more public distfiles
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/mgp-mode.el/Makefile | 37 | ||||
-rw-r--r-- | misc/mgp-mode.el/distinfo | 2 | ||||
-rw-r--r-- | misc/mgp-mode.el/pkg-descr | 10 | ||||
-rw-r--r-- | misc/mgp-mode.el/pkg-plist | 4 |
5 files changed, 0 insertions, 54 deletions
diff --git a/misc/Makefile b/misc/Makefile index 0bd64b0c1eeb..6adbef1de41f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -354,7 +354,6 @@ SUBDIR += metalink-editor SUBDIR += metalink-tools SUBDIR += metromap - SUBDIR += mgp-mode.el SUBDIR += mime-support SUBDIR += mirmon SUBDIR += misterproper diff --git a/misc/mgp-mode.el/Makefile b/misc/mgp-mode.el/Makefile deleted file mode 100644 index 8d852419aa92..000000000000 --- a/misc/mgp-mode.el/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: mgp-mode.el -# Date created: 99/10/6 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mgp-mode.el -PORTVERSION= 1.30 -CATEGORIES= misc elisp -MASTER_SITES= ftp://TypeHack.aial.hiroshima-u.ac.jp/pub/Emacs/MagicPoint/ \ - http://freebsd.unixfreunde.de/sources/ -DISTFILES= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A mode of Emacs for editing MagicPoint files - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -#RUN_DEPENDS= mgp:${PORTSDIR}/misc/magicpoint - -EXTRACT_ONLY= # empty -NO_WRKSUBDIR= yes -NO_BUILD= yes - -ELISPDIR= ${PREFIX}/share/emacs/site-lisp -XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp - -do-install: - ${MKDIR} ${ELISPDIR} - ${INSTALL_DATA} ${_DISTDIR}/${DISTFILES} ${ELISPDIR} -# For XEmacs - ${MKDIR} ${XELISPDIR} - ${LN} -sf ${ELISPDIR}/${DISTFILES} ${XELISPDIR} - -.include <bsd.port.mk> diff --git a/misc/mgp-mode.el/distinfo b/misc/mgp-mode.el/distinfo deleted file mode 100644 index e6d2835635aa..000000000000 --- a/misc/mgp-mode.el/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mgp-mode.el) = 71e6358c7a4b2ff8ee32b621594086d7a8df07d607f8c54af3a0fefba20def90 -SIZE (mgp-mode.el) = 17176 diff --git a/misc/mgp-mode.el/pkg-descr b/misc/mgp-mode.el/pkg-descr deleted file mode 100644 index eafccb535af9..000000000000 --- a/misc/mgp-mode.el/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -mgp-mode.el is a mode of Emacs for editing MagicPoint files. - -Put the expression below into your ~/.emacs. (for example) - - (setq auto-mode-alist - (cons '("\\.mgp?\\'" . mgp-mode) - auto-mode-alist)) - (autoload 'mgp-mode "mgp-mode") - (setq mgp-options "-g 800x600") - (setq mgp-window-height 6) diff --git a/misc/mgp-mode.el/pkg-plist b/misc/mgp-mode.el/pkg-plist deleted file mode 100644 index 729649527a95..000000000000 --- a/misc/mgp-mode.el/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -share/emacs/site-lisp/mgp-mode.el -lib/xemacs/site-lisp/mgp-mode.el -@dirrm lib/xemacs/site-lisp -@dirrm lib/xemacs |