diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-03-11 23:57:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-03-11 23:57:51 +0800 |
commit | 5611c4f466e4f916d1f93f4f6fbfe25651e8bf8f (patch) | |
tree | bcc65dc735e3f605e96a1366553504f44fb8380e /textproc | |
parent | 3095b27c446f4536e8eb5a8405a1e4163ad77a14 (diff) | |
download | freebsd-ports-gnome-5611c4f466e4f916d1f93f4f6fbfe25651e8bf8f.tar.gz freebsd-ports-gnome-5611c4f466e4f916d1f93f4f6fbfe25651e8bf8f.tar.zst freebsd-ports-gnome-5611c4f466e4f916d1f93f4f6fbfe25651e8bf8f.zip |
Add p5-Pod-LaTeX 0.61
Pod::LaTeX is a module to convert documentation in the Pod format into Latex.
The pod2latex command uses this module for translation.
Pod::LaTeX is a derived class from Pod::Select.
WWW: http://search.cpan.org/dist/Pod-LaTeX/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-LaTeX/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-Pod-LaTeX/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-LaTeX/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Pod-LaTeX/pkg-plist | 4 |
5 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 82400fc16064..3dceaef4758f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -721,6 +721,7 @@ SUBDIR += p5-Pod-Escapes SUBDIR += p5-Pod-Eventual SUBDIR += p5-Pod-HtmlEasy + SUBDIR += p5-Pod-LaTeX SUBDIR += p5-Pod-Markdown SUBDIR += p5-Pod-MinimumVersion SUBDIR += p5-Pod-POM diff --git a/textproc/p5-Pod-LaTeX/Makefile b/textproc/p5-Pod-LaTeX/Makefile new file mode 100644 index 000000000000..888948a7a917 --- /dev/null +++ b/textproc/p5-Pod-LaTeX/Makefile @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Pod-LaTeX +PORTVERSION= 0.61 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Convert Pod data to formatted LaTeX + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes +USE_PERL5= modbuild +USES= perl5 + +.include <bsd.port.mk> diff --git a/textproc/p5-Pod-LaTeX/distinfo b/textproc/p5-Pod-LaTeX/distinfo new file mode 100644 index 000000000000..9eea3639dec3 --- /dev/null +++ b/textproc/p5-Pod-LaTeX/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1489238604 +SHA256 (Pod-LaTeX-0.61.tar.gz) = 15a840ea1c8a76cd3c865fbbf2fec33b03615c0daa50f9c800c54e0cf0659d46 +SIZE (Pod-LaTeX-0.61.tar.gz) = 32618 diff --git a/textproc/p5-Pod-LaTeX/pkg-descr b/textproc/p5-Pod-LaTeX/pkg-descr new file mode 100644 index 000000000000..05531c6a03ff --- /dev/null +++ b/textproc/p5-Pod-LaTeX/pkg-descr @@ -0,0 +1,6 @@ +Pod::LaTeX is a module to convert documentation in the Pod format into Latex. +The pod2latex command uses this module for translation. + +Pod::LaTeX is a derived class from Pod::Select. + +WWW: http://search.cpan.org/dist/Pod-LaTeX/ diff --git a/textproc/p5-Pod-LaTeX/pkg-plist b/textproc/p5-Pod-LaTeX/pkg-plist new file mode 100644 index 000000000000..5fd2a9ccac21 --- /dev/null +++ b/textproc/p5-Pod-LaTeX/pkg-plist @@ -0,0 +1,4 @@ +bin/pod2latex +%%SITE_PERL%%/Pod/LaTeX.pm +%%PERL5_MAN1%%/pod2latex.1.gz +%%PERL5_MAN3%%/Pod::LaTeX.3.gz |