diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-10-26 19:38:12 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-10-26 19:38:12 +0000 |
commit | 04cefdebc062b2d186d0b3904a9099df2270811c (patch) | |
tree | c5a5751b6be73ab18e6821136ddeabb276051910 /www/bins/Makefile | |
parent | e94898d94c899ba0ab2f570559154036d957214e (diff) | |
download | pkgsrc-04cefdebc062b2d186d0b3904a9099df2270811c.tar.gz |
update to bins-1.1.18. Changes are:
BINS 1.1.18
-----------
- joi templates has been updated by Joachim Kohlhammer :
* The Albumtree works now correctly, even the thumbnail for the
root-album works, i.e. no more broken images.
* New icon for the albumtree.
* Redesign of the image-view. The icons moved to the left border.
* Leave was renamed to Home; the variable in the template is now called
HOME_LINK. The icon was changed to a little house. The old icon is
still included.
* If the option pathImgNum is set, the image-view shows
(Image/Imagecount) in the path.
* The path contains a icon for each level (corresponding to the type of
the level (albumtree, album, image)) if the variable pathShowIcon is
set to 1.
* In the Thumbnailview the bar with the next/prev-buttons shows only if
there are two or more pages. If the bar shows, it now has a grey
background.
* The "cycling" of the thumbnailpages and the imageviews can be disabled
by setting the options thumbnailPageCycling and imagePageCycling to 1.
- If only one Thumbnailpage exists, the navigation bar shows
"Thumbnail Page" instead of "Thumbnail Page 1".
(from Joachim Kohlhammer's patch)
- select LATIN1 as default encoding on systems lacking the locale
command (like *BSD systems)
(patch from Dan <mcmahill at mtl.mit.edu>).
- added new parameter emptyAlbumDesc to get rid of the "No long/short
description available" message if no description was set.
- added Spanish translation.
(thanks to David Barroso).
Diffstat (limited to 'www/bins/Makefile')
-rw-r--r-- | www/bins/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile index b526b784075..5b938a1b0f2 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2002/10/19 18:16:40 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.13 2002/10/26 19:38:12 dmcmahill Exp $ # -DISTNAME= bins-1.1.17 -PKGREVISION= 2 +DISTNAME= bins-1.1.18 CATEGORIES= www graphics MASTER_SITES= http://jsautret.free.fr/BINS/ EXTRACT_SUFX= .tar.bz2 @@ -34,8 +33,8 @@ REPLACE_PERL= bins bins_edit bins-edit-gui bins_txt2xml post-patch: ${MV} ${WRKSRC}/bins ${WRKSRC}/bins.bak - ${SED} -e 's;@pkgsysconfdir@;${PKG_SYSCONFDIR};g' \ - -e 's;@pkglocaledir@;${PREFIX}/${PKGLOCALEDIR}/locale;g' \ + ${SED} -e 's;/etc/bins;${PKG_SYSCONFDIR}/bins;g' \ + -e 's;/usr/local/share/locale;${PREFIX}/${PKGLOCALEDIR}/locale;g' \ ${WRKSRC}/bins.bak > ${WRKSRC}/bins do-install: |