diff options
author | martti <martti@pkgsrc.org> | 2003-12-07 15:17:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-12-07 15:17:08 +0000 |
commit | d04a3ba434465c8469961e515904b67103a235cc (patch) | |
tree | 0480e6ae5ecf4d00edb6184accc6c509982bbcf0 /www/bins/PLIST | |
parent | 3d8737e768da8d661419e2dcf7d0947def49833c (diff) | |
download | pkgsrc-d04a3ba434465c8469961e515904b67103a235cc.tar.gz |
Updated bins to 1.1.24
- Added anti_bins program, to create a clean image files tree for each
image size from a BINS album.
- Added jpegProgressify config option. Now, generated jpeg can be
progressive (instead of baseline) using jpegtran. Usually progressive
jpegs save space, but by default it only makes them progressive if it
does save space. See bins man page for usage detail.
- Added prev/next link element (to enable Mozilla's link prefetching
feature and site navigation toolbar) in joi templates .
- Added JavaScript image pre-loading in satyap templates.
- Bug fixes
- New templates
- Translation updates
Diffstat (limited to 'www/bins/PLIST')
-rw-r--r-- | www/bins/PLIST | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/www/bins/PLIST b/www/bins/PLIST index ee581f4884d..206579a833d 100644 --- a/www/bins/PLIST +++ b/www/bins/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.11 2003/10/05 12:03:33 martti Exp $ +@comment $NetBSD: PLIST,v 1.12 2003/12/07 15:17:08 martti Exp $ +bin/anti_bins bin/bins bin/bins_cleanupgallery bin/bins_edit @@ -26,6 +27,7 @@ share/doc/html/bins/usage_desc_gui.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 +share/doc/html/bins/usage_httpd.html share/examples/bins/binsrc share/examples/bins/templates.default/details.html share/examples/bins/templates.default/footer.html @@ -36,6 +38,15 @@ share/examples/bins/templates.default/path.html share/examples/bins/templates.default/subalbum.html share/examples/bins/templates.default/thumbnail.html share/examples/bins/templates.default/tree.html +share/examples/bins/templates.jab/details.html +share/examples/bins/templates.jab/footer.html +share/examples/bins/templates.jab/image.html +share/examples/bins/templates.jab/imagelist.html +share/examples/bins/templates.jab/navbar.html +share/examples/bins/templates.jab/path.html +share/examples/bins/templates.jab/subalbum.html +share/examples/bins/templates.jab/thumbnail.html +share/examples/bins/templates.jab/tree.html share/examples/bins/templates.joi/details.html share/examples/bins/templates.joi/footer.html share/examples/bins/templates.joi/image.html @@ -79,16 +90,38 @@ 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.new/th.html +share/examples/bins/templates.new/thubnail.html +share/examples/bins/templates.satyap/bodyheader.html +share/examples/bins/templates.satyap/details.html +share/examples/bins/templates.satyap/footer.html +share/examples/bins/templates.satyap/header.html +share/examples/bins/templates.satyap/image.html +share/examples/bins/templates.satyap/imagelist.html +share/examples/bins/templates.satyap/navbar.html +share/examples/bins/templates.satyap/path.html +share/examples/bins/templates.satyap/static/style.css +share/examples/bins/templates.satyap/subalbum.html +share/examples/bins/templates.satyap/thheader.html +share/examples/bins/templates.satyap/thumbnail.html +share/examples/bins/templates.satyap/tree.html ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/bins.mo +${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/bins.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/bins.mo +${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/bins.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/bins.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/bins.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/bins.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/bins.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/bins.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/bins.mo ${PKGLOCALEDIR}/locale/zh/LC_MESSAGES/bins.mo @dirrm share/doc/html/bins @dirrm share/examples/bins/templates.default +@dirrm share/examples/bins/templates.jab @dirrm share/examples/bins/templates.joi/static @dirrm share/examples/bins/templates.joi +@dirrm share/examples/bins/templates.new +@dirrm share/examples/bins/templates.satyap/static +@dirrm share/examples/bins/templates.satyap @dirrm share/examples/bins |