diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 03:06:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 03:06:43 +0000 |
commit | 4558e2784881fdce5d00d3a1a51d9060cad81509 (patch) | |
tree | e7faa3e7b5c5261e34e97a317143709b8df779a3 /www/p5-Apache-Gallery | |
parent | 74c295684b98b2de25374476f0effd133a87a272 (diff) | |
download | ports-4558e2784881fdce5d00d3a1a51d9060cad81509.tar.gz ports-4558e2784881fdce5d00d3a1a51d9060cad81509.zip |
Notes
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 17 | ||||
-rw-r--r-- | www/p5-Apache-Gallery/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache-Gallery/pkg-plist | 31 |
3 files changed, 37 insertions, 13 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index d153d95ea7b5..bee364f5fbc4 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-Gallery -PORTVERSION= 0.5.1 +PORTVERSION= 0.6 CATEGORIES= www perl5 MASTER_SITES= http://apachegallery.dk/download/ \ ${MASTER_SITE_PERL_CPAN} @@ -30,11 +30,16 @@ PERL_CONFIGURE= yes MAN3= Apache::Gallery.3 -TEMPLATEFILES= directory.tpl error.tpl index.tpl info.tpl layout.tpl \ - movie.tpl navpicture.tpl orig.tpl picture.tpl scale.tpl \ - showpicture.tpl -ICONS= folder.png video-avi.png video-asf.png video-mov.png \ - video-mpeg.png video-mpg.png +TEMPLATEFILES= dircomment.tpl directory.tpl error.tpl file.tpl index.tpl \ + info.tpl interval.tpl intervalactive.tpl layout.tpl \ + navpicture.tpl nodircomment.tpl nopictureinfo.tpl \ + orig.tpl picture.tpl scale.tpl pictureinfo.tpl refresh.tpl \ + scale.tpl scaleactive.tpl showpicture.tpl \ + slideshowisoff.tpl slideshowoff.tpl +ICONS= application-doc.png application-mp3.png application-ogg.png \ + application-pdf.png application-rtf.png application-wav.png \ + gallery.css video-asf.png video-avi.png \ + video-mov.png video-mpeg.png video-mpg.png video-wmv.png post-configure: @ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' pkg-message > ${PKGMESSAGE} diff --git a/www/p5-Apache-Gallery/distinfo b/www/p5-Apache-Gallery/distinfo index e49daaf4b81c..b47db51b936b 100644 --- a/www/p5-Apache-Gallery/distinfo +++ b/www/p5-Apache-Gallery/distinfo @@ -1 +1 @@ -MD5 (Apache-Gallery-0.5.1.tar.gz) = f7f109c20af50232005a9ad38669ba48 +MD5 (Apache-Gallery-0.6.tar.gz) = 78efe9884dc242ca50d4cc2e2fca9f44 diff --git a/www/p5-Apache-Gallery/pkg-plist b/www/p5-Apache-Gallery/pkg-plist index b2cee9ca462b..23e9d97f841b 100644 --- a/www/p5-Apache-Gallery/pkg-plist +++ b/www/p5-Apache-Gallery/pkg-plist @@ -1,25 +1,44 @@ -lib/perl5/site_perl/%%PERL_VER%%/Apache/Gallery.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Gallery/.packlist +%%SITE_PERL%%/Apache/Gallery.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Gallery/.packlist +share/Apache-Gallery/templates/dircomment.tpl share/Apache-Gallery/templates/directory.tpl share/Apache-Gallery/templates/error.tpl +share/Apache-Gallery/templates/file.tpl share/Apache-Gallery/templates/index.tpl share/Apache-Gallery/templates/info.tpl +share/Apache-Gallery/templates/interval.tpl +share/Apache-Gallery/templates/intervalactive.tpl share/Apache-Gallery/templates/layout.tpl -share/Apache-Gallery/templates/movie.tpl share/Apache-Gallery/templates/navpicture.tpl +share/Apache-Gallery/templates/nodircomment.tpl +share/Apache-Gallery/templates/nopictureinfo.tpl share/Apache-Gallery/templates/orig.tpl share/Apache-Gallery/templates/picture.tpl share/Apache-Gallery/templates/scale.tpl +share/Apache-Gallery/templates/pictureinfo.tpl +share/Apache-Gallery/templates/refresh.tpl +share/Apache-Gallery/templates/scaleactive.tpl share/Apache-Gallery/templates/showpicture.tpl +share/Apache-Gallery/templates/slideshowisoff.tpl +share/Apache-Gallery/templates/slideshowoff.tpl share/Apache-Gallery/css/gallery.css -www/icons/folder.png +www/icons/application-doc.png +www/icons/application-mp3.png +www/icons/application-ogg.png +www/icons/application-pdf.png +www/icons/application-rtf.png +www/icons/application-wav.png +www/icons/gallery.css www/icons/video-asf.png www/icons/video-avi.png www/icons/video-mov.png www/icons/video-mpeg.png www/icons/video-mpg.png +www/icons/video-wmv.png +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Gallery +@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true @dirrm share/Apache-Gallery/templates @dirrm share/Apache-Gallery/css @dirrm share/Apache-Gallery -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Gallery -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true +@unexec rmdir %D/share/Apache-Gallery/templates 2>/dev/null || true +@unexec rmdir %D/www/icons 2>/dev/null || true |