aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-12-04 20:26:26 +0800
committerrene <rene@FreeBSD.org>2016-12-04 20:26:26 +0800
commitd54d2eb027e7765a6375dee291f52dc4d2e222cd (patch)
treead50928af82422ebc87cdb89f46884591c6b618a /misc
parentd100babe83f0c6de537185c87530f695e85962c2 (diff)
downloadfreebsd-ports-gnome-d54d2eb027e7765a6375dee291f52dc4d2e222cd.tar.gz
freebsd-ports-gnome-d54d2eb027e7765a6375dee291f52dc4d2e222cd.tar.zst
freebsd-ports-gnome-d54d2eb027e7765a6375dee291f52dc4d2e222cd.zip
Remove expired ports:
2016-12-02 graphics/gtkdps: No more upstream. Not used in the ports tree 2016-12-02 security/gsfv: No more upstream. 2016-12-02 misc/grun: No more upstream.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/grun/Makefile23
-rw-r--r--misc/grun/distinfo2
-rw-r--r--misc/grun/pkg-descr3
4 files changed, 0 insertions, 29 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 35c585f166bc..56806f3cf8a8 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -165,7 +165,6 @@
SUBDIR += granulate
SUBDIR += grc
SUBDIR += gregexp
- SUBDIR += grun
SUBDIR += gtkfind
SUBDIR += gwhich
SUBDIR += hb
diff --git a/misc/grun/Makefile b/misc/grun/Makefile
deleted file mode 100644
index e2db56ec81d6..000000000000
--- a/misc/grun/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: domi@saargate.de
-# $FreeBSD$
-
-PORTNAME= grun
-PORTVERSION= 0.8.1
-PORTREVISION= 7
-CATEGORIES= misc
-MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Gtk-launcher similar to the Windows(tm) "Run..." dialog
-
-DEPRECATED= No more upstream.
-EXPIRATION_DATE= 2016-12-02
-
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-testfile
-
-PLIST_FILES= bin/grun %%DATADIR%%/consfile %%DATADIR%%/gassoc \
- man/man1/grun.1x.gz
-
-.include <bsd.port.mk>
diff --git a/misc/grun/distinfo b/misc/grun/distinfo
deleted file mode 100644
index 120f4bb95d80..000000000000
--- a/misc/grun/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (grun-0.8.1.tar.gz) = 8a1f1b0f13a6cf3d3a79b6460f7ffd49ea2817e9a9845638093f46eb4830594b
-SIZE (grun-0.8.1.tar.gz) = 53306
diff --git a/misc/grun/pkg-descr b/misc/grun/pkg-descr
deleted file mode 100644
index e4efbc3def33..000000000000
--- a/misc/grun/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-gRun is a GTK/X application launcher that looks like the
-MS Windows 95/98/NT(tm) Run dialog. It has a history function and can
-optionally distinguish between console and X programs.