aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2017-03-03 09:51:58 +0800
committerwen <wen@FreeBSD.org>2017-03-03 09:51:58 +0800
commit2da908d67e951a0673992a962db484305665d7ff (patch)
tree48373955387609914ca388b484155f371b90d2fd
parent46ddda790348ab8e18dc44c063ec5b547d5d45e5 (diff)
downloadfreebsd-ports-gnome-2da908d67e951a0673992a962db484305665d7ff.tar.gz
freebsd-ports-gnome-2da908d67e951a0673992a962db484305665d7ff.tar.zst
freebsd-ports-gnome-2da908d67e951a0673992a962db484305665d7ff.zip
This is a very lightweight (and limited) PDF parser. If you need to
do some simple PDF processing on a web server with limited RAM and CPU, and if slurping the entire file into memory is not an option, this module may well be for you, at the cost of far less functionality than other solutions out there. WWW: http://search.cpan.org/dist/PDF-Tiny/
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-PDF-Tiny/Makefile19
-rw-r--r--textproc/p5-PDF-Tiny/distinfo3
-rw-r--r--textproc/p5-PDF-Tiny/pkg-descr7
-rw-r--r--textproc/p5-PDF-Tiny/pkg-plist3
5 files changed, 33 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index c86bcc7de59e..30027c76f426 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -672,6 +672,7 @@
SUBDIR += p5-PDF-Create
SUBDIR += p5-PDF-FromHTML
SUBDIR += p5-PDF-Table
+ SUBDIR += p5-PDF-Tiny
SUBDIR += p5-PDF-WebKit
SUBDIR += p5-PDF-Writer
SUBDIR += p5-POD2-Base
diff --git a/textproc/p5-PDF-Tiny/Makefile b/textproc/p5-PDF-Tiny/Makefile
new file mode 100644
index 000000000000..cc9d392cea25
--- /dev/null
+++ b/textproc/p5-PDF-Tiny/Makefile
@@ -0,0 +1,19 @@
+# Created by: wen@FreeBSD.org
+# $FreeBSD$
+
+PORTNAME= PDF-Tiny
+DISTVERSION= 0.04
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Minimal Lightweight PDF Library
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-PDF-Tiny/distinfo b/textproc/p5-PDF-Tiny/distinfo
new file mode 100644
index 000000000000..6a5f8696c780
--- /dev/null
+++ b/textproc/p5-PDF-Tiny/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1488502790
+SHA256 (PDF-Tiny-0.04.tar.gz) = 23216683a451217d709e4a5b34a7b0d99048cdba9bfc027a97a5a4feed3ed74c
+SIZE (PDF-Tiny-0.04.tar.gz) = 55455
diff --git a/textproc/p5-PDF-Tiny/pkg-descr b/textproc/p5-PDF-Tiny/pkg-descr
new file mode 100644
index 000000000000..736938964d5d
--- /dev/null
+++ b/textproc/p5-PDF-Tiny/pkg-descr
@@ -0,0 +1,7 @@
+This is a very lightweight (and limited) PDF parser. If you need to
+do some simple PDF processing on a web server with limited RAM and
+CPU, and if slurping the entire file into memory is not an option,
+this module may well be for you, at the cost of far less functionality
+than other solutions out there.
+
+WWW: http://search.cpan.org/dist/PDF-Tiny/
diff --git a/textproc/p5-PDF-Tiny/pkg-plist b/textproc/p5-PDF-Tiny/pkg-plist
new file mode 100644
index 000000000000..5f921e2631a1
--- /dev/null
+++ b/textproc/p5-PDF-Tiny/pkg-plist
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/PDF/Tiny.pm
+%%SITE_PERL%%/PDF/Tiny.pod
+%%PERL5_MAN3%%/PDF::Tiny.3.gz