Initial import of indexpage-1.0.2.

Indexpage generates one or more index pages and the corresponding
thumbnails for displaying images from a digital camera or similar on
the web.
This commit is contained in:
kevlo 2001-06-13 03:02:36 +00:00
parent c585fc16d9
commit 271e84a45b
5 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/13 03:02:36 kevlo Exp $
COMMENT= "generate index pages for displaying images"
DISTNAME= indexpage-1.0.2
CATEGORIES= graphics
NEED_VERSION= 1.414
HOMEPAGE= http://www.lysator.liu.se/~unicorn/hacks/indexpage/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
RUN_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/Image/Size.pm::graphics/p5-Image-Size \
convert::graphics/ImageMagick
NO_BUILD= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/indexpage
${INSTALL_PROGRAM} ${WRKSRC}/indexpage.pl ${PREFIX}/bin/indexpage
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/indexpage
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (indexpage-1.0.2.tar.gz) = 5cbcf8d52257e35c92fe3e8a2acd9d1f
RMD160 (indexpage-1.0.2.tar.gz) = 9c3b83627d7cb68c17ef6c2f3adffe70be5081c0
SHA1 (indexpage-1.0.2.tar.gz) = 344321cc31603f8d91510123263613ff3967fb4c

View File

@ -0,0 +1,8 @@
--- indexpage.pl.orig Wed Jun 13 10:37:14 2001
+++ indexpage.pl Wed Jun 13 10:37:25 2001
@@ -1,4 +1,4 @@
-#!/sw/local/bin/perl -w
+#!/usr/bin/perl -w
# $Id: patch-indexpage.pl,v 1.1.1.1 2001/06/13 03:02:36 kevlo Exp $
#
# This script generates one or more index pages and the corresponding

View File

@ -0,0 +1,9 @@
Indexpage.pl generates one or more index pages and the corresponding
thumbnails for displaying images from a digital camera or similar on
the web (as of right now, only .jpg images are recognized). If there
are more images available than will fit on one page with the specified
number of rows and columns, indexpage.pl will generate more than one
page, each with a navigator to easily reach the other pages. The pages
will be called "index.html", "2.html", "3.html", and so on.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/13 03:02:36 kevlo Exp $
bin/indexpage
share/doc/indexpage/README
@dirrm share/doc/indexpage