pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/bins Update to 1.1.27:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55dc63d1e2ec
branches:  trunk
changeset: 489192:55dc63d1e2ec
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 18 13:48:08 2005 +0000

description:
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:

 www/bins/Makefile |  6 +++---
 www/bins/PLIST    |  4 ++--
 www/bins/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r f6de0c5266db -r 55dc63d1e2ec www/bins/Makefile
--- a/www/bins/Makefile Fri Feb 18 13:41:30 2005 +0000
+++ b/www/bins/Makefile Fri Feb 18 13:48:08 2005 +0000
@@ -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 @@
                ${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 -r f6de0c5266db -r 55dc63d1e2ec www/bins/PLIST
--- a/www/bins/PLIST    Fri Feb 18 13:41:30 2005 +0000
+++ b/www/bins/PLIST    Fri Feb 18 13:48:08 2005 +0000
@@ -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/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 -r f6de0c5266db -r 55dc63d1e2ec www/bins/distinfo
--- a/www/bins/distinfo Fri Feb 18 13:41:30 2005 +0000
+++ b/www/bins/distinfo Fri Feb 18 13:48:08 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index