Commit graph

678 commits

Author SHA1 Message Date
agc
3dd66e41be Unfortunately, the two files being patched contain RCS Ids in the
surrounding context.  Introduce a pre-patch stage which removes the
magic '$' characters from the RCS Id, which means that the patch-*
files in the package need no longer contain the magic RCS Ids, and so
the pacthes can be applied without any fuzz factor.
1999-11-19 12:12:28 +00:00
agc
a4c1c9a438 Remove fuzz from patch. 1999-11-19 11:53:00 +00:00
agc
0f53592606 Make this package compile on Solaris. 1999-11-19 11:21:25 +00:00
agc
1c7b08467d Remove fuzz from patches. 1999-11-19 09:38:18 +00:00
rh
181ee79ef8 Add missing, trailing '$' as reported by wiz@danbala.ifoer.tuwien.ac.at in
PR 8822.
1999-11-18 12:54:06 +00:00
rh
197b3e0a34 Update gif2png to version 2.2.3.
Changes include:
        * gif2png.c: Added some explanatory comments.
        * web2png: Added Python version check.
        * License changed (with Alexander Lehman's and David Koblas's
          permission) to the libpng/zlib license.
        * Option-processing cleanup.
        * discard optional preceding # on gif2png -b option value.
        * Fix to RCS machinery in web2png.
        * Added -b option to gif2png for painting transparent pixels
          with a specified background color.
        * 64-bit cleanliness patch for gif2png from Jesse Perry.
        * Fixed an option-processing bug in web2png.
        * Added -a option to web2png.
        * Fix references in .inc/.css/.js files.
        * John Hascall's patch for filtermode.
        * gif2png man page now warns about potential browser problems.
        * Use env in web2png's #! for portability.
	* Several minor fixes.
1999-11-16 16:57:52 +00:00
rh
e4f6c5b83b Split up multi-file patch and defuzz. 1999-11-14 13:25:58 +00:00
agc
b65d2f82db Add a patch fuzz factor of 2. 1999-11-12 10:41:22 +00:00
rh
25c5a12454 Update xsane to 0.43
Notable changes are:
 - Disabled selection of LZW compression for libtiff.
 - PNG problems (not supported, lineart wrong) are solved.
 - Device name is saved in drc file now.
 - Xsane version is saved in drc file now.
 - Warning is printed if device rc file was not created for active device .
 - In GIMP mode there is no empty file created any more.
 - changed calculation of size in info row from unisgned long to float
   because unsigned long / 10 were to small to fit A4 with 1200x1200 dpi
 - removed member device from struct preferences - was never used
 - warning is printed if device rc file was not created for active device
 - bounded contrast to >=-100.0
 - added continuous update to histogram sliders and preview selection
 - moved "show xxx" menu items form menu "Preferences" to menu "View"
 - changed brightness and contrast range maximum from 300 to 400 %
 - added french translation - thanks to Vincent Renardias
 - added german translation table
 - replaced button-texts negative, rgb default, auto, default, store and
   restore by icons
 - setup/jpeg quality selection is enabled
 - implemented real single-bit format for tiff
 - added tiff compression type selection for multi bit and one bit images
 - the preview selection is based on device coordinates instead of
   preview window coordinates now
 - if there are no standard device settings at program startup, xsane
   take the backend predefined resolution (before this was set to 100)
1999-11-11 14:02:04 +00:00
tron
a7c480712a Update "ee" package to version 0.3.11 included in GNOME 1.0.53 release.
This version fixes several bugs found in 0.3.8.
1999-11-07 20:25:34 +00:00
jlam
ccd34c6311 Change linker flags to compile under NetBSD-1.4.x 1999-11-02 19:48:57 +00:00
jlam
370d53575f Remove obsolete parts of DESCR 1999-11-01 03:35:39 +00:00
jlam
3c762ee39b * Modify to support gd-1.7.3. 1999-11-01 03:34:31 +00:00
jlam
a9b1dc3cc3 * Update p5-GD to 1.22.
* Modify to support gd-1.7.3.

WHAT's NEW IN 1.22
        - added support for statically linked libgd.a, which is
                now default for libgd 1.7.3 (grrrr)
        - added newFromGd2Part() and newFromXPM() methods
1999-11-01 03:32:56 +00:00
jlam
61a5c84807 * Modify to support gd-1.7.3.
* Finish transforming references to "gif" to "png".
1999-11-01 03:31:45 +00:00
jlam
2e2b351156 * Update to gd-1.7.3. Now depends on graphics/freetype and graphics/xpm.
* Build process no longer uses configure.
* Change DESCR to reflect that gd makes PNG, not GIF, files.
* Version library at 1.7.  Fixes PR#????

Changes from version 1.6.3:
--------------------------

  What's new in version 1.7.3?

   Another attempt at Makefile fixes to permit linking with all libraries
   required on platforms with order- dependent linkers. Perhaps it will
   work this time.

  What's new in version 1.7.2?

   An uninitialized-pointer bug in gdtestttf.c was corrected. This bug
   caused crashes at the end of each call to gdImageStringTTF on some
   platforms. Thanks to Wolfgang Haefelinger.

   Documentation fixes. Thanks to Dohn Arms.

   Makefile fixes to permit linking with all libraries required on
   platforms with order- dependent linkers.

  What's new in version 1.7.1?

   A minor buglet in the Makefile was corrected, as well as an inaccurate
   error message in gdtestttf.c. Thanks to Masahito Yamaga.

  What's new in version 1.7?

   Version 1.7 contains the following changes:
     * Japanese language support for the TrueType functions. Thanks to
       Masahito Yamaga.
     * autoconf and configure have been removed, in favor of a carefully
       designed Makefile which produces and properly installs the library
       and the binaries. System-dependent variables are at the top of the
       Makefile for easy modification. I'm sorry, folks, but autoconf
       generated _many, many confused email messages_ from people who
       didn't have things where autoconf expected to find them. I am not
       an autoconf/automake wizard, and gd is a simple, very compact
       library which does not need to be a shared library. I _did_ make
       many improvements over the old gd 1.3 Makefile, which were
       directly inspired by the autoconf version found in the 1.6 series
       (thanks to John Ellson).
     * Completely ANSI C compliant, according to the -pedantic-errors
       flag of gcc. Several pieces of not-quite-ANSI-C code were causing
       problems for those with non-gcc compilers.
     * gdttf.c patched to allow the use of Windows symbol fonts, when
       present (thanks to Joseph Peppin).
     * extern "C" wrappers added to gd.h and the font header files for
       the convenience of C++ programmers. bdftogd was also modified to
       automatically insert these wrappers into future font header files.
       Thanks to John Lindal.
     * Compiles correctly on platforms that don't define SEEK_SET. Thanks
       to Robert Bonomi.
     * Loads Xpm images via the gdImageCreateFromXpm function, if the Xpm
       library is available. Thanks to Caolan McNamara.
1999-11-01 03:29:29 +00:00
mrg
4813f1d22d make sure we apply OSF/DUh/Tru64 UNIX parts of Imakefiles only on those
platforms (ie, not just `AlphaArchitecture').  this showed up under
xpkgwedge where it was attempting to link in -lXext but not finding it.
1999-10-31 10:46:30 +00:00
sakamoto
c5d7c86978 Update xgraph to xgraph-11.3.2-hack.9
some bugfix as memory leak.
	improve speed and source code.
also change MAINTAINER to sakamoto@netbsd.org.
1999-10-29 18:03:30 +00:00
agc
5f6416f6cb Don't rely on make(1) being new enough to do '%'-style substitution.
Fix post-install target so that this package works on Solaris.
1999-10-28 14:45:08 +00:00
agc
445eac767c Upgrade to version 1.2.2.
Changes since version 1.1.1:
        * Fixed a bug in configure that was preventing it from finding
        the png library properly.
        * Fixed a brown-paper-bag bug -- web2png ignored directory
        arguments.
        * Added capability to handle BACKGROUND tags and http URLs.
        Thanks to Rob Reid <reid@astro.utoronto.ca>.
1999-10-28 09:22:54 +00:00
jlam
cf8f9ae1ae * Update to magicpoint-1.0.6a.
* Split out xmindpath into a separate package (x11/xmindpath).
1999-10-28 04:14:02 +00:00
jlam
e48e3486b8 Update to freetype-1.2. Mostly bug and build fixes. 1999-10-28 00:38:43 +00:00
jlam
112e804b00 Update to fnlib-0.5 (from enlightenment) 1999-10-28 00:27:38 +00:00
jlam
0382b8cf61 Update to imlib-1.9.8. 1999-10-28 00:23:08 +00:00
agc
606e5ab825 Mark packages as broken, where necessary. 1999-10-27 17:14:01 +00:00
tron
b777df8069 Fix build problem on i386 a.out systems if hardware acceleration is enabled
via the "Mesa-glx" package. Patch supplied by Allen Briggs in PR pkg/8685.
1999-10-27 13:47:29 +00:00
drochner
79eecdea37 correct ftp distribution directory 1999-10-25 14:37:32 +00:00
tron
9e8a0aad3a Simplify check for Riva chipsets. 1999-10-25 10:18:36 +00:00
tron
ef35f5eca1 Use wildcard dependence for "gtk+" package. 1999-10-25 10:00:40 +00:00
hubertf
e25406a41b 1. Fix last commit if PAPERSIZE's not defined anywhere
2. Split out common code.
1999-10-25 01:36:26 +00:00
tron
fc167b1e25 Make hardware acceleration for Riva 128, TNT and TNT 2 boards work with
XFree86 3.3.5 servers. Fix based on a patch sent by Andrew Gillham in
private e-mail.
1999-10-24 20:44:41 +00:00
tron
249de406c4 Update "imlib" package to version 1.9.7 included in GNOME 1.0.53 release. 1999-10-24 16:49:31 +00:00
tron
867575b000 - Remove redundant dependence on "gtk+" package.
- Use wildcard dependences for "imlib" package.
1999-10-24 16:44:30 +00:00
tron
29630e4c9c Use wildcard dependence for "gtk+" package. 1999-10-24 16:42:30 +00:00
fredb
0a405454cb Enable Japanese support, as suggested in PR pkg/8668
filed by SUNAGAWA Keiki. Also, handle PAPERSIZE=A4.
1999-10-23 15:12:54 +00:00
fredb
56d5bc23a7 Set --enable-a4-paper option to configure conditionally on PAPERSIZE=A4. 1999-10-23 15:08:31 +00:00
hubertf
738702d31d Enable support for japanese fonts.
Fix supplied by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp> in PR 8668
1999-10-23 13:00:36 +00:00
tron
8e90d81d05 Use wildcard dependences for "gnome-libs" and "gnome-core" packages. 1999-10-23 11:08:54 +00:00
tron
e59b1e8791 - Remove redundant dependence on "gtk+" package.
- Use wildcard dependences for "gnome-libs" and "esound" packages.
1999-10-23 00:11:06 +00:00
tron
7119e66e3d Use wildcard dependence for "gtk+" package and create a link for
"libart.m4" in "${LOCALBASE}/share/aclocal" if "${LOCALBASE}" is not
identical with "${X11BASE}". Fixes PR pkg/7649 by Wolfgang Rupprecht.
1999-10-22 23:57:52 +00:00
agc
b16573760c Enable packages (which were marked as broken on the NetBSD/alpha
because gtk wouldn't build) to build on Alpha, since Tim Rightnour
tells me that gtk now builds fine on NetBSD/lpha.
1999-10-22 07:54:15 +00:00
jlam
1e6494838d Remove dependency on libungif. We get it through kdebase. 1999-10-22 01:06:12 +00:00
rh
584365f37e Add and enable gif2png. 1999-10-16 15:04:58 +00:00
rh
94d8b63522 Initial import of gif2png-1.1.1, a program to convert GIF files to PNG. 1999-10-16 15:01:49 +00:00
dmcmahill
31cdd33796 update to tgif-4.1.22
changes since tgif-4.1.21 are (from the tgif-4.1.22 release announcement):
1)  Fix a crashing bug with right click on an non-existant text object.
    Thanks to Helmut Jarausch <jarausch@igpm.rwth-aachen.de> for
    pointing out the problem.
2)  Make Import GIF To X Pixmap Desk under the GIF Animation Submenu of
    the File Menu work with gifsicle-1.16.1.  Thanks to Francis Ngoh
    <fngoh@ti.com> for pointing out the problem.
3)  Fix a RTLD_NOW not-defined bug for FreeBSD 2.2.2.  Thanks to
    Naofumi TSUJII <tsun@tsuki.elect.chuo-u.ac.jp> for the patch.
4)  Force non-condensed PS export if the file contains an XPM or an EPS object.
5)  Add the following new internal commands:

        delete_eps_child(<obj_name>)
        delete_xbm_child(<obj_name>)
        delete_xpm_child(<obj_name>)
1999-10-13 18:41:00 +00:00
dmcmahill
e5f947e029 fix broken patch-sum 1999-10-10 14:49:13 +00:00
dmcmahill
a514846f47 Update to plotutils-2.3. Changes include:
- PNM driver added, which outputs PBM/PGM/PPM format.
- CGM support added, By default, a CGM Plotter produces
  binary-encoded version-3 CGM format, which conforms to the WebCGM
  profile.
- pseudo-GIF driver added, using miGIF run-length encoding routines
- text string format now supports "\fP" macro for switching to
  previous font (cf. troff; "\fR", "\fI", "\fB" supported too).
- libplotter: new C++ library.  Provides base Plotter class, subclasses for
  the different sorts of Plotter.
- new "dotdotdashed" line style added
- new thread save C/C++ API added (old API still supported)
- pic2plot: new utility, which can translate the pic language to any supported
  graphics format, including X11.
- new function pentype() added to the API.
- many bug fixes.  See the file 'NEWS' in the source distribution for a
  complete list (a couple of pages).
1999-10-10 14:33:07 +00:00
tron
3381e8f3db "CONFLICT" -> "CONFLICTS". 1999-10-10 11:06:06 +00:00
jlam
2503ed322d Update giflib to 4.1.0. Note that installed headers are in a new location.
Changes from version 3.0:

Version 4.1.0
============
* Several minor memory leaks in error conditions have been plugged.
* New Function EGifOpen(void *userData, OutputFunc writeFunc) allows user
  specified gif writing functions.
* Old copyright notices in a few source files have been updated.  All library
  copyrights should now reflect the copyright notice in the COPYING file.

Version 4.0.0 -- giflib
=======================
This version of the giflib library merges Eric Raymond's giflib-3.0 release
with the libungif-4.0 release to give people a binary compatible choice
between the two libraries and gives me the chance to add bugfixes to giflib
that have been incorporated in libungif.

PLEASE READ THE FILE PATENT_PROBLEMS BEFORE USING THIS LIBRARY!

Version 4.0.0
=============
Major fixes have been made to the code that handles Extensions.
Unfortunately, this causes binary incompatibility with giflib-3.0 and
libungif-3.x.  However, the API is still intact.  I am, however, deprecating
the use of saveImage[x].Function.  Use
saveImage[x].ExtensionBlocks[y].Function instead.

Version 3.1.1
=============
 The following bugs which caused SegFaults have been fixed:
 * When reading gif files with extensions, DGifSlurp would violate memory.
 * When closing a gif that had a local colormap, DGifCloseFile would attempt
   to free the colormap twice.
 * Fix a potential memory leak in DGifSlurp.
The following enhancements have been made:
 * New function DGifOpen to allow specifying a user definable gif reading
   function.

Version 3.1.0
=============
 * Add a new function:
        GifFileType *DGifOpen(void * userData, InputFunc readFunc)
   to read the gif image from a user defined input function.
 * A few bugfixes.

Version 3.0
===========
Changes from Eric Raymond's libgif:
 * A new gif encoder that makes uncompressed gifs rather than standard,
   LZW-compressed gifs.  This is actually the major motivating factor behind
   libungif; to provide third-party distributors a means to provide a gif
   library without the patented LZW encoder.

 * A new configure script to make compilation of the library on multiple
   platforms easier.  The package should now build shared libraries on all
   platforms supported by GNU libtool.

 * Removed the getarg functions from libgif.  These were not part of the
   public API and only used by the tools in the utils directory so I separated
   them from the rest of the library.

 * Fixed a few bugs in the tools in the utils directory.
1999-10-09 20:31:33 +00:00
jlam
5ff6d9168e Alterations to use libungif instead of giflib 1999-10-09 20:14:08 +00:00