summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-03-11 19:17:44 +0000
committertron <tron@pkgsrc.org>2002-03-11 19:17:44 +0000
commit0abd502f01cf2462bf160b03e187afecf1a8ba79 (patch)
tree3e88f873cf3b1662fe7c555af6957376bbb042f4
parentdbbb5763266f8178c4c34765b169126232b7a25f (diff)
downloadpkgsrc-0abd502f01cf2462bf160b03e187afecf1a8ba79.tar.gz
Update "fileutiles" package to version 4.1.7. Changes since version 4.0
include a security fix, many bug fixes and new features like the "shred" command.
-rw-r--r--sysutils/fileutils/Makefile25
-rw-r--r--sysutils/fileutils/PLIST20
-rw-r--r--sysutils/fileutils/distinfo6
3 files changed, 36 insertions, 15 deletions
diff --git a/sysutils/fileutils/Makefile b/sysutils/fileutils/Makefile
index a641dc81959..371dc177c2c 100644
--- a/sysutils/fileutils/Makefile
+++ b/sysutils/fileutils/Makefile
@@ -1,16 +1,27 @@
-# $NetBSD: Makefile,v 1.16 2002/02/18 15:14:40 seb Exp $
+# $NetBSD: Makefile,v 1.17 2002/03/11 19:17:44 tron Exp $
-DISTNAME= fileutils-4.0
+DISTNAME= fileutils-4.1.7
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_GNU:=fileutils/}
+MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/fileutils/
+EXTRACT_SUFX= .tar.bz2
-MAINTAINER= packages@netbsd.org
+MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnu.org/software/fileutils/fileutils.html
COMMENT= GNU file management utilities
-NO_PATCH= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --program-prefix=g
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --program-prefix=g \
+ --with-libiconv-prefix=${BUILDLINK_DIR}
+CHARSET_FILE= ${PREFIX}/lib/charset.alias
+
+pre-install:
+ @${CP} -p ${CHARSET_FILE} ${CHARSET_FILE}.preserve
+
+post-install:
+ @${MV} ${CHARSET_FILE}.preserve ${CHARSET_FILE}
+
+.include "../../converters/libiconv/buildlink.mk"
+.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/fileutils/PLIST b/sysutils/fileutils/PLIST
index 1a59c876687..8674a3e114d 100644
--- a/sysutils/fileutils/PLIST
+++ b/sysutils/fileutils/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:41 seb Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/03/11 19:17:44 tron Exp $
bin/gchgrp
bin/gchown
bin/gchmod
bin/gcp
bin/gdd
+bin/gdf
bin/gdircolors
bin/gdu
bin/ginstall
@@ -17,12 +18,10 @@ bin/gmknod
bin/gmv
bin/grm
bin/grmdir
+bin/gshred
bin/gsync
bin/gtouch
-bin/gdf
-@unexec ${INSTALL_INFO} --delete %D/info/fileutils.info %D/info/dir
-info/fileutils.info
-@exec ${INSTALL_INFO} %D/info/fileutils.info %D/info/dir
+info/coreutils.info
man/man1/grmdir.1
man/man1/gdircolors.1
man/man1/gln.1
@@ -39,6 +38,7 @@ man/man1/gmv.1
man/man1/gdf.1
man/man1/grm.1
man/man1/gdu.1
+man/man1/gshred.1
man/man1/gtouch.1
man/man1/ginstall.1
man/man1/gdir.1
@@ -58,3 +58,13 @@ ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/fileutils.mo
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/fileutils.mo
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/fileutils.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/fileutils.mo
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/fileutils.mo
+${PKGLOCALEDIR}/locale/et/LC_MESSAGES/fileutils.mo
+${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/fileutils.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/fileutils.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/fileutils.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/fileutils.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/fileutils.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/fileutils.mo
+${PKGLOCALEDIR}/locale/zh/LC_MESSAGES/fileutils.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/fileutils.mo
diff --git a/sysutils/fileutils/distinfo b/sysutils/fileutils/distinfo
index 98a8f641021..67cd46c71b2 100644
--- a/sysutils/fileutils/distinfo
+++ b/sysutils/fileutils/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 11:29:01 agc Exp $
+$NetBSD: distinfo,v 1.3 2002/03/11 19:17:44 tron Exp $
-SHA1 (fileutils-4.0.tar.gz) = 7fe286ff074e37dc573d5f8a23512d6693a66385
-Size (fileutils-4.0.tar.gz) = 1171072 bytes
+SHA1 (fileutils-4.1.7.tar.bz2) = 94c7979d3ce64f62bde4e677282b338a1bfada72
+Size (fileutils-4.1.7.tar.bz2) = 1663871 bytes