From owner-freebsd-ports Wed Aug 14 16:40:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 733FB37B400 for ; Wed, 14 Aug 2002 16:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B26343E72 for ; Wed, 14 Aug 2002 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ENe2JU070098 for ; Wed, 14 Aug 2002 16:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ENe234070097; Wed, 14 Aug 2002 16:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4879437B400 for ; Wed, 14 Aug 2002 16:35:23 -0700 (PDT) Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id C85E243E4A for ; Wed, 14 Aug 2002 16:35:22 -0700 (PDT) (envelope-from dcarlson@laredo.retrovertigo.com) Received: from dhcp068-64-151-24.nt01-c4.cpe.charter-ne.com ([24.151.64.68] helo=laredo.retrovertigo.com) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17f7fb-0006A7-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 14 Aug 2002 16:35:19 -0700 Received: by laredo.retrovertigo.com (Postfix, from userid 1001) id 9BA5722E05; Wed, 14 Aug 2002 19:35:51 -0400 (EDT) Message-Id: <20020814233551.9BA5722E05@laredo.retrovertigo.com> Date: Wed, 14 Aug 2002 19:35:51 -0400 (EDT) From: Dylan Carlson Reply-To: Dylan Carlson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41673: New port: igal, image gallery generator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 >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 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 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 X X

created with X! igal X X X X--- 17,23 ---- X X X

created with X! igal for freebsd X X X 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 X .SH AUTHOR X Eric Pop 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