From owner-freebsd-ports Thu Oct 1 15:50:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20813 for freebsd-ports-outgoing; Thu, 1 Oct 1998 15:50:14 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20804 for ; Thu, 1 Oct 1998 15:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA26970; Thu, 1 Oct 1998 15:50:01 -0700 (PDT) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20110 for ; Thu, 1 Oct 1998 15:42:00 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) id SAA27251; Thu, 1 Oct 1998 18:40:26 -0400 (EDT) (envelope-from billf) Message-Id: <199810012240.SAA27251@jade.chc-chimes.com> Date: Thu, 1 Oct 1998 18:40:26 -0400 (EDT) From: Bill Fumerola Reply-To: billf@jade.chc-chimes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/8126: new port: misc/gtkfind Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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 X X-/* for "major" and "minor" macros */ X-#include X+/* for "major" and "minor" macros X+#include */ X #include /* this may or may not be necessary? */ X X #include 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