mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-Pod-WikiDoc 0.20, generate Pod from inline wiki style text.
This commit is contained in:
parent
ae9e411e8b
commit
d10020be07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333880
5 changed files with 49 additions and 0 deletions
|
@ -669,6 +669,7 @@
|
|||
SUBDIR += p5-Pod-Stripper
|
||||
SUBDIR += p5-Pod-Tree
|
||||
SUBDIR += p5-Pod-WSDL
|
||||
SUBDIR += p5-Pod-WikiDoc
|
||||
SUBDIR += p5-Pod-XML
|
||||
SUBDIR += p5-Pod-Xhtml
|
||||
SUBDIR += p5-RADIUS-UserFile
|
||||
|
|
25
textproc/p5-Pod-WikiDoc/Makefile
Normal file
25
textproc/p5-Pod-WikiDoc/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Mathieu Arnold <mat@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Pod-WikiDoc
|
||||
PORTVERSION= 0.20
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= mat@FreeBSD.org
|
||||
COMMENT= Generate Pod from inline wiki style text
|
||||
|
||||
LICENSE= AL2
|
||||
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd \
|
||||
p5-Getopt-Lucid>=0.14:${PORTSDIR}/textproc/p5-Getopt-Lucid \
|
||||
p5-IPC-Run3>=0.033:${PORTSDIR}/devel/p5-IPC-Run3 \
|
||||
p5-Parse-RecDescent>=1.967.006:${PORTSDIR}/devel/p5-Parse-RecDescent \
|
||||
p5-Probe-Perl>=0.01:${PORTSDIR}/sysutils/p5-Probe-Perl
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Pod-WikiDoc/distinfo
Normal file
2
textproc/p5-Pod-WikiDoc/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Pod-WikiDoc-0.20.tar.gz) = 448c34604b41a5142f03d2c783cd18c00123458586c79d8bd1f1c550ace85dd9
|
||||
SIZE (Pod-WikiDoc-0.20.tar.gz) = 39431
|
7
textproc/p5-Pod-WikiDoc/pkg-descr
Normal file
7
textproc/p5-Pod-WikiDoc/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Pod works well, but writing it can be time-consuming and tedious. For example,
|
||||
commonly used layouts like lists require numerous lines of text to make just a
|
||||
couple of simple points. An alternative approach is to write documentation in
|
||||
a wiki-text shorthand (referred to here as wikidoc) and use Pod::WikiDoc to
|
||||
extract it and convert it into its corresponding Pod as a separate .pod file.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Pod-WikiDoc/
|
14
textproc/p5-Pod-WikiDoc/pkg-plist
Normal file
14
textproc/p5-Pod-WikiDoc/pkg-plist
Normal file
|
@ -0,0 +1,14 @@
|
|||
bin/wikidoc
|
||||
man/man1/wikidoc.1.gz
|
||||
%%PERL5_MAN3%%/Pod::WikiDoc.3.gz
|
||||
%%PERL5_MAN3%%/Pod::WikiDoc::Cookbook.3.gz
|
||||
%%PERL5_MAN3%%/Pod::WikiDoc::Parser.3.gz
|
||||
%%SITE_PERL%%/Pod/WikiDoc.pm
|
||||
%%SITE_PERL%%/Pod/WikiDoc/Cookbook.pod
|
||||
%%SITE_PERL%%/Pod/WikiDoc/Parser.pm
|
||||
%%SITE_PERL%%/Pod/WikiDoc/Parser.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/WikiDoc/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/WikiDoc
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod
|
||||
@dirrm %%SITE_PERL%%/Pod/WikiDoc
|
||||
@dirrmtry %%SITE_PERL%%/Pod
|
Loading…
Add table
Reference in a new issue