summaryrefslogtreecommitdiff
path: root/www/bins/Makefile
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
commit951519d16a0520381bcd1ae5afe6978a3e6508f2 (patch)
tree21785089d3622342d38f6b5e45ddae6eb7fcf38f /www/bins/Makefile
parent1451d414abc17ee062db76e678aa307a9289d29d (diff)
downloadpkgsrc-951519d16a0520381bcd1ae5afe6978a3e6508f2.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/Makefile')
-rw-r--r--www/bins/Makefile6
1 files changed, 3 insertions, 3 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