diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-12-04 12:26:26 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-12-04 12:26:26 +0000 |
commit | fb3679b2f46b518accea983343f610bd4ecad154 (patch) | |
tree | ad50928af82422ebc87cdb89f46884591c6b618a /misc | |
parent | bc9545394e5e4c6bfa85c27f0ed80593b6b38444 (diff) | |
download | ports-fb3679b2f46b518accea983343f610bd4ecad154.tar.gz ports-fb3679b2f46b518accea983343f610bd4ecad154.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/grun/Makefile | 23 | ||||
-rw-r--r-- | misc/grun/distinfo | 2 | ||||
-rw-r--r-- | misc/grun/pkg-descr | 3 |
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. |