Add p5-PerlPoint-Package 0.39, PerlPoint is both a presentation and a

documentation toolset.
This commit is contained in:
Mathieu Arnold 2004-06-08 10:03:57 +00:00
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

View file

@ -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

View 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>

View file

@ -0,0 +1,2 @@
MD5 (PerlPoint-Package-0.39.tgz) = fcf51794d231d21b73a2247ae2b04c01
SIZE (PerlPoint-Package-0.39.tgz) = 331300

View 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/

View 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