diff options
author | rh <rh> | 2000-11-17 08:04:42 +0000 |
---|---|---|
committer | rh <rh> | 2000-11-17 08:04:42 +0000 |
commit | 528437de628d103501e94646bc7d9f22158b341a (patch) | |
tree | 4e95be290ba1278d8620a5a56bc47aff50c25ede /graphics/autotrace | |
parent | 4ad594ecb13fd454c39575bfc7b0eb7557be6a8f (diff) | |
download | pkgsrc-528437de628d103501e94646bc7d9f22158b341a.tar.gz |
Initial import of autotrace-0.26, a program that converts bitmap graphics
to vector graphics.
Diffstat (limited to 'graphics/autotrace')
-rw-r--r-- | graphics/autotrace/Makefile | 17 | ||||
-rw-r--r-- | graphics/autotrace/files/md5 | 3 | ||||
-rw-r--r-- | graphics/autotrace/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/autotrace/pkg/DESCR | 6 | ||||
-rw-r--r-- | graphics/autotrace/pkg/PLIST | 2 |
5 files changed, 29 insertions, 0 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile new file mode 100644 index 00000000000..d9a80b13bc1 --- /dev/null +++ b/graphics/autotrace/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/11/17 08:04:42 rh Exp $ +# + +DISTNAME= autotrace-0.26 +CATEGORIES= graphics cad +MASTER_SITES= http://homepages.go.com/homepages/m/a/r/martweb/ \ + ftp://autotrace.sourceforge.net/pub/autotrace/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://homepages.go.com/homepages/m/a/r/martweb/AutoTrace.htm + +DEPENDS+= ImageMagick>=5.2.2:../../graphics/ImageMagick + +GNU_CONFIGURE= YES +USE_X11= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/autotrace/files/md5 b/graphics/autotrace/files/md5 new file mode 100644 index 00000000000..a206cf8779e --- /dev/null +++ b/graphics/autotrace/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/11/17 08:04:42 rh Exp $ + +MD5 (autotrace-0.26.tar.gz) = 3b4dd2f63840642aad6110aa80ac299d diff --git a/graphics/autotrace/pkg/COMMENT b/graphics/autotrace/pkg/COMMENT new file mode 100644 index 00000000000..1907a62df96 --- /dev/null +++ b/graphics/autotrace/pkg/COMMENT @@ -0,0 +1 @@ +convert bitmap to vector graphics diff --git a/graphics/autotrace/pkg/DESCR b/graphics/autotrace/pkg/DESCR new file mode 100644 index 00000000000..58d50c81884 --- /dev/null +++ b/graphics/autotrace/pkg/DESCR @@ -0,0 +1,6 @@ + AutoTrace is a program for converting bitmap to vector graphics. The aim +of the AutoTrace project is the development of a freely available application +similar to CorelTrace or Adobe Streamline. The author hopes that it will be +better than all commercial available programs. In some aspects it is already +better. Originally it was created as a plugin for GIMP. Now it is a +standalone program and can be compiled on a UNIX platform using GCC. diff --git a/graphics/autotrace/pkg/PLIST b/graphics/autotrace/pkg/PLIST new file mode 100644 index 00000000000..37887368d8e --- /dev/null +++ b/graphics/autotrace/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/17 08:04:42 rh Exp $ +bin/autotrace |