mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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
This commit is contained in:
parent
1fe4323ba1
commit
73e3f47683
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176868
@ -413,6 +413,7 @@
|
||||
SUBDIR += netpbm
|
||||
SUBDIR += netpbm-devel
|
||||
SUBDIR += nip2
|
||||
SUBDIR += npretty
|
||||
SUBDIR += nurbs++
|
||||
SUBDIR += ocaml-images
|
||||
SUBDIR += ocaml-lablgl
|
||||
|
35
graphics/npretty/Makefile
Normal file
35
graphics/npretty/Makefile
Normal file
@ -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>
|
3
graphics/npretty/distinfo
Normal file
3
graphics/npretty/distinfo
Normal file
@ -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
|
4
graphics/npretty/pkg-descr
Normal file
4
graphics/npretty/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A very configureable web-gallery generator written in perl with support for
|
||||
templates.
|
||||
|
||||
WWW: http://www.pulia.nu/coding.html
|
5
graphics/npretty/pkg-plist
Normal file
5
graphics/npretty/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/npretty.pl
|
||||
etc/npretty/npretty.conf
|
||||
etc/npretty/novideo.gif
|
||||
etc/npretty/npretty_template.tpl
|
||||
@dirrm etc/npretty
|
Loading…
Reference in New Issue
Block a user