git: 16c40528b6c0 - main - graphics/p5-Graphics-TIFF: new port
Christoph Moench-Tegeder
cmt at FreeBSD.org
Tue May 11 20:28:59 UTC 2021
The branch main has been updated by cmt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=16c40528b6c0727c5a6d611718a471daef07996d
commit 16c40528b6c0727c5a6d611718a471daef07996d
Author: Christoph Moench-Tegeder <cmt at FreeBSD.org>
AuthorDate: 2021-05-11 20:23:43 +0000
Commit: Christoph Moench-Tegeder <cmt at FreeBSD.org>
CommitDate: 2021-05-11 20:28:47 +0000
graphics/p5-Graphics-TIFF: new port
Graphics::TIFF - Perl extension for the libtiff library
https://metacpan.org/pod/Graphics::TIFF
---
graphics/Makefile | 1 +
graphics/p5-Graphics-TIFF/Makefile | 22 ++++++++++++++++++++++
graphics/p5-Graphics-TIFF/distinfo | 3 +++
graphics/p5-Graphics-TIFF/pkg-descr | 8 ++++++++
graphics/p5-Graphics-TIFF/pkg-plist | 3 +++
5 files changed, 37 insertions(+)
diff --git a/graphics/Makefile b/graphics/Makefile
index 1e3551c59937..150881e215b2 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -662,6 +662,7 @@
SUBDIR += p5-Graphics-GnuplotIF
SUBDIR += p5-Graphics-Primitive
SUBDIR += p5-Graphics-Primitive-Driver-Cairo
+ SUBDIR += p5-Graphics-TIFF
SUBDIR += p5-Image-Base
SUBDIR += p5-Image-Base-SVG
SUBDIR += p5-Image-Caa
diff --git a/graphics/p5-Graphics-TIFF/Makefile b/graphics/p5-Graphics-TIFF/Makefile
new file mode 100644
index 000000000000..9de78eb63754
--- /dev/null
+++ b/graphics/p5-Graphics-TIFF/Makefile
@@ -0,0 +1,22 @@
+# created by: cmt at FreeBSD.org
+
+PORTNAME= Graphics-TIFF
+PORTVERSION= 12
+CATEGORIES= graphics perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= cmt at FreeBSD.org
+COMMENT= Perl extension for the libtiff library
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-ExtUtils-Depends>0:devel/p5-ExtUtils-Depends \
+ p5-ExtUtils-PkgConfig>0:devel/p5-ExtUtils-PkgConfig
+LIB_DEPENDS= libtiff.so:graphics/tiff
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
diff --git a/graphics/p5-Graphics-TIFF/distinfo b/graphics/p5-Graphics-TIFF/distinfo
new file mode 100644
index 000000000000..1122f1ba91b6
--- /dev/null
+++ b/graphics/p5-Graphics-TIFF/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1620754869
+SHA256 (Graphics-TIFF-12.tar.gz) = 9575fd897fb5c3ba816bb227bce1458069fb175c6703d2562ff504c178836b24
+SIZE (Graphics-TIFF-12.tar.gz) = 41371
diff --git a/graphics/p5-Graphics-TIFF/pkg-descr b/graphics/p5-Graphics-TIFF/pkg-descr
new file mode 100644
index 000000000000..de7cf07c5789
--- /dev/null
+++ b/graphics/p5-Graphics-TIFF/pkg-descr
@@ -0,0 +1,8 @@
+Perl bindings for the libtiff library. This module allows you to access
+TIFF images in a Perlish and object-oriented way, freeing you from the
+casting and memory management in C, yet remaining very close in spirit
+to original API.
+
+Find out more about libtiff at http://www.libtiff.org.
+
+WWW: https://metacpan.org/pod/Graphics::TIFF
diff --git a/graphics/p5-Graphics-TIFF/pkg-plist b/graphics/p5-Graphics-TIFF/pkg-plist
new file mode 100644
index 000000000000..9514a6ce92f0
--- /dev/null
+++ b/graphics/p5-Graphics-TIFF/pkg-plist
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/Graphics/TIFF.pm
+%%SITE_ARCH%%/auto/Graphics/TIFF/TIFF.so
+%%PERL5_MAN3%%/Graphics::TIFF.3.gz
More information about the dev-commits-ports-all
mailing list