diff options
author | tron <tron> | 2002-03-11 19:17:44 +0000 |
---|---|---|
committer | tron <tron> | 2002-03-11 19:17:44 +0000 |
commit | 84ec41c5e0be570a08f771424f8b459293308d84 (patch) | |
tree | 3e88f873cf3b1662fe7c555af6957376bbb042f4 /sysutils | |
parent | d3cb5b56f8c6a6b522a30956cd7b6aea56cfd8d1 (diff) | |
download | pkgsrc-84ec41c5e0be570a08f771424f8b459293308d84.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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fileutils/Makefile | 25 | ||||
-rw-r--r-- | sysutils/fileutils/PLIST | 20 | ||||
-rw-r--r-- | sysutils/fileutils/distinfo | 6 |
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 |