From owner-svn-ports-head@freebsd.org Fri Mar 3 01:52:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F6F6CF6FD8; Fri, 3 Mar 2017 01:52:00 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBCAB1CA6; Fri, 3 Mar 2017 01:51:59 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v231pxYJ000552; Fri, 3 Mar 2017 01:51:59 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v231pwoR000546; Fri, 3 Mar 2017 01:51:58 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703030151.v231pwoR000546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 3 Mar 2017 01:51:58 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 01:52:00 -0000 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 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