diff options
author | shattered <shattered@pkgsrc.org> | 2014-08-14 19:36:04 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2014-08-14 19:36:04 +0000 |
commit | 4a68003641c86137b7d86cdafb222a5c7701fa51 (patch) | |
tree | c667afd6819dd273ef1fd788fb6f097828956579 /graphics/pstoedit | |
parent | 2f61f0bb1b554595ef46e7627a5db6686ff1f6de (diff) | |
download | pkgsrc-4a68003641c86137b7d86cdafb222a5c7701fa51.tar.gz |
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.
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 6 | ||||
-rw-r--r-- | graphics/pstoedit/PLIST | 5 | ||||
-rw-r--r-- | graphics/pstoedit/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index ac4b0fc61c1..a8524f762e1 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2014/05/15 14:41:53 adam Exp $ +# $NetBSD: Makefile,v 1.75 2014/08/14 19:36:04 shattered Exp $ -DISTNAME= pstoedit-3.60 -PKGREVISION= 15 +DISTNAME= pstoedit-3.62 CATEGORIES= converters graphics print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pstoedit/} @@ -44,6 +43,7 @@ post-install: done ${INSTALL_DATA} ${DOCSRC}/readme.txt ${DESTDIR}${DOCDIR} +.include "../../archivers/libzip/buildlink3.mk" .include "../../graphics/gd/buildlink3.mk" .include "../../graphics/ImageMagick/buildlink3.mk" .include "../../graphics/plotutils/buildlink3.mk" diff --git a/graphics/pstoedit/PLIST b/graphics/pstoedit/PLIST index 68907a3b42d..0167efdb8cf 100644 --- a/graphics/pstoedit/PLIST +++ b/graphics/pstoedit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2011/11/30 21:07:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2014/08/14 19:36:04 shattered Exp $ bin/pstoedit include/pstoedit/base64writer.h include/pstoedit/cppcomp.h @@ -18,6 +18,7 @@ lib/pstoedit/libpstoedit.la lib/pstoedit/pkgconfig/pstoedit.pc lib/pstoedit/pstoedit/libp2edrvlplot.la lib/pstoedit/pstoedit/libp2edrvmagick++.la +lib/pstoedit/pstoedit/libp2edrvpptx.la lib/pstoedit/pstoedit/libp2edrvstd.la lib/pstoedit/pstoedit/libp2edrvswf.la man/man1/pstoedit.1 @@ -33,4 +34,6 @@ share/pstoedit/mpost.fmp share/pstoedit/safer.ps share/pstoedit/svg.fmp share/pstoedit/swffonts/default.fdb +share/pstoedit/unix.fmp share/pstoedit/wemf.fmp +share/pstoedit/windows.fmp diff --git a/graphics/pstoedit/distinfo b/graphics/pstoedit/distinfo index 19cf0d661cc..7f64aefd548 100644 --- a/graphics/pstoedit/distinfo +++ b/graphics/pstoedit/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2011/11/30 21:07:20 wiz Exp $ +$NetBSD: distinfo,v 1.15 2014/08/14 19:36:04 shattered Exp $ -SHA1 (pstoedit-3.60.tar.gz) = 649ade3d873429548eb6dd9f3e13cb79a8d6a1a2 -RMD160 (pstoedit-3.60.tar.gz) = 5e1e40b5d8ea1cee045ce19b5c6322e35f108690 -Size (pstoedit-3.60.tar.gz) = 988351 bytes +SHA1 (pstoedit-3.62.tar.gz) = 50d5a4e2fe0e0ff2f73cb094cb945b221083e742 +RMD160 (pstoedit-3.62.tar.gz) = f1d1ee54f4608ad8fa0d2a03a192ae6c6e27f5e9 +Size (pstoedit-3.62.tar.gz) = 1013477 bytes SHA1 (patch-aa) = 7b6f650e502727b680fd91923f05a5188e91bfa6 SHA1 (patch-ab) = 02f7955e508cdc3b52985ac35d8f91c621e43290 SHA1 (patch-ac) = aa0c53f93c6f256c72f60f11363f372dfc949c40 |