Date: Thu, 23 Nov 2017 13:30:11 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454759 - in head/graphics: . largetifftools Message-ID: <201711231330.vANDUBOC012009@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Nov 23 13:30:11 2017 New Revision: 454759 URL: https://svnweb.freebsd.org/changeset/ports/454759 Log: This is a collection of software that can help managing (very) large TIFF files, especially files that are too large to fit entirely into your computer's memory. WWW: https://www.imnc.in2p3.fr/pagesperso/deroulers/software/largetifftools/ Added: head/graphics/largetifftools/ head/graphics/largetifftools/Makefile (contents, props changed) head/graphics/largetifftools/distinfo (contents, props changed) head/graphics/largetifftools/pkg-descr (contents, props changed) head/graphics/largetifftools/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Thu Nov 23 13:14:48 2017 (r454758) +++ head/graphics/Makefile Thu Nov 23 13:30:11 2017 (r454759) @@ -468,6 +468,7 @@ SUBDIR += ksnapshot SUBDIR += kudu SUBDIR += l2p + SUBDIR += largetifftools SUBDIR += laternamagica SUBDIR += lcdtest SUBDIR += lcms Added: head/graphics/largetifftools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/largetifftools/Makefile Thu Nov 23 13:30:11 2017 (r454759) @@ -0,0 +1,21 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= largetifftools +PORTVERSION= 1.3.10 +CATEGORIES= graphics +MASTER_SITES= https://www.imnc.in2p3.fr/pagesperso/deroulers/software/largetifftools/download/${PORTNAME}-${PORTVERSION}/ + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Process very large TIFF files + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libtiff.so:graphics/tiff \ + libpng.so:graphics/png + +GNU_CONFIGURE= yes +USES= autoreconf jpeg localbase:ldconfig tar:bzip2 + +.include <bsd.port.mk> Added: head/graphics/largetifftools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/largetifftools/distinfo Thu Nov 23 13:30:11 2017 (r454759) @@ -0,0 +1,3 @@ +TIMESTAMP = 1511442348 +SHA256 (largetifftools-1.3.10.tar.bz2) = 283233b7ce9baadc767d82a249c035134760432f1511affce47fbc8cb7a2a397 +SIZE (largetifftools-1.3.10.tar.bz2) = 114925 Added: head/graphics/largetifftools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/largetifftools/pkg-descr Thu Nov 23 13:30:11 2017 (r454759) @@ -0,0 +1,4 @@ +This is a collection of software that can help managing (very) large TIFF files, +especially files that are too large to fit entirely into your computer's memory. + +WWW: https://www.imnc.in2p3.fr/pagesperso/deroulers/software/largetifftools/ Added: head/graphics/largetifftools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/largetifftools/pkg-plist Thu Nov 23 13:30:11 2017 (r454759) @@ -0,0 +1,6 @@ +bin/tifffastcrop +bin/tiffmakemosaic +bin/tiffsplittiles +man/man1/tifffastcrop.1.gz +man/man1/tiffmakemosaic.1.gz +man/man1/tiffsplittiles.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711231330.vANDUBOC012009>