diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-07 09:10:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-07 09:10:17 +0000 |
commit | 875cc892bf760ad3d779c564bf54f20d3b83abc1 (patch) | |
tree | 7e9276786e5b74a94dd7500004e8fc969a28381a /graphics/potrace | |
parent | c20c561ee1b7cb5c9490a4ae9b6b7fe110d51a6c (diff) |
Notes
Diffstat (limited to 'graphics/potrace')
-rw-r--r-- | graphics/potrace/Makefile | 37 | ||||
-rw-r--r-- | graphics/potrace/distinfo | 4 | ||||
-rw-r--r-- | graphics/potrace/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/potrace/pkg-plist | 2 |
4 files changed, 13 insertions, 36 deletions
diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile index 09464cfd8ef5..d266a670254d 100644 --- a/graphics/potrace/Makefile +++ b/graphics/potrace/Makefile @@ -6,53 +6,32 @@ # PORTNAME= potrace -PORTVERSION= 1.3 -PORTREVISION= 2 +PORTVERSION= 1.4 CATEGORIES= graphics MASTER_SITES= http://potrace.sourceforge.net/download/ -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= ${PORTNAME}-${PORTVERSION}-speed.patch -PATCH_DIST_STRIP= -p1 - MAINTAINER= smyru@heron.pl COMMENT= Transforms bitmaps into vector graphics GNU_CONFIGURE= yes MAN1= potrace.1 mkbitmap.1 +PLIST_FILES= bin/potrace bin/mkbitmap .if defined(A4) CONFIGURE_ARGS+= --enable-a4 .endif -.if defined(WITH_LZW) || defined(HAVE_UNISYS_LICENSE) || defined(WITH_GIF_LZW_COMPRESSION) -CONFIGURE_ARGS+= --enable-compress -.else -CONFIGURE_ARGS+= --disable-compress -.endif - .if defined(WITH_METRIC) CONFIGURE_ARGS+= --enable-metric .endif -PORTDOCS= potrace.ps potrace.pdf - pre-everything:: - @${ECHO} "" - @${ECHO} "You may define the following build options:" - @${ECHO} "" - @${ECHO} " WITH_LZW Enable patented external LZW compression" - @${ECHO} " WITH_METRIC Enable use of metric units (centimeters) as default" - @${ECHO} " A4 Enable use of A4 as the default papersize" - @${ECHO} "" - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR} -.endfor -.endif + @${ECHO_MSG} "" + @${ECHO_MSG} "You may define the following build options:" + @${ECHO_MSG} "" + @${ECHO_MSG} " WITH_METRIC Enable use of metric units (centimeters) as default" + @${ECHO_MSG} " A4 Enable use of A4 as the default papersize" + @${ECHO_MSG} "" .include <bsd.port.mk> diff --git a/graphics/potrace/distinfo b/graphics/potrace/distinfo index de93ebe4f138..b3292a94384c 100644 --- a/graphics/potrace/distinfo +++ b/graphics/potrace/distinfo @@ -1,2 +1,2 @@ -MD5 (potrace-1.3.tar.gz) = 726f1e063d3a131504aaf80e653ee053 -MD5 (potrace-1.3-speed.patch) = 119b6cb8980996e4fba793e1f2326174 +MD5 (potrace-1.4.tar.gz) = f24018c4a7d65bf88fb55bbda543204d +SIZE (potrace-1.4.tar.gz) = 222112 diff --git a/graphics/potrace/pkg-descr b/graphics/potrace/pkg-descr index 6db98b420d63..14cc40c959b6 100644 --- a/graphics/potrace/pkg-descr +++ b/graphics/potrace/pkg-descr @@ -4,10 +4,10 @@ bitmaps - converting them into smooth, scalable images. It accepts as input a bitmap B/W images (PBM, PGM, PPM and BMP formats), and returns encapsulated PostScript (EPS) as the default output. Other output format are -available: PS, SVG and also PGM. +available: PS, SVG, Xfig, PGM and experimental GimpPath. -You can create scalable image formats from scans, such -as logos, hand taken notes, etc. The resulting smooth +You can create scalable images from scans, such as +logos, hand taken notes, etc. The resulting smooth images can then be rendered at any resolution. WWW: http://potrace.sourceforge.net diff --git a/graphics/potrace/pkg-plist b/graphics/potrace/pkg-plist deleted file mode 100644 index 564b39b662ba..000000000000 --- a/graphics/potrace/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/mkbitmap -bin/potrace |