From owner-freebsd-ports Wed Mar 29 17:30:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6713937B5B4 for ; Wed, 29 Mar 2000 17:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA97504; Wed, 29 Mar 2000 17:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3501337BB8D for ; Wed, 29 Mar 2000 17:22:41 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA96141; Wed, 29 Mar 2000 17:22:40 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003300122.RAA96141@freefall.freebsd.org> Date: Wed, 29 Mar 2000 17:22:40 -0800 (PST) From: bwithrow@nortelnetworks.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17675: New port: findutils-4.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17675 >Category: ports >Synopsis: New port: findutils-4.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 29 17:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Robert Withrow >Release: 3.2-RELEASE >Organization: Nortel Networks >Environment: >Description: This is a port of GNU Findutils. It should probably go into the text processing area. >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: # # findutils # findutils/Makefile # findutils/pkg # findutils/pkg/COMMENT # findutils/pkg/DESCR # findutils/pkg/PLIST # findutils/files # findutils/files/md5 # findutils/patches # findutils/patches/patch-aa # echo c - findutils mkdir -p findutils > /dev/null 2>&1 echo x - findutils/Makefile sed 's/^X//' >findutils/Makefile << 'END-of-findutils/Makefile' X# New ports collection makefile for: findutils X# Version required: 4.1 X# Date created: 29 March 2000 X# Whom: Robert Withrow X# X# $FreeBSD$ X# X XDISTNAME= findutils-4.1 XCATEGORIES= textproc XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= findutils X XMAINTAINER= ports@freebsd.org X XGNU_CONFIGURE= yes X XCONFIGURE_ARGS= --program-prefix=g X XUSE_GMAKE= yes X XMAN1= gfind.1 gxargs.1 XMAN5= glocatedb.5 X Xpost-install: X install-info ${PREFIX}/info/find.info ${PREFIX}/info/dir X X.include END-of-findutils/Makefile echo c - findutils/pkg mkdir -p findutils/pkg > /dev/null 2>&1 echo x - findutils/pkg/COMMENT sed 's/^X//' >findutils/pkg/COMMENT << 'END-of-findutils/pkg/COMMENT' XGNU find utilities END-of-findutils/pkg/COMMENT echo x - findutils/pkg/DESCR sed 's/^X//' >findutils/pkg/DESCR << 'END-of-findutils/pkg/DESCR' XGNU find utilities X XThe Free Software Foundation's "find" utilities, including "find", X"locate", and "xargs". X XThese utilities exist in the FreeBSD base collection, but the GNU Xversions have added functionality, which is sometimes useful. X XNote that the texinfo documentation refers to these utilities Xwithout the "g" prefix (cat rather than gcat, etc.). END-of-findutils/pkg/DESCR echo x - findutils/pkg/PLIST sed 's/^X//' >findutils/pkg/PLIST << 'END-of-findutils/pkg/PLIST' Xbin/gfind Xbin/gxargs Xbin/glocate Xbin/gupdatedb Xlibexec/gfrcode Xlibexec/gcode Xlibexec/gbigram X@unexec install-info --delete %D/info/find.info %D/info/dir Xinfo/find.info Xinfo/find.info-1 Xinfo/find.info-2 X@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir X@exec install-info %D/info/find.info %D/info/dir END-of-findutils/pkg/PLIST echo c - findutils/files mkdir -p findutils/files > /dev/null 2>&1 echo x - findutils/files/md5 sed 's/^X//' >findutils/files/md5 << 'END-of-findutils/files/md5' XMD5 (findutils-4.1.tar.gz) = 3ea8fe58ef5386da75f6c707713aa059 END-of-findutils/files/md5 echo c - findutils/patches mkdir -p findutils/patches > /dev/null 2>&1 echo x - findutils/patches/patch-aa sed 's/^X//' >findutils/patches/patch-aa << 'END-of-findutils/patches/patch-aa' X--- locate/Makefile.in.orig Sat Nov 5 09:44:08 1994 X+++ locate/Makefile.in Wed Mar 29 19:49:11 2000 X@@ -96,8 +96,11 @@ X X install-programs: $(PROGRAMS) $(SCRIPTS) X $(top_srcdir)/mkinstalldirs $(bindir) X- for p in $(PROGRAMS) $(SCRIPTS); do \ X+ for p in $(PROGRAMS); do \ X $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ X+ done X+ for p in $(SCRIPTS); do \ X+ $(INSTALL) -m 555 $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ X done X X uninstall:: uninstall-programs END-of-findutils/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message