ports/119072: [update] www/zenphoto - a simpler web photo gallery

Philippe Audeoud jadawin at tuxaco.net
Thu Dec 27 18:20:02 UTC 2007


>Number:         119072
>Category:       ports
>Synopsis:       [update] www/zenphoto - a simpler web 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 Dec 27 18:20:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Philippe Audeoud
>Release:        FreeBSD 7.0-BETA1 i386
>Organization:
>Environment:
System: FreeBSD athines 7.0-BETA1 FreeBSD 7.0-BETA1 #0: Wed Oct 31 19:32:18 CET 2007 root at glenrothes:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Here is the .shar to add www/zenphoto to the ports tree.
Zenphoto is an answer to lots of calls for an online gallery solution
that just makes sense. After years of bloated software that does
everything and your dishes, zenphoto just shows your photos, simply.
It's got all the functionality and "features" you need, and nothing you
don't. 
	
>How-To-Repeat:
	
>Fix:

	

--- shar-zenphoto.1 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:
#
#	www/zenphoto/
#	www/zenphoto/files
#	www/zenphoto/files/pkg-message.in
#	www/zenphoto/files/pkg-deinstall.in
#	www/zenphoto/Makefile
#	www/zenphoto/distinfo
#	www/zenphoto/pkg-descr
#	www/zenphoto/pkg-plist
#
echo c - www/zenphoto/
mkdir -p www/zenphoto/ > /dev/null 2>&1
echo c - www/zenphoto/files
mkdir -p www/zenphoto/files > /dev/null 2>&1
echo x - www/zenphoto/files/pkg-message.in
sed 's/^X//' >www/zenphoto/files/pkg-message.in << 'END-of-www/zenphoto/files/pkg-message.in'
X---------------------------------------------------------------------------
X
XBrowse http://your.host.tld/%%PORTNAME%%/ to configure your gallery
X
X---------------------------------------------------------------------------
XTo make zenphoto available through your web site, I suggest
Xthat you add something like the following to httpd.conf:
X
X    Alias /zenphoto/ "%%WWWDIR%%/"
X
X    <Directory "%%WWWDIR%%/">
X        Options none
X        AllowOverride Limit
X        Order Deny,Allow
X        Allow from all
X    </Directory>
END-of-www/zenphoto/files/pkg-message.in
echo x - www/zenphoto/files/pkg-deinstall.in
sed 's/^X//' >www/zenphoto/files/pkg-deinstall.in << 'END-of-www/zenphoto/files/pkg-deinstall.in'
X#! /bin/sh
X# $FreeBSD$
X#
X
XPATH=/bin:/usr/bin:/usr/sbin
X
Xif [ "$2" != "POST-DEINSTALL" ]; then
X    exit 0
Xfi
Xif [ -d %%WWWDIR%% ]; then
X        echo "===> You may delete '%%WWWDIR%%' if you want to really delete your blog."
Xfi
END-of-www/zenphoto/files/pkg-deinstall.in
echo x - www/zenphoto/Makefile
sed 's/^X//' >www/zenphoto/Makefile << 'END-of-www/zenphoto/Makefile'
X# New ports collection makefile for:   zenphoto
X# Date created:                27 December 2007
X# Whom:                        Philippe Audeoud <jadawin at tuxaco.net>
X# $FreeBSD$
X
XPORTNAME=	zenphoto
XPORTVERSION=	1.1.3
XCATEGORIES=	www
XMASTER_SITES=	http://www.zenphoto.org/files/
X
XMAINTAINER=	jadawin at tuxaco.net
XCOMMENT=	A simpler web photo gallery
X
XUSE_PHP=	mysql gd session
XWANT_PHP_WEB=	yes
X
XNO_BUILD=	yes
X
XWRKSRC=	${WRKDIR}/${PORTNAME}
X
XPKGDEINSTALL=	${WRKDIR}/pkg-deinstall
XPKGMESSAGE=	${WRKDIR}/pkg-message
XSUB_FILES=	pkg-message pkg-deinstall
XSUB_LIST=	PORTNAME=${PORTNAME} \
X		WWWDIR=${WWWDIR}
X
Xdo-install:
X	${MKDIR} ${WWWDIR}
X.for i in cache themes zp-core albums
X	${CP} -R ${WRKSRC}/${i} ${WWWDIR}/
X.endfor
X	${CP} ${WRKSRC}/*.php	${WWWDIR}/
X	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-www/zenphoto/Makefile
echo x - www/zenphoto/distinfo
sed 's/^X//' >www/zenphoto/distinfo << 'END-of-www/zenphoto/distinfo'
XMD5 (zenphoto-1.1.3.tar.gz) = c0f5b9df4133b200f3fd59504fc76683
XSHA256 (zenphoto-1.1.3.tar.gz) = 623b3ff74695d7fff2e7827729da788091d883522c0544011d51814e9a747826
XSIZE (zenphoto-1.1.3.tar.gz) = 628081
END-of-www/zenphoto/distinfo
echo x - www/zenphoto/pkg-descr
sed 's/^X//' >www/zenphoto/pkg-descr << 'END-of-www/zenphoto/pkg-descr'
XZenphoto is an answer to lots of calls for an online gallery solution
Xthat just makes sense. After years of bloated software that does
Xeverything and your dishes, zenphoto just shows your photos, simply.
X
XWWW: http://www.zenphoto.org/
END-of-www/zenphoto/pkg-descr
echo x - www/zenphoto/pkg-plist
sed 's/^X//' >www/zenphoto/pkg-plist << 'END-of-www/zenphoto/pkg-plist'
X%%WWWDIR%%/index.php
X%%WWWDIR%%/rss-comments.php
X%%WWWDIR%%/rss.php
X%%WWWDIR%%/themes/default/album.php
X%%WWWDIR%%/themes/default/archive.php
X%%WWWDIR%%/themes/default/image.php
X%%WWWDIR%%/themes/default/images/img-bg.gif
X%%WWWDIR%%/themes/default/images/tag.png
X%%WWWDIR%%/themes/default/index.php
X%%WWWDIR%%/themes/default/search.php
X%%WWWDIR%%/themes/default/styles/dark.css
X%%WWWDIR%%/themes/default/styles/light.css
X%%WWWDIR%%/themes/default/styles/sterile-dark.css
X%%WWWDIR%%/themes/default/styles/sterile-light.css
X%%WWWDIR%%/themes/default/theme.png
X%%WWWDIR%%/themes/default/theme.txt
X%%WWWDIR%%/themes/default/themeoptions.php
X%%WWWDIR%%/themes/effervescence_plus/album.php
X%%WWWDIR%%/themes/effervescence_plus/archive.php
X%%WWWDIR%%/themes/effervescence_plus/customfunctions.php
X%%WWWDIR%%/themes/effervescence_plus/image.php
X%%WWWDIR%%/themes/effervescence_plus/images/slimbox/closelabel.gif
X%%WWWDIR%%/themes/effervescence_plus/images/slimbox/loading.gif
X%%WWWDIR%%/themes/effervescence_plus/images/slimbox/nextlabel.gif
X%%WWWDIR%%/themes/effervescence_plus/images/slimbox/prevlabel.gif
X%%WWWDIR%%/themes/effervescence_plus/images/smooth/carrow1.gif
X%%WWWDIR%%/themes/effervescence_plus/images/smooth/carrow2.gif
X%%WWWDIR%%/themes/effervescence_plus/images/smooth/fleche1.gif
X%%WWWDIR%%/themes/effervescence_plus/images/smooth/fleche1.png
X%%WWWDIR%%/themes/effervescence_plus/images/smooth/fleche2.gif
X%%WWWDIR%%/themes/effervescence_plus/images/smooth/fleche2.png
X%%WWWDIR%%/themes/effervescence_plus/images/smooth/loading-bar-black.gif
X%%WWWDIR%%/themes/effervescence_plus/images/smooth/open.gif
X%%WWWDIR%%/themes/effervescence_plus/images/smooth/open.png
X%%WWWDIR%%/themes/effervescence_plus/index.php
X%%WWWDIR%%/themes/effervescence_plus/jd.gallery.css
X%%WWWDIR%%/themes/effervescence_plus/scripts/bluranchors.js
X%%WWWDIR%%/themes/effervescence_plus/scripts/jd.gallery.js
X%%WWWDIR%%/themes/effervescence_plus/scripts/jd.gallery.set.js
X%%WWWDIR%%/themes/effervescence_plus/scripts/jd.gallery.transitions.js
X%%WWWDIR%%/themes/effervescence_plus/scripts/mootools.v1.11.js
X%%WWWDIR%%/themes/effervescence_plus/scripts/slimbox.js
X%%WWWDIR%%/themes/effervescence_plus/scripts/swfobject.js
X%%WWWDIR%%/themes/effervescence_plus/search.php
X%%WWWDIR%%/themes/effervescence_plus/simpleviewer.swf
X%%WWWDIR%%/themes/effervescence_plus/slimbox.css
X%%WWWDIR%%/themes/effervescence_plus/styles/blue and green play.css
X%%WWWDIR%%/themes/effervescence_plus/styles/effervescence.css
X%%WWWDIR%%/themes/effervescence_plus/styles/free chocolates.css
X%%WWWDIR%%/themes/effervescence_plus/styles/kish-my father.css
X%%WWWDIR%%/themes/effervescence_plus/styles/machu picchu.css
X%%WWWDIR%%/themes/effervescence_plus/styles/oktoberfest.css
X%%WWWDIR%%/themes/effervescence_plus/styles/poolside.css
X%%WWWDIR%%/themes/effervescence_plus/styles/see you again.css
X%%WWWDIR%%/themes/effervescence_plus/theme.jpg
X%%WWWDIR%%/themes/effervescence_plus/theme.txt
X%%WWWDIR%%/themes/effervescence_plus/themeoptions.php
X%%WWWDIR%%/themes/example/album.php
X%%WWWDIR%%/themes/example/archive.php
X%%WWWDIR%%/themes/example/image.php
X%%WWWDIR%%/themes/example/index.php
X%%WWWDIR%%/themes/example/search.php
X%%WWWDIR%%/themes/example/tag.png
X%%WWWDIR%%/themes/example/theme.png
X%%WWWDIR%%/themes/example/theme.txt
X%%WWWDIR%%/themes/example/themeoptions.php
X%%WWWDIR%%/themes/example/zen.css
X%%WWWDIR%%/themes/stopdesign/album.php
X%%WWWDIR%%/themes/stopdesign/albumarchive.php
X%%WWWDIR%%/themes/stopdesign/css/comments-hide.css
X%%WWWDIR%%/themes/stopdesign/css/comments-show.css
X%%WWWDIR%%/themes/stopdesign/css/custom.css
X%%WWWDIR%%/themes/stopdesign/css/master.css
X%%WWWDIR%%/themes/stopdesign/css/photos.css
X%%WWWDIR%%/themes/stopdesign/image.php
X%%WWWDIR%%/themes/stopdesign/img/bg_gal.gif
X%%WWWDIR%%/themes/stopdesign/img/bg_gal.png
X%%WWWDIR%%/themes/stopdesign/img/bg_page.jpg
X%%WWWDIR%%/themes/stopdesign/img/bg_path.gif
X%%WWWDIR%%/themes/stopdesign/img/bg_shadow.png
X%%WWWDIR%%/themes/stopdesign/img/bg_slide.gif
X%%WWWDIR%%/themes/stopdesign/img/bg_slide.png
X%%WWWDIR%%/themes/stopdesign/img/bg_slide_sm.gif
X%%WWWDIR%%/themes/stopdesign/img/bg_slide_sm.png
X%%WWWDIR%%/themes/stopdesign/img/btn_add_a_comment.gif
X%%WWWDIR%%/themes/stopdesign/img/btn_all_favorites.gif
X%%WWWDIR%%/themes/stopdesign/img/btn_gallery_archive.gif
X%%WWWDIR%%/themes/stopdesign/img/btn_go.gif
X%%WWWDIR%%/themes/stopdesign/img/btn_hide.gif
X%%WWWDIR%%/themes/stopdesign/img/btn_preview.gif
X%%WWWDIR%%/themes/stopdesign/img/btn_rss.gif
X%%WWWDIR%%/themes/stopdesign/img/btn_save.gif
X%%WWWDIR%%/themes/stopdesign/img/btn_show.gif
X%%WWWDIR%%/themes/stopdesign/img/btn_submit.gif
X%%WWWDIR%%/themes/stopdesign/img/btn_view_gallery.gif
X%%WWWDIR%%/themes/stopdesign/img/bullet_white.gif
X%%WWWDIR%%/themes/stopdesign/img/canon_sd10.jpg
X%%WWWDIR%%/themes/stopdesign/img/divider_l.gif
X%%WWWDIR%%/themes/stopdesign/img/divider_l.png
X%%WWWDIR%%/themes/stopdesign/img/divider_r.gif
X%%WWWDIR%%/themes/stopdesign/img/divider_r.png
X%%WWWDIR%%/themes/stopdesign/img/icon_pushpin.gif
X%%WWWDIR%%/themes/stopdesign/img/moreslide_next.gif
X%%WWWDIR%%/themes/stopdesign/img/moreslide_prev.gif
X%%WWWDIR%%/themes/stopdesign/img/photonav_next.gif
X%%WWWDIR%%/themes/stopdesign/img/photonav_next.png
X%%WWWDIR%%/themes/stopdesign/img/photonav_prev.gif
X%%WWWDIR%%/themes/stopdesign/img/photonav_prev.png
X%%WWWDIR%%/themes/stopdesign/img/slide_minis.gif
X%%WWWDIR%%/themes/stopdesign/img/txt_backward.gif
X%%WWWDIR%%/themes/stopdesign/img/txt_forward.gif
X%%WWWDIR%%/themes/stopdesign/index.php
X%%WWWDIR%%/themes/stopdesign/js/comments.js
X%%WWWDIR%%/themes/stopdesign/js/rememberMe.js
X%%WWWDIR%%/themes/stopdesign/search.php
X%%WWWDIR%%/themes/stopdesign/theme.png
X%%WWWDIR%%/themes/stopdesign/theme.txt
X%%WWWDIR%%/themes/stopdesign/themeoptions.php
X%%WWWDIR%%/zp-core/Sajax.php
X%%WWWDIR%%/zp-core/admin-functions.php
X%%WWWDIR%%/zp-core/admin.css
X%%WWWDIR%%/zp-core/admin.php
X%%WWWDIR%%/zp-core/albumsort.php
X%%WWWDIR%%/zp-core/auth_zp.php
X%%WWWDIR%%/zp-core/cache-images.php
X%%WWWDIR%%/zp-core/changelog.html
X%%WWWDIR%%/zp-core/class-album.php
X%%WWWDIR%%/zp-core/class-gallery.php
X%%WWWDIR%%/zp-core/class-image.php
X%%WWWDIR%%/zp-core/class-search.php
X%%WWWDIR%%/zp-core/classes.php
X%%WWWDIR%%/zp-core/controller.php
X%%WWWDIR%%/zp-core/exif/exif.php
X%%WWWDIR%%/zp-core/exif/makers/canon.php
X%%WWWDIR%%/zp-core/exif/makers/fujifilm.php
X%%WWWDIR%%/zp-core/exif/makers/gps.php
X%%WWWDIR%%/zp-core/exif/makers/nikon.php
X%%WWWDIR%%/zp-core/exif/makers/olympus.php
X%%WWWDIR%%/zp-core/exif/makers/panasonic.php
X%%WWWDIR%%/zp-core/exif/makers/sanyo.php
X%%WWWDIR%%/zp-core/flvplayer.swf
X%%WWWDIR%%/zp-core/full-image.php
X%%WWWDIR%%/zp-core/functions-controller.php
X%%WWWDIR%%/zp-core/functions-db.php
X%%WWWDIR%%/zp-core/functions-image.php
X%%WWWDIR%%/zp-core/functions.php
X%%WWWDIR%%/zp-core/i.php
X%%WWWDIR%%/zp-core/images/cache.png
X%%WWWDIR%%/zp-core/images/err-cachewrite.gif
X%%WWWDIR%%/zp-core/images/err-imagegeneral.gif
X%%WWWDIR%%/zp-core/images/err-imagenotfound.gif
X%%WWWDIR%%/zp-core/images/err-nogd.gif
X%%WWWDIR%%/zp-core/images/fail.png
X%%WWWDIR%%/zp-core/images/movie.jpg
X%%WWWDIR%%/zp-core/images/pass.png
X%%WWWDIR%%/zp-core/images/rss.gif
X%%WWWDIR%%/zp-core/images/videoDefault.png
X%%WWWDIR%%/zp-core/images/warn.png
X%%WWWDIR%%/zp-core/images/watermark-video.png
X%%WWWDIR%%/zp-core/images/watermark.png
X%%WWWDIR%%/zp-core/images/zen-logo.gif
X%%WWWDIR%%/zp-core/images/zen-logo.jpg
X%%WWWDIR%%/zp-core/images/zenphoto.gif
X%%WWWDIR%%/zp-core/index.php
X%%WWWDIR%%/zp-core/js/admin.js
X%%WWWDIR%%/zp-core/js/ajax.js
X%%WWWDIR%%/zp-core/js/flvplayer.js
X%%WWWDIR%%/zp-core/js/jquery.js
X%%WWWDIR%%/zp-core/js/prototype.js
X%%WWWDIR%%/zp-core/js/scriptaculous/builder.js
X%%WWWDIR%%/zp-core/js/scriptaculous/controls.js
X%%WWWDIR%%/zp-core/js/scriptaculous/dragdrop.js
X%%WWWDIR%%/zp-core/js/scriptaculous/effects.js
X%%WWWDIR%%/zp-core/js/scriptaculous/scriptaculous.js
X%%WWWDIR%%/zp-core/js/scriptaculous/slider.js
X%%WWWDIR%%/zp-core/js/scriptaculous/unittest.js
X%%WWWDIR%%/zp-core/js/scriptaculous/util.js
X%%WWWDIR%%/zp-core/js/scripts-common.js
X%%WWWDIR%%/zp-core/js/thickbox.css
X%%WWWDIR%%/zp-core/js/thickbox.js
X%%WWWDIR%%/zp-core/kses.php
X%%WWWDIR%%/zp-core/option-defaults.php
X%%WWWDIR%%/zp-core/pclzip.lib.php
X%%WWWDIR%%/zp-core/plugins/exifimagerotate.php
X%%WWWDIR%%/zp-core/plugins/flip_image.php
X%%WWWDIR%%/zp-core/plugins/image_mirror.php
X%%WWWDIR%%/zp-core/plugins/image_rotate.php
X%%WWWDIR%%/zp-core/plugins/imagerating/rating.js
X%%WWWDIR%%/zp-core/plugins/imagerating/update.php
X%%WWWDIR%%/zp-core/plugins/phooglelite.php
X%%WWWDIR%%/zp-core/plugins/print_album_menu.php
X%%WWWDIR%%/zp-core/plugins/spamfilters/akismet.php
X%%WWWDIR%%/zp-core/plugins/spamfilters/none.php
X%%WWWDIR%%/zp-core/plugins/spamfilters/simple.php
X%%WWWDIR%%/zp-core/plugins/spamfilters/spamassassin.php
X%%WWWDIR%%/zp-core/plugins/zipfile.php
X%%WWWDIR%%/zp-core/refresh-metadata.php
X%%WWWDIR%%/zp-core/setup.php
X%%WWWDIR%%/zp-core/sortable.php
X%%WWWDIR%%/zp-core/template-functions.php
X%%WWWDIR%%/zp-core/upgrade.php
X%%WWWDIR%%/zp-core/utf8.php
X%%WWWDIR%%/zp-core/zp-config.php.example
X at dirrm %%WWWDIR%%/zp-core/plugins/spamfilters
X at dirrm %%WWWDIR%%/zp-core/plugins/imagerating
X at dirrm %%WWWDIR%%/zp-core/plugins
X at dirrm %%WWWDIR%%/zp-core/js/scriptaculous
X at dirrm %%WWWDIR%%/zp-core/js
X at dirrm %%WWWDIR%%/zp-core/images
X at dirrm %%WWWDIR%%/zp-core/exif/makers
X at dirrm %%WWWDIR%%/zp-core/exif
X at dirrmtry %%WWWDIR%%/zp-core
X at dirrm %%WWWDIR%%/themes/stopdesign/js
X at dirrm %%WWWDIR%%/themes/stopdesign/img
X at dirrm %%WWWDIR%%/themes/stopdesign/css
X at dirrm %%WWWDIR%%/themes/stopdesign
X at dirrm %%WWWDIR%%/themes/example
X at dirrm %%WWWDIR%%/themes/effervescence_plus/styles
X at dirrm %%WWWDIR%%/themes/effervescence_plus/scripts
X at dirrm %%WWWDIR%%/themes/effervescence_plus/images/smooth
X at dirrm %%WWWDIR%%/themes/effervescence_plus/images/slimbox
X at dirrm %%WWWDIR%%/themes/effervescence_plus/images
X at dirrm %%WWWDIR%%/themes/effervescence_plus
X at dirrm %%WWWDIR%%/themes/default/styles
X at dirrm %%WWWDIR%%/themes/default/images
X at dirrm %%WWWDIR%%/themes/default
X at dirrm %%WWWDIR%%/themes
X at dirrm %%WWWDIR%%/cache
X at dirrmtry %%WWWDIR%%/albums
X at dirrmtry %%WWWDIR%%
X at exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%
END-of-www/zenphoto/pkg-plist
exit
--- shar-zenphoto.1 ends here ---


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



More information about the freebsd-ports-bugs mailing list