diff options
author | martti <martti> | 2003-04-08 11:00:05 +0000 |
---|---|---|
committer | martti <martti> | 2003-04-08 11:00:05 +0000 |
commit | b27136089093d96789d1ae05fbbdc87a89099134 (patch) | |
tree | e785d0fb3340ae057b24f964f09a339ca5351981 /www/bins/Makefile | |
parent | 9ecba2d676eadcc16465dfa3782257d184df8927 (diff) | |
download | pkgsrc-b27136089093d96789d1ae05fbbdc87a89099134.tar.gz |
Updated bins to 1.1.21
- PNG images can now be used directly in the album (even if then are
still renamed to .jpg...).
- File timestamps are now preserved when they are copied in the gallery.
- bins_cleanupgallery script has been added. Use it to remove any unused
file in your HTML galleries. Run it without argument for usage
information. Note that this script is still experimental, so if it
performs wrong, just re-run bins to recreate erased files.
This program was written by Jochen Schaeuble <psionic @ psionic.de>.
- default templates has been updated
- joi templates have been updated
Diffstat (limited to 'www/bins/Makefile')
-rw-r--r-- | www/bins/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile index ca270647b26..13a3490f773 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.16 2003/01/25 18:02:14 cjep Exp $ +# $NetBSD: Makefile,v 1.17 2003/04/08 11:00:05 martti Exp $ # -DISTNAME= bins-1.1.20 +DISTNAME= bins-1.1.21 CATEGORIES= www graphics MASTER_SITES= http://jsautret.free.fr/BINS/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://bins.sautret.org/ -COMMENT= static HTML photo album generator +COMMENT= Static HTML photo album generator DEPENDS+= p5-gettext>=1.01:../../devel/p5-gettext DEPENDS+= p5-Text-Iconv>=1.1:../../converters/p5-Text-Iconv |