summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1998-11-17 21:53:22 +0000
committerBill Fumerola <billf@FreeBSD.org>1998-11-17 21:53:22 +0000
commit73a8e5bcdf95ce3f2e4d656a036c20b2f33ee04e (patch)
treeaa51fee345b13ef731e44fe29bc8d98d584ca668 /misc
parentUpgrade to version 1.1a3, which seems to work for both my -STABLE systems, (diff)
Initial import of gtkfind, a gtk-enhanced interface to the find(1)
command. PR: ports/8126
Notes
Notes: svn path=/head/; revision=14619
Diffstat (limited to 'misc')
-rw-r--r--misc/gtkfind/Makefile28
-rw-r--r--misc/gtkfind/distinfo1
-rw-r--r--misc/gtkfind/pkg-comment1
-rw-r--r--misc/gtkfind/pkg-descr6
-rw-r--r--misc/gtkfind/pkg-plist1
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