summaryrefslogtreecommitdiff
path: root/graphics/autotrace
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-19 15:29:55 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-19 15:29:55 +0000
commit523d91383e15cced8792ff305166d9de5c38cb90 (patch)
tree59872b5b3b1881ec877b4358bef215770e158d58 /graphics/autotrace
parentadd ft2demos (diff)
add autotrace
convert bitmap to vector graphics PR: 26514 Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
Notes
Notes: svn path=/head/; revision=42737
Diffstat (limited to 'graphics/autotrace')
-rw-r--r--graphics/autotrace/Makefile40
-rw-r--r--graphics/autotrace/distinfo1
-rw-r--r--graphics/autotrace/files/patch-aa11
-rw-r--r--graphics/autotrace/files/patch-ab11
-rw-r--r--graphics/autotrace/pkg-comment1
-rw-r--r--graphics/autotrace/pkg-descr1
-rw-r--r--graphics/autotrace/pkg-plist8
7 files changed, 73 insertions, 0 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
new file mode 100644
index 000000000000..7a811eab5f4a
--- /dev/null
+++ b/graphics/autotrace/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: autotrace
+# Date created: 12 April 2001
+# Whom: KANOU Hiroki <kanou@mil.allnet.ne.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= autotrace
+PORTVERSION= 0.27a
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ http://homepage.go.com/~martweb/
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= kanou@mil.allnet.ne.jp
+
+LIB_DEPENDS= jbig.1:${PORTSDIR}/graphics/jbigkit \
+ df.1:${PORTSDIR}/graphics/hdf \
+ tiff.4:${PORTSDIR}/graphics/tiff \
+ freetype.6:${PORTSDIR}/print/freetype2 \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
+ png.4:${PORTSDIR}/graphics/png \
+ bz2.1:${PORTSDIR}/archivers/bzip2 \
+ ming.2:${PORTSDIR}/graphics/ming \
+ wmf.1:${PORTSDIR}/graphics/libwmf \
+ Magick.5:${PORTSDIR}/graphics/ImageMagick
+
+USE_AUTOCONF= yes
+GNU_CONFIGURE= yes
+USE_AUTOMAKE= yes
+USE_XLIB= yes
+
+pre-configure:
+ @(cd ${WRKSRC} ; ${AUTOCONF})
+
+do-configure:
+ @(cd ${WRKSRC}/ ; set CPPFLAGS="-I${PREFIX}/include" ; \
+ set CFLAGS="-I${PREFIX}/include -L${PREFIX}/lib" ; ./configure )
+
+.include <bsd.port.mk>
diff --git a/graphics/autotrace/distinfo b/graphics/autotrace/distinfo
new file mode 100644
index 000000000000..07513211330d
--- /dev/null
+++ b/graphics/autotrace/distinfo
@@ -0,0 +1 @@
+MD5 (autotrace-0.27a.tar.gz) = cb656a5d76170ab64d95ed81642d0233
diff --git a/graphics/autotrace/files/patch-aa b/graphics/autotrace/files/patch-aa
new file mode 100644
index 000000000000..3786527a7bf1
--- /dev/null
+++ b/graphics/autotrace/files/patch-aa
@@ -0,0 +1,11 @@
+--- configure.in.orig Sun Mar 25 03:57:10 2001
++++ configure.in Thu Apr 12 11:31:07 2001
+@@ -107,7 +107,7 @@
+ dnl
+ HAVE_LIBSWF=no
+
+-AC_CHECK_HEADER(ming.h,
++AC_CHECK_HEADER(ming/ming.h,
+ swf_header_found=yes,
+ swf_header_found=no)
+ if test "${swf_header_found}" = yes ; then
diff --git a/graphics/autotrace/files/patch-ab b/graphics/autotrace/files/patch-ab
new file mode 100644
index 000000000000..0fae7ef17e5c
--- /dev/null
+++ b/graphics/autotrace/files/patch-ab
@@ -0,0 +1,11 @@
+--- output-swf.h.orig Thu Mar 8 09:27:39 2001
++++ output-swf.h Thu Apr 12 11:48:40 2001
+@@ -9,7 +9,7 @@
+ #include <stdio.h>
+ #include "types.h"
+ #include "spline.h"
+-#include <ming.h>
++#include <ming/ming.h>
+
+ int output_swf_writer(FILE* file, string name,
+ int llx, int lly, int urx, int ury,
diff --git a/graphics/autotrace/pkg-comment b/graphics/autotrace/pkg-comment
new file mode 100644
index 000000000000..1907a62df961
--- /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 000000000000..b2bc170d8ef5
--- /dev/null
+++ b/graphics/autotrace/pkg-descr
@@ -0,0 +1 @@
+AutoTrace is a utility that converts bitmap to vector graphics.
diff --git a/graphics/autotrace/pkg-plist b/graphics/autotrace/pkg-plist
new file mode 100644
index 000000000000..66e68b66b1cc
--- /dev/null
+++ b/graphics/autotrace/pkg-plist
@@ -0,0 +1,8 @@
+lib/libautotrace.a
+bin/autotrace
+bin/autotrace-config
+share/aclocal/autotrace.m4
+@dirrm share/aclocal
+include/autotrace/types.h
+include/autotrace/autotrace.h
+@dirrm include/autotrace