summaryrefslogtreecommitdiff
path: root/graphics/potrace
diff options
context:
space:
mode:
authoradam <adam>2006-05-01 20:46:54 +0000
committeradam <adam>2006-05-01 20:46:54 +0000
commit728aeb3251bee7aa05b90846f4762722b6f71bae (patch)
tree082582dfe2f73a0f1fd6e42bc7241a1783553250 /graphics/potrace
parent414060ff7013ab1c4649fd0529a5e20b1ec8124e (diff)
downloadpkgsrc-728aeb3251bee7aa05b90846f4762722b6f71bae.tar.gz
Changes 1.7:
This is a bugfix release. A bug in the progress bar code, which caused arithmetic exceptions on some 64-bit architectures, has been fixed. Changes 1.6: This release contains an algorithm improvement that leads to a speedup of 20-60% over previous versions of potrace. A new PDF backend was added, courtesy of Tor Andersson. An option --progress was added for displaying a progress bar. The Windows version of potrace now uses MinGW instead of Cygwin, eliminating the need to install a special DLL alongside the executable programs, and solving some problems with wildcards and executable PostScript files. Some spurious "premature end of file" messages were eliminated. The core functionality of potrace was separated into a library with a documented API, making it easier for developers to incorporate potrace into other GPL-licensed software.
Diffstat (limited to 'graphics/potrace')
-rw-r--r--graphics/potrace/Makefile5
-rw-r--r--graphics/potrace/PLIST6
-rw-r--r--graphics/potrace/distinfo8
3 files changed, 10 insertions, 9 deletions
diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile
index 0f0c2c64443..8eb9951cb5c 100644
--- a/graphics/potrace/Makefile
+++ b/graphics/potrace/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:08 tv Exp $
+# $NetBSD: Makefile,v 1.3 2006/05/01 20:46:54 adam Exp $
-DISTNAME= potrace-1.5
+DISTNAME= potrace-1.7
CATEGORIES= graphics
MASTER_SITES= http://potrace.sourceforge.net/download/ \
${MASTER_SITE_SOURCEFORGE:=potrace/}
@@ -9,6 +9,7 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://potrace.sourceforge.net/
COMMENT= Utility for transforming bitmaps into vector graphics
+USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../devel/zlib/buildlink3.mk"
diff --git a/graphics/potrace/PLIST b/graphics/potrace/PLIST
index 8404fc00b3f..46077c2bf6d 100644
--- a/graphics/potrace/PLIST
+++ b/graphics/potrace/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/26 14:14:48 adam Exp $
-bin/potrace
+@comment $NetBSD: PLIST,v 1.2 2006/05/01 20:46:54 adam Exp $
bin/mkbitmap
-man/man1/potrace.1
+bin/potrace
man/man1/mkbitmap.1
+man/man1/potrace.1
diff --git a/graphics/potrace/distinfo b/graphics/potrace/distinfo
index 8e610bf7f98..1be5efa483d 100644
--- a/graphics/potrace/distinfo
+++ b/graphics/potrace/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 08:45:12 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/05/01 20:46:54 adam Exp $
-SHA1 (potrace-1.5.tar.gz) = 540a961f6862a9e78bb9a73172299c25baeae19c
-RMD160 (potrace-1.5.tar.gz) = 84bc2f4ac03196804d754ced5be7797865e205c5
-Size (potrace-1.5.tar.gz) = 221180 bytes
+SHA1 (potrace-1.7.tar.gz) = 281d041c97c48a8f469b9951c8d778774128dbf5
+RMD160 (potrace-1.7.tar.gz) = 3a817e86f6c1836a6b833af6583b2228d54bbec2
+Size (potrace-1.7.tar.gz) = 414480 bytes