import p5-LaTeX-Pod 0.21
LaTeX::Pod converts LaTeX sources to Perl's POD (Plain old documentation) format. Currently only a subset of the available LaTeX language is supported. from wen heping, with tweaks by me ok sthen@
This commit is contained in:
parent
951658af0e
commit
7267113efc
23
textproc/p5-LaTeX-Pod/Makefile
Normal file
23
textproc/p5-LaTeX-Pod/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/08/22 07:14:25 jasper Exp $
|
||||
|
||||
COMMENT= transform LaTeX source files to POD
|
||||
|
||||
DISTNAME= LaTeX-Pod-0.21
|
||||
CATEGORIES= textproc
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= textproc/p5-LaTeX-TOM \
|
||||
devel/p5-List-MoreUtils \
|
||||
devel/p5-Params-Validate \
|
||||
devel/p5-boolean
|
||||
|
||||
CONFIGURE_STYLE= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/p5-LaTeX-Pod/distinfo
Normal file
5
textproc/p5-LaTeX-Pod/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (LaTeX-Pod-0.21.tar.gz) = rGQOI3E1h1nXiKUvJf5R2w==
|
||||
RMD160 (LaTeX-Pod-0.21.tar.gz) = OOFblSdDEXg1oKINNJQV0LzWL2o=
|
||||
SHA1 (LaTeX-Pod-0.21.tar.gz) = /mGN0UuwyBbUNJOH31gMVpa8D5s=
|
||||
SHA256 (LaTeX-Pod-0.21.tar.gz) = VxUU9awICeAHjUtqkgEX/f9kIsAm9mO8HUVEM8ZBH6Q=
|
||||
SIZE (LaTeX-Pod-0.21.tar.gz) = 13698
|
3
textproc/p5-LaTeX-Pod/pkg/DESCR
Normal file
3
textproc/p5-LaTeX-Pod/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
LaTeX::Pod converts LaTeX sources to Perl's POD (Plain old
|
||||
documentation) format. Currently only a subset of the available LaTeX
|
||||
language is supported.
|
5
textproc/p5-LaTeX-Pod/pkg/PLIST
Normal file
5
textproc/p5-LaTeX-Pod/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/08/22 07:14:25 jasper Exp $
|
||||
bin/latex2pod
|
||||
${P5SITE}/LaTeX/Pod.pm
|
||||
@man man/man1/latex2pod.1
|
||||
@man man/man3p/LaTeX::Pod.3p
|
Loading…
Reference in New Issue
Block a user