Commit graph

18 commits

Author SHA1 Message Date
markd
ea2e7433b8 Upstream patch for not finding plugins. Fixes latex input in inkscape. 2016-08-22 11:20:56 +00:00
adam
70544752ac New or changed in 3.70:
some code improvements as suggested by Coverity. See current Coverity status here: https://scan.coverity.com/projects/498
removed the -DBUGGYGPP compile flag since now g++ can compile the code without it. The former work-arounds are still there but will be removed later.
enabled more warnings when compiling with g++ and fixed some resulting warnings.
changed the autoconf part to better support the inclusion of libzip for the pptx driver.
included a lot of documentation corrections contributed by Peter Dyballa. Many thanks!
using non case sensitive comparison when determining the target format from the file suffix.
using more STL classes instead of older private replacements (string and vector). In this context also some hard coded limits were removed.
fixed an assertion violation when using -ssp and a closepath occurred.
added the dump of the font name for the DXF format.
prototype of a "simulate fill" option for emulating filling by stroking. This is based on fillpoly.c from the hp2xx project. Thanks also to Gary Langthorne for pointing out this option. This is still kind of experimental.
2016-05-16 20:17:10 +00:00
agc
7f810a359f Add SHA512 digests for distfiles for graphics category
Problems found with existing digests:
	Package fotoxx distfile fotoxx-14.03.1.tar.gz
	ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
	118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
	Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
	34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
	Package pgraf: missing distfile pgraf-20010131.tar.gz
	Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 21:33:50 +00:00
shattered
1a0b1e535a Update to 3.62. Changes:
fixed a bug in handling of -page option.
fixed a bug in detecting rectangles.
fixed a bug in passing generic libplot arguments to the libplot drivers.

improved handling of composite fonts, especially those having FMapType
  other than 2.
improved bounding box tracing in case of text.
improved support for 64-bit systems related to different version of
  ghostscript, and integration of pstoedit to gsview.

changed the creation of filenames when using the -split option.
  Related to that there is new option -pagenumberformat.
added some features for the LaOS project (http://www.laoslaser.org/)
new backend generating PowerPoint pptx files.
2014-08-14 19:36:04 +00:00
wiz
32f17cd856 Update to 3.60:
New or changed in 3.60:

    added option (-minlinewidth) for adjusting very thin (e.g. zero-width) lines to a minimal width.
    added an option (-pslanguagelevel) for easy switching the language level to be used by GhostScript during interpretation of the PostScript/PDF file.
    new driver for the "Context Free" drawing tool (http://www.contextfreeart.org/ ) contributed by Scott Pakin.
    fixed the windows binary version - some drivers were missing.
    fixed some problems in handling composite fonts (FontType = 0)
    windows 32 bit binary can call 64 bit ghostscript as exe (i.e. not via DLL interface)
    support for 64 bit windows and Office 2010
2011-11-30 21:07:20 +00:00
obache
ebe19f9d51 Update pstoedit to 3.50.
While here, remove restriction, it's "please", not "have to".
 see: http://packages.debian.org/changelogs/pool/main/p/pstoedit/pstoedit_3.45-8/pstoedit.copyright

New or changed in 3.50:

    * added an option (-gs) to specify the full path to GhostScript (under
      Windows - either the .exe or the DLL). This can be used by portable
      applications to direct pstoedit to use a specific GhostScript version.
    * Stanislav Brabec contributed several improvements to the PCB driver. See
      http://www.penguin.cz/~utx/pstoedit-pcb/ on how these can be useful.
    * Scott Pakin submitted several improvements to the mpost driver and the
      font substitution mechanism.
    * new driver for .vtk files e.g. for ParaView - http://www.paraview.org/
      - but this is still a very basic version. Thanks to Mitesh Patel for
      initiating and testing.
    * new driver for cairo (http://cairographics.org/ ) contributed by Dan
      McMahill. This driver generates C-code which can be compiled and linked
      against the cairo libraries. See the contrib/cairo directory for an
      example.
    * several improvements on the DXF driver as suggested and sponsored by
      Markus Meyer.
    * because pstoedit may write its output to stdout, all output written by
      GhostScript to stdout is now redirected to stderr in order to avoid mixed
      output.
    * added a -q option to suppress the initial startup message of pstoedit.
      This can by useful when being called via a pipe, e.g. from inkscape.
      However, note that this does not suppress all output written to stderr -
      see also note above.
    * John Bowman fixed a number of problems related to clipping and image
      support for the Asymptote backend.
    * fixed a compilation problem with g++ V4.x.
    * new driver for gcode (.ngc files) (tested with emc see
      http://linuxcnc.org). Contributed by Lawrence Glaister.
    * some adaptations for newer versions of libming
    * fixed a line width problem for xfig format.
    * corrected the broken pstoedit.m4 - thanks to Ian Abbott
    * some minor code beautifying.
2010-04-13 06:53:19 +00:00
dmcmahill
83703ff8af update to pstoedit-3.45
New or changed in 3.45:

     * Some minor corrections of warnings issued by Coverity Prevent
       (security related checks).
     * fixed a bug in the fig backend related to dotted lines.
     * added better support for pagesize handling in the driver framework.
     * better handling of fonts using 0 encoded characters (thanks to
       Vladimir Eltsov)
     * fixed a problem which caused newer versions of GhostScript to go
       into an endless loop.

New or changed in 3.44:

     * hotfix for the Aysmptote driver to make it compatible with
       Aysmptote version 1.00.
     * removed some diagnostic messages concerning temporary file
       handling.
     * removed the pstoedit-config.* since this is replaced by the
       pkg-config file pstoedit.pc.

New or changed in 3.43:

     * some usability improvements as proposed in Debian Bug
       Report #347732
       [1]http://groups.google.com/group/linux.debian.bugs.dist/msg/c38e1f
       79d75b3152?dmode=source&hl=de
     * cleaned some minor problems found by the Klocwork checker
       ([2]www.klocwork.com )
     * replaced tempnam with mkstemp where available.
     * replaced several string related functions with the secure versions
       where available (Windows - VC++2005)
     * switched back again to calling GhostScript as .exe instead of via
       the DLL in case pstoedit is called via gsview. Reason - there can
       be only one instance of GhostScript per process and gsview needs a
       second instance.
     * a new driver for the OpenOffice metafile format (drvsvm)
       contributed by Thorsten Behrens.
     * source code cleanup considering messages issued by Gimpel's
       FlexeLint/PC-Lint ([3]www.gimpel.com ).
     * added a "-glyphs" option. Given this option, the PostScript
       frontend passes also (if possible) the glyph names to the backend.
       However, so far no backend really uses the glyph names. This is
       only a preparation for future work.
     * changed the way how Image/Graphicmagick is handled by configure.
       Now configure tries to use pkg-config as proposed by the maintainer
       of the Debian version of pstoedit (Ray Dassen).
     * included a further patch for the Aysmptote driver.
2009-03-10 03:29:37 +00:00
joerg
64b116c873 Include unistd.h for mkstemp on DragonFly. 2005-12-28 17:27:28 +00:00
drochner
a7665400fc update to 3.41
too many changes to list here -- see the ChangeLog for details
2005-08-12 19:29:29 +00:00
rillig
9b1b4e9b30 Added a patch that checks for the correct C preprocessor symbol
(__NetBSD__) instead of NetBSD. Approved by wiz.
2005-03-14 15:04:04 +00:00
drochner
2e6bc6713b check for __NetBSD__, not just NetBSD.
fixes build on -current
(there is a newer version available, tbd later)
2005-02-25 18:31:43 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
markd
6b2ce1be48 Fix to build with gcc3. 2003-12-03 11:18:05 +00:00
seb
43ae6eb8c1 Use buildlink2.
Reduce configure's patch size with pkgdiff.
Install documentation files in $PREFIX/share/doc/{,html/}pstoedit.
Install one file at a time.

Bump PKGREVISION.
2003-05-06 23:03:10 +00:00
wiz
b95b8e5d8b Add RCS Id. 2002-07-02 12:52:43 +00:00
itohy
3a9ea86baa Update pstoedit to 3.31. Approved by wiz.
Tested compilation on i386 (a.out) and alpha (ELF).
Note the usage of libtool is not normal.
2002-05-07 13:18:26 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00