summaryrefslogtreecommitdiff
path: root/graphics/tgif
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-01-16 12:20:06 +0000
committerdrochner <drochner@pkgsrc.org>2005-01-16 12:20:06 +0000
commit84077cbda9d0f731457410d22279b637e2d0caaa (patch)
tree59513b4228b0ed8b3c261fd06b15a5e3b42f2e2f /graphics/tgif
parentfb58692417d19b4e6c7ff3f3c333c890ae40d15d (diff)
downloadpkgsrc-84077cbda9d0f731457410d22279b637e2d0caaa.tar.gz
update to PL44
changes: Fix a bug with imagemap generation. Replace "eq4.sym" and "eq4-2x.sym". These new LaTeX equation symbols do *not* use pstoepsi, ps2epsi, etc. It only requires "latex", "dvips", and "gs" to function. Add the following new internal commands: pstoepsi(<target_eps_path>,<src_ps_path>,<scale>)
Diffstat (limited to 'graphics/tgif')
-rw-r--r--graphics/tgif/Makefile5
-rw-r--r--graphics/tgif/distinfo7
-rw-r--r--graphics/tgif/patches/patch-aa12
3 files changed, 18 insertions, 6 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile
index 4f58d4eb201..673246b0278 100644
--- a/graphics/tgif/Makefile
+++ b/graphics/tgif/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2004/10/03 00:14:58 tv Exp $
+# $NetBSD: Makefile,v 1.47 2005/01/16 12:20:06 drochner Exp $
#
-DISTNAME= tgif-4.1.43
-PKGREVISION= 1
+DISTNAME= tgif-4.1.44
CATEGORIES= graphics
MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/free-of-charge/
diff --git a/graphics/tgif/distinfo b/graphics/tgif/distinfo
index 8eea8bed836..ceba7ed6149 100644
--- a/graphics/tgif/distinfo
+++ b/graphics/tgif/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.7 2003/08/19 09:19:37 dmcmahill Exp $
+$NetBSD: distinfo,v 1.8 2005/01/16 12:20:06 drochner Exp $
-SHA1 (tgif-4.1.43.tar.gz) = 8913c41263f90a046e7e8dea8f5da4203e13c572
-Size (tgif-4.1.43.tar.gz) = 1618636 bytes
+SHA1 (tgif-4.1.44.tar.gz) = 9213981dfd45c34ee17723c8e8e970ecee708290
+Size (tgif-4.1.44.tar.gz) = 1877564 bytes
+SHA1 (patch-aa) = c240d7c0a2791fd72da187494e5999f835381488
diff --git a/graphics/tgif/patches/patch-aa b/graphics/tgif/patches/patch-aa
new file mode 100644
index 00000000000..5ceaaefd84d
--- /dev/null
+++ b/graphics/tgif/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.7 2005/01/16 12:20:06 drochner Exp $
+
+--- patchlvl.h.orig 2005-01-15 23:30:47.000000000 +0100
++++ patchlvl.h
+@@ -34,6 +34,6 @@
+ #ifndef _TGIF_PATCHLEVEL_H_
+ #define _TGIF_PATCHLEVEL_H_
+
+-#define TGIF_PATCHLEVEL 43
++#define TGIF_PATCHLEVEL 44
+
+ #endif /*_TGIF_PATCHLEVEL_H_*/