Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 1998 18:40:26 -0400 (EDT)
From:      Bill Fumerola <billf@jade.chc-chimes.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8126: new port: misc/gtkfind
Message-ID:  <199810012240.SAA27251@jade.chc-chimes.com>

next in thread | raw e-mail | index | archive | help

>Number:         8126
>Category:       ports
>Synopsis:       new port: misc/gtkfind
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct  1 15:50:00 PDT 1998
>Last-Modified:
>Originator:     Bill Fumerola
>Organization:
Computer Horizons Corp
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:
FreeBSD jade.chc-chimes.com 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Fri Sep
25 16:41:52 EDT 1998
root@jade.chc-chimes.com:/usr/cvs-update/src/sys/compile/JADED  i386

>Description:

a gtk interface to the find(1) command.

>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./files
#	./files/md5
#	./patches
#	./patches/patch-aa
#	./pkg
#	./pkg/PLIST
#	./pkg/COMMENT
#	./pkg/DESCR
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:   gtkfind
X# Version required:    0.7
X# Date created:        28 Sept 1998
X# Whom:                Bill Fumerola <billf@chc-chimes.com>
X#
X# $Id: $
X#
X
XDISTNAME=	gtkfind-0.7
XCATEGORIES=	misc
XMASTER_SITES=	http://www.oz.net/~mattg/
X
XMAINTAINER=	billf@chc-chimes.com
X
XLIB_DEPENDS=	gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
X
XUSE_GMAKE=	yes
XALL_TARGET=
X
XMAN1=		gtkfind.1
X
Xpost-patch:
X
X	${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed
X	${CAT} ${WRKSRC}/Makefile.pre_sed | \
X	${SED} -e 's#/usr/local#${PREFIX}#g' >> ${WRKSRC}/Makefile
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (gtkfind-0.7.tar.gz) = f87f5be20ce38a03c05d23b8af2c1cc3
END-of-./files/md5
echo c - ./patches
mkdir -p ./patches > /dev/null 2>&1
echo x - ./patches/patch-aa
sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa'
X--- gtkfind.h.old	Mon Sep 28 17:43:08 1998
X+++ gtkfind.h	Mon Sep 28 17:43:22 1998
X@@ -53,8 +53,8 @@
X 
X #include<errno.h>
X 
X-/* for "major" and "minor" macros */
X-#include<sys/sysmacros.h>
X+/* for "major" and "minor" macros
X+#include<sys/sysmacros.h> */
X #include<sys/types.h> /* this may or may not be necessary? */
X 
X #include<gtk/gtk.h>
END-of-./patches/patch-aa
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xbin/gtkfind
END-of-./pkg/PLIST
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
Xthe program to use to have to remember all the options to find(1)
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
Xgtkfind is the program to use when you don't want to have to remember all
Xthe options to find(1). It is a graphical program that allows you to
Xsearch for files and (optionally) perform operations on them. You can
Xsearch for files by using wildcards, by matching file types and/or
Xpermissions, etc. gtkfind requires X and the GTK+ toolkit. It is still
Xunder development, but has reached a stage where it is actually useful. 
END-of-./pkg/DESCR
exit

	

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810012240.SAA27251>