Subject: CVS commit: pkgsrc/www/p5-Apache-Gallery
To: None <pkgsrc-changes@NetBSD.org>
From: Kimmo Suominen <kim@netbsd.org>
List: pkgsrc-changes
Date: 09/06/2003 03:52:08
Module Name:	pkgsrc
Committed By:	kim
Date:		Sat Sep  6 03:52:08 UTC 2003

Modified Files:
	pkgsrc/www/p5-Apache-Gallery: Makefile PLIST distinfo
	pkgsrc/www/p5-Apache-Gallery/files: ag.conf
	pkgsrc/www/p5-Apache-Gallery/patches: patch-aa

Log Message:
Upgrade p5-Apache-Gallery to 0.6.

Notable changes:
* Apache now internally handles image dispatch which enables use of
  all Apache caching possibilities
* Support the EXIF Orientation key for automatic rotate
* Directory comments
* New GallerySortBy option to allow sort by time, size etc.
* Set width/height on thumbnail images for better performance
* InlineDir is no longer configurable using PerlSetVar
* Write to the error log if unable to open files in the cache
* Added slideshow feature
* Moved the cache to one single directory outside the webscope
* Allow user to customize the "No info found" message

Some people have been reporting problems with Apache segfaulting
when displaying images from certain cameras (eg. the Canon G2).
The problem can be solved by using Image::Info 1.11 or earlier.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/www/p5-Apache-Gallery/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/p5-Apache-Gallery/PLIST \
    pkgsrc/www/p5-Apache-Gallery/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/p5-Apache-Gallery/files/ag.conf
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/p5-Apache-Gallery/patches/patch-aa

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