diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-18 13:48:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-18 13:48:08 +0000 |
commit | 951519d16a0520381bcd1ae5afe6978a3e6508f2 (patch) | |
tree | 21785089d3622342d38f6b5e45ddae6eb7fcf38f /www | |
parent | 1451d414abc17ee062db76e678aa307a9289d29d (diff) | |
download | pkgsrc-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')
-rw-r--r-- | www/bins/Makefile | 6 | ||||
-rw-r--r-- | www/bins/PLIST | 4 | ||||
-rw-r--r-- | www/bins/distinfo | 6 |
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 |