Subject: CVS commit: pkgsrc/www/bins
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 10/04/2005 19:12:01
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Oct  4 19:12:01 UTC 2005

Modified Files:
	pkgsrc/www/bins: Makefile PLIST distinfo

Log Message:
Update to 1.1.29:

BINS 1.1.29
-----------

- A search engine has been added. It only woks on web browser
supporting javascript and DOM. It can be deactivated via the new
searchEngine parameter. It allows search on image description fields
set in the new searchFields parameter. Maximum results returned by the
search engine is set by the searchLimit parameter.
This adds a new dependency on Text::Unaccent.

- Michael Olson's mwolson templates have been added.

- Martin Pohlack's martin templates have been added. These templates are based
upon marc ones, in turn based on joi. Here are the modifications with
marc:
   - fixed some bugs in the css
   - more layout stuff done in css
   - changed colors to grey-levels, which allows the viewer to
     concentrate on the important parts, the images (if you don't like
     it, you only have to change some lines in the css).
   - some layout changes, links (next, prev, ...) have a fixed
     position now, so you don't have to move the mouse if you want to
     cycle through many images.
   - use transparent pngs for the slide background in browser which
     support it -> smoother slide corners (round corners are
     oversampled, compare the gif and the png)
   - Display the content of the jpeg-comment filed below the image

- Fixed a bug when javaScriptPreloadImage was set to 1 : the next image
preloaded was always at maximum size.
Patch from Malcolm Parsons

- Add support for jpegtran with MMX (libjpeg-mmx-progs).
Patch by Ludovic Rousseau

- Fix -f option so it can work with files given with a relative path.
Patch by Ludovic Rousseau

- Default template has been renamed to swigs, has it may not be the
default in the future (it uses tables and don't use CSS).

- A tools directory has been added in the archive, containing the
small BINS related utilities. The new tools add_num_prefix,
remove_num_prefix and bins_addtext have been added. All is documented
on the web site.

- A FAQ has been added.

- BINS now has a page on gna!, see https://gna.org/projects/bins/

BINS 1.1.28
-----------

- Replaced parameter "enlarge" with "whenSrcSmaller" to dictate what to
do if the source image is smaller than the size of the generated
image. Fixed a bug that prevented enlarged image from actually being
generated.
Patch from Alexander Blazej

- Added new linkRelative parameter allow to use relative links if
linkInsteadOfCopy is set to 1.
Patch from Dan McMahill

- Transform functionality now allow perl code. A new dateString
parameter allow to specify the date string to be used (following
date(1)), introducing a dependency on Date::Parse.
Patch from Martin Michlmayr

- Handle buggy EXIF information in DateTimeOriginal.
Patch from Martin Michlmayr

- Fix on deExifyImages option.
Patch from Martin Michlmayr

- Fix encoding problem whith ISO 646 used by Solaris.
Patch from Martin Michlmayr

- Fix bug when source directories is a prefix of the destination one.
Patch from Pizza

- Make JPEG Comments available as image subtext.
Patch from Martin Pohlack

- Catalan translation (ca) has been added.
Thanks to Joan Antoja Sabin

- A CSS bug in marc template has been fixed.
Correction from Martin Pohlack

- The image details page, using the Joi template, now respects use of a
background image.
Fix by Alexander Blazej

- The image details page's "Album Tree" link is fixed.
Fix by Alexander Blazej

- Standardized indentation (4 columns).
Done by Alexander Blazej

- Default value of borderOnThumbnails has been set to 0.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 pkgsrc/www/bins/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/www/bins/PLIST
cvs rdiff -r1.26 -r1.27 pkgsrc/www/bins/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.