1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/www/evg/files/patch-aa
Steve Price 11ee396bcf Initial import of evg version 1.0.1.
Create index pages in HTML for photo galleries.

PR:		11214
Submitted by:	Dima Sivachenko <dima@chg.ru>
1999-05-03 03:10:28 +00:00

20 lines
592 B
Plaintext

--- evg.py.orig Sun Apr 18 18:55:42 1999
+++ evg.py Sun Apr 18 18:57:00 1999
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!!!PREFIX!!/bin/python
# EVG - ECLiPt Virtual Gallery Creator
# (c) 1999 by Emanuel Pirker <epirker@edu.uni-klu.ac.at>
# Distributed under the GNU GPL.
@@ -10,8 +10,8 @@
# ----------------------------------------------------------------------
# Constants
-CONVERTCMD = '/usr/X11R6/bin/convert'
-VIEWERCMD = '/usr/bin/ee'
+CONVERTCMD = '!!PREFIX!!/bin/convert'
+VIEWERCMD = '!!XPREF!!/bin/xv'
THUMBNAILDIR = 'thumbnails'
THUMBPERCENT = '20%'
SERDBFILE = "serdb"