Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2002 19:35:51 -0400 (EDT)
From:      Dylan Carlson <dcarlson@laredo.retrovertigo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41673: New port: igal, image gallery generator
Message-ID:  <20020814233551.9BA5722E05@laredo.retrovertigo.com>

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

>Number:         41673
>Category:       ports
>Synopsis:       New port: igal, image gallery generator
>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:   Wed Aug 14 16:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dylan Carlson <absinthe@pobox.com>
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD laredo.retrovertigo.com 4.6-STABLE FreeBSD 4.6-STABLE #5: Thu Aug 8 01:14:34 EDT 2002 root@laredo.retrovertigo.com:/usr/obj/usr/src/sys/LAREDO i386

>Description:
igal generates nicely formatted static html image galleries when you
supply it with a directory of images.  it automatically thumbnails,
adds captions with image dimensions, and also uses javascript to preload
images "next in sequence" so that the gallery appears faster for 
bandwidth-constrained viewers.  very easy and useful tool.	
>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:
#
#	igal
#	igal/Makefile
#	igal/pkg-descr
#	igal/pkg-comment
#	igal/distinfo
#	igal/files
#	igal/files/patch-aa
#	igal/files/patch-ab
#	igal/files/patch-ac
#	igal/pkg-plist
#
echo c - igal
mkdir -p igal > /dev/null 2>&1
echo x - igal/Makefile
sed 's/^X//' >igal/Makefile << 'END-of-igal/Makefile'
X# New ports collection makefile for:   igal
X# Date created:                        14 Aug 2002
X# Whom:                                Dylan Carlson  <absinthe@pobox.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	igal
XPORTVERSION=	1.3
XCATEGORIES=	www
XMASTER_SITES=	http://www.stanford.edu/~epop/igal/ \
X		http://planetmirror.com/pub/igal/
X
XMAINTAINER=	absinthe@pobox.com
X
XRUN_DEPENDS=	${LOCALBASE}/bin/cjpeg:${PORTSDIR}/graphics/jpeg \
X		${LOCALBASE}/include/Magick++.h:${PORTSDIR}/graphics/ImageMagick
X
X.include <bsd.port.mk>
END-of-igal/Makefile
echo x - igal/pkg-descr
sed 's/^X//' >igal/pkg-descr << 'END-of-igal/pkg-descr'
X
XWhat is iGal?
X
XiGal is a Perl-based program that can generate and publish an entire online
Xpicture show (HTML slides, thumbnails and index page included) with just one
Xcommand line invocation in a Linux or Unix environment.   If you've got a 
Xdirectory (or several) full of image files that are waiting to be put online 
Xand shared with friends, then iGal is for you.
X
XFeatures
X
X * flexible, well-documented 
X * handles JPG and GIF images 
X * 99% configurable through command line options and two HTML template files 
X * generated slides use a javascript trick to preload the next image in the
X   slide show (great for those viewing your gallery over slow connections) 
END-of-igal/pkg-descr
echo x - igal/pkg-comment
sed 's/^X//' >igal/pkg-comment << 'END-of-igal/pkg-comment'
XA static html image gallery generator for *nix
END-of-igal/pkg-comment
echo x - igal/distinfo
sed 's/^X//' >igal/distinfo << 'END-of-igal/distinfo'
XMD5 (igal-1.3.tar.gz) = dceec90c328e76889b3b741fbeeb1309
END-of-igal/distinfo
echo c - igal/files
mkdir -p igal/files > /dev/null 2>&1
echo x - igal/files/patch-aa
sed 's/^X//' >igal/files/patch-aa << 'END-of-igal/files/patch-aa'
X*** indextemplate.html.orig	Wed Aug 14 16:55:45 2002
X--- indextemplate.html	Wed Aug 14 16:57:10 2002
X***************
X*** 17,23 ****
X  </center>
X
X  <p><font size="-1">created with 
X! <a href="http://www.stanford.edu/~epop/igal">igal</a></font>;
X  </font>
X
X  </body>
X--- 17,23 ----
X  </center>
X
X  <p><font size="-1">created with
X! <a href="http://www.stanford.edu/~epop/igal">igal</a>; for <a href="http://www.freebsd.org/">freebsd</a></font>;
X  </font>
X
X  </body>
END-of-igal/files/patch-aa
echo x - igal/files/patch-ab
sed 's/^X//' >igal/files/patch-ab << 'END-of-igal/files/patch-ab'
X*** igal.1.orig	Wed Aug 14 16:59:12 2002
X--- igal.1	Wed Aug 14 17:06:28 2002
X***************
X*** 228,233 ****
X--- 228,237 ----
X  None that I know of.
X  .RE
X  But if you find some please send me email.
X+ .TP
X+ FreeBSD port maintainer:
X+ .RE
X+ Dylan Carlson <absinthe@pobox.com>
X  .SH AUTHOR
X  Eric Pop <epop@stanford.edu>
X  .SH "SEE ALSO"
X***************
X*** 237,248 ****
X  .BR identify (1),
X  .BR mogrify (1)
X  .RE
X- If they didn't come standard with your Linux distribution
X- you can find them at
X- .I rpmfind.net
X- (inside libjpeg and libgr-progs) and at 
X- .IR "imagemagick.org" ,
X- respectively.  Also try
X- .I www.ijg.org
X- and
X- .IR "netpbm.sourceforge.net" .
X--- 241,243 ----
END-of-igal/files/patch-ab
echo x - igal/files/patch-ac
sed 's/^X//' >igal/files/patch-ac << 'END-of-igal/files/patch-ac'
X*** Makefile.orig	Mon Sep  3 19:26:32 2001
X--- Makefile	Wed Aug 14 17:27:24 2002
X***************
X*** 12,19 ****
X  	rm -f $(BINDIR)/igal	
X  	rm -f $(MANDIR)/igal.1
X  
X  install:: igal
X! 	install -D -m 0755 igal $(BINDIR)/igal
X! 	install -D -m 0644 igal.1 $(MANDIR)/igal.1
X  	install -d -m 0755 $(LIBDIR)
X  	install -m 0644 indextemplate.html slidetemplate.html tile.gif $(LIBDIR)
X--- 12,21 ----
X  	rm -f $(BINDIR)/igal
X  	rm -f $(MANDIR)/igal.1
X
X+ all:: igal
X+
X  install:: igal
X! 	install -m 0755 igal $(BINDIR)/igal
X! 	install -m 0644 igal.1 $(MANDIR)/igal.1
X  	install -d -m 0755 $(LIBDIR)
X  	install -m 0644 indextemplate.html slidetemplate.html tile.gif $(LIBDIR)
END-of-igal/files/patch-ac
echo x - igal/pkg-plist
sed 's/^X//' >igal/pkg-plist << 'END-of-igal/pkg-plist'
Xbin/igal
Xman/man1/igal.1
Xlib/igal/indextemplate.html 
Xlib/igal/slidetemplate.html
Xlib/igal/tile.gif 
X@dirrm lib/igal
END-of-igal/pkg-plist
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?20020814233551.9BA5722E05>