diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-07 20:53:49 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-07 20:53:49 +0800 |
commit | 0a257d10fe37b8dc8ab408374dfd9949af9a80a2 (patch) | |
tree | 1ee489ab8f6934c72cb4cc9faeefd3198a587223 /graphics | |
parent | 15bdfe4e7f4a0e7629b7542d0a6710c40ac0c234 (diff) | |
download | freebsd-ports-gnome-0a257d10fe37b8dc8ab408374dfd9949af9a80a2.tar.gz freebsd-ports-gnome-0a257d10fe37b8dc8ab408374dfd9949af9a80a2.tar.zst freebsd-ports-gnome-0a257d10fe37b8dc8ab408374dfd9949af9a80a2.zip |
add tif22pnm 0.06
Converts TIFF- sampled images to PNM image
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/tif22pnm/Makefile | 30 | ||||
-rw-r--r-- | graphics/tif22pnm/distinfo | 1 | ||||
-rw-r--r-- | graphics/tif22pnm/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/tif22pnm/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/tif22pnm/pkg-plist | 1 |
6 files changed, 38 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6ec184872fa6..4cb0c2f2675b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -359,6 +359,7 @@ SUBDIR += tgif SUBDIR += tgif-nls SUBDIR += threeDS + SUBDIR += tif22pnm SUBDIR += tiff SUBDIR += tiff2png SUBDIR += tifmerge diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile new file mode 100644 index 000000000000..b06be320867b --- /dev/null +++ b/graphics/tif22pnm/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# Ports collection makefile for: tif22pnm +# Date created: Jan 7, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= tif22pnm +PORTVERSION= 0.06 +CATEGORIES= graphics +MASTER_SITES= http://www.inf.bme.hu/~pts/ + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 +LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff + +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-libtiff-ldir=${LOCALBASE}/lib \ + --with-libtiff-idir=${LOCALBASE}/include + +do-build: + @(cd ${WRKSRC} ; ${LOCALBASE}/bin/bash do.sh compile) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/tif22pnm ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/graphics/tif22pnm/distinfo b/graphics/tif22pnm/distinfo new file mode 100644 index 000000000000..f7269239ea79 --- /dev/null +++ b/graphics/tif22pnm/distinfo @@ -0,0 +1 @@ +MD5 (tif22pnm-0.06.tar.gz) = b2ddae1e8aecd05a9f4276c4dc162a67 diff --git a/graphics/tif22pnm/pkg-comment b/graphics/tif22pnm/pkg-comment new file mode 100644 index 000000000000..6aaa7ea8d1b3 --- /dev/null +++ b/graphics/tif22pnm/pkg-comment @@ -0,0 +1 @@ +Converts TIFF- sampled images to PNM image diff --git a/graphics/tif22pnm/pkg-descr b/graphics/tif22pnm/pkg-descr new file mode 100644 index 000000000000..4a746eadc13b --- /dev/null +++ b/graphics/tif22pnm/pkg-descr @@ -0,0 +1,4 @@ +tif22pnm is a commandline utility that converts TIFF- sampled images to PNM +images, using the libtiff library, but not using NetPBM. It is similar to +tifftopnm utility in the NetPBM distribution, but handles a wider range of +TIFF files and is able to output the alpha channel as a PBM or PGM file. diff --git a/graphics/tif22pnm/pkg-plist b/graphics/tif22pnm/pkg-plist new file mode 100644 index 000000000000..934973e2c0bd --- /dev/null +++ b/graphics/tif22pnm/pkg-plist @@ -0,0 +1 @@ +bin/tif22pnm |