1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

add autotrace

convert bitmap to vector graphics

PR:		26514
Submitted by:	KANOU Hiroki <kanou@mil.allnet.ne.jp>
This commit is contained in:
Ying-Chieh Liao 2001-05-19 15:29:55 +00:00
parent 7252971006
commit 523d91383e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42737
8 changed files with 74 additions and 0 deletions

View File

@ -11,6 +11,7 @@
SUBDIR += aalib
SUBDIR += acidwarp
SUBDIR += aero
SUBDIR += autotrace
SUBDIR += aview
SUBDIR += avifile
SUBDIR += backfract

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (autotrace-0.27a.tar.gz) = cb656a5d76170ab64d95ed81642d0233

View File

@ -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

View File

@ -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,

View File

@ -0,0 +1 @@
convert bitmap to vector graphics

View File

@ -0,0 +1 @@
AutoTrace is a utility that converts bitmap to vector graphics.

View File

@ -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