Text::Restructured is a set of modules to parse reStructuredText
documents and output them in various formats, such as HTML or LaTeX. For details on reStructuredText, see http://docutils.sourceforge.net/rst.html. From Okan Demirmen ok simon@
This commit is contained in:
parent
76bd28a021
commit
54ac0f0be9
21
textproc/p5-Text-Restructured/Makefile
Normal file
21
textproc/p5-Text-Restructured/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/02 14:54:27 merdely Exp $
|
||||
|
||||
COMMENT= implementation of reStructuredText parser
|
||||
|
||||
DISTNAME= Text-Restructured-0.003036
|
||||
CATEGORIES= textproc
|
||||
MODULES= cpan
|
||||
|
||||
MAINTAINER= Okan Demirmen <okan@demirmen.com>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= :p5-Slay-Makefile-Gress-*:devel/p5-Slay-Makefile-Gress \
|
||||
:p5-Text-ASCIIMathML-*:textproc/p5-Text-ASCIIMathML
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/p5-Text-Restructured/distinfo
Normal file
5
textproc/p5-Text-Restructured/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Text-Restructured-0.003036.tar.gz) = 7WNGGkeJqgbv3/lIzSKnng==
|
||||
RMD160 (Text-Restructured-0.003036.tar.gz) = qMwiw7b8BYp83VfIAhk+oCOTVk0=
|
||||
SHA1 (Text-Restructured-0.003036.tar.gz) = DL59AlrBZI9dX9uxxMLoZET6l9k=
|
||||
SHA256 (Text-Restructured-0.003036.tar.gz) = ARIKK/q8mTErsEh75bEF5WA0XjvXdm2Jjoz8fCr8jLk=
|
||||
SIZE (Text-Restructured-0.003036.tar.gz) = 690097
|
3
textproc/p5-Text-Restructured/pkg/DESCR
Normal file
3
textproc/p5-Text-Restructured/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Text::Restructured is a set of modules to parse reStructuredText
|
||||
documents and output them in various formats, such as HTML or LaTeX. For
|
||||
details on reStructuredText, see http://docutils.sourceforge.net/rst.html.
|
25
textproc/p5-Text-Restructured/pkg/PLIST
Normal file
25
textproc/p5-Text-Restructured/pkg/PLIST
Normal file
@ -0,0 +1,25 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/02 14:54:27 merdely Exp $
|
||||
bin/prest
|
||||
${P5SITE}/Text/Restructured/
|
||||
${P5SITE}/Text/Restructured.pm
|
||||
${P5SITE}/Text/Restructured/DOM.pm
|
||||
${P5SITE}/Text/Restructured/Directive/
|
||||
${P5SITE}/Text/Restructured/Directive/code_block.pm
|
||||
${P5SITE}/Text/Restructured/Directive/if.pm
|
||||
${P5SITE}/Text/Restructured/Directive/perl.pm
|
||||
${P5SITE}/Text/Restructured/Directive/rst.st
|
||||
${P5SITE}/Text/Restructured/Directive/system.pm
|
||||
${P5SITE}/Text/Restructured/Graph.pm
|
||||
${P5SITE}/Text/Restructured/PrestConfig.pm
|
||||
${P5SITE}/Text/Restructured/Transforms.pm
|
||||
${P5SITE}/Text/Restructured/URIre.pm
|
||||
${P5SITE}/Text/Restructured/Writer/
|
||||
${P5SITE}/Text/Restructured/Writer.pm
|
||||
${P5SITE}/Text/Restructured/Writer/dom.wrt
|
||||
${P5SITE}/Text/Restructured/Writer/html.wrt
|
||||
${P5SITE}/Text/Restructured/Writer/index.wrt
|
||||
${P5SITE}/Text/Restructured/Writer/latex.wrt
|
||||
${P5SITE}/Text/Restructured/Writer/toc.wrt
|
||||
${P5SITE}/Text/Restructured/Writer/xml.wrt
|
||||
${P5SITE}/Text/Restructured/Writer/xref.wrt
|
||||
${P5SITE}/Text/Restructured/default.css
|
Loading…
Reference in New Issue
Block a user