diff options
author | rene <rene@FreeBSD.org> | 2014-02-28 06:39:42 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-02-28 06:39:42 +0800 |
commit | e0d248e85c932e7f6c9d3467f193d67fc6076a8a (patch) | |
tree | 321a18f22d2e084fcc85abde8ee57360a4694e51 /sysutils/mmore | |
parent | 1564cb4350321c17c63c48e20e429a0816a862b8 (diff) | |
download | freebsd-ports-gnome-e0d248e85c932e7f6c9d3467f193d67fc6076a8a.tar.gz freebsd-ports-gnome-e0d248e85c932e7f6c9d3467f193d67fc6076a8a.tar.zst freebsd-ports-gnome-e0d248e85c932e7f6c9d3467f193d67fc6076a8a.zip |
Remove expired ports:
2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11
2014-02-27 net-p2p/microdc2: Broken for more than 6 month
2014-02-27 www/openvrml: Broken for more than 6 month
2014-02-27 science/peekabot: Broken for more than 6 month
2014-02-27 misc/xbiso: Broken for more than 6 month
2014-02-27 net/hornetq: Broken for more than 6 month
2014-02-27 sysutils/slmon: Broken for more than 6 month
2014-02-27 www/trac-revtree: Broken for more than 6 months
2014-02-27 security/crack: Broken for more than 6 month
2014-02-27 sysutils/graphicboot: Broken for more then 6 month
2014-02-27 graphics/kgraphviewer: Broken for more than 6 month
2014-02-27 sysutils/ckl: Broken for more than 6 month
2014-02-27 japanese/trac: Broken for more than 6 month
2014-02-27 lang/opa: Broken for more than 6 month
2014-02-27 sysutils/mmore: Broken for more than 6 month
2014-02-27 www/trac-announcer: Broken for more than 6 month
Diffstat (limited to 'sysutils/mmore')
-rw-r--r-- | sysutils/mmore/Makefile | 23 | ||||
-rw-r--r-- | sysutils/mmore/distinfo | 2 | ||||
-rw-r--r-- | sysutils/mmore/files/patch-mmore.c | 19 | ||||
-rw-r--r-- | sysutils/mmore/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/mmore/pkg-plist | 2 |
5 files changed, 0 insertions, 49 deletions
diff --git a/sysutils/mmore/Makefile b/sysutils/mmore/Makefile deleted file mode 100644 index a49348465e2d..000000000000 --- a/sysutils/mmore/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Matthew Holder <sixxgate@hotmail.com> -# $FreeBSD$ - -PORTNAME= mmore -PORTVERSION= 1.01 -PORTREVISION= 3 -CATEGORIES= sysutils -MASTER_SITES= http://matt.sixxgate.com/files/ - -MAINTAINER= sixxgate@hotmail.com -COMMENT= Motif/X file/stream viewer - -BROKEN= unfetchable, MASTER_SITES is parked -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2014-02-27 -USES= imake motif -USE_BZIP2= yes -USE_XORG= x11 xmu xt -MAN1= mmore.1 -MANCOMPRESSED= yes - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/sysutils/mmore/distinfo b/sysutils/mmore/distinfo deleted file mode 100644 index 294fa5436c87..000000000000 --- a/sysutils/mmore/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mmore-1.01.tar.bz2) = a5cd38a4675d0de6d238cefbce85694107c9a58e20ba74ab1a7776201445e591 -SIZE (mmore-1.01.tar.bz2) = 14488 diff --git a/sysutils/mmore/files/patch-mmore.c b/sysutils/mmore/files/patch-mmore.c deleted file mode 100644 index 645ea6f59863..000000000000 --- a/sysutils/mmore/files/patch-mmore.c +++ /dev/null @@ -1,19 +0,0 @@ ---- mmore.c.orig Mon Jul 11 12:03:49 2005 -+++ mmore.c Mon Jul 11 20:33:52 2005 -@@ -51,6 +51,7 @@ - XtAppContext xtAppContext; - Arg args[5]; Cardinal n; - XmString szGeneric; -+ XtTranslations transtable; - - wndMMore = XtVaAppInitialize(&xtAppContext, - "MMore", -@@ -68,7 +69,7 @@ - (XtEventHandler) _XEditResCheckMessages, NULL); - - /* Create the universal Quit key binding */ -- XtTranslations transtable = XtParseTranslationTable(translations); -+ transtable = XtParseTranslationTable(translations); - - n = 0; - XtSetArg(args[n], XmNmarginHeight, 7); n++; diff --git a/sysutils/mmore/pkg-descr b/sysutils/mmore/pkg-descr deleted file mode 100644 index f5320f737ff5..000000000000 --- a/sysutils/mmore/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A file/stream viewer for Motif/X. - -WWW: http://matt.sixxgate.com/ diff --git a/sysutils/mmore/pkg-plist b/sysutils/mmore/pkg-plist deleted file mode 100644 index 24af9b37a8d8..000000000000 --- a/sysutils/mmore/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/mmore -lib/X11/app-defaults/MMore |