Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2020 10:08:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547602 - in head/textproc: . p5-PDF-API2-XS
Message-ID:  <202009051008.085A88tq079791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  5 10:08:08 2020
New Revision: 547602
URL: https://svnweb.freebsd.org/changeset/ports/547602

Log:
  Add p5-PDF-API2-XS 1.001
  
  PDF::API2 will make use of this distribution, if it's installed, to speed up
  some operations that are significantly faster in C than in Perl.
  
  WWW: https://metacpan.org/release/PDF-API2-XS

Added:
  head/textproc/p5-PDF-API2-XS/
  head/textproc/p5-PDF-API2-XS/Makefile   (contents, props changed)
  head/textproc/p5-PDF-API2-XS/distinfo   (contents, props changed)
  head/textproc/p5-PDF-API2-XS/pkg-descr   (contents, props changed)
  head/textproc/p5-PDF-API2-XS/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Sep  5 10:08:02 2020	(r547601)
+++ head/textproc/Makefile	Sat Sep  5 10:08:08 2020	(r547602)
@@ -616,6 +616,7 @@
     SUBDIR += p5-OpenOffice-OODoc
     SUBDIR += p5-PDF-API2
     SUBDIR += p5-PDF-API2-Simple
+    SUBDIR += p5-PDF-API2-XS
     SUBDIR += p5-PDF-API3
     SUBDIR += p5-PDF-Create
     SUBDIR += p5-PDF-FromHTML

Added: head/textproc/p5-PDF-API2-XS/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-PDF-API2-XS/Makefile	Sat Sep  5 10:08:08 2020	(r547602)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	PDF-API2-XS
+PORTVERSION=	1.001
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Optional PDF::API2 add-on using XS to speed up expensive operations
+
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+TEST_DEPENDS=	p5-PDF-API2>=0:textproc/p5-PDF-API2
+
+USES=		gmake perl5
+USE_PERL5=	configure
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PDF/API2/XS/ImagePNG/ImagePNG.so
+
+.include <bsd.port.mk>

Added: head/textproc/p5-PDF-API2-XS/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-PDF-API2-XS/distinfo	Sat Sep  5 10:08:08 2020	(r547602)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1598970887
+SHA256 (PDF-API2-XS-1.001.tar.gz) = 2d3ff090899f7ea348e616581508f692a664bca84ff1eb59e409c67f851a9db2
+SIZE (PDF-API2-XS-1.001.tar.gz) = 39707

Added: head/textproc/p5-PDF-API2-XS/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-PDF-API2-XS/pkg-descr	Sat Sep  5 10:08:08 2020	(r547602)
@@ -0,0 +1,4 @@
+PDF::API2 will make use of this distribution, if it's installed, to speed up
+some operations that are significantly faster in C than in Perl.
+
+WWW: https://metacpan.org/release/PDF-API2-XS

Added: head/textproc/p5-PDF-API2-XS/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-PDF-API2-XS/pkg-plist	Sat Sep  5 10:08:08 2020	(r547602)
@@ -0,0 +1,4 @@
+%%SITE_ARCH%%/PDF/API2/XS.pm
+%%SITE_ARCH%%/PDF/API2/XS/ImagePNG.pm
+%%SITE_ARCH%%/auto/PDF/API2/XS/ImagePNG/ImagePNG.so
+%%PERL5_MAN3%%/PDF::API2::XS.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009051008.085A88tq079791>