summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2003-07-21 12:41:13 +0000
committermartti <martti@pkgsrc.org>2003-07-21 12:41:13 +0000
commit9e0e38f0ab0e05fbbafafcf2f57731ecc3094572 (patch)
treea950e666cc07d434fdf3bc2a94ef97f8bf29ab4e /www
parent0b5a9c671707edc0e9a33b483ac44c26193608b5 (diff)
downloadpkgsrc-9e0e38f0ab0e05fbbafafcf2f57731ecc3094572.tar.gz
Updated bins to 1.1.22
- Perl 5.8 UTF-8 file writting problem has been corrected. - htmldefaults option of HTML::Clean has been removed, because it breaks UTF-8 strings in Perl 5.8. - added satyap style templates from Satya. - added Dutch translation (nl).
Diffstat (limited to 'www')
-rw-r--r--www/bins/Makefile7
-rw-r--r--www/bins/PLIST3
-rw-r--r--www/bins/distinfo6
-rw-r--r--www/bins/patches/patch-aa13
4 files changed, 8 insertions, 21 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile
index c7f70d5df3c..971e255f6bb 100644
--- a/www/bins/Makefile
+++ b/www/bins/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2003/07/17 22:55:30 grant Exp $
+# $NetBSD: Makefile,v 1.20 2003/07/21 12:41:13 martti Exp $
#
-DISTNAME= bins-1.1.21
-PKGREVISION= 1
+DISTNAME= bins-1.1.22
CATEGORIES= www graphics
MASTER_SITES= http://jsautret.free.fr/BINS/
EXTRACT_SUFX= .tar.bz2
@@ -61,7 +60,7 @@ do-install:
${PREFIX}/share/examples/bins/templates.joi/static
${INSTALL_DATA} ${WRKSRC}/binsrc \
${PREFIX}/share/examples/bins
- for lang in fr de pl it ru es zh; do \
+ for lang in es de fr it nl pl ru zh; do \
${INSTALL_DATA} ${WRKSRC}/intl/$$lang.mo \
${PREFIX}/${PKGLOCALEDIR}/locale/$$lang/LC_MESSAGES/bins.mo; \
done
diff --git a/www/bins/PLIST b/www/bins/PLIST
index 793ec909f8d..734a87a21aa 100644
--- a/www/bins/PLIST
+++ b/www/bins/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2003/04/12 14:45:08 martti Exp $
+@comment $NetBSD: PLIST,v 1.10 2003/07/21 12:41:13 martti Exp $
bin/bins
bin/bins_cleanupgallery
bin/bins_edit
@@ -81,6 +81,7 @@ ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/bins.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/bins.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/bins.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/bins.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/bins.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/bins.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/bins.mo
${PKGLOCALEDIR}/locale/zh/LC_MESSAGES/bins.mo
diff --git a/www/bins/distinfo b/www/bins/distinfo
index ed3eb54f85e..31b462a4d94 100644
--- a/www/bins/distinfo
+++ b/www/bins/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2003/04/12 14:45:08 martti Exp $
+$NetBSD: distinfo,v 1.16 2003/07/21 12:41:13 martti Exp $
-SHA1 (bins-1.1.21.tar.bz2) = 4d7d314c3604e1dc78aa4bbab9da3b04d6dc73b9
-Size (bins-1.1.21.tar.bz2) = 148881 bytes
+SHA1 (bins-1.1.22.tar.bz2) = e40adcebd3e13603e5dda60b07c2aead15cd19c6
+Size (bins-1.1.22.tar.bz2) = 162741 bytes
SHA1 (patch-aa) = 5ce421138772ed7df7d2876f99490ff522468038
diff --git a/www/bins/patches/patch-aa b/www/bins/patches/patch-aa
deleted file mode 100644
index 5eecefe0d66..00000000000
--- a/www/bins/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$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\"*`;
- }
- }
- }