aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2005-11-21 17:57:28 +0000
committerMathieu Arnold <mat@FreeBSD.org>2005-11-21 17:57:28 +0000
commitf6b0ed2108d15c12bc5f85ffbe1a51a90548c2c2 (patch)
tree4ec61c4b55cbcca3f3a29c745d28138dce3b4952 /textproc
parent43fa07d14df3914984de680912443215f612681a (diff)
downloadports-f6b0ed2108d15c12bc5f85ffbe1a51a90548c2c2.tar.gz
ports-f6b0ed2108d15c12bc5f85ffbe1a51a90548c2c2.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-PerlPoint-Package/Makefile21
-rw-r--r--textproc/p5-PerlPoint-Package/distinfo6
-rw-r--r--textproc/p5-PerlPoint-Package/pkg-plist13
3 files changed, 29 insertions, 11 deletions
diff --git a/textproc/p5-PerlPoint-Package/Makefile b/textproc/p5-PerlPoint-Package/Makefile
index 1bbb985c0618..d6f994a6286b 100644
--- a/textproc/p5-PerlPoint-Package/Makefile
+++ b/textproc/p5-PerlPoint-Package/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= PerlPoint-Package
-PORTVERSION= 0.39
-PORTREVISION= 2
+PORTVERSION= 0.40
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= PerlPoint
@@ -25,15 +24,19 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
-MAN1= pp2sdf.1
+MAN1= pp2sdf.1 pp2tdo.1
MAN3= PerlPoint::Anchors.3 \
PerlPoint::Backend.3 \
PerlPoint::Constants.3 \
+ PerlPoint::Generator.3 \
+ PerlPoint::Generator::Object::Page.3 \
+ PerlPoint::Generator::SDF.3 \
+ PerlPoint::Generator::SDF::Default.3 \
PerlPoint::Parser.3 \
PerlPoint::Tags.3 \
PerlPoint::Tags::Basic.3 \
- PerlPoint::Tags::CPPP.3 \
- PerlPoint::Tags::SDF.3
+ PerlPoint::Tags::SDF.3 \
+ PerlPoint::Template.3
.if !defined(NOPORTDOCS)
PORTDOCS= # suck all DOCSDIR
@@ -46,4 +49,10 @@ post-install:
@cd ${WRKSRC}/demo; ${FIND} . | ${CPIO} -padm ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/p5-PerlPoint-Package/distinfo b/textproc/p5-PerlPoint-Package/distinfo
index cbdc2019f67f..9f254fb0f728 100644
--- a/textproc/p5-PerlPoint-Package/distinfo
+++ b/textproc/p5-PerlPoint-Package/distinfo
@@ -1,3 +1,3 @@
-MD5 (PerlPoint-Package-0.39.tgz) = fcf51794d231d21b73a2247ae2b04c01
-SHA256 (PerlPoint-Package-0.39.tgz) = 047ac07c13b67e14370d3df9184297dc9f3a3c445312a9373f41f090f4a806ee
-SIZE (PerlPoint-Package-0.39.tgz) = 331300
+MD5 (PerlPoint-Package-0.40.tgz) = 9430a7bdcddc9ea98f6843beea066fad
+SHA256 (PerlPoint-Package-0.40.tgz) = 615ff293f287c6371b2f43fad57596da4f3dd882b35367e3d64263e18ae4f711
+SIZE (PerlPoint-Package-0.40.tgz) = 410026
diff --git a/textproc/p5-PerlPoint-Package/pkg-plist b/textproc/p5-PerlPoint-Package/pkg-plist
index ea76bd9f1089..594b8406469a 100644
--- a/textproc/p5-PerlPoint-Package/pkg-plist
+++ b/textproc/p5-PerlPoint-Package/pkg-plist
@@ -1,23 +1,32 @@
+@comment $FreeBSD$
bin/pp2sdf
+bin/pp2tdo
%%SITE_PERL%%/PerlPoint/Anchors.pm
%%SITE_PERL%%/PerlPoint/Backend.pm
%%SITE_PERL%%/PerlPoint/Constants.pm
+%%SITE_PERL%%/PerlPoint/Generator.pm
+%%SITE_PERL%%/PerlPoint/Generator/Object/Page.pm
+%%SITE_PERL%%/PerlPoint/Generator/SDF.pm
+%%SITE_PERL%%/PerlPoint/Generator/SDF/Default.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%%/PerlPoint/Template.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlPoint/Package/.packlist
%%PORTDOCS%%%%EXAMPLESDIR%%/.pp2sdf
%%PORTDOCS%%%%EXAMPLESDIR%%/perlpods.pp
-%%PORTDOCS%%%%EXAMPLESDIR%%/pp2cppp
%%PORTDOCS%%%%EXAMPLESDIR%%/pp2pod
%%PORTDOCS%%%%EXAMPLESDIR%%/pp2pp
%%PORTDOCS%%%%EXAMPLESDIR%%/pp2ppresenter
%%PORTDOCS%%%%EXAMPLESDIR%%/pp2sdf
+%%PORTDOCS%%%%EXAMPLESDIR%%/pp2tdo
%%PORTDOCS%%%%EXAMPLESDIR%%/pp2tree
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlPoint/Package
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlPoint 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/PerlPoint/Tags 2>/dev/null || true
+@dirrm %%SITE_PERL%%/PerlPoint/Generator/SDF
+@dirrm %%SITE_PERL%%/PerlPoint/Generator/Object
+@dirrm %%SITE_PERL%%/PerlPoint/Generator
@unexec rmdir %D/%%SITE_PERL%%/PerlPoint 2>/dev/null || true