1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Initial import of gtkfind, a gtk-enhanced interface to the find(1)

command.

PR:		ports/8126
This commit is contained in:
Bill Fumerola 1998-11-17 21:53:22 +00:00
parent d594de043b
commit 73a8e5bcdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14619
5 changed files with 37 additions and 0 deletions

28
misc/gtkfind/Makefile Normal file
View File

@ -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>

1
misc/gtkfind/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gtkfind-0.9.tar.gz) = 1094b6552fee81f7113c14bbf616d1ff

1
misc/gtkfind/pkg-comment Normal file
View File

@ -0,0 +1 @@
the program to use to have to remember all the options to find(1)

6
misc/gtkfind/pkg-descr Normal file
View File

@ -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.

1
misc/gtkfind/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/gtkfind