mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add p5-Text-PDF 0.12, a perl module for manipulating PDF files.
PR: 23966 Submitted by: Anton Berezin <tobez@tobez.org>
This commit is contained in:
parent
5f0157d55c
commit
3e33b0de4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36505
@ -67,6 +67,7 @@
|
||||
SUBDIR += musixtex
|
||||
SUBDIR += nenscript
|
||||
SUBDIR += offix-printer
|
||||
SUBDIR += p5-Text-PDF
|
||||
SUBDIR += pbm2ppa
|
||||
SUBDIR += pclprint
|
||||
SUBDIR += pdflib
|
||||
|
34
print/p5-Text-PDF/Makefile
Normal file
34
print/p5-Text-PDF/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: print/p5-Text-PDF
|
||||
# Date created: 30 December 2000
|
||||
# Whom: Anton Berezin <tobez@tobez.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-PDF
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= print perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@tobez.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Text::PDF::Pages.3 Text::PDF::Page.3 Text::PDF::Name.3 \
|
||||
Text::PDF::TTFont0.3 Text::PDF::String.3 Text::PDF::File.3 \
|
||||
Text::PDF::Dict.3 Text::PDF::Array.3 Text::PDF::Bool.3 \
|
||||
Text::PDF::Objind.3 Text::PDF::SFont.3 Text::PDF::Filter.3 \
|
||||
Text::PDF::Utils.3 Text::PDF::TTFont.3 Text::PDF::Number.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Text/PDF/examples
|
||||
@${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Text/PDF/examples
|
||||
|
||||
.include <bsd.port.mk>
|
1
print/p5-Text-PDF/distinfo
Normal file
1
print/p5-Text-PDF/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Text-PDF-0.12.tar.gz) = c8e075be1b2642a3b5d541293d961fc1
|
1
print/p5-Text-PDF/pkg-comment
Normal file
1
print/p5-Text-PDF/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A PDF manipulation module
|
10
print/p5-Text-PDF/pkg-descr
Normal file
10
print/p5-Text-PDF/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
In summary, this module provides a strong (IMO) base for working with
|
||||
PDF files but lacks some finesse. Users should know their way around the
|
||||
PDF specification.
|
||||
|
||||
Included in the examples directory are some example programs starting
|
||||
from very simple PDF creation programs and working up. More extensive
|
||||
samples are included as scripts.
|
||||
|
||||
-Anton
|
||||
<tobez@tobez.org>
|
27
print/p5-Text-PDF/pkg-plist
Normal file
27
print/p5-Text-PDF/pkg-plist
Normal file
@ -0,0 +1,27 @@
|
||||
bin/pdfbklt.plx
|
||||
bin/pdfstamp.plx
|
||||
bin/pdfrevert.plx
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/PDF/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Pages.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Name.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/TTFont0.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/changes
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Array.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Bool.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Page.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/String.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/File.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Dict.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Objind.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Filter.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/SFont.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Utils.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/TTFont.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Number.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/graph.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/pdfaddobj.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/pdfaddpg.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/pdfgetobj.pl
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/PDF
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Text/PDF
|
Loading…
Reference in New Issue
Block a user