diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-18 06:48:14 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-18 06:48:14 +0000 |
commit | 9427ab710d604666b5b201067e6b9cf355514489 (patch) | |
tree | d758700f583acb689661008dd2afa059c3576676 /textproc/p5-Spork | |
parent | 7c956ef4d4b956ae575e175561abf3158e7cac7c (diff) |
Notes
Diffstat (limited to 'textproc/p5-Spork')
-rw-r--r-- | textproc/p5-Spork/Makefile | 35 | ||||
-rw-r--r-- | textproc/p5-Spork/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Spork/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Spork/pkg-message | 4 | ||||
-rw-r--r-- | textproc/p5-Spork/pkg-plist | 14 |
5 files changed, 59 insertions, 0 deletions
diff --git a/textproc/p5-Spork/Makefile b/textproc/p5-Spork/Makefile new file mode 100644 index 000000000000..e33356789376 --- /dev/null +++ b/textproc/p5-Spork/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: p5-Spork +# Date created: 2004-07-18 +# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Spork +PORTVERSION= 0.18 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/I/IN/INGY/ +PKGNAMEPREFIX= p5- + +MAINTAINER= elvis@sslab.cs.ccu.edu.tw +COMMENT= Creating standalone HTML slideshows from Kwiki markup + +BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= spork.1 +MAN3= Spork.3 Spork::Config.3 + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Spork/distinfo b/textproc/p5-Spork/distinfo new file mode 100644 index 000000000000..a7938514f7c6 --- /dev/null +++ b/textproc/p5-Spork/distinfo @@ -0,0 +1,2 @@ +MD5 (Spork-0.18.tar.gz) = 11f856478ec198ed9748db23d6c05112 +SIZE (Spork-0.18.tar.gz) = 18902 diff --git a/textproc/p5-Spork/pkg-descr b/textproc/p5-Spork/pkg-descr new file mode 100644 index 000000000000..7b8b4db06ae8 --- /dev/null +++ b/textproc/p5-Spork/pkg-descr @@ -0,0 +1,4 @@ +Spork - a Perl module for creating standalone HTML slideshows from Kwiki markup + +Author: Brian Ingerson <INGY@cpan.org> +WWW: http://search.cpan.org/~ingy/ diff --git a/textproc/p5-Spork/pkg-message b/textproc/p5-Spork/pkg-message new file mode 100644 index 000000000000..e5a3e2f16ca0 --- /dev/null +++ b/textproc/p5-Spork/pkg-message @@ -0,0 +1,4 @@ +Usage: +$ spork -new # Generate a new slideshow in an empty directory +$ spork -make # Turn the text into html slides +$ spork -start # Start the show in a browser diff --git a/textproc/p5-Spork/pkg-plist b/textproc/p5-Spork/pkg-plist new file mode 100644 index 000000000000..26e0cadb74d2 --- /dev/null +++ b/textproc/p5-Spork/pkg-plist @@ -0,0 +1,14 @@ +@comment $FreeBSD$ +bin/spork +%%SITE_PERL%%/Spork.pm +%%SITE_PERL%%/Spork/Formatter.pm +%%SITE_PERL%%/Spork/Hub.pm +%%SITE_PERL%%/Spork/Slides.pm +%%SITE_PERL%%/Spork/Registry.pm +%%SITE_PERL%%/Spork/Command.pm +%%SITE_PERL%%/Spork/Config.pm +%%SITE_PERL%%/Spork/Template/TT2.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spork/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spork +@dirrm %%SITE_PERL%%/Spork/Template +@dirrm %%SITE_PERL%%/Spork |