Import of igal-1.4

iGal is a Perl program that can generate and publish an entire online
picture show (static HTML slides, thumbnails and index page) with just
one command line invocation. If you've got a directory (or several) full
of image files that are waiting to be put online and shared with
friends, then iGal is for you.

ok sturm@.
This commit is contained in:
xsa 2004-04-06 07:40:17 +00:00
parent 36ab14cd52
commit a371aff564
4 changed files with 55 additions and 0 deletions

39
www/igal/Makefile Normal file
View File

@ -0,0 +1,39 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/04/06 07:40:17 xsa Exp $
COMMENT= "online Image GALlery generator"
DISTNAME= igal-1.4
CATEGORIES= www graphics
HOMEPAGE= http://www.stanford.edu/~epop/igal/
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
RUN_DEPENDS= ::graphics/ImageMagick \
::graphics/jpeg
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
DATADIR= ${PREFIX}/share/igal
do-configure:
@perl -pi -e "s,/usr/local,${PREFIX},g;" \
-e "s,${PREFIX}/lib/igal,${DATADIR},g;" ${WRKSRC}/igal{,.1}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/igal ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/igal.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.{css,html,png} ${DATADIR}
.include <bsd.port.mk>

3
www/igal/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (igal-1.4.tar.gz) = 49f1b27229e80a7719a9378afa0981a3
RMD160 (igal-1.4.tar.gz) = 870087e12039aaae4f1c7d636603de95b4df012b
SHA1 (igal-1.4.tar.gz) = 80312d100a12c84d4b9117e76ce9839b92a938b9

5
www/igal/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
iGal is a Perl program that can generate and publish an entire online
picture show (static HTML slides, thumbnails and index page) with just
one command line invocation. If you've got a directory (or several) full
of image files that are waiting to be put online and shared with
friends, then iGal is for you.

8
www/igal/pkg/PLIST Normal file
View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/04/06 07:40:17 xsa Exp $
bin/igal
man/man1/igal.1
share/igal/igal.css
share/igal/indextemplate.html
share/igal/slidetemplate.html
share/igal/tile.png
@dirrm share/igal