Wed Nov 30 21:07:20 2011 UTC ()
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


(wiz)
diff -r1.55 -r1.56 pkgsrc/graphics/pstoedit/Makefile
diff -r1.7 -r1.8 pkgsrc/graphics/pstoedit/PLIST
diff -r1.13 -r1.14 pkgsrc/graphics/pstoedit/distinfo
diff -r1.6 -r1.7 pkgsrc/graphics/pstoedit/patches/patch-ab
diff -r1.6 -r1.7 pkgsrc/graphics/pstoedit/patches/patch-ac
diff -r1.5 -r0 pkgsrc/graphics/pstoedit/patches/patch-ad

cvs diff -r1.55 -r1.56 pkgsrc/graphics/pstoedit/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/pstoedit/Makefile 2011/11/20 22:11:22 1.55
+++ pkgsrc/graphics/pstoedit/Makefile 2011/11/30 21:07:20 1.56
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.55 2011/11/20 22:11:22 sbd Exp $ 1# $NetBSD: Makefile,v 1.56 2011/11/30 21:07:20 wiz Exp $
2 2
3DISTNAME= pstoedit-3.50 3DISTNAME= pstoedit-3.60
4PKGREVISION= 6 
5CATEGORIES= converters graphics print 4CATEGORIES= converters graphics print
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pstoedit/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pstoedit/}
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.pstoedit.net/ 8HOMEPAGE= http://www.pstoedit.net/
10COMMENT= Convert PostScript / PDF into various vector graphic formats 9COMMENT= Convert PostScript / PDF into various vector graphic formats
11#LICENSE= gnu-gpl-v2 10#LICENSE= gnu-gpl-v2
12# man page indicates that there are many licenses and one has to read all 11# man page indicates that there are many licenses and one has to read all
13# the source files 12# the source files
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17MAKE_JOBS_SAFE= no 16MAKE_JOBS_SAFE= no

cvs diff -r1.7 -r1.8 pkgsrc/graphics/pstoedit/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/pstoedit/PLIST 2010/04/13 06:53:19 1.7
+++ pkgsrc/graphics/pstoedit/PLIST 2011/11/30 21:07:20 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.7 2010/04/13 06:53:19 obache Exp $ 1@comment $NetBSD: PLIST,v 1.8 2011/11/30 21:07:20 wiz Exp $
2bin/pstoedit 2bin/pstoedit
3include/pstoedit/base64writer.h 3include/pstoedit/base64writer.h
4include/pstoedit/cppcomp.h 4include/pstoedit/cppcomp.h
5include/pstoedit/drvbase.h 5include/pstoedit/drvbase.h
6include/pstoedit/drvfuncs.h 6include/pstoedit/drvfuncs.h
7include/pstoedit/genericints.h 7include/pstoedit/genericints.h
8include/pstoedit/miscutil.h 8include/pstoedit/miscutil.h
9include/pstoedit/ordlist.h 9include/pstoedit/ordlist.h
10include/pstoedit/papersizes.h 10include/pstoedit/papersizes.h
11include/pstoedit/poptions.h 11include/pstoedit/poptions.h
12include/pstoedit/psimage.h 12include/pstoedit/psimage.h
13include/pstoedit/pstoedit.h 13include/pstoedit/pstoedit.h
14include/pstoedit/pstoeditoptions.h 14include/pstoedit/pstoeditoptions.h
@@ -16,20 +16,21 @@ include/pstoedit/pstoeditoutputlib.h @@ -16,20 +16,21 @@ include/pstoedit/pstoeditoutputlib.h
16include/pstoedit/pstoedll.h 16include/pstoedit/pstoedll.h
17lib/pstoedit/libpstoedit.la 17lib/pstoedit/libpstoedit.la
18lib/pstoedit/pkgconfig/pstoedit.pc 18lib/pstoedit/pkgconfig/pstoedit.pc
19lib/pstoedit/pstoedit/libp2edrvlplot.la 19lib/pstoedit/pstoedit/libp2edrvlplot.la
20lib/pstoedit/pstoedit/libp2edrvmagick++.la 20lib/pstoedit/pstoedit/libp2edrvmagick++.la
21lib/pstoedit/pstoedit/libp2edrvstd.la 21lib/pstoedit/pstoedit/libp2edrvstd.la
22lib/pstoedit/pstoedit/libp2edrvswf.la 22lib/pstoedit/pstoedit/libp2edrvswf.la
23man/man1/pstoedit.1 23man/man1/pstoedit.1
24share/aclocal/pstoedit.m4 24share/aclocal/pstoedit.m4
25share/doc/html/pstoedit/changelog.htm 25share/doc/html/pstoedit/changelog.htm
26share/doc/html/pstoedit/index.htm 26share/doc/html/pstoedit/index.htm
27share/doc/html/pstoedit/pstoedit.htm 27share/doc/html/pstoedit/pstoedit.htm
28share/doc/pstoedit/readme.txt 28share/doc/pstoedit/readme.txt
 29share/pstoedit/drvhpgl.pencolors
29share/pstoedit/examplefigmap.fmp 30share/pstoedit/examplefigmap.fmp
30share/pstoedit/latex2e.fmp 31share/pstoedit/latex2e.fmp
31share/pstoedit/mpost.fmp 32share/pstoedit/mpost.fmp
32share/pstoedit/safer.ps 33share/pstoedit/safer.ps
33share/pstoedit/svg.fmp 34share/pstoedit/svg.fmp
34share/pstoedit/swffonts/default.fdb 35share/pstoedit/swffonts/default.fdb
35share/pstoedit/wemf.fmp 36share/pstoedit/wemf.fmp

cvs diff -r1.13 -r1.14 pkgsrc/graphics/pstoedit/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/pstoedit/distinfo 2010/04/13 06:53:19 1.13
+++ pkgsrc/graphics/pstoedit/distinfo 2011/11/30 21:07:20 1.14
@@ -1,9 +1,8 @@ @@ -1,9 +1,8 @@
1$NetBSD: distinfo,v 1.13 2010/04/13 06:53:19 obache Exp $ 1$NetBSD: distinfo,v 1.14 2011/11/30 21:07:20 wiz Exp $
2 2
3SHA1 (pstoedit-3.50.tar.gz) = 5685bef29fa00aae7cc314d3a1dd21612a98eb2b 3SHA1 (pstoedit-3.60.tar.gz) = 649ade3d873429548eb6dd9f3e13cb79a8d6a1a2
4RMD160 (pstoedit-3.50.tar.gz) = ba9be28424ced48464d93dd8bca60107d181a1c3 4RMD160 (pstoedit-3.60.tar.gz) = 5e1e40b5d8ea1cee045ce19b5c6322e35f108690
5Size (pstoedit-3.50.tar.gz) = 894115 bytes 5Size (pstoedit-3.60.tar.gz) = 988351 bytes
6SHA1 (patch-aa) = 7b6f650e502727b680fd91923f05a5188e91bfa6 6SHA1 (patch-aa) = 7b6f650e502727b680fd91923f05a5188e91bfa6
7SHA1 (patch-ab) = deeafbf9d10f3869a5192d11f2bb5026025704bf 7SHA1 (patch-ab) = 02f7955e508cdc3b52985ac35d8f91c621e43290
8SHA1 (patch-ac) = 1ea36a9e84a9e065aeeea570926336107adfdee0 8SHA1 (patch-ac) = aa0c53f93c6f256c72f60f11363f372dfc949c40
9SHA1 (patch-ad) = 4b0727d518dba7164bb28e9ed3c05979757a54b9 

cvs diff -r1.6 -r1.7 pkgsrc/graphics/pstoedit/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/graphics/pstoedit/patches/Attic/patch-ab 2010/04/13 06:53:20 1.6
+++ pkgsrc/graphics/pstoedit/patches/Attic/patch-ab 2011/11/30 21:07:20 1.7
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-ab,v 1.6 2010/04/13 06:53:20 obache Exp $ 1$NetBSD: patch-ab,v 1.7 2011/11/30 21:07:20 wiz Exp $
2 2
3--- src/Makefile.in.orig 2009-08-13 08:18:34.000000000 +0000 3--- src/Makefile.in.orig 2011-08-27 15:27:38.000000000 +0000
4+++ src/Makefile.in 4+++ src/Makefile.in
5@@ -396,7 +396,7 @@ libpstoedit_la_SOURCES = \ 5@@ -412,7 +412,7 @@ libpstoedit_la_SOURCES = \
6 genericints.h \ 6 genericints.h \
7 version.h 7 version.h
8  8
9-libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -lm 9-libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -lm
10+libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -lm 10+libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -lm
11 libpstoedit_la_LDFLAGS = -no-undefined 11 libpstoedit_la_LDFLAGS = -no-undefined
12 pstoedit_SOURCES = cmdmain.cpp 12 pstoedit_SOURCES = cmdmain.cpp
13 pstoedit_LDFLAGS = -no-undefined -L. libpstoedit.la ${LIBLD_LDFLAGS} 13 pstoedit_LDADD = libpstoedit.la ${LIBLD_LDFLAGS}

cvs diff -r1.6 -r1.7 pkgsrc/graphics/pstoedit/patches/Attic/patch-ac (expand / switch to unified diff)

--- pkgsrc/graphics/pstoedit/patches/Attic/patch-ac 2010/04/13 06:53:20 1.6
+++ pkgsrc/graphics/pstoedit/patches/Attic/patch-ac 2011/11/30 21:07:20 1.7
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1$NetBSD: patch-ac,v 1.6 2010/04/13 06:53:20 obache Exp $ 1$NetBSD: patch-ac,v 1.7 2011/11/30 21:07:20 wiz Exp $
2 2
3Avoid this: 3Avoid this:
4 4
5/usr/pkgsrc/graphics/pstoedit/work/.buildlink/include/ImageMagick/magick/magick-type.h:120: error: ISO C++ does not support 'long long' 5/usr/pkgsrc/graphics/pstoedit/work/.buildlink/include/ImageMagick/magick/magick-type.h:120: error: ISO C++ does not support 'long long'
6/usr/pkgsrc/graphics/pstoedit/work/.buildlink/include/ImageMagick/magick/magick-type.h:121: error: ISO C++ does not support 'long long' 6/usr/pkgsrc/graphics/pstoedit/work/.buildlink/include/ImageMagick/magick/magick-type.h:121: error: ISO C++ does not support 'long long'
7 7
8on alpha (and probably others) 8on alpha (and probably others)
9 9
10--- configure.orig 2009-08-13 08:18:46.000000000 +0000 10--- configure.orig 2011-08-27 15:27:42.000000000 +0000
11+++ configure 11+++ configure
12@@ -18160,7 +18160,7 @@ $as_echo "GNU on RiscOS" >&6; } 12@@ -16859,7 +16859,7 @@ $as_echo "GNU on RiscOS" >&6; }
13 { $as_echo "$as_me:$LINENO: result: GNU" >&5 13 { $as_echo "$as_me:${as_lineno-$LINENO}: result: GNU" >&5
14 $as_echo "GNU" >&6; } 14 $as_echo "GNU" >&6; }
15 # need to disable long long warning here because of ImageMagick using it 15 # need to disable long long warning here because of ImageMagick using it
16- SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long " 16- SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long "
17+ SPECIAL_CXXFLAGS="-DBUGGYGPP -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long " 17+ SPECIAL_CXXFLAGS="-DBUGGYGPP -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long "
18 fi 18 fi
19 CXXFLAGS="-g" 
20 elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then 19 elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then
 20 { $as_echo "$as_me:${as_lineno-$LINENO}: result: AIX xlC" >&5

File Deleted: pkgsrc/graphics/pstoedit/patches/Attic/patch-ad