summaryrefslogtreecommitdiff
path: root/www/bins
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-18 13:48:08 +0000
committerwiz <wiz@pkgsrc.org>2005-02-18 13:48:08 +0000
commitbf6e094b7326c6dd0e9f377f8f97fd3bd94d49e5 (patch)
tree21785089d3622342d38f6b5e45ddae6eb7fcf38f /www/bins
parent6c489bd1284a4133994e8c0aafd952c279f99752 (diff)
downloadpkgsrc-bf6e094b7326c6dd0e9f377f8f97fd3bd94d49e5.tar.gz
Update to 1.1.27:
- Added new parameter borderOnThumbnails to change or remove the border of the thumbnail's image in the thumbnails page, in pixels. - Exit if target_dir is in source_dir since it will generate an infinite recursion. Correction from Ludovic Rousseau - Bug on tips popup when text contained double quotes has been corrected. Patch from Arthur de Jong - bugs on -e and -o custom options has been fixed. Patch from Adam Lackorzynski - Adding a check for Perl < 5.8 in bins_edit for utf-8 handling. Correction from Robert Funnell - Hungarian translation (hu) has been added. Thanks to Aurel Gabris - zh language code has been changed to zh_TW. - Correction in comments of binsrc. Patch from Robert Funnell - Added RCS directories in excludeDirs parameter of binsrc to shown regexp use. Suggestion from Ambrose Li The following changes have been made in bins-edit-gui by Mark W. Eichin: - Primitive "current album" editor. - Force LATIN1 if 7-bit ANSI is selected. Add charmap override box if either conversion fails. - Free server-side pixmap correctly (oops.) - Fix grey-out of filename box. - more error checks. - Update man page. - Also, shortcut for autofill has been corrected (now CTRL A). Correction from Ivan Daou
Diffstat (limited to 'www/bins')
-rw-r--r--www/bins/Makefile6
-rw-r--r--www/bins/PLIST4
-rw-r--r--www/bins/distinfo6
3 files changed, 8 insertions, 8 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile
index aaeb7ede205..2294054155b 100644
--- a/www/bins/Makefile
+++ b/www/bins/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2005/02/04 15:32:13 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2005/02/18 13:48:08 wiz Exp $
#
-DISTNAME= bins-1.1.26
+DISTNAME= bins-1.1.27
CATEGORIES= www graphics
MASTER_SITES= http://zubro.chez.tiscali.fr/BINS/
EXTRACT_SUFX= .tar.bz2
@@ -107,7 +107,7 @@ do-install:
${WRKSRC}/templates.satyap/static/*.css \
${PREFIX}/share/examples/bins/templates.satyap/static/
# Translations
- for lang in de eo es fi fr it ja nl pl ru zh; do \
+ for lang in de eo es fi fr it ja nl pl ru zh_TW; 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 e2faef86e35..d6abede4585 100644
--- a/www/bins/PLIST
+++ b/www/bins/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2004/06/21 16:22:26 martti Exp $
+@comment $NetBSD: PLIST,v 1.14 2005/02/18 13:48:08 wiz Exp $
bin/anti_bins
bin/bins
bin/bins_cleanupgallery
@@ -204,7 +204,7 @@ ${PKGLOCALEDIR}/locale/ja/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
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/bins.mo
@dirrm share/doc/html/bins
@dirrm share/examples/bins/templates.default
@dirrm share/examples/bins/templates.jab
diff --git a/www/bins/distinfo b/www/bins/distinfo
index ac0d4c1d0a8..cc6fda4dd7e 100644
--- a/www/bins/distinfo
+++ b/www/bins/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2004/06/21 16:22:26 martti Exp $
+$NetBSD: distinfo,v 1.25 2005/02/18 13:48:08 wiz Exp $
-SHA1 (bins-1.1.26.tar.bz2) = af8ed9f6071dd040270b8872cb18008ad4cd1ffb
-Size (bins-1.1.26.tar.bz2) = 197821 bytes
+SHA1 (bins-1.1.27.tar.bz2) = 33b2c87a785e7878f729fad2ef785d1e62740f91
+Size (bins-1.1.27.tar.bz2) = 206986 bytes