diff options
author | petef <petef@FreeBSD.org> | 2003-05-12 00:40:38 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-12 00:40:38 +0800 |
commit | ddbf5618701144c96f8d3374a9f51c5e23793662 (patch) | |
tree | 8e2cdc6a5e13bfe3fafccbc41bff47580fbc3726 /www/igal/files | |
parent | b7ca4159a174628bfaf61c6a6f1f08f2ae99dd18 (diff) | |
download | freebsd-ports-gnome-ddbf5618701144c96f8d3374a9f51c5e23793662.tar.gz freebsd-ports-gnome-ddbf5618701144c96f8d3374a9f51c5e23793662.tar.zst freebsd-ports-gnome-ddbf5618701144c96f8d3374a9f51c5e23793662.zip |
Add igal 1.3, a static html image gallery generator for *nix.
PR: 41673
Submitted by: Dylan Carlson <absinthe@pobox.com>
Diffstat (limited to 'www/igal/files')
-rw-r--r-- | www/igal/files/patch-Makefile | 23 | ||||
-rw-r--r-- | www/igal/files/patch-igal.1 | 30 | ||||
-rw-r--r-- | www/igal/files/patch-indextemplate.html | 19 |
3 files changed, 72 insertions, 0 deletions
diff --git a/www/igal/files/patch-Makefile b/www/igal/files/patch-Makefile new file mode 100644 index 000000000000..6febd690f68d --- /dev/null +++ b/www/igal/files/patch-Makefile @@ -0,0 +1,23 @@ +*** Makefile.orig Mon Sep 3 19:26:32 2001 +--- Makefile Wed Aug 14 17:27:24 2002 +*************** +*** 12,19 **** + rm -f $(BINDIR)/igal + rm -f $(MANDIR)/igal.1 + + install:: igal +! install -D -m 0755 igal $(BINDIR)/igal +! install -D -m 0644 igal.1 $(MANDIR)/igal.1 + install -d -m 0755 $(LIBDIR) + install -m 0644 indextemplate.html slidetemplate.html tile.gif $(LIBDIR) +--- 12,21 ---- + rm -f $(BINDIR)/igal + rm -f $(MANDIR)/igal.1 + ++ all:: igal ++ + install:: igal +! install -m 0755 igal $(BINDIR)/igal +! install -m 0644 igal.1 $(MANDIR)/igal.1 + install -d -m 0755 $(LIBDIR) + install -m 0644 indextemplate.html slidetemplate.html tile.gif $(LIBDIR) diff --git a/www/igal/files/patch-igal.1 b/www/igal/files/patch-igal.1 new file mode 100644 index 000000000000..c69c047b0ec5 --- /dev/null +++ b/www/igal/files/patch-igal.1 @@ -0,0 +1,30 @@ +*** igal.1.orig Wed Aug 14 16:59:12 2002 +--- igal.1 Wed Aug 14 17:06:28 2002 +*************** +*** 228,233 **** +--- 228,237 ---- + None that I know of. + .RE + But if you find some please send me email. ++ .TP ++ FreeBSD port maintainer: ++ .RE ++ Dylan Carlson <absinthe@pobox.com> + .SH AUTHOR + Eric Pop <epop@stanford.edu> + .SH "SEE ALSO" +*************** +*** 237,248 **** + .BR identify (1), + .BR mogrify (1) + .RE +- If they didn't come standard with your Linux distribution +- you can find them at +- .I rpmfind.net +- (inside libjpeg and libgr-progs) and at +- .IR "imagemagick.org" , +- respectively. Also try +- .I www.ijg.org +- and +- .IR "netpbm.sourceforge.net" . +--- 241,243 ---- diff --git a/www/igal/files/patch-indextemplate.html b/www/igal/files/patch-indextemplate.html new file mode 100644 index 000000000000..f5664dac6dcc --- /dev/null +++ b/www/igal/files/patch-indextemplate.html @@ -0,0 +1,19 @@ +*** indextemplate.html.orig Wed Aug 14 16:55:45 2002 +--- indextemplate.html Wed Aug 14 16:57:10 2002 +*************** +*** 17,23 **** + </center> + + <p><font size="-1">created with +! <a href="http://www.stanford.edu/~epop/igal">igal</a></font> + </font> + + </body> +--- 17,23 ---- + </center> + + <p><font size="-1">created with +! <a href="http://www.stanford.edu/~epop/igal">igal</a> for <a href="http://www.freebsd.org/">freebsd</a></font> + </font> + + </body> |