From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 22 09:10:26 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C01B16A4C2 for ; Sun, 22 Oct 2006 09:10:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 515D343D6E for ; Sun, 22 Oct 2006 09:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9M9AP7M085111 for ; Sun, 22 Oct 2006 09:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9M9APiD085106; Sun, 22 Oct 2006 09:10:25 GMT (envelope-from gnats) Resent-Date: Sun, 22 Oct 2006 09:10:25 GMT Resent-Message-Id: <200610220910.k9M9APiD085106@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Peter" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A93AE16A403 for ; Sun, 22 Oct 2006 09:05:40 +0000 (UTC) (envelope-from peter@pean.org) Received: from mxfep03.bredband.com (mxfep03.bredband.com [195.54.107.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0B3843D6D for ; Sun, 22 Oct 2006 09:05:39 +0000 (GMT) (envelope-from peter@pean.org) Received: from ironport2.bredband.com ([195.54.107.84] [195.54.107.84]) by mxfep03.bredband.com with ESMTP id <20061022090538.PDRI18511.mxfep03.bredband.com@ironport2.bredband.com> for ; Sun, 22 Oct 2006 11:05:38 +0200 Received: from c-3ada72d5.07-172-73746f44.cust.bredbandsbolaget.se (HELO cone.pean.org) ([213.114.218.58]) by ironport2.bredband.com with ESMTP; 22 Oct 2006 11:05:37 +0200 Message-Id: <1161507915.18661@cone.pean.org> Date: Sun, 22 Oct 2006 11:05:15 +0200 From: "Peter" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/104673: [NEW PORT] graphics/npretty: A simple web-gallery ganerator written in perl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2006 09:10:26 -0000 >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 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: