diff options
author | martti <martti@pkgsrc.org> | 2004-02-29 13:08:55 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-02-29 13:08:55 +0000 |
commit | 45f2365764c6f17678a06d8725d10662b03f2f78 (patch) | |
tree | 09e90f3860e551448167c53a7594d5f53aaa66fb /www/bins | |
parent | c484748a4001074b4ed3e595fb2f5e8d3b1e8096 (diff) | |
download | pkgsrc-45f2365764c6f17678a06d8725d10662b03f2f78.tar.gz |
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 (limited to 'www/bins')
-rw-r--r-- | www/bins/Makefile | 6 | ||||
-rw-r--r-- | www/bins/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile index 705d405c3c2..65cf5368245 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -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 @@ do-install: ${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 --git a/www/bins/distinfo b/www/bins/distinfo index a436c0d4b67..dd818ac38be 100644 --- a/www/bins/distinfo +++ b/www/bins/distinfo @@ -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 |