diff options
author | billf <billf@FreeBSD.org> | 1998-11-18 05:53:22 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-11-18 05:53:22 +0800 |
commit | 183312385ccc3e61e95eaad25edc23b362d12914 (patch) | |
tree | 8ea723ef06fbe21b7038c131a6f0a448b6a8e75d /misc/gtkfind | |
parent | 6cfa4c1041000694e4a992d70a07e352d63057c0 (diff) | |
download | freebsd-ports-gnome-183312385ccc3e61e95eaad25edc23b362d12914.tar.gz freebsd-ports-gnome-183312385ccc3e61e95eaad25edc23b362d12914.tar.zst freebsd-ports-gnome-183312385ccc3e61e95eaad25edc23b362d12914.zip |
Initial import of gtkfind, a gtk-enhanced interface to the find(1)
command.
PR: ports/8126
Diffstat (limited to 'misc/gtkfind')
-rw-r--r-- | misc/gtkfind/Makefile | 28 | ||||
-rw-r--r-- | misc/gtkfind/distinfo | 1 | ||||
-rw-r--r-- | misc/gtkfind/pkg-comment | 1 | ||||
-rw-r--r-- | misc/gtkfind/pkg-descr | 6 | ||||
-rw-r--r-- | misc/gtkfind/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile new file mode 100644 index 000000000000..f10c2d438368 --- /dev/null +++ b/misc/gtkfind/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtkfind +# Version required: 0.9 +# Date created: 28 Sept 1998 +# Whom: Bill Fumerola <billf@chc-chimes.com> +# +# $Id: $ +# + +DISTNAME= gtkfind-0.9 +CATEGORIES= misc +MASTER_SITES= http://www.oz.net/~mattg/ + +MAINTAINER= billf@FreeBSD.org + +LIB_DEPENDS= gtk.1.6:${PORTSDIR}/x11-toolkits/gtk + +USE_GMAKE= yes +ALL_TARGET= + +MAN1= gtkfind.1 + +post-patch: + + ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed + ${CAT} ${WRKSRC}/Makefile.pre_sed | \ + ${SED} -e 's#/usr/local#${PREFIX}#g' >> ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/misc/gtkfind/distinfo b/misc/gtkfind/distinfo new file mode 100644 index 000000000000..42381d864a33 --- /dev/null +++ b/misc/gtkfind/distinfo @@ -0,0 +1 @@ +MD5 (gtkfind-0.9.tar.gz) = 1094b6552fee81f7113c14bbf616d1ff diff --git a/misc/gtkfind/pkg-comment b/misc/gtkfind/pkg-comment new file mode 100644 index 000000000000..81c4e330b386 --- /dev/null +++ b/misc/gtkfind/pkg-comment @@ -0,0 +1 @@ +the program to use to have to remember all the options to find(1) diff --git a/misc/gtkfind/pkg-descr b/misc/gtkfind/pkg-descr new file mode 100644 index 000000000000..7810e063fc3f --- /dev/null +++ b/misc/gtkfind/pkg-descr @@ -0,0 +1,6 @@ +gtkfind is the program to use when you don't want to have to remember all +the options to find(1). It is a graphical program that allows you to +search for files and (optionally) perform operations on them. You can +search for files by using wildcards, by matching file types and/or +permissions, etc. gtkfind requires X and the GTK+ toolkit. It is still +under development, but has reached a stage where it is actually useful. diff --git a/misc/gtkfind/pkg-plist b/misc/gtkfind/pkg-plist new file mode 100644 index 000000000000..41cc2f591fec --- /dev/null +++ b/misc/gtkfind/pkg-plist @@ -0,0 +1 @@ +bin/gtkfind |