Date: Mon, 23 Aug 2004 11:51:30 GMT From: Michael Johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70855: [NEW PORT] graphics/long-exposure-tools: Simulate the effects of long exposures Message-ID: <200408231151.i7NBpUA6023174@aretnap.ahze.net> Resent-Message-ID: <200408231200.i7NC0VDB050249@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70855 >Category: ports >Synopsis: [NEW PORT] graphics/long-exposure-tools: Simulate the effects of long exposures >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: Mon Aug 23 12:00:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD aretnap.ahze.net 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Tue May 25 22:47:12 GMT 2004 >Description: The Long Exposure Tools try to simulate the effects of long exposures by combining multiple short exposure images. WWW: http://www.joat.ca/software/long-exposure-tools/ Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- long-exposure-tools-0.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: # # long-exposure-tools # long-exposure-tools/pkg-descr # long-exposure-tools/Makefile # long-exposure-tools/files # long-exposure-tools/files/patch-pamalign.c # long-exposure-tools/files/patch-pamblend.c # long-exposure-tools/distinfo # echo c - long-exposure-tools mkdir -p long-exposure-tools > /dev/null 2>&1 echo x - long-exposure-tools/pkg-descr sed 's/^X//' >long-exposure-tools/pkg-descr << 'END-of-long-exposure-tools/pkg-descr' XThe Long Exposure Tools try to simulate the effects of long exposures by Xcombining multiple short exposure images. X XWWW: http://www.joat.ca/software/long-exposure-tools/ END-of-long-exposure-tools/pkg-descr echo x - long-exposure-tools/Makefile sed 's/^X//' >long-exposure-tools/Makefile << 'END-of-long-exposure-tools/Makefile' X# New ports collection makefile for: long-exposure-tools X# Date created: 2004-08-12 X# Whom: Michael Johnson <ahze@ahze.net> X# X# $FreeBSD$ X# X XPORTNAME= long-exposure-tools XPORTVERSION= 0.1 XCATEGORIES= graphics XMASTER_SITES= http://www.joat.ca/software/long-exposure-tools/ X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Simulate the effects of long exposures X XLIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm X XUSE_REINPLACE= yes X XPLIST_FILES= bin/pamblend bin/pamalign XMAN1= pamblend.1 pamalign.1 X Xpost-patch: X @${REINPLACE_CMD} -e 's|cc|${CC}|; \ X s|CCOPTS=-O|CCOPTS=${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib|' \ X ${WRKSRC}/${MAKEFILE} X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/pamblend ${PREFIX}/bin X @${INSTALL_PROGRAM} ${WRKSRC}/pamalign ${PREFIX}/bin X @${INSTALL_DATA} ${WRKSRC}/pamblend.1 ${MANPREFIX}/man/man1 X @${INSTALL_DATA} ${WRKSRC}/pamalign.1 ${MANPREFIX}/man/man1 X X.include <bsd.port.mk> END-of-long-exposure-tools/Makefile echo c - long-exposure-tools/files mkdir -p long-exposure-tools/files > /dev/null 2>&1 echo x - long-exposure-tools/files/patch-pamalign.c sed 's/^X//' >long-exposure-tools/files/patch-pamalign.c << 'END-of-long-exposure-tools/files/patch-pamalign.c' X--- pamalign.c.orig Mon Aug 23 11:48:10 2004 X+++ pamalign.c Mon Aug 23 11:48:29 2004 X@@ -12,6 +12,7 @@ X */ X X #include <pam.h> X+#include <math.h> X #include <shhopt.h> X X #define DEFAULT_MAXSHIFT 5 END-of-long-exposure-tools/files/patch-pamalign.c echo x - long-exposure-tools/files/patch-pamblend.c sed 's/^X//' >long-exposure-tools/files/patch-pamblend.c << 'END-of-long-exposure-tools/files/patch-pamblend.c' X--- pamblend.c.orig Mon Aug 23 11:47:46 2004 X+++ pamblend.c Mon Aug 23 11:48:00 2004 X@@ -12,6 +12,7 @@ X */ X X #include <pam.h> X+#include <math.h> X #include <shhopt.h> X X #define DEFAULT_TOLERANCE 6 END-of-long-exposure-tools/files/patch-pamblend.c echo x - long-exposure-tools/distinfo sed 's/^X//' >long-exposure-tools/distinfo << 'END-of-long-exposure-tools/distinfo' XMD5 (long-exposure-tools-0.1.tar.gz) = 16164fcd4ffc3a2719f0206fa61fe9e0 XSIZE (long-exposure-tools-0.1.tar.gz) = 14177 END-of-long-exposure-tools/distinfo exit --- long-exposure-tools-0.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?200408231151.i7NBpUA6023174>