From owner-svn-ports-head@freebsd.org Thu Nov 23 13:30:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 423B3DECAA7; Thu, 23 Nov 2017 13:30:13 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 196116B147; Thu, 23 Nov 2017 13:30:13 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vANDUCmE012014; Thu, 23 Nov 2017 13:30:12 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vANDUBOC012009; Thu, 23 Nov 2017 13:30:11 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201711231330.vANDUBOC012009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 23 Nov 2017 13:30:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454759 - in head/graphics: . largetifftools X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/graphics: . largetifftools X-SVN-Commit-Revision: 454759 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2017 13:30:13 -0000 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 +# $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 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