21f9ffa4cc
Based on wip/p5-Apache-Gallery by mef@ Many dependencies re-added. 1.0.2 Wed Jun 8 20:47:16 CEST 2011 - Extended GalleryUnderscoresToSpaces to filenames as well. (Debian bug #348724, Francesco Potortì) - Added txt to GalleryDocFile, the code in Gallery.pm already allowed it. (Luca Capello) - Added text-html.png and text-txt.png icons. (Debian bug #423004, Luca Capello) - Fixed counter typo for <directory>.folder in next directory menu item. (Luca Capello) - Added support to ignore items through <directory|file>.ignore. (Debian bug #619625, Luca Capello) - Fixed spelling typos in Gallery.pm and README. (Luca Capello) - GalleryCacheDir defaults to /var/cache/www/ per the FHS-2.3. (Debian bug #337197, Luca Capello) - Fixed two minor POD errors (Michael Legart) 1.0.1 Wed Feb 23 20:45:38 CET 2011 - Added missing template files to MANIFEST 1.0 Tue Feb 22 21:54:31 CET 2011 - Handle files that match both GalleryDocFile and GalleryImgFile correctly. (Claus Faerber) - Only respond to HEAD and GET requests, enabling users to use WebDAV for upload (Andreas Plesner) - Added new option GalleryCommentExifKey to get comments from EXIF data (Michael Legart) - Added new option GalleryEnableMediaRss to enable generation of a media RSS feed for each directory listing. This works with e.g. the plugin from http://piclens.com to enable 3D viewing of your gallery. (Michael Legart) - Make browser-caching work with mod_perl 2. Supports If-None-Match and If-Modified-Since headers. Sets Last-Modified-Date and ETag headers. (Michael Legart) 1.0RC3 Fri Sep 16 10:27:48 CEST 2005 - Add watermark even when picture doesn't need to be rescaled (Andreas Plesner) - Fix logging to work in Apache 1.3 (Andreas Plesner) - Bugfix: If only one GallerySize was specified, the image's max width was autmatically added to GallerySizes (Andreas Plesner) - Bugfix: Locate thm files if they are called .thm or .THM (Michael Legart) 1.0RC2 Wed Jun 1 09:11:50 CEST 2005 - Added access keys for navigation (Michael Knudsen) 1.0RC1 Tue May 24 13:31:50 CEST 2005 - Added submit button to form in selection mode (Vlad Marchenko) - Added new option GalleryRootPath for use when the gallery is not running from the root of the virtual host (Lubomir Host) - Report proper errors when there are problems with templates (Don Armstrong) - Support newest mod_perl2 version (Philip Paeps)
39 lines
1.2 KiB
Makefile
39 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.70 2018/03/18 09:14:19 wiz Exp $
|
|
|
|
DISTNAME= Apache-Gallery-1.0.2-withoutworldwriteables
|
|
PKGNAME= ${DISTNAME:C/-without.*//}
|
|
CATEGORIES= graphics www
|
|
MASTER_SITES= https://cpan.metacpan.org/authors/id/L/LE/LEGART/
|
|
|
|
MAINTAINER= kim@tac.nyc.ny.us
|
|
HOMEPAGE= http://apachegallery.dk/
|
|
COMMENT= Perl5/Apache module for handling image directories
|
|
LICENSE= artistic
|
|
|
|
DEPENDS+= p5-Image-Imlib2-[0-9]*:../../graphics/p5-Image-Imlib2
|
|
DEPENDS+= p5-Image-Info-[0-9]*:../../graphics/p5-Image-Info
|
|
DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size
|
|
DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template
|
|
DEPENDS+= p5-HTTP-Date-[0-9]*:../../www/p5-HTTP-Date
|
|
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
|
DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
TEST_ENV+= MOD_PERL_API_VERSION=2
|
|
BUILD_DEFS+= VARBASE
|
|
|
|
PERL5_PACKLIST= auto/Apache/Gallery/.packlist
|
|
|
|
SUBST_CLASSES+= var
|
|
SUBST_FILES.var+= t/004_cache_dir.t
|
|
SUBST_SED.var+= -e 's,/var/tmp/Apache-Gallery,${VARBASE}/cache/www,'
|
|
SUBST_STAGE.var= pre-configure
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
# for make test
|
|
# (still asking for Apache::FakeRequest)
|
|
.include "../../www/ap2-perl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|