From owner-freebsd-ports Mon Apr 19 4:22:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CC19150EE for ; Mon, 19 Apr 1999 04:22:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA14310; Mon, 19 Apr 1999 04:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 53E6C14C16 for ; Mon, 19 Apr 1999 04:18:00 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id PAA07217; Mon, 19 Apr 1999 15:15:09 +0400 (MSD) Message-Id: <199904191115.PAA07217@netserv1.chg.ru> Date: Mon, 19 Apr 1999 15:15:09 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11214: new port - evg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11214 >Category: ports >Synopsis: new port - evg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 19 04:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: >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: # # . # ./files # ./files/md5 # ./Makefile # ./patches # ./patches/patch-aa # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (evg-1.01.tar.gz) = e56a7557bccfe008bd4d5d45b2abb7a6 END-of-./files/md5 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: evg X# Version required: 1.0.1 X# Date created: 19 April 1999 X# Whom: Dima Sivachenko X# X# $Id $ X# X XDISTNAME= evg-1.01 XPKGNAME= evg-1.0.1 XCATEGORIES= www XMASTER_SITES= ftp://ftp.uni-klu.ac.at/pub/projects/evg/ \ X http://www.chg.ru/~dima/ X XMAINTAINER= dima@Chg.RU X XRUN_DEPENDS= python:${PORTSDIR}/lang/python XRUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick XRUN_DEPENDS+= xv:${PORTSDIR}/graphics/xv X XNO_BUILD= yes X Xpost-patch: X @ ${MV} ${WRKSRC}/evg.py ${WRKSRC}/evg.py.sed X @ ${SED} -e 's%!!PREFIX!!%${PREFIX}%' < ${WRKSRC}/evg.py.sed \ X > ${WRKSRC}/evg.py.sed1 X @ ${SED} -e 's%!!XPREF!!%${X11BASE}%' < ${WRKSRC}/evg.py.sed1 \ X > ${WRKSRC}/evg.py X Xdo-install: X @ ${MKDIR} ${PREFIX}/lib/python1.5/site-packages X @ ${INSTALL_SCRIPT} ${WRKSRC}/eclipthtml.py ${PREFIX}/lib/python1.5/site-packages X @ ${INSTALL_SCRIPT} ${WRKSRC}/evg.py ${PREFIX}/bin X X.include END-of-./Makefile echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- evg.py.orig Sun Apr 18 18:55:42 1999 X+++ evg.py Sun Apr 18 18:57:00 1999 X@@ -1,4 +1,4 @@ X-#!/usr/local/bin/python X+#!!!PREFIX!!/bin/python X # EVG - ECLiPt Virtual Gallery Creator X # (c) 1999 by Emanuel Pirker X # Distributed under the GNU GPL. X@@ -10,8 +10,8 @@ X # ---------------------------------------------------------------------- X # Constants X X-CONVERTCMD = '/usr/X11R6/bin/convert' X-VIEWERCMD = '/usr/bin/ee' X+CONVERTCMD = '!!PREFIX!!/bin/convert' X+VIEWERCMD = '!!XPREF!!/bin/xv' X THUMBNAILDIR = 'thumbnails' X THUMBPERCENT = '20%' X SERDBFILE = "serdb" END-of-./patches/patch-aa echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/evg.py Xlib/python1.5/site-packages/eclipthtml.py END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XCreate index pages in HTML for photo galleries. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XEVG addresses the needs of people who want to put photo galleries on their web Xpages. Most photo galleries on the Web are rather rude - EVG automatically Xgenerates nice index pages and hyperlinked per-image-pages. Thumbnails are Xgenerated automatically, as well as adding or removing images is easy. X Xhttp://eclipt.uni-klu.ac.at/projects/evg/ X X--Dima Xdima@chg.ru END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message