mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add p5-Spork 0.18, creating standalone HTML slideshows from Kwiki
markup. PR: ports/69227 Submitted by: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
This commit is contained in:
parent
7c956ef4d4
commit
9427ab710d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113888
@ -290,6 +290,7 @@
|
||||
SUBDIR += p5-Sort-ArbBiLex
|
||||
SUBDIR += p5-Sort-Fields
|
||||
SUBDIR += p5-Sort-PolySort
|
||||
SUBDIR += p5-Spork
|
||||
SUBDIR += p5-Spreadsheet-ParseExcel
|
||||
SUBDIR += p5-Spreadsheet-WriteExcel
|
||||
SUBDIR += p5-Spreadsheet-WriteExcel-FromXML
|
||||
|
35
textproc/p5-Spork/Makefile
Normal file
35
textproc/p5-Spork/Makefile
Normal file
@ -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>
|
2
textproc/p5-Spork/distinfo
Normal file
2
textproc/p5-Spork/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Spork-0.18.tar.gz) = 11f856478ec198ed9748db23d6c05112
|
||||
SIZE (Spork-0.18.tar.gz) = 18902
|
4
textproc/p5-Spork/pkg-descr
Normal file
4
textproc/p5-Spork/pkg-descr
Normal file
@ -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/
|
4
textproc/p5-Spork/pkg-message
Normal file
4
textproc/p5-Spork/pkg-message
Normal file
@ -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
|
14
textproc/p5-Spork/pkg-plist
Normal file
14
textproc/p5-Spork/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user