diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-08-31 04:34:21 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-08-31 04:34:21 +0000 |
commit | 9b7c6fa691de5e690e620d0f7437d09b98e6904b (patch) | |
tree | c6f525026571fef0a9a4923839c43fbc6db5cdc1 /www/bins/Makefile | |
parent | bb4e73644b9c924d2a5afb90ea2fcc85cfd40f74 (diff) | |
download | pkgsrc-9b7c6fa691de5e690e620d0f7437d09b98e6904b.tar.gz |
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.
Diffstat (limited to 'www/bins/Makefile')
-rw-r--r-- | www/bins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile index 99c338d37fc..08ba7b6978e 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2002/08/24 11:24:55 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/31 04:34:21 dmcmahill Exp $ # -DISTNAME= bins-1.1.14 +DISTNAME= bins-1.1.15 CATEGORIES= www graphics MASTER_SITES= http://jsautret.free.fr/BINS/ EXTRACT_SUFX= .tar.bz2 |