Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  6 Feb 2003 18:28:55 -0500 (EST)
From:      Bob Bomar <bob@bomar.us>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48021: New Port: www/photo_gallery
Message-ID:  <20030206232855.2EA27137A4@peitho.fxp.org>

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

>Number:         48021
>Category:       ports
>Synopsis:       New Port: www/photo_gallery
>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:   Thu Feb 06 15:30:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Bob Bomar
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD warrior.bomar.us 5.0-RELEASE FreeBSD 5.0-RELEASE #5: Sun Jan 19 18:16:47 CST 2003 root@warrior.bomar.us:/usr/obj/usr/src/sys/Warrior i386


	
>Description:
	Photo_gallery is an online photo gallery
>How-To-Repeat:
	
>Fix:

# 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:
#
#	photo_gallery/Makefile
#	photo_gallery/distinfo
#	photo_gallery/pkg-comment
#	photo_gallery/pkg-descr
#	photo_gallery/pkg-plist
#
echo x - photo_gallery/Makefile
sed 's/^X//' >photo_gallery/Makefile << 'END-of-photo_gallery/Makefile'
X# New ports collection makefile for: 	photo_gallery
X# Date created:				Feb 5 2003
X# Whom:					Bob Bomar <bob@bomar.us>
X#
X# $FreeBSD$
X
XPORTNAME=		photo_gallery
XPORTVERSION=		1.3
XCATEGORIES=		www
XMASTER_SITES=		http://www.capybara.org/~dfraser/photo_gallery/
XDISTNAME=		${PORTNAME}_${PORTVERSION}
XEXTRACT_SUFX=		.tar
X
XMAINTAINER=		bob@bomar.us
X
XRUN_DEPENDS=	anytopnm:${PORTSDIR}/graphics/netpbm\
X		${LOCALBASE}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13\
X		${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
X		${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info\
X		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
XWEBOWN?=        www
XWEBGRP?=        www
XAPACHEDIR=      ${PREFIX}/www/data
XINSTALLDIR=	${APACHEDIR}/photo_gallery
XNO_BUILD=	yes
XPERL5=		yes
XUSE_GZIP=	no
X
Xdo-install:
X		${MKDIR} ${INSTALLDIR}
X		cd ${WRKSRC}; ${FIND} . \
X			| cpio -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR}
X.include <bsd.port.mk>
END-of-photo_gallery/Makefile
echo x - photo_gallery/distinfo
sed 's/^X//' >photo_gallery/distinfo << 'END-of-photo_gallery/distinfo'
XMD5 (photo_gallery_1.3.tar) = ea6b3bde15db54a927f1a28b566bcbad
END-of-photo_gallery/distinfo
echo x - photo_gallery/pkg-comment
sed 's/^X//' >photo_gallery/pkg-comment << 'END-of-photo_gallery/pkg-comment'
XSimple web based photo gallery
END-of-photo_gallery/pkg-comment
echo x - photo_gallery/pkg-descr
sed 's/^X//' >photo_gallery/pkg-descr << 'END-of-photo_gallery/pkg-descr'
XProject, event or category(whatever you call) base photo gallery 
Xwith admin and frontend screen. Automatic thumbnail generation. 
X
XWWW: http://www.capybara.org/~dfraser/photo_gallery/
X-Bob Bomar <bob@bomar.us>
END-of-photo_gallery/pkg-descr
echo x - photo_gallery/pkg-plist
sed 's/^X//' >photo_gallery/pkg-plist << 'END-of-photo_gallery/pkg-plist'
Xwww/data/photo_gallery/index.cgi
Xwww/data/photo_gallery/previews.cgi
Xwww/data/photo_gallery/readme.html
Xwww/data/photo_gallery/.header.html
Xwww/data/photo_gallery/.footer.html
X@dirrm www/data/photo_gallery
END-of-photo_gallery/pkg-plist
exit

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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