From 73a8e5bcdf95ce3f2e4d656a036c20b2f33ee04e Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Tue, 17 Nov 1998 21:53:22 +0000 Subject: Initial import of gtkfind, a gtk-enhanced interface to the find(1) command. PR: ports/8126 --- misc/gtkfind/Makefile | 28 ++++++++++++++++++++++++++++ misc/gtkfind/distinfo | 1 + misc/gtkfind/pkg-comment | 1 + misc/gtkfind/pkg-descr | 6 ++++++ misc/gtkfind/pkg-plist | 1 + 5 files changed, 37 insertions(+) create mode 100644 misc/gtkfind/Makefile create mode 100644 misc/gtkfind/distinfo create mode 100644 misc/gtkfind/pkg-comment create mode 100644 misc/gtkfind/pkg-descr create mode 100644 misc/gtkfind/pkg-plist (limited to 'misc/gtkfind') 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 +# +# $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 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 -- cgit v1.2.3