Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2000 17:22:40 -0800 (PST)
From:      bwithrow@nortelnetworks.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17675: New port: findutils-4.1
Message-ID:  <200003300122.RAA96141@freefall.freebsd.org>

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

>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 <witr@rwwa.com>
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 <bsd.port.mk>
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




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