Mon Sep 12 21:38:52 2011 UTC ()
Update to 1.10, set LICENSE.

August 19, 2011: Release 1.10

 A DXF backend was added. The output is in the drawing interchange
 format used by computer aided design software. Thanks to Jonas
 Benedett Dorr for testing. The Gimppath backend was changed to be
 compatible with current versions of Gimp. The EPS, PDF, and SVG
 backends now use high-resolution bounding boxes. The default scaling
 of the EPS, PDF, and SVG backends is now fixed at 72dpi. A new option
 --flat was added to the SVG backend. A new option --tight was added
 to remove whitespace around the input image before calculating its
 scaling and placement.

December 21, 2010: Release 1.9

 The xfig and eps backends were improved, and a fixed pagesize PDF
 backend was added. Support for BMP version 4 and version 5 files, as
 well as top-down BMP files, was added. Minor speed improvements to
 Potrace and major speed improvements to mkbitmap. A Gaussian blur
 option was added to mkbitmap. Libtool is now used to build and
 optionally install the Potrace library. An optional simplified
 progress bar was added for dumb terminals. This release also contains
 some portability improvements, cross-compilation improvements, and
 minor bug fixes.


(wiz)
diff -r1.5 -r1.6 pkgsrc/graphics/potrace/Makefile
diff -r1.2 -r1.3 pkgsrc/graphics/potrace/PLIST
diff -r1.4 -r1.5 pkgsrc/graphics/potrace/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/graphics/potrace/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/potrace/Makefile 2008/05/13 20:04:31 1.5
+++ pkgsrc/graphics/potrace/Makefile 2011/09/12 21:38:52 1.6
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.5 2008/05/13 20:04:31 sborrill Exp $ 1# $NetBSD: Makefile,v 1.6 2011/09/12 21:38:52 wiz Exp $
2 2
3DISTNAME= potrace-1.8 3DISTNAME= potrace-1.10
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= http://potrace.sourceforge.net/download/ \ 5MASTER_SITES= http://potrace.sourceforge.net/download/ \
6 ${MASTER_SITE_SOURCEFORGE:=potrace/} 6 ${MASTER_SITE_SOURCEFORGE:=potrace/}
7 7
8MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
9HOMEPAGE= http://potrace.sourceforge.net/ 9HOMEPAGE= http://potrace.sourceforge.net/
10COMMENT= Utility for transforming bitmaps into vector graphics 10COMMENT= Utility for transforming bitmaps into vector graphics
 11LICENSE= gnu-gpl-v2
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14USE_LIBTOOL= yes 15USE_LIBTOOL= yes
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16 17
17.include "../../devel/zlib/buildlink3.mk" 18.include "../../devel/zlib/buildlink3.mk"
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/graphics/potrace/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/potrace/PLIST 2006/05/01 20:46:54 1.2
+++ pkgsrc/graphics/potrace/PLIST 2011/09/12 21:38:52 1.3
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1@comment $NetBSD: PLIST,v 1.2 2006/05/01 20:46:54 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2011/09/12 21:38:52 wiz Exp $
2bin/mkbitmap 2bin/mkbitmap
3bin/potrace 3bin/potrace
4man/man1/mkbitmap.1 4man/man1/mkbitmap.1
5man/man1/potrace.1 5man/man1/potrace.1
 6share/doc/potrace/placement.pdf

cvs diff -r1.4 -r1.5 pkgsrc/graphics/potrace/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/potrace/distinfo 2008/05/13 20:04:31 1.4
+++ pkgsrc/graphics/potrace/distinfo 2011/09/12 21:38:52 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2008/05/13 20:04:31 sborrill Exp $ 1$NetBSD: distinfo,v 1.5 2011/09/12 21:38:52 wiz Exp $
2 2
3SHA1 (potrace-1.8.tar.gz) = d76818fc331fb4f842bd4813114e5be01cf46848 3SHA1 (potrace-1.10.tar.gz) = e6e8b64d85d30b4695d197a79187ac98c2b236f9
4RMD160 (potrace-1.8.tar.gz) = 1214eec40d41471f83ebfb646fdd376fc70339b0 4RMD160 (potrace-1.10.tar.gz) = 716d77d5fce7c0bb4bbbbfb0f750aac3376bc028
5Size (potrace-1.8.tar.gz) = 347484 bytes 5Size (potrace-1.10.tar.gz) = 617866 bytes