From owner-freebsd-ports Sun Sep 8 22:20:20 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 A82A237B400 for ; Sun, 8 Sep 2002 22:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED5043E42 for ; Sun, 8 Sep 2002 22:20: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 g895K2JU096855 for ; Sun, 8 Sep 2002 22:20: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 g895K2F3096854; Sun, 8 Sep 2002 22:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC18137B400 for ; Sun, 8 Sep 2002 22:12:14 -0700 (PDT) Received: from ip68-99-84-220.ph.ph.cox.net (ip68-99-84-220.ph.ph.cox.net [68.99.84.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E1343E4A for ; Sun, 8 Sep 2002 22:12:14 -0700 (PDT) (envelope-from jjreynold@ip68-99-84-220.ph.ph.cox.net) Received: from whale.home-net (whale [192.168.1.2]) by ip68-99-84-220.ph.ph.cox.net (8.12.5/8.12.5) with ESMTP id g895CD1q082128 for ; Sun, 8 Sep 2002 22:12:13 -0700 (MST) (envelope-from jjreynold@dolphin.home-net) Received: from whale.home-net (localhost [127.0.0.1]) by whale.home-net (8.12.5/8.12.5) with ESMTP id g895CD32078974 for ; Sun, 8 Sep 2002 22:12:13 -0700 (MST) (envelope-from jjreynold@whale.home-net) Received: (from jjreynold@localhost) by whale.home-net (8.12.5/8.12.5/Submit) id g895CDsi078973; Sun, 8 Sep 2002 22:12:13 -0700 (MST) Message-Id: <200209090512.g895CDsi078973@whale.home-net> Date: Sun, 8 Sep 2002 22:12:13 -0700 (MST) From: John Reynolds Reply-To: John Reynolds To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42577: NEW PORT: imageindex - A digital image photo gallery tool 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: 42577 >Category: ports >Synopsis: NEW PORT: imageindex - A digital image photo gallery tool >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 22:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: John Reynolds >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD whale 4.6-STABLE FreeBSD 4.6-STABLE #0: Fri Aug 30 17:32:43 MST 2002 root@dolphin:/usr/obj/usr/src/sys/WHALE i386 >Description: The included shar(1) archive is for a new port to add to the ports tree in the "graphics" category. It is a digital photo gallery tool. Directories of images go in and nicely formatted HTML, thumbnails, etc. come out :) I am the co-author of the s/w and it's hitting freshmeat today (or tomorrow). The port has been tested to conform to PREFIX relocation and passes all portlint(1) checks. >How-To-Repeat: n/a >Fix: Use the shar(1) archive included below and add SUBDIR += imageindex to ports/graphics/Makefile # 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: # # imageindex # imageindex/Makefile # imageindex/distinfo # imageindex/pkg-comment # imageindex/pkg-descr # imageindex/pkg-plist # echo c - imageindex mkdir -p imageindex > /dev/null 2>&1 echo x - imageindex/Makefile sed 's/^X//' >imageindex/Makefile << 'END-of-imageindex/Makefile' X# New ports collection makefile for: imageindex X# Date created: Sat Sep 7 15:53:33 MST 2002 X# Whom: John Reynolds X# X# $FreeBSD$ X# X XPORTNAME= imageindex XPORTVERSION= 1.0 XCATEGORIES= graphics XMASTER_SITES= http://www.edwinh.org/imageindex/release/ \ X http://www.reynoldsnet.org/imageindex/release/ X XMAINTAINER= johnjen@reynoldsnet.org X XRUN_DEPENDS= ${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick \ X ${LOCALBASE}/bin/wrjpgcom:${PORTSDIR}/graphics/jpeg \ X ${site_perl}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info X Xsite_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} X X.if !defined(NOPORTDOCS) Xpost-install: X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include END-of-imageindex/Makefile echo x - imageindex/distinfo sed 's/^X//' >imageindex/distinfo << 'END-of-imageindex/distinfo' XMD5 (imageindex-1.0.tar.gz) = d4c8a535cb4c21ffb5c67428c96bd630 END-of-imageindex/distinfo echo x - imageindex/pkg-comment sed 's/^X//' >imageindex/pkg-comment << 'END-of-imageindex/pkg-comment' XA digital photo gallery tool END-of-imageindex/pkg-comment echo x - imageindex/pkg-descr sed 's/^X//' >imageindex/pkg-descr << 'END-of-imageindex/pkg-descr' XA flexible digital photo gallery tool. Features include: X X o Index, detail, slide, and frame views X o Simple, uncluttered output X o Static HTML output for ease of copying/archiving X o Uses captions from comments embedded in the image files X (utility provided). Captions will never be lost as long as you have X the image file itself. X o Keeps generated images up to date, removes stale files, X only generates needed thumbs, etc. X o Digital photo details extracted from EXIF data X o Can optionally recurse directory trees and make montage images of X directory contents X o Easily configurable, can use an rc file. X o CSS is used for fonts/styles. X o Can handle many image file formats X o Pages pass W3C specs. X XWWW: http://www.edwinh.org/imageindex/ END-of-imageindex/pkg-descr echo x - imageindex/pkg-plist sed 's/^X//' >imageindex/pkg-plist << 'END-of-imageindex/pkg-plist' Xbin/imageindex Xbin/autocaption X%%PORTDOCS%%share/doc/imageindex/README X@dirrm %%PORTDOCS%%share/doc/imageindex END-of-imageindex/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