Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2002 22:12:13 -0700 (MST)
From:      John Reynolds <johnjen@reynoldsnet.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42577: NEW PORT: imageindex - A digital image photo gallery tool
Message-ID:  <200209090512.g895CDsi078973@whale.home-net>

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

>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 <johnjen@reynoldsnet.org>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209090512.g895CDsi078973>