SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,23 @@
COMMENT = simple wrapper for PDF::API2 module
MODULES = cpan
PKG_ARCH = *
DISTNAME = PDF-API2-Simple-1.1.4u
PKGNAME = p5-${DISTNAME:S/u$//}
CATEGORIES = textproc
REVISION = 1
# public domain
PERMIT_PACKAGE = Yes
RUN_DEPENDS = textproc/p5-PDF-API2
BUILD_DEPENDS = ${RUN_DEPENDS}
MODCPAN_EXAMPLES = Yes
CONFIGURE_STYLE = modinst
MAKE_ENV += TEST_POD=1
WRKDIST = ${WRKDIR}/${DISTNAME:S/u$//}
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (PDF-API2-Simple-1.1.4u.tar.gz) = xOu2QPnkemtPBSE2R6kKDHYNKIm38bT25M9E0uAGBO4=
SIZE (PDF-API2-Simple-1.1.4u.tar.gz) = 30597

View file

@ -0,0 +1 @@
PDF::API2::Simple Simplistic wrapper for the excellent PDF::API2 modules.

View file

@ -0,0 +1,10 @@
${P5SITE}/PDF/API2/Simple.pm
@man man/man3p/PDF::API2::Simple.3p
share/examples/p5-PDF-API2-Simple/
share/examples/p5-PDF-API2-Simple/01_barebones.pl
share/examples/p5-PDF-API2-Simple/02_links.pl
share/examples/p5-PDF-API2-Simple/03_autoflow.pl
share/examples/p5-PDF-API2-Simple/04_headers.pl
share/examples/p5-PDF-API2-Simple/05_a4.pl
share/examples/p5-PDF-API2-Simple/06_alignment.pl
share/examples/p5-PDF-API2-Simple/07_as_string.pl