summaryrefslogtreecommitdiff
path: root/graphics/fly/patches/patch-ad
diff options
context:
space:
mode:
authoragc <agc>1999-08-27 10:11:01 +0000
committeragc <agc>1999-08-27 10:11:01 +0000
commitcd9ac8a2d4749cf393192e6c3782f250a6cdaaa3 (patch)
treea380c8ddf24a7ed69ffaf0ca47c0e016452ed251 /graphics/fly/patches/patch-ad
parente3aa98ba4be0126249e23e34129cbad0c4affa9d (diff)
downloadpkgsrc-cd9ac8a2d4749cf393192e6c3782f250a6cdaaa3.tar.gz
Add support for gd-1.6.3, and associated GIF -> PNG migration. Convert
GIF images to PNG ones using netpbm at installation time. Update the HTML documentation to use the generated PNG graphics. Update to version 1.6.5 of fly whilst we're here. Version: 1.6.5 15th January 1999 Minor bug fix. Seg fault on garbage input file or empty input file. Thanks to Anatoly A. Orehovsky <tolik@mpeks.tomsk.su> for the report and code fix. Version: 1.6.4 24th November 1998 Minor bug fixes. Removing warnings and fixing minor errors in some print statements. Thanks to Bernie Kirby <bernie@iii.rmit.edu.au> for reporting the warnings. Version: 1.6.3 22nd October 1998 Minor additional feature: any pair of diametrically opposite vertices in any order will now be accepted for rect and frect. Version: 1.6.2 25th September 1998 Minor bug fix - some return codes in case of fatal errors were 0 when they should have been 1. Addition of code for win32 binmode problem. (thanks to Shoji Mori <mori@moriken.com>)
Diffstat (limited to 'graphics/fly/patches/patch-ad')
-rw-r--r--graphics/fly/patches/patch-ad42
1 files changed, 42 insertions, 0 deletions
diff --git a/graphics/fly/patches/patch-ad b/graphics/fly/patches/patch-ad
new file mode 100644
index 00000000000..5f652a7f09e
--- /dev/null
+++ b/graphics/fly/patches/patch-ad
@@ -0,0 +1,42 @@
+$NetBSD: patch-ad,v 1.1 1999/08/27 10:11:02 agc Exp $
+
+Update for PNG support
+
+--- doc/FAQ.html 1999/08/27 09:51:38 1.1
++++ doc/FAQ.html 1999/08/27 09:52:47
+@@ -1,7 +1,7 @@
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+ <html>
+ <head>
+- <title>GIFs on the fly: Frequently Asked Questions
++ <title>PNGs on the fly: Frequently Asked Questions
+ </title>
+ <link rev="made" href="mailto:gleeson@unimelb.edu.au">
+ <meta name="description"
+@@ -18,7 +18,7 @@
+ <td><h1>fly: Documentation: Frequently Asked Questions</h1>
+ </td>
+ <td><a href="http://www.unimelb.edu.au/fly/"><img
+- src="fly-logo.gif" border="0" hspace="5" vspace="5"
++ src="fly-logo.png" border="0" hspace="5" vspace="5"
+ alt=" [fly] " width="157" height="52"></a>
+ </td>
+ </tr>
+@@ -80,13 +80,13 @@
+ <!-- ===================================================================== -->
+ <hr size="2" noshade>
+
+- <p align="center"><a href="index.html"><img src="nav-home.gif" border="0"
++ <p align="center"><a href="index.html"><img src="nav-home.png" border="0"
+ alt="[Home]" width="52" height="24"></a> <a
+- href="documentation.html"><img src="nav-docs.gif" border="0"
++ href="documentation.html"><img src="nav-docs.png" border="0"
+ alt="[Documentation]" width="120" height="24"></a> <a
+- href="copyright.html"><img src="nav-copyright.gif" border="0"
++ href="copyright.html"><img src="nav-copyright.png" border="0"
+ alt="[Copyright]" width="86" height="24"></a> <a href="feedback.html"><img
+- src="nav-feedback.gif" border="0" alt="[Feedback]" width="80"
++ src="nav-feedback.png" border="0" alt="[Feedback]" width="80"
+ height="24"></a>
+ </p>
+