summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Gallery/PLIST
diff options
context:
space:
mode:
authorkim <kim>2003-09-06 03:52:07 +0000
committerkim <kim>2003-09-06 03:52:07 +0000
commit3e2d5d9d4e21c5a54376baf32f13c7d8cec1310c (patch)
tree93b86169b80f81c45a67792356e7163b769ed0e8 /www/p5-Apache-Gallery/PLIST
parent247c2c6da35d23674e81dfffd3ed406dbdccaf05 (diff)
downloadpkgsrc-3e2d5d9d4e21c5a54376baf32f13c7d8cec1310c.tar.gz
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.
Diffstat (limited to 'www/p5-Apache-Gallery/PLIST')
-rw-r--r--www/p5-Apache-Gallery/PLIST21
1 files changed, 19 insertions, 2 deletions
diff --git a/www/p5-Apache-Gallery/PLIST b/www/p5-Apache-Gallery/PLIST
index 58a63ccf9b6..de8913d4b96 100644
--- a/www/p5-Apache-Gallery/PLIST
+++ b/www/p5-Apache-Gallery/PLIST
@@ -1,4 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/01 22:42:49 kim Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/09/06 03:52:07 kim Exp $
+${AG_SHAREDIR}/htdocs/application-doc.png
+${AG_SHAREDIR}/htdocs/application-mp3.png
+${AG_SHAREDIR}/htdocs/application-ogg.png
+${AG_SHAREDIR}/htdocs/application-pdf.png
+${AG_SHAREDIR}/htdocs/application-rtf.png
+${AG_SHAREDIR}/htdocs/application-wav.png
${AG_SHAREDIR}/htdocs/folder.png
${AG_SHAREDIR}/htdocs/gallery.css
${AG_SHAREDIR}/htdocs/video-asf.png
@@ -6,18 +12,29 @@ ${AG_SHAREDIR}/htdocs/video-avi.png
${AG_SHAREDIR}/htdocs/video-mov.png
${AG_SHAREDIR}/htdocs/video-mpeg.png
${AG_SHAREDIR}/htdocs/video-mpg.png
+${AG_SHAREDIR}/htdocs/video-wmv.png
@dirrm ${AG_SHAREDIR}/htdocs
+${AG_SHAREDIR}/templates/dircomment.tpl
${AG_SHAREDIR}/templates/directory.tpl
${AG_SHAREDIR}/templates/error.tpl
+${AG_SHAREDIR}/templates/file.tpl
${AG_SHAREDIR}/templates/index.tpl
${AG_SHAREDIR}/templates/info.tpl
+${AG_SHAREDIR}/templates/interval.tpl
+${AG_SHAREDIR}/templates/intervalactive.tpl
${AG_SHAREDIR}/templates/layout.tpl
-${AG_SHAREDIR}/templates/movie.tpl
${AG_SHAREDIR}/templates/navpicture.tpl
+${AG_SHAREDIR}/templates/nodircomment.tpl
+${AG_SHAREDIR}/templates/nopictureinfo.tpl
${AG_SHAREDIR}/templates/orig.tpl
${AG_SHAREDIR}/templates/picture.tpl
+${AG_SHAREDIR}/templates/pictureinfo.tpl
+${AG_SHAREDIR}/templates/refresh.tpl
${AG_SHAREDIR}/templates/scale.tpl
+${AG_SHAREDIR}/templates/scaleactive.tpl
${AG_SHAREDIR}/templates/showpicture.tpl
+${AG_SHAREDIR}/templates/slideshowisoff.tpl
+${AG_SHAREDIR}/templates/slideshowoff.tpl
@dirrm ${AG_SHAREDIR}/templates
@dirrm ${AG_SHAREDIR}
${AG_DOCDIR}/Changes