mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
HTML images catalog and thumbnails generator, SSI, imagemaps, etc.
This commit is contained in:
parent
4ef26603cc
commit
7784b70e1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11069
34
www/WebMagick/Makefile
Normal file
34
www/WebMagick/Makefile
Normal file
@ -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>
|
1
www/WebMagick/distinfo
Normal file
1
www/WebMagick/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (WebMagick-1.44.tar.gz) = 83b2a6d17a213097717ba113e4776381
|
19
www/WebMagick/files/patch-aa
Normal file
19
www/WebMagick/files/patch-aa
Normal file
@ -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
|
1
www/WebMagick/pkg-comment
Normal file
1
www/WebMagick/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Image Web Generator - recursively build HTML pages, imagemaps, thumbnails
|
7
www/WebMagick/pkg-descr
Normal file
7
www/WebMagick/pkg-descr
Normal file
@ -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.
|
21
www/WebMagick/pkg-plist
Normal file
21
www/WebMagick/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user