Hi, This is an update that brings some tweaks and chases the already available 1.1 version of the program. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # #potrace/Makefile #potrace/distinfo #potrace/pkg-descr #potrace/pkg-plist # echo x - potrace/Makefile sed 's/^X//' >potrace/Makefile << 'END-of-potrace/Makefile' X# Ports collection makefile for: potrace X# Date created:24 September 2003 X# Whom: Piotr Smyrak <smyru@heron.pl> X# X# $FreeBSD$ X# X XPORTNAME=potrace XPORTVERSION=1.1 XCATEGORIES=graphics XMASTER_SITES=http://potrace.sourceforge.net/download/ X#MASTER_SITE_SUBDIR=download X XMAINTAINER=smyru@heron.pl XCOMMENT=Transforms bitmaps into vector graphics X XGNU_CONFIGURE=yes X XMAN1=potrace.1 X X.if defined(A4) || ${PAPERSIZE}=="A4" || ${PAGESIZE}=="A4" XCONFIGURE_ARGS+=--enable-a4 X.endif X X.if defined(WITH_LZW) || defined(HAVE_UNISYS_LICENSE) || defined(WITH_GIF_LZW_COMPRESSION) XCONFIGURE_ARGS+=--enable-compress X.else XCONFIGURE_ARGS+=--disable-compress X.endif X X.if defined(WITH_METRIC) XCONFIGURE_ARGS+=--enable-metric X.endif X Xpre-everything:: X@${ECHO} "" X@${ECHO} "You may define the following build options:" X@${ECHO} "" X@${ECHO} " WITH_LZW Enable still patented elsewhere (not in US) external LZW compression" X@${ECHO} " WITH_METRIC Enable use of metric units (centimeters) as default" X@${ECHO} " PAPERSIZE=A4 Enable use of A4 as the default papersize" X@${ECHO} "" X X.include <bsd.port.mk> END-of-potrace/Makefile echo x - potrace/distinfo sed 's/^X//' >potrace/distinfo << 'END-of-potrace/distinfo' XMD5 (potrace-1.1.tar.gz) = 50d72e4c5a76ffd7da092995594e4187 END-of-potrace/distinfo echo x - potrace/pkg-descr sed 's/^X//' >potrace/pkg-descr << 'END-of-potrace/pkg-descr' Xpotrace is a Peter Selinger's GPLed utility for tracing Xbitmaps - converting them into smooth, scalable images. X XIt accepts as input a bitmap B/W images (PBM, PGM, PPM Xand BMP formats), and returns encapsulated PostScript X(EPS) as the default output. Other output format are Xavailable: PS, SVG and also PGM. X XYou can create scalable image formats from scans, such Xas logos, hand taken notes, etc. The resulting smooth Ximages can then be rendered at any resolution. X XWWW: http://potrace.sourceforge.net END-of-potrace/pkg-descr echo x - potrace/pkg-plist sed 's/^X//' >potrace/pkg-plist << 'END-of-potrace/pkg-plist' Xbin/potrace END-of-potrace/pkg-plist exit -- Piotr Smyrak piotr.smyrak@heron.pl
Responsible Changed From-To: gnats-admin->freebsd-ports-bugs Fix category
Class Changed From-To: sw-bug->change-request And the class too
State Changed From-To: open->closed New port added, thanks!