summaryrefslogtreecommitdiff
path: root/www/bins
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2004-06-21 16:22:26 +0000
committermartti <martti@pkgsrc.org>2004-06-21 16:22:26 +0000
commitbe98da4308225ece57b581e093e071fbbf352a13 (patch)
treeb338dca0bf373e4f2158d2670949c181f06b9274 /www/bins
parent0c07dfaa40596aefa8191e5669c3335c04749e50 (diff)
downloadpkgsrc-be98da4308225ece57b581e093e071fbbf352a13.tar.gz
Updated bins to 1.1.26
- Added new marc and petrus templates - Added support for more Exif tags. - Fix a divide by zero error crash, due to a corrupt image. - Fix javascript errors occured when a singe quote was included in a filename. - Fix bug on joi template : accesskey="t" was showing in the pages. - Fix missing /IF directive in images pages on satyap template.
Diffstat (limited to 'www/bins')
-rw-r--r--www/bins/Makefile26
-rw-r--r--www/bins/PLIST95
-rw-r--r--www/bins/distinfo6
3 files changed, 121 insertions, 6 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile
index 24cb305b1ba..f9a3a878ea7 100644
--- a/www/bins/Makefile
+++ b/www/bins/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2004/04/27 05:44:23 snj Exp $
+# $NetBSD: Makefile,v 1.25 2004/06/21 16:22:26 martti Exp $
#
-DISTNAME= bins-1.1.25
+DISTNAME= bins-1.1.26
CATEGORIES= www graphics
MASTER_SITES= http://jsautret.free.fr/BINS/
EXTRACT_SUFX= .tar.bz2
@@ -71,10 +71,32 @@ do-install:
${WRKSRC}/templates.joi/static/*.png \
${WRKSRC}/templates.joi/static/*.js \
${PREFIX}/share/examples/bins/templates.joi/static/
+ # template: marc
+ ${INSTALL_DATA_DIR} \
+ ${PREFIX}/share/examples/bins/templates.marc \
+ ${PREFIX}/share/examples/bins/templates.marc/static
+ ${INSTALL_DATA} ${WRKSRC}/templates.marc/*.html \
+ ${PREFIX}/share/examples/bins/templates.marc/
+ ${INSTALL_DATA} \
+ ${WRKSRC}/templates.marc/static/*.css \
+ ${WRKSRC}/templates.marc/static/*.png \
+ ${WRKSRC}/templates.marc/static/*.js \
+ ${PREFIX}/share/examples/bins/templates.marc/static/
# template: new
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.new
${INSTALL_DATA} ${WRKSRC}/templates.new/*.html \
${PREFIX}/share/examples/bins/templates.new/
+ # template: petrus
+ ${INSTALL_DATA_DIR} \
+ ${PREFIX}/share/examples/bins/templates.petrus \
+ ${PREFIX}/share/examples/bins/templates.petrus/static
+ ${INSTALL_DATA} ${WRKSRC}/templates.petrus/*.html \
+ ${PREFIX}/share/examples/bins/templates.petrus/
+ ${INSTALL_DATA} \
+ ${WRKSRC}/templates.petrus/static/*.css \
+ ${WRKSRC}/templates.petrus/static/*.png \
+ ${WRKSRC}/templates.petrus/static/*.js \
+ ${PREFIX}/share/examples/bins/templates.petrus/static/
# template: satyap
${INSTALL_DATA_DIR} \
${PREFIX}/share/examples/bins/templates.satyap \
diff --git a/www/bins/PLIST b/www/bins/PLIST
index 206579a833d..e2faef86e35 100644
--- a/www/bins/PLIST
+++ b/www/bins/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2003/12/07 15:17:08 martti Exp $
+@comment $NetBSD: PLIST,v 1.13 2004/06/21 16:22:26 martti Exp $
bin/anti_bins
bin/bins
bin/bins_cleanupgallery
@@ -24,6 +24,7 @@ share/doc/html/bins/usage_custom.html
share/doc/html/bins/usage_desc.html
share/doc/html/bins/usage_desc_cli.html
share/doc/html/bins/usage_desc_gui.html
+share/doc/html/bins/usage_desc_gui_feh.html
share/doc/html/bins/usage_desc_gui_gqview.html
share/doc/html/bins/usage_desc_gui_nautilus.html
share/doc/html/bins/usage_desc_xml.html
@@ -74,6 +75,8 @@ share/examples/bins/templates.joi/static/mediumActive.png
share/examples/bins/templates.joi/static/meshman.css
share/examples/bins/templates.joi/static/next.png
share/examples/bins/templates.joi/static/nextInactive.png
+share/examples/bins/templates.joi/static/pink.css
+share/examples/bins/templates.joi/static/pink2.css
share/examples/bins/templates.joi/static/prev.png
share/examples/bins/templates.joi/static/prevInactive.png
share/examples/bins/templates.joi/static/preview.js
@@ -90,8 +93,94 @@ share/examples/bins/templates.joi/thumbnav.html
share/examples/bins/templates.joi/thumbnavrow.html
share/examples/bins/templates.joi/tree.html
share/examples/bins/templates.joi/xlink.html
+share/examples/bins/templates.marc/details.html
+share/examples/bins/templates.marc/footer.html
+share/examples/bins/templates.marc/image.html
+share/examples/bins/templates.marc/imagelist.html
+share/examples/bins/templates.marc/imagenavbar.html
+share/examples/bins/templates.marc/navbar.html
+share/examples/bins/templates.marc/path.html
+share/examples/bins/templates.marc/static/actthumb.png
+share/examples/bins/templates.marc/static/albumtree.png
+share/examples/bins/templates.marc/static/back.png
+share/examples/bins/templates.marc/static/contact.png
+share/examples/bins/templates.marc/static/exit.png
+share/examples/bins/templates.marc/static/home.png
+share/examples/bins/templates.marc/static/imagelist.png
+share/examples/bins/templates.marc/static/info.png
+share/examples/bins/templates.marc/static/joi.css
+share/examples/bins/templates.marc/static/joi.js
+share/examples/bins/templates.marc/static/large.png
+share/examples/bins/templates.marc/static/largeActive.png
+share/examples/bins/templates.marc/static/media.png
+share/examples/bins/templates.marc/static/medium.png
+share/examples/bins/templates.marc/static/mediumActive.png
+share/examples/bins/templates.marc/static/meshman.css
+share/examples/bins/templates.marc/static/next.png
+share/examples/bins/templates.marc/static/nextInactive.png
+share/examples/bins/templates.marc/static/prev.png
+share/examples/bins/templates.marc/static/prevInactive.png
+share/examples/bins/templates.marc/static/preview.js
+share/examples/bins/templates.marc/static/related.png
+share/examples/bins/templates.marc/static/small.png
+share/examples/bins/templates.marc/static/smallActive.png
+share/examples/bins/templates.marc/static/subalbum.png
+share/examples/bins/templates.marc/static/thumbnails.png
+share/examples/bins/templates.marc/static/up.png
+share/examples/bins/templates.marc/subalbum.html
+share/examples/bins/templates.marc/subjectpath.html
+share/examples/bins/templates.marc/thumbnail.html
+share/examples/bins/templates.marc/thumbnav.html
+share/examples/bins/templates.marc/thumbnavrow.html
+share/examples/bins/templates.marc/tree.html
+share/examples/bins/templates.marc/xlink.html
share/examples/bins/templates.new/th.html
share/examples/bins/templates.new/thubnail.html
+share/examples/bins/templates.petrus/details.html
+share/examples/bins/templates.petrus/footer.html
+share/examples/bins/templates.petrus/image.html
+share/examples/bins/templates.petrus/imagelist.html
+share/examples/bins/templates.petrus/imagenavbar.html
+share/examples/bins/templates.petrus/moreinfos.html
+share/examples/bins/templates.petrus/navbar.html
+share/examples/bins/templates.petrus/path.html
+share/examples/bins/templates.petrus/static/actthumb.png
+share/examples/bins/templates.petrus/static/albumtree.png
+share/examples/bins/templates.petrus/static/back.png
+share/examples/bins/templates.petrus/static/contact.png
+share/examples/bins/templates.petrus/static/exit.png
+share/examples/bins/templates.petrus/static/home.png
+share/examples/bins/templates.petrus/static/huge.png
+share/examples/bins/templates.petrus/static/hugeActive.png
+share/examples/bins/templates.petrus/static/imagelist.png
+share/examples/bins/templates.petrus/static/info.png
+share/examples/bins/templates.petrus/static/joi.css
+share/examples/bins/templates.petrus/static/joi.js
+share/examples/bins/templates.petrus/static/large.png
+share/examples/bins/templates.petrus/static/largeActive.png
+share/examples/bins/templates.petrus/static/media.png
+share/examples/bins/templates.petrus/static/medium.png
+share/examples/bins/templates.petrus/static/mediumActive.png
+share/examples/bins/templates.petrus/static/next.png
+share/examples/bins/templates.petrus/static/nextInactive.png
+share/examples/bins/templates.petrus/static/petrus.css
+share/examples/bins/templates.petrus/static/prev.png
+share/examples/bins/templates.petrus/static/prevInactive.png
+share/examples/bins/templates.petrus/static/preview.js
+share/examples/bins/templates.petrus/static/related.png
+share/examples/bins/templates.petrus/static/small.png
+share/examples/bins/templates.petrus/static/smallActive.png
+share/examples/bins/templates.petrus/static/subalbum.png
+share/examples/bins/templates.petrus/static/thumbnails.png
+share/examples/bins/templates.petrus/static/up.png
+share/examples/bins/templates.petrus/subalbum.html
+share/examples/bins/templates.petrus/subjectpath.html
+share/examples/bins/templates.petrus/thumbnail.html
+share/examples/bins/templates.petrus/thumbnav.html
+share/examples/bins/templates.petrus/thumbnavrow.html
+share/examples/bins/templates.petrus/title1.html
+share/examples/bins/templates.petrus/tree.html
+share/examples/bins/templates.petrus/xlink.html
share/examples/bins/templates.satyap/bodyheader.html
share/examples/bins/templates.satyap/details.html
share/examples/bins/templates.satyap/footer.html
@@ -121,7 +210,11 @@ ${PKGLOCALEDIR}/locale/zh/LC_MESSAGES/bins.mo
@dirrm share/examples/bins/templates.jab
@dirrm share/examples/bins/templates.joi/static
@dirrm share/examples/bins/templates.joi
+@dirrm share/examples/bins/templates.marc/static
+@dirrm share/examples/bins/templates.marc
@dirrm share/examples/bins/templates.new
+@dirrm share/examples/bins/templates.petrus/static
+@dirrm share/examples/bins/templates.petrus
@dirrm share/examples/bins/templates.satyap/static
@dirrm share/examples/bins/templates.satyap
@dirrm share/examples/bins
diff --git a/www/bins/distinfo b/www/bins/distinfo
index dd818ac38be..ac0d4c1d0a8 100644
--- a/www/bins/distinfo
+++ b/www/bins/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.23 2004/02/29 13:08:55 martti Exp $
+$NetBSD: distinfo,v 1.24 2004/06/21 16:22:26 martti Exp $
-SHA1 (bins-1.1.25.tar.bz2) = 00f2dd497007dc1d795592fe066175e45365aa34
-Size (bins-1.1.25.tar.bz2) = 183847 bytes
+SHA1 (bins-1.1.26.tar.bz2) = af8ed9f6071dd040270b8872cb18008ad4cd1ffb
+Size (bins-1.1.26.tar.bz2) = 197821 bytes