A package for the findutils GNU utilities.
This commit is contained in:
parent
0503858922
commit
1cc354b322
8 changed files with 99 additions and 0 deletions
15
sysutils/findutils/Makefile
Normal file
15
sysutils/findutils/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1999/12/10 17:32:59 bouyer Exp $
|
||||
# FreeBSD Id: Makefile,v 1.13 1999/01/27 07:41:14 fenner Exp $
|
||||
|
||||
DISTNAME= findutils-4.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
|
||||
|
||||
MAINTAINER= bouyer@netbsd.org
|
||||
HOMEPAGE= http://www.gnu.org/software/findutils/findutils.html
|
||||
|
||||
USE_GTEXINFO= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --program-prefix=g
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
sysutils/findutils/files/md5
Normal file
3
sysutils/findutils/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/12/10 17:32:59 bouyer Exp $
|
||||
|
||||
MD5 (findutils-4.1.tar.gz) = 3ea8fe58ef5386da75f6c707713aa059
|
4
sysutils/findutils/files/patch-sum
Normal file
4
sysutils/findutils/files/patch-sum
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: patch-sum,v 1.1.1.1 1999/12/10 17:32:59 bouyer Exp $
|
||||
|
||||
MD5 (patch-aa) = faf48470ef2e14ef26092a0b66d58108
|
||||
MD5 (patch-ab) = 62cef51bc536ea2c5ea871c64191353b
|
34
sysutils/findutils/patches/patch-aa
Normal file
34
sysutils/findutils/patches/patch-aa
Normal file
|
@ -0,0 +1,34 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 1999/12/10 17:32:59 bouyer Exp $
|
||||
|
||||
--- locate/Makefile.in.orig Sat Nov 5 06:44:08 1994
|
||||
+++ locate/Makefile.in Fri Dec 10 07:35:53 1999
|
||||
@@ -29,7 +29,7 @@
|
||||
datadir = $(prefix)/share
|
||||
sysconfdir = $(prefix)/etc
|
||||
sharedstatedir = $(prefix)/com
|
||||
-localstatedir = $(prefix)/var
|
||||
+localstatedir = /var/run
|
||||
libdir = $(exec_prefix)/lib
|
||||
infodir = $(prefix)/info
|
||||
mandir = $(prefix)/man
|
||||
@@ -38,6 +38,7 @@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
transform = @program_transform_name@
|
||||
|
||||
@@ -96,8 +97,11 @@
|
||||
|
||||
install-programs: $(PROGRAMS) $(SCRIPTS)
|
||||
$(top_srcdir)/mkinstalldirs $(bindir)
|
||||
- for p in $(PROGRAMS) $(SCRIPTS); do \
|
||||
+ for p in $(PROGRAMS); do \
|
||||
$(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
|
||||
+ done
|
||||
+ for p in $(SCRIPTS); do \
|
||||
+ $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
|
||||
done
|
||||
|
||||
uninstall:: uninstall-programs
|
20
sysutils/findutils/patches/patch-ab
Normal file
20
sysutils/findutils/patches/patch-ab
Normal file
|
@ -0,0 +1,20 @@
|
|||
$NetBSD: patch-ab,v 1.1.1.1 1999/12/10 17:32:59 bouyer Exp $
|
||||
|
||||
--- configure.old Fri Dec 10 07:32:53 1999
|
||||
+++ configure Fri Dec 10 07:32:57 1999
|
||||
@@ -633,6 +633,7 @@
|
||||
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
||||
# It thinks the first close brace ends the variable substitution.
|
||||
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
||||
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
|
||||
|
||||
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
||||
|
||||
@@ -2601,6 +2602,7 @@
|
||||
s%@CC@%$CC%g
|
||||
s%@CPP@%$CPP%g
|
||||
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
|
||||
+s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
|
||||
s%@INSTALL_DATA@%$INSTALL_DATA%g
|
||||
s%@RANLIB@%$RANLIB%g
|
||||
s%@SET_MAKE@%$SET_MAKE%g
|
1
sysutils/findutils/pkg/COMMENT
Normal file
1
sysutils/findutils/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
The GNU find, xargs and locate utilities.
|
1
sysutils/findutils/pkg/DESCR
Normal file
1
sysutils/findutils/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
The GNU find, xargs and locate utilities.
|
21
sysutils/findutils/pkg/PLIST
Normal file
21
sysutils/findutils/pkg/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/10 17:32:59 bouyer Exp $
|
||||
bin/gfind
|
||||
bin/gxargs
|
||||
bin/glocate
|
||||
bin/gupdatedb
|
||||
libexec/gfrcode
|
||||
libexec/gcode
|
||||
libexec/gbigram
|
||||
info/find.info
|
||||
info/find.info-1
|
||||
info/find.info-2
|
||||
man/cat1/gfind.1
|
||||
man/cat1/gxargs.1
|
||||
man/cat1/glocate.1
|
||||
man/cat1/gupdatedb.1
|
||||
man/cat5/glocatedb.5
|
||||
man/man1/gfind.1
|
||||
man/man1/gxargs.1
|
||||
man/man1/glocate.1
|
||||
man/man1/gupdatedb.1
|
||||
man/man5/glocatedb.5
|
Loading…
Reference in a new issue