Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2002 13:45:06 +0900 (JST)
From:      UMENO Takashi <umeno@rr.iij4u.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40753: [NEW PORT] graphics/zphoto - zooming photo album generator
Message-ID:  <200207190445.g6J4j6SC027762@belldandy.unnumbered.net>

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

>Number:         40753
>Category:       ports
>Synopsis:       [NEW PORT] graphics/zphoto - zooming photo album generator
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 18 21:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     UMENO Takashi
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
personal
>Environment:
System: FreeBSD belldandy.unnumbered.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jun 29 15:15:12 JST 2002 umeno@belldandy.unnumbered.net:/usr/src/sys/compile/SAKUYA11 i386


	
>Description:
	This is a port of zphoto (zooming photo album generator)
>How-To-Repeat:
	N/A
>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:
#
#	zphoto
#	zphoto/Makefile
#	zphoto/distinfo
#	zphoto/pkg-comment
#	zphoto/pkg-descr
#	zphoto/pkg-plist
#	zphoto/pkg-message
#
echo c - zphoto
mkdir -p zphoto > /dev/null 2>&1
echo x - zphoto/Makefile
sed 's/^X//' >zphoto/Makefile << 'END-of-zphoto/Makefile'
X# New ports collection makefile for:	zphoto
X# Date created:				19 Jul 2002
X# Whom:					UMENO Takashi <umeno@rr.iij4u.or.jp>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	zphoto
XPORTVERSION=	0.2
XCATEGORIES=	graphics www
XMASTER_SITES=	http://namazu.org/~satoru/zphoto/
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	umeno@rr.iij4u.or.jp
X
XBUILD_DEPENDS=	wget:${PORTSDIR}/ftp/wget
XLIB_DEPENDS=	ming.3:${PORTSDIR}/graphics/ming \
X		Imlib2.1:${PORTSDIR}/graphics/imlib2 \
X		popt.0:${PORTSDIR}/devel/popt
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib" \
X		CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
XUSE_XLIB=	yes
X
X.include <bsd.port.mk>
END-of-zphoto/Makefile
echo x - zphoto/distinfo
sed 's/^X//' >zphoto/distinfo << 'END-of-zphoto/distinfo'
XMD5 (zphoto-0.2.tar.gz) = add4cb33908494af595a076db4ddad6a
END-of-zphoto/distinfo
echo x - zphoto/pkg-comment
sed 's/^X//' >zphoto/pkg-comment << 'END-of-zphoto/pkg-comment'
XZooming photo album generator
END-of-zphoto/pkg-comment
echo x - zphoto/pkg-descr
sed 's/^X//' >zphoto/pkg-descr << 'END-of-zphoto/pkg-descr'
XZphoto is a zooming photo album generator.
X
XFor more information, see
XWWW: http://namazu.org/~satoru/zphoto/
END-of-zphoto/pkg-descr
echo x - zphoto/pkg-plist
sed 's/^X//' >zphoto/pkg-plist << 'END-of-zphoto/pkg-plist'
Xbin/zphoto
Xshare/zphoto/templates/en/index.html
Xshare/zphoto/templates/en/noflash.html
Xshare/zphoto/templates/en/zphoto.css
Xshare/zphoto/templates/ja/index.html
Xshare/zphoto/templates/ja/noflash.html
Xshare/zphoto/templates/ja/zphoto.css
Xshare/zphoto/templates/all/zphoto.css
Xshare/zphoto/templates/all/noflash.html.ja
Xshare/zphoto/templates/all/noflash.html.en
Xshare/zphoto/templates/all/index.html.ja
Xshare/zphoto/templates/all/index.html.en
Xshare/zphoto/fonts/Techno.fdb
X@dirrm share/zphoto/templates/en
X@dirrm share/zphoto/templates/ja
X@dirrm share/zphoto/templates/all
X@dirrm share/zphoto/templates
X@dirrm share/zphoto/fonts
X@dirrm share/zphoto
END-of-zphoto/pkg-plist
echo x - zphoto/pkg-message
sed 's/^X//' >zphoto/pkg-message << 'END-of-zphoto/pkg-message'
X******************************************************************************
X Before running zphoto, users should prepare as follows:
X
X sh or bash:
X  $ ZPHOTO_TEMPLATE_DIR=%%PREFIX%%/share/zphoto/templates/en (english)
X  $ ZPHOTO_TEMPLATE_DIR=%%PREFIX%%/share/zphoto/templates/ja (japanese)
X  $ ZPHOTO_FONT=%%PREFIX%%/share/zphoto/fonts/Techno.fdb
X  $ export ZPHOTO_TEMPLATE_DIR ZPHOTO_FONT
X
X csh or tcsh:
X  % setenv ZPHOTO_TEMPLATE_DIR %%PREFIX%%/share/zphoto/templates/en (english)
X  % setenv ZPHOTO_TEMPLATE_DIR %%PREFIX%%/share/zphoto/templates/ja (japanese)
X  % setenv ZPHOTO_FONT %%PREFIX%%/share/zphoto/fonts/Techno.fdb
X
X******************************************************************************
END-of-zphoto/pkg-message
exit


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

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




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