Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2006 11:05:15 +0200
From:      "Peter" <peter@pean.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/104673: [NEW PORT] graphics/npretty: A simple web-gallery ganerator written in perl
Message-ID:  <1161507915.18661@cone.pean.org>
Resent-Message-ID: <200610220910.k9M9APiD085106@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104673
>Category:       ports
>Synopsis:       [NEW PORT] graphics/npretty: A simple web-gallery ganerator written in perl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 22 09:10:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Peter
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.1-STABLE #1: Tue Aug 22 07:12:51 CEST 2006
    peter@cone.pean.org:/usr/src/sys/i386/compile/MOEBIUS



>Description:


A very configureable web-gallery generator written in perl with support for templates.

WWW: http://www.pulia.nu/coding.html


>How-To-Repeat:





>Fix:


--- patch-1.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	npretty/Makefile
#	npretty/distinfo
#	npretty/pkg-descr
#	npretty/pkg-plist
#
echo x - npretty/Makefile
sed 's/^X//' >npretty/Makefile << 'END-of-npretty/Makefile'
X# New ports collection makefile for:   npretty
X# Date created:        11 October 2006
X# Whom:                uchman
X#
X# $FreeBSD$
X#
X
XPORTNAME=      npretty
XPORTVERSION=   0.9.3
XCATEGORIES=    graphics
XMASTER_SITES=  http://bbb.pean.org/junk/npretty/
X
XMAINTAINER=    peter@pean.org
XCOMMENT=       A simple web-gallery ganerator written in perl
X
X
XRUN_DEPENDS=   ${SITE_PERL}/Image/ExifTool.pm:${PORTSDIR}/graphics/p5-Image-ExifTool \
X	       ${SITE_PERL}/mach/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \
X	       ${SITE_PERL}/mach/forks.pm:${PORTSDIR}/devel/p5-forks
X
XLIB_DEPENDS+=    Magick.10:${PORTSDIR}/graphics/ImageMagick
X
XNO_BUILD=       yes
XUSE_PERL5_RUN=  yes
X
X
Xpost-patch:
X	@ ${REINPLACE_CMD} -e "s|/etc/|/usr/local/etc/|" ${WRKSRC}/npretty.pl
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/npretty.pl ${PREFIX}/bin
X	${MKDIR} ${PREFIX}/etc/npretty
X	${INSTALL_DATA} ${WRKSRC}/novideo.gif ${PREFIX}/etc/npretty
X	${INSTALL_DATA} ${WRKSRC}/npretty_template.tpl ${PREFIX}/etc/npretty
X	${INSTALL_DATA} ${WRKSRC}/npretty.conf ${PREFIX}/etc/npretty
X.include <bsd.port.mk>
END-of-npretty/Makefile
echo x - npretty/distinfo
sed 's/^X//' >npretty/distinfo << 'END-of-npretty/distinfo'
XMD5 (npretty-0.9.3.tar.gz) = 8eb7233666167984a0b8bb3790ab5db9
XSHA256 (npretty-0.9.3.tar.gz) = add3cd00a5dc751c839c33faa1236e30af0c9eb07b45348adb02850541d2e8ee
XSIZE (npretty-0.9.3.tar.gz) = 33164
END-of-npretty/distinfo
echo x - npretty/pkg-descr
sed 's/^X//' >npretty/pkg-descr << 'END-of-npretty/pkg-descr'
XA very configureable web-gallery generator written in perl with support for templates.
X
XWWW: http://www.pulia.nu/coding.html
END-of-npretty/pkg-descr
echo x - npretty/pkg-plist
sed 's/^X//' >npretty/pkg-plist << 'END-of-npretty/pkg-plist'
Xbin/npretty.pl
Xetc/npretty/npretty.conf
Xetc/npretty/novideo.gif
Xetc/npretty/npretty_template.tpl
X@dirrm etc/npretty
END-of-npretty/pkg-plist
exit

--- patch-1.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1161507915.18661>