diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-09 05:25:52 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-09 05:25:52 +0800 |
commit | 2ac1f87d6df1057f49355cd486dda7c36f10c5c6 (patch) | |
tree | 497827496acc8467392681c1bb34f34546ff4f02 | |
parent | 0f2391dbba60a07730d506273700c99564f3e961 (diff) | |
download | freebsd-ports-gnome-2ac1f87d6df1057f49355cd486dda7c36f10c5c6.tar.gz freebsd-ports-gnome-2ac1f87d6df1057f49355cd486dda7c36f10c5c6.tar.zst freebsd-ports-gnome-2ac1f87d6df1057f49355cd486dda7c36f10c5c6.zip |
A very configureable web-gallery generator written in perl with support for
templates.
WWW: http://www.pulia.nu/coding.html
PR: ports/104673
Submitted by: uchman
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/npretty/Makefile | 35 | ||||
-rw-r--r-- | graphics/npretty/distinfo | 3 | ||||
-rw-r--r-- | graphics/npretty/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/npretty/pkg-plist | 5 |
5 files changed, 48 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b0f350c5ccd9..993c5cd5878e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -413,6 +413,7 @@ SUBDIR += netpbm SUBDIR += netpbm-devel SUBDIR += nip2 + SUBDIR += npretty SUBDIR += nurbs++ SUBDIR += ocaml-images SUBDIR += ocaml-lablgl diff --git a/graphics/npretty/Makefile b/graphics/npretty/Makefile new file mode 100644 index 000000000000..74fa1cf1a293 --- /dev/null +++ b/graphics/npretty/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: npretty +# Date created: 11 October 2006 +# Whom: uchman +# +# $FreeBSD$ +# + +PORTNAME= npretty +PORTVERSION= 0.9.3 +CATEGORIES= graphics +MASTER_SITES= http://bbb.pean.org/junk/npretty/ + +MAINTAINER= peter@pean.org +COMMENT= A simple web-gallery ganerator written in perl + +RUN_DEPENDS= ${SITE_PERL}/Image/ExifTool.pm:${PORTSDIR}/graphics/p5-Image-ExifTool \ + ${SITE_PERL}/mach/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \ + ${SITE_PERL}/mach/forks.pm:${PORTSDIR}/devel/p5-forks + +LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick + +NO_BUILD= yes +USE_PERL5_RUN= yes + +post-patch: + @ ${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" ${WRKSRC}/npretty.pl + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/npretty.pl ${PREFIX}/bin + ${MKDIR} ${PREFIX}/etc/npretty + ${INSTALL_DATA} ${WRKSRC}/novideo.gif ${PREFIX}/etc/npretty + ${INSTALL_DATA} ${WRKSRC}/npretty_template.tpl ${PREFIX}/etc/npretty + ${INSTALL_DATA} ${WRKSRC}/npretty.conf ${PREFIX}/etc/npretty + +.include <bsd.port.mk> diff --git a/graphics/npretty/distinfo b/graphics/npretty/distinfo new file mode 100644 index 000000000000..96a635f54dfe --- /dev/null +++ b/graphics/npretty/distinfo @@ -0,0 +1,3 @@ +MD5 (npretty-0.9.3.tar.gz) = 8eb7233666167984a0b8bb3790ab5db9 +SHA256 (npretty-0.9.3.tar.gz) = add3cd00a5dc751c839c33faa1236e30af0c9eb07b45348adb02850541d2e8ee +SIZE (npretty-0.9.3.tar.gz) = 33164 diff --git a/graphics/npretty/pkg-descr b/graphics/npretty/pkg-descr new file mode 100644 index 000000000000..34b16dcd2015 --- /dev/null +++ b/graphics/npretty/pkg-descr @@ -0,0 +1,4 @@ +A very configureable web-gallery generator written in perl with support for +templates. + +WWW: http://www.pulia.nu/coding.html diff --git a/graphics/npretty/pkg-plist b/graphics/npretty/pkg-plist new file mode 100644 index 000000000000..9bf5c7ccba6f --- /dev/null +++ b/graphics/npretty/pkg-plist @@ -0,0 +1,5 @@ +bin/npretty.pl +etc/npretty/npretty.conf +etc/npretty/novideo.gif +etc/npretty/npretty_template.tpl +@dirrm etc/npretty |