aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-05-11 20:23:43 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-05-11 20:28:47 +0000
commit16c40528b6c0727c5a6d611718a471daef07996d (patch)
tree6cda93cb668a423c97499b9ba8d04b620d039fc7
parent0d6e5081eb0080c4703f1c5cc69c34f38d9149b7 (diff)
downloadports-16c40528b6c0727c5a6d611718a471daef07996d.tar.gz
ports-16c40528b6c0727c5a6d611718a471daef07996d.zip
graphics/p5-Graphics-TIFF: new port
Graphics::TIFF - Perl extension for the libtiff library https://metacpan.org/pod/Graphics::TIFF
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/p5-Graphics-TIFF/Makefile22
-rw-r--r--graphics/p5-Graphics-TIFF/distinfo3
-rw-r--r--graphics/p5-Graphics-TIFF/pkg-descr8
-rw-r--r--graphics/p5-Graphics-TIFF/pkg-plist3
5 files changed, 37 insertions, 0 deletions
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@FreeBSD.org
+
+PORTNAME= Graphics-TIFF
+PORTVERSION= 12
+CATEGORIES= graphics perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= cmt@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