Add p5-PerlPoint-Package 0.39, PerlPoint is both a presentation and a
documentation toolset.
This commit is contained in:
parent
40d9db5aa8
commit
5ae350cd7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111075
5 changed files with 73 additions and 0 deletions
|
@ -262,6 +262,7 @@
|
|||
SUBDIR += p5-PDF-API2
|
||||
SUBDIR += p5-PDF-Create
|
||||
SUBDIR += p5-Parse-Syslog
|
||||
SUBDIR += p5-PerlPoint-Package
|
||||
SUBDIR += p5-Pod-Constants
|
||||
SUBDIR += p5-Pod-Escapes
|
||||
SUBDIR += p5-Pod-POM
|
||||
|
|
44
textproc/p5-PerlPoint-Package/Makefile
Normal file
44
textproc/p5-PerlPoint-Package/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# New ports collection makefile for: p5-PerlPoint-Package
|
||||
# Date created: 8 Jun 2004
|
||||
# Whom: mat
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= PerlPoint-Package
|
||||
PORTVERSION= 0.39
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= PerlPoint
|
||||
PKGNAMEPREFIX= p5-
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= mat@FreeBSD.org
|
||||
COMMENT= PerlPoint is both a presentation and a documentation toolset
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN1= pp2sdf.1
|
||||
MAN3= PerlPoint::Anchors.3 \
|
||||
PerlPoint::Backend.3 \
|
||||
PerlPoint::Constants.3 \
|
||||
PerlPoint::Parser.3 \
|
||||
PerlPoint::Tags.3 \
|
||||
PerlPoint::Tags::Basic.3 \
|
||||
PerlPoint::Tags::CPPP.3 \
|
||||
PerlPoint::Tags::SDF.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
|
||||
${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
textproc/p5-PerlPoint-Package/distinfo
Normal file
2
textproc/p5-PerlPoint-Package/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (PerlPoint-Package-0.39.tgz) = fcf51794d231d21b73a2247ae2b04c01
|
||||
SIZE (PerlPoint-Package-0.39.tgz) = 331300
|
12
textproc/p5-PerlPoint-Package/pkg-descr
Normal file
12
textproc/p5-PerlPoint-Package/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
PerlPoint is both a presentation and a documentation toolset. More precise, its
|
||||
a toolset to generate presentations and documentations. You will write a simple
|
||||
text and start a converter to make the final documents from this source. The
|
||||
final format is your choice, depending on the used converter. So you can make a
|
||||
presentation, speaker notes, handouts, an internet documentation and a brochure
|
||||
all from the same text source, but looking very individual.
|
||||
|
||||
Because of this two step architecture PerlPoint authors deal both with the text
|
||||
format and several converters. The text source describes structure and contents
|
||||
of your document, while a converter adds layout. Let's start.
|
||||
|
||||
WWW: http://search.cpan.org/dist/PerlPoint-Package/
|
14
textproc/p5-PerlPoint-Package/pkg-plist
Normal file
14
textproc/p5-PerlPoint-Package/pkg-plist
Normal file
|
@ -0,0 +1,14 @@
|
|||
bin/pp2sdf
|
||||
%%SITE_PERL%%/PerlPoint/Anchors.pm
|
||||
%%SITE_PERL%%/PerlPoint/Backend.pm
|
||||
%%SITE_PERL%%/PerlPoint/Constants.pm
|
||||
%%SITE_PERL%%/PerlPoint/Parser.pm
|
||||
%%SITE_PERL%%/PerlPoint/Tags.pm
|
||||
%%SITE_PERL%%/PerlPoint/Tags/Basic.pm
|
||||
%%SITE_PERL%%/PerlPoint/Tags/CPPP.pm
|
||||
%%SITE_PERL%%/PerlPoint/Tags/SDF.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlPoint/Package/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlPoint/Package
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlPoint 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/PerlPoint/Tags
|
||||
@unexec rmdir %D/%%SITE_PERL%%/PerlPoint 2>/dev/null || true
|
Loading…
Reference in a new issue