pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/bins Updated bins to 1.1.25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/352f8aa4d67a
branches:  trunk
changeset: 469811:352f8aa4d67a
user:      martti <martti%pkgsrc.org@localhost>
date:      Sun Feb 29 13:08:55 2004 +0000

description:
Updated bins to 1.1.25

- The images in each directory can now be displayed in an arbitrary,
  custom order. This is done via an optional file album.list (a slibling
  file to album.xml) that lists the files in the order you want them
  displayed. If album.list doesn't exist in a directory the sorting by
  image name is done as usual.
- Added hot keys (use with Alt key) : (N)ext, (P)revious, (U)p,
  (H)ome, images (L)ist, (T)ree.
- Added first, last, index, parent, up and index relation links in
  thumbnail and image pages. They are used by Mozilla and Opera
  navigation bar.
- Added first and last links on thumbnail and image pages in default
  templates.
- Fix bug on images list page for custom sizes (defined in description image
  file).
- Updated Spanish translation.
- Updated Esperanto translation.

diffstat:

 www/bins/Makefile |  6 +++---
 www/bins/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r c9c3c83172f3 -r 352f8aa4d67a www/bins/Makefile
--- a/www/bins/Makefile Sun Feb 29 12:43:24 2004 +0000
+++ b/www/bins/Makefile Sun Feb 29 13:08:55 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2003/12/07 15:17:08 martti Exp $
+# $NetBSD: Makefile,v 1.23 2004/02/29 13:08:55 martti Exp $
 #
 
-DISTNAME=      bins-1.1.24
+DISTNAME=      bins-1.1.25
 CATEGORIES=    www graphics
 MASTER_SITES=  http://jsautret.free.fr/BINS/
 EXTRACT_SUFX=  .tar.bz2
@@ -54,7 +54,7 @@
        ${INSTALL_DATA} ${WRKSRC}/binsrc ${PREFIX}/share/examples/bins/
        # template: default
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.default
-       ${INSTALL_DATA} ${WRKSRC}/templates/*.html                      \
+       ${INSTALL_DATA} ${WRKSRC}/templates.default/*.html              \
                ${PREFIX}/share/examples/bins/templates.default/
        # template: jab
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.jab
diff -r c9c3c83172f3 -r 352f8aa4d67a www/bins/distinfo
--- a/www/bins/distinfo Sun Feb 29 12:43:24 2004 +0000
+++ b/www/bins/distinfo Sun Feb 29 13:08:55 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2004/02/01 19:51:58 martti Exp $
+$NetBSD: distinfo,v 1.23 2004/02/29 13:08:55 martti Exp $
 
-SHA1 (bins-1.1.24.tar.bz2) = 85a6e8063f7a8301ca8d874b745f3401e92f3625
-Size (bins-1.1.24.tar.bz2) = 181499 bytes
+SHA1 (bins-1.1.25.tar.bz2) = 00f2dd497007dc1d795592fe066175e45365aa34
+Size (bins-1.1.25.tar.bz2) = 183847 bytes



Home | Main Index | Thread Index | Old Index