diff options
author | wen <wen@FreeBSD.org> | 2017-03-03 09:51:58 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2017-03-03 09:51:58 +0800 |
commit | 2da908d67e951a0673992a962db484305665d7ff (patch) | |
tree | 48373955387609914ca388b484155f371b90d2fd /textproc/Makefile | |
parent | 46ddda790348ab8e18dc44c063ec5b547d5d45e5 (diff) | |
download | freebsd-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/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 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 |