summaryrefslogtreecommitdiff
path: root/www/igal
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-01-31 09:59:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-01-31 09:59:37 +0000
commit3bb2f85aee24af56f13728984801f73d86230b81 (patch)
treee34e26a4899e11e4ff5ff177dcd15955ae350861 /www/igal
parent- SIZEify (diff)
Update to 1.4. Mostly minor fixes; see Changelog for details.
PR: ports/62071 Submitted by: Thomas Ugland <spam@nowhere.net>
Notes
Notes: svn path=/head/; revision=99593
Diffstat (limited to 'www/igal')
-rw-r--r--www/igal/Makefile2
-rw-r--r--www/igal/distinfo2
-rw-r--r--www/igal/files/patch-Makefile36
-rw-r--r--www/igal/files/patch-igal.151
-rw-r--r--www/igal/files/patch-indextemplate.html31
-rw-r--r--www/igal/pkg-plist7
6 files changed, 55 insertions, 74 deletions
diff --git a/www/igal/Makefile b/www/igal/Makefile
index 64870b7d99dd..224d06310185 100644
--- a/www/igal/Makefile
+++ b/www/igal/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= igal
-PORTVERSION= 1.3
+PORTVERSION= 1.4
CATEGORIES= www graphics
MASTER_SITES= http://www.stanford.edu/~epop/igal/ \
http://planetmirror.com/pub/igal/
diff --git a/www/igal/distinfo b/www/igal/distinfo
index f9cec5d39251..58708b7d698b 100644
--- a/www/igal/distinfo
+++ b/www/igal/distinfo
@@ -1 +1 @@
-MD5 (igal-1.3.tar.gz) = dceec90c328e76889b3b741fbeeb1309
+MD5 (igal-1.4.tar.gz) = 49f1b27229e80a7719a9378afa0981a3
diff --git a/www/igal/files/patch-Makefile b/www/igal/files/patch-Makefile
index 6febd690f68d..013cd1a0f516 100644
--- a/www/igal/files/patch-Makefile
+++ b/www/igal/files/patch-Makefile
@@ -1,23 +1,15 @@
-*** 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
+--- Makefile.orig Tue Feb 4 07:41:31 2003
++++ Makefile Thu Jan 29 11:18:43 2004
+@@ -12,8 +12,10 @@
+ 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)
+ install:: igal
+- install -D -m 0755 igal $(BINDIR)/igal
+- install -D -m 0644 igal.1 $(MANDIR)/igal.1
++ install -m 0755 igal $(BINDIR)/igal
++ install -m 0644 igal.1 $(MANDIR)/igal.1
+ install -d -m 0755 $(LIBDIR)
+ install -m 0644 README THANKS ChangeLog COPYING indextemplate.html slidetemplate.html tile.png igal.css $(LIBDIR)
diff --git a/www/igal/files/patch-igal.1 b/www/igal/files/patch-igal.1
index c69c047b0ec5..b90b8254b3d9 100644
--- a/www/igal/files/patch-igal.1
+++ b/www/igal/files/patch-igal.1
@@ -1,30 +1,21 @@
-*** 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 ----
+--- igal.1.orig Mon Feb 3 04:42:22 2003
++++ igal.1 Thu Jan 29 11:10:37 2004
+@@ -261,14 +261,9 @@
+ but if any major bugs pop up I probably ought to fix them.
+ .SH AUTHOR
+ Eric Pop <epop@stanford.edu>
++.TP
++FreeBSD port maintainer:
++.RE
++Dylan Carlson <absinthe@pobox.com>
+ .SH "SEE ALSO"
+ .BR cjpeg ", " djpeg ", " pnmscale ", " identify ", " convert ". "
+-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" .
diff --git a/www/igal/files/patch-indextemplate.html b/www/igal/files/patch-indextemplate.html
index f5664dac6dcc..c54b7757cfec 100644
--- a/www/igal/files/patch-indextemplate.html
+++ b/www/igal/files/patch-indextemplate.html
@@ -1,19 +1,12 @@
-*** 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>
+--- indextemplate.html.org Thu Jan 29 10:58:47 2004
++++ indextemplate.html Thu Jan 29 11:00:34 2004
+@@ -21,8 +21,7 @@
+ </DIV>
+
+ <P class="small">created with
+- <A href="http://www.stanford.edu/~epop/igal">igal</A></P>
+-
++ <a href="http://www.stanford.edu/~epop/igal">igal</a> for <a href="http://www.freebsd.org/">freebsd</a></font></P>
+ </BODY>
+ </HTML>
+
diff --git a/www/igal/pkg-plist b/www/igal/pkg-plist
index b3d8f1d7010f..96bc205d9213 100644
--- a/www/igal/pkg-plist
+++ b/www/igal/pkg-plist
@@ -1,5 +1,10 @@
bin/igal
+lib/igal/COPYING
+lib/igal/ChangeLog
+lib/igal/README
+lib/igal/THANKS
+lib/igal/igal.css
lib/igal/indextemplate.html
lib/igal/slidetemplate.html
-lib/igal/tile.gif
+lib/igal/tile.png
@dirrm lib/igal