PDF-Table is intended for table generation using PDF::API2.
WWW: http://search.cpan.org/~omega/ PR: ports/134965 Submitted by: scheidell at secnap.net
This commit is contained in:
parent
92f846449e
commit
00bc58eac0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235215
@ -496,6 +496,7 @@
|
||||
SUBDIR += p5-PDF-API3
|
||||
SUBDIR += p5-PDF-Create
|
||||
SUBDIR += p5-PDF-FromHTML
|
||||
SUBDIR += p5-PDF-Table
|
||||
SUBDIR += p5-PDF-Writer
|
||||
SUBDIR += p5-POE-Filter-XML
|
||||
SUBDIR += p5-POSIX-Regex
|
||||
|
24
textproc/p5-PDF-Table/Makefile
Normal file
24
textproc/p5-PDF-Table/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New Ports collection makefile for: p5-PDF-Table
|
||||
# Date created: May 22, 2009
|
||||
# Whom: scheidell@secnap.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= PDF-Table
|
||||
PORTVERSION= 0.9.3
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= scheidell@secnap.net
|
||||
COMMENT= A utility class for building table layouts in a PDF::API2 object
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/PDF/API2/Content/Text.pm:${PORTSDIR}/textproc/p5-PDF-API2
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.7+
|
||||
|
||||
MAN3= PDF::Table.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-PDF-Table/distinfo
Normal file
3
textproc/p5-PDF-Table/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (PDF-Table-0.9.3.tar.gz) = f939e885dca74915cb9590d5eaa7add8
|
||||
SHA256 (PDF-Table-0.9.3.tar.gz) = f29d30ac22757cf1cd5f8fe3a420de296a80083776818cf402713ef8aaae7c16
|
||||
SIZE (PDF-Table-0.9.3.tar.gz) = 20443
|
3
textproc/p5-PDF-Table/pkg-descr
Normal file
3
textproc/p5-PDF-Table/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
PDF-Table is intended for table generation using PDF::API2.
|
||||
|
||||
WWW: http://search.cpan.org/~omega/
|
5
textproc/p5-PDF-Table/pkg-plist
Normal file
5
textproc/p5-PDF-Table/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/PDF/Table.pm
|
||||
%%SITE_PERL%%/mach/auto/PDF/Table/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/PDF
|
||||
@dirrm %%SITE_PERL%%/mach/auto/PDF/Table
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/PDF
|
Loading…
Reference in New Issue
Block a user