diff options
author | ache <ache@FreeBSD.org> | 1998-05-19 23:09:47 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-05-19 23:09:47 +0000 |
commit | 22b2ab9a50caf4ecc29e2963ce3a1045f9a79fd6 (patch) | |
tree | fe5cb06f0bb44609ebbdc7d2659ac973b8a943ce /www/WebMagick | |
parent | de9388f5f637864814044c88bc9ab4f62a5d1db4 (diff) | |
download | FreeBSD-ports-22b2ab9a50caf4ecc29e2963ce3a1045f9a79fd6.zip FreeBSD-ports-22b2ab9a50caf4ecc29e2963ce3a1045f9a79fd6.tar.gz |
HTML images catalog and thumbnails generator, SSI, imagemaps, etc.
Diffstat (limited to 'www/WebMagick')
-rw-r--r-- | www/WebMagick/Makefile | 34 | ||||
-rw-r--r-- | www/WebMagick/distinfo | 1 | ||||
-rw-r--r-- | www/WebMagick/files/patch-aa | 19 | ||||
-rw-r--r-- | www/WebMagick/pkg-comment | 1 | ||||
-rw-r--r-- | www/WebMagick/pkg-descr | 7 | ||||
-rw-r--r-- | www/WebMagick/pkg-plist | 21 |
6 files changed, 83 insertions, 0 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile new file mode 100644 index 0000000..fe136a3 --- /dev/null +++ b/www/WebMagick/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: WebMagick +# http://www.cyberramp.net/~bfriesen/webmagick/ +# Version required: 1.44 +# Date created: 20 May 1998 +# Whom: ache +# +# $Id: Makefile,v 1.18 1998/05/14 08:23:24 vanilla Exp $ +# + +DISTNAME= WebMagick-1.44 +CATEGORIES= www +MASTER_SITES= http://www.cyberramp.net/~bfriesen/webmagick/dist/ + +MAINTAINER= ache@freebsd.org + +USE_PERL5= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \ + webmagick_cv_iconpath=webmagick \ + webmagick_cv_prefixpath="" \ + webmagick_cv_htimage="" \ + webmagick_cv_maptype=ncsa + +RUN_DEPENDS= ${PREFIX}/lib/libMagick.a:${PORTSDIR}/graphics/ImageMagick \ + ${PREFIX}/lib/perl5/site_perl/i386-freebsd/auto/Image/Magick/Magick.so:${PORTSDIR}/graphics/p5-PerlMagick + +post-install: + cd ${WRKSRC}; \ + if [ ! -f ${PREFIX}/etc/webmagickrc ] ; then \ + ${INSTALL_DATA} webmagickrc ${PREFIX}/etc; \ + fi; \ + ${INSTALL_DATA} webmagickrc ${PREFIX}/etc/webmagickrc.dist + +.include <bsd.port.mk> diff --git a/www/WebMagick/distinfo b/www/WebMagick/distinfo new file mode 100644 index 0000000..7756782 --- /dev/null +++ b/www/WebMagick/distinfo @@ -0,0 +1 @@ +MD5 (WebMagick-1.44.tar.gz) = 83b2a6d17a213097717ba113e4776381 diff --git a/www/WebMagick/files/patch-aa b/www/WebMagick/files/patch-aa new file mode 100644 index 0000000..a82e2fd --- /dev/null +++ b/www/WebMagick/files/patch-aa @@ -0,0 +1,19 @@ +*** webmagickrc.in.bak Tue Mar 24 07:45:52 1998 +--- webmagickrc.in Wed May 20 02:38:55 1998 +*************** +*** 32,38 **** + # Name of per-directory rc file + # $opt_webmagickrc = '.webmagickrc'; + # global rc files +! @global_option_files = ("/etc/webmagickrc", "$ENV{'HOME'}/${opt_webmagickrc}"); + + + # File naming +--- 32,38 ---- + # Name of per-directory rc file + # $opt_webmagickrc = '.webmagickrc'; + # global rc files +! @global_option_files = ("@prefix@/etc/webmagickrc", "$ENV{'HOME'}/${opt_webmagickrc}"); + + + # File naming diff --git a/www/WebMagick/pkg-comment b/www/WebMagick/pkg-comment new file mode 100644 index 0000000..4a5d362 --- /dev/null +++ b/www/WebMagick/pkg-comment @@ -0,0 +1 @@ +Image Web Generator - recursively build HTML pages, imagemaps, thumbnails diff --git a/www/WebMagick/pkg-descr b/www/WebMagick/pkg-descr new file mode 100644 index 0000000..ce0347c --- /dev/null +++ b/www/WebMagick/pkg-descr @@ -0,0 +1,7 @@ +WebMagick is a package which supports making image collections +available on the Web. It recurses through directory trees, building +HTML pages and imagemap files to allow the user to navigate through +collections of thumbnail images (somewhat similar to xv's Visual +Schnauzer) and select the image to view with a mouse click (see sample +output). Every effort is made to minimize the bandwidth required +between the server and the browser. diff --git a/www/WebMagick/pkg-plist b/www/WebMagick/pkg-plist new file mode 100644 index 0000000..a6104cd --- /dev/null +++ b/www/WebMagick/pkg-plist @@ -0,0 +1,21 @@ +etc/webmagickrc.dist +bin/webmagick +info/webmagick.info +info/webmagick.info-1 +info/webmagick.info-2 +www/data/webmagick/aqua_next.gif +www/data/webmagick/aqua_prev.gif +www/data/webmagick/blue_ball.gif +www/data/webmagick/blue_ball_large.gif +www/data/webmagick/blue_ball_medium.gif +www/data/webmagick/blue_dir.gif +www/data/webmagick/blue_down.gif +www/data/webmagick/blue_help.gif +www/data/webmagick/blue_next.gif +www/data/webmagick/blue_prev.gif +www/data/webmagick/blue_readme.gif +www/data/webmagick/blue_top.gif +www/data/webmagick/blue_up.gif +www/data/webmagick/gray_next.gif +www/data/webmagick/gray_prev.gif +www/data/webmagick/webmagick.js |