Subject: CVS commit: pkgsrc/www/bins
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 08/31/2002 07:34:23
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Sat Aug 31 04:34:23 UTC 2002

Modified Files:
	pkgsrc/www/bins: Makefile distinfo
	pkgsrc/www/bins/patches: patch-aa patch-ab

Log Message:
update to bins-1.1.15 changes are:

BINS 1.1.15
-----------

- New parameter linkInsteadOfCopy has been added, to create a link to
the image in the destination directory instead of copying it, when
it's possible.
Patch from Vincent Bernat.

- Correct a bug that crashed bins with Perl 5.8.0
Patch from Marty Leisner

- Include links for movie files (avi, mpeg and mov) in the navigation
bar of albums ("In this album" upper left box).
Patch from Vincent Cautaer.

- Scale method (to created scaled pictures and thumbnails) can now be
chose with the new scaleMethod parameter. It can be either scale or
sample. sample is faster, scale is better.
Idea from Mark W. Eichin.

- Don't perform rotation on files matching the regexp defined by the
new noRotation parameter (default to _Orig suffix). This can be used
in conjunction with scaleIfSameSize=0 and a scaled size of 100%x100%
to keep original pictures in your album.
Patch from Vincent Cautaer.

- Correct a bad behavior with some little pictures when scaled sizes
uses mixed pixels and percentages.
Patch from Vincent Cautaer.

- jpegtran can now be used with image names containing spaces.
Patch from Vincent Bernat.

- Define $verbose earlier to avoid warning.
Patch from Vincent Bernat.

- Chop local encoding to avoid carrier return.
Patch from Vincent Bernat.

- A sample album.xml file is provided in the doc directory. Take a
look at it to see how you can customize a album.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/www/bins/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/www/bins/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/www/bins/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/www/bins/patches/patch-ab

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