summaryrefslogtreecommitdiff
path: root/www/bins
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2003-04-12 14:45:08 +0000
committermartti <martti@pkgsrc.org>2003-04-12 14:45:08 +0000
commit972ab338408376684a84b3766cfaddd34b5a6e34 (patch)
tree1e62c9aa5cdc50a2054872d86b9305e0fbda4b07 /www/bins
parent5a8dc7ba7fd77c595743cea42222001408f73609 (diff)
downloadpkgsrc-972ab338408376684a84b3766cfaddd34b5a6e34.tar.gz
Updated bins to 1.1.21nb1
* install bins_cleanupgallery
Diffstat (limited to 'www/bins')
-rw-r--r--www/bins/Makefile6
-rw-r--r--www/bins/PLIST3
-rw-r--r--www/bins/distinfo3
-rw-r--r--www/bins/patches/patch-aa13
4 files changed, 21 insertions, 4 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile
index 13a3490f773..61a07e61c3c 100644
--- a/www/bins/Makefile
+++ b/www/bins/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2003/04/08 11:00:05 martti Exp $
+# $NetBSD: Makefile,v 1.18 2003/04/12 14:45:08 martti Exp $
#
DISTNAME= bins-1.1.21
+PKGREVISION= 1
CATEGORIES= www graphics
MASTER_SITES= http://jsautret.free.fr/BINS/
EXTRACT_SUFX= .tar.bz2
@@ -30,7 +31,7 @@ USE_PKGLOCALEDIR= YES
# bins-edit-gui not installed because many needed packages are missing
# bins_txt2xml not installed because it's an upgrade tool, and we didn't
# have previous versions in pkgsrc.
-REPLACE_PERL= bins bins_edit bins-edit-gui bins_txt2xml
+REPLACE_PERL= bins bins_edit bins-edit-gui bins_cleanupgallery bins_txt2xml
post-patch:
${MV} ${WRKSRC}/bins ${WRKSRC}/bins.bak
@@ -40,6 +41,7 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bins ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/bins_cleanupgallery ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/bins_edit ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/bins.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/bins_edit.1 ${PREFIX}/man/man1
diff --git a/www/bins/PLIST b/www/bins/PLIST
index a4ebd978fc5..793ec909f8d 100644
--- a/www/bins/PLIST
+++ b/www/bins/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.8 2003/04/08 11:00:05 martti Exp $
+@comment $NetBSD: PLIST,v 1.9 2003/04/12 14:45:08 martti Exp $
bin/bins
+bin/bins_cleanupgallery
bin/bins_edit
man/man1/bins.1
man/man1/bins_edit.1
diff --git a/www/bins/distinfo b/www/bins/distinfo
index 1b9923dd0b2..ed3eb54f85e 100644
--- a/www/bins/distinfo
+++ b/www/bins/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.14 2003/04/08 11:00:05 martti Exp $
+$NetBSD: distinfo,v 1.15 2003/04/12 14:45:08 martti Exp $
SHA1 (bins-1.1.21.tar.bz2) = 4d7d314c3604e1dc78aa4bbab9da3b04d6dc73b9
Size (bins-1.1.21.tar.bz2) = 148881 bytes
+SHA1 (patch-aa) = 5ce421138772ed7df7d2876f99490ff522468038
diff --git a/www/bins/patches/patch-aa b/www/bins/patches/patch-aa
new file mode 100644
index 00000000000..5eecefe0d66
--- /dev/null
+++ b/www/bins/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.9 2003/04/12 14:45:09 martti Exp $
+
+--- bins_cleanupgallery.orig Sat Apr 12 14:39:00 2003
++++ bins_cleanupgallery Sat Apr 12 14:39:38 2003
+@@ -80,7 +80,7 @@
+ if ($filefound == 0) {
+ $file =~ s/(.*)_\w+\.($webExts)$/$1/i;
+ print "## Removing file: $dstdir/$file*\n";
+- `rm -v \"$dstdir/$file\"*`;
++ `rm \"$dstdir/$file\"*`;
+ }
+ }
+ }