mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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/
This commit is contained in:
parent
477cad181e
commit
f3d908bb64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454759
5 changed files with 35 additions and 0 deletions
|
@ -468,6 +468,7 @@
|
||||||
SUBDIR += ksnapshot
|
SUBDIR += ksnapshot
|
||||||
SUBDIR += kudu
|
SUBDIR += kudu
|
||||||
SUBDIR += l2p
|
SUBDIR += l2p
|
||||||
|
SUBDIR += largetifftools
|
||||||
SUBDIR += laternamagica
|
SUBDIR += laternamagica
|
||||||
SUBDIR += lcdtest
|
SUBDIR += lcdtest
|
||||||
SUBDIR += lcms
|
SUBDIR += lcms
|
||||||
|
|
21
graphics/largetifftools/Makefile
Normal file
21
graphics/largetifftools/Makefile
Normal file
|
@ -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>
|
3
graphics/largetifftools/distinfo
Normal file
3
graphics/largetifftools/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1511442348
|
||||||
|
SHA256 (largetifftools-1.3.10.tar.bz2) = 283233b7ce9baadc767d82a249c035134760432f1511affce47fbc8cb7a2a397
|
||||||
|
SIZE (largetifftools-1.3.10.tar.bz2) = 114925
|
4
graphics/largetifftools/pkg-descr
Normal file
4
graphics/largetifftools/pkg-descr
Normal file
|
@ -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/
|
6
graphics/largetifftools/pkg-plist
Normal file
6
graphics/largetifftools/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue