diff options
author | kim <kim@pkgsrc.org> | 2005-01-23 18:26:39 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2005-01-23 18:26:39 +0000 |
commit | c80c38dcadd8dc4497cd3bb8543d2b97ac33aeb1 (patch) | |
tree | b4a2b3dde5322a03da94d09ecd84a142109f9b98 /www/p5-Apache-Gallery/Makefile | |
parent | a80efa0fbf297ad59323501ab4cf87247e995c15 (diff) | |
download | pkgsrc-c80c38dcadd8dc4497cd3bb8543d2b97ac33aeb1.tar.gz |
Upgrade to Apache::Gallery 0.9.1
* Report 404 for HEAD requests to non-existing files or directories
* Scale images when they are requested from the cache instead of
before the index is displayed.
* Sort pictures the same way when viewing images as when viewing
directories
* New option GalleryUnderscoresToSpaces to convert underscores to
spaces in the listing of directories.
* Remember choosen width by setting a cookie
* Two new configuration options GalleryDocFile and GalleryImgFile
that makes it possible to configured which filetypes should be
displayed. See the documentation for details.
* Switched to use Text::Template instead of CGI::FastTemplate,
see the UPGRADE file for details.
* Create copyright notices on pictures using truetype fonts instead
of png images. Font, color and size can be configured.
and various bug fixes.
Diffstat (limited to 'www/p5-Apache-Gallery/Makefile')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index 65600692ce7..48733d38f30 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2004/12/20 11:31:12 grant Exp $ +# $NetBSD: Makefile,v 1.22 2005/01/23 18:26:39 kim Exp $ # -DISTNAME= Apache-Gallery-0.7 +DISTNAME= Apache-Gallery-0.9.1 PKGNAME= p5-${DISTNAME} PKGREVISION= 9 SVR4_PKGNAME= p5aga @@ -17,7 +17,7 @@ DEPENDS+= p5-URI>=1.23:../../www/p5-URI DEPENDS+= p5-Image-Imlib2-[0-9]*:../../graphics/p5-Image-Imlib2 DEPENDS+= p5-Image-Info>=1.15:../../graphics/p5-Image-Info DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size -DEPENDS+= p5-CGI-FastTemplate-[0-9]*:../../www/p5-CGI-FastTemplate +DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template DEPENDS+= p5-libapreq{,2}-[0-9]*:../../www/${LIBAPREQ} USE_BUILDLINK3= YES |