Date: Fri, 3 Mar 2017 01:51:58 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435301 - in head/textproc: . p5-PDF-Tiny Message-ID: <201703030151.v231pwoR000546@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Fri Mar 3 01:51:58 2017 New Revision: 435301 URL: https://svnweb.freebsd.org/changeset/ports/435301 Log: 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/ Added: head/textproc/p5-PDF-Tiny/ head/textproc/p5-PDF-Tiny/Makefile (contents, props changed) head/textproc/p5-PDF-Tiny/distinfo (contents, props changed) head/textproc/p5-PDF-Tiny/pkg-descr (contents, props changed) head/textproc/p5-PDF-Tiny/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Mar 3 01:48:32 2017 (r435300) +++ head/textproc/Makefile Fri Mar 3 01:51:58 2017 (r435301) @@ -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 Added: head/textproc/p5-PDF-Tiny/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-PDF-Tiny/Makefile Fri Mar 3 01:51:58 2017 (r435301) @@ -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> Added: head/textproc/p5-PDF-Tiny/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-PDF-Tiny/distinfo Fri Mar 3 01:51:58 2017 (r435301) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488502790 +SHA256 (PDF-Tiny-0.04.tar.gz) = 23216683a451217d709e4a5b34a7b0d99048cdba9bfc027a97a5a4feed3ed74c +SIZE (PDF-Tiny-0.04.tar.gz) = 55455 Added: head/textproc/p5-PDF-Tiny/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-PDF-Tiny/pkg-descr Fri Mar 3 01:51:58 2017 (r435301) @@ -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/ Added: head/textproc/p5-PDF-Tiny/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-PDF-Tiny/pkg-plist Fri Mar 3 01:51:58 2017 (r435301) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/PDF/Tiny.pm +%%SITE_PERL%%/PDF/Tiny.pod +%%PERL5_MAN3%%/PDF::Tiny.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703030151.v231pwoR000546>