From 1ac40b070960153b312cd5be7a735eed56088c4f Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 12 Sep 2011 21:38:52 +0000 Subject: 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. --- graphics/potrace/Makefile | 5 +++-- graphics/potrace/PLIST | 3 ++- graphics/potrace/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'graphics/potrace') diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile index e3feded2d2d..1ab39661cba 100644 --- a/graphics/potrace/Makefile +++ b/graphics/potrace/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2008/05/13 20:04:31 sborrill Exp $ +# $NetBSD: Makefile,v 1.6 2011/09/12 21:38:52 wiz Exp $ -DISTNAME= potrace-1.8 +DISTNAME= potrace-1.10 CATEGORIES= graphics MASTER_SITES= http://potrace.sourceforge.net/download/ \ ${MASTER_SITE_SOURCEFORGE:=potrace/} @@ -8,6 +8,7 @@ MASTER_SITES= http://potrace.sourceforge.net/download/ \ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://potrace.sourceforge.net/ COMMENT= Utility for transforming bitmaps into vector graphics +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/graphics/potrace/PLIST b/graphics/potrace/PLIST index 46077c2bf6d..7fa374d2297 100644 --- a/graphics/potrace/PLIST +++ b/graphics/potrace/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2006/05/01 20:46:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/09/12 21:38:52 wiz Exp $ bin/mkbitmap bin/potrace man/man1/mkbitmap.1 man/man1/potrace.1 +share/doc/potrace/placement.pdf diff --git a/graphics/potrace/distinfo b/graphics/potrace/distinfo index c8c5fba3960..b768f70484b 100644 --- a/graphics/potrace/distinfo +++ b/graphics/potrace/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2008/05/13 20:04:31 sborrill Exp $ +$NetBSD: distinfo,v 1.5 2011/09/12 21:38:52 wiz Exp $ -SHA1 (potrace-1.8.tar.gz) = d76818fc331fb4f842bd4813114e5be01cf46848 -RMD160 (potrace-1.8.tar.gz) = 1214eec40d41471f83ebfb646fdd376fc70339b0 -Size (potrace-1.8.tar.gz) = 347484 bytes +SHA1 (potrace-1.10.tar.gz) = e6e8b64d85d30b4695d197a79187ac98c2b236f9 +RMD160 (potrace-1.10.tar.gz) = 716d77d5fce7c0bb4bbbbfb0f750aac3376bc028 +Size (potrace-1.10.tar.gz) = 617866 bytes -- cgit v1.2.3