diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-05 22:03:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-05 22:03:53 +0000 |
commit | d041d194ab28f70893b18c935ee377551e52733a (patch) | |
tree | 22e750737137ed1e19676843e8f1194aa9ebb461 | |
parent | 5ffae124f9857bcf359facc06a9120d73f58dd80 (diff) | |
download | ports-d041d194ab28f70893b18c935ee377551e52733a.tar.gz ports-d041d194ab28f70893b18c935ee377551e52733a.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-LaTeX-TOM/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-LaTeX-TOM/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-LaTeX-TOM/pkg-descr | 11 | ||||
-rw-r--r-- | textproc/p5-LaTeX-TOM/pkg-plist | 9 |
5 files changed, 45 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 96bfe23b1e51..4710f369d40b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -444,6 +444,7 @@ SUBDIR += p5-KinoSearch SUBDIR += p5-Kwalify SUBDIR += p5-LJ-SpellCheck + SUBDIR += p5-LaTeX-TOM SUBDIR += p5-Lingua-Conjunction SUBDIR += p5-Lingua-EN-AddressParse SUBDIR += p5-Lingua-EN-Fathom diff --git a/textproc/p5-LaTeX-TOM/Makefile b/textproc/p5-LaTeX-TOM/Makefile new file mode 100644 index 000000000000..6ba0270c730b --- /dev/null +++ b/textproc/p5-LaTeX-TOM/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: LaTeX-TOM +# Date created: 4th June, 2009 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= LaTeX-TOM +PORTVERSION= 0.9 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= Perl module for parsing, analyzing, and manipulating LaTeX documents + +PERL_CONFIGURE= yes + +MAN3= LaTeX::TOM.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-LaTeX-TOM/distinfo b/textproc/p5-LaTeX-TOM/distinfo new file mode 100644 index 000000000000..ca8c05349aa8 --- /dev/null +++ b/textproc/p5-LaTeX-TOM/distinfo @@ -0,0 +1,3 @@ +MD5 (LaTeX-TOM-0.9.tar.gz) = 840a478722fcdac925f6afc85e44c155 +SHA256 (LaTeX-TOM-0.9.tar.gz) = 641981190b97e6f66f427c10e74c2185cf7943786391250aa0adab28815961f7 +SIZE (LaTeX-TOM-0.9.tar.gz) = 31656 diff --git a/textproc/p5-LaTeX-TOM/pkg-descr b/textproc/p5-LaTeX-TOM/pkg-descr new file mode 100644 index 000000000000..30d285bd8ef4 --- /dev/null +++ b/textproc/p5-LaTeX-TOM/pkg-descr @@ -0,0 +1,11 @@ +This module provides a parser which parses and interprets (though +not fully) LaTeX documents and returns a tree-based representation +of what it finds. This tree is a LaTeX::TOM::Tree. The tree contains +LaTeX::TOM::Node nodes. + +This module should be especially useful to anyone who wants to do +processing of LaTeX documents that requires extraction of plain-text +information, or altering of the plain-text components (or +alternatively, the math-text components). + +WWW: http://search.cpan.org/dist/LaTeX-TOM/ diff --git a/textproc/p5-LaTeX-TOM/pkg-plist b/textproc/p5-LaTeX-TOM/pkg-plist new file mode 100644 index 000000000000..cf47f39cddfc --- /dev/null +++ b/textproc/p5-LaTeX-TOM/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/LaTeX/TOM.pm +%%SITE_PERL%%/LaTeX/TOM/Node.pm +%%SITE_PERL%%/LaTeX/TOM/Tree.pm +%%SITE_PERL%%/LaTeX/TOM/Parser.pm +%%SITE_PERL%%/mach/auto/LaTeX/TOM/.packlist +@dirrm %%SITE_PERL%%/mach/auto/LaTeX/TOM +@dirrmtry %%SITE_PERL%%/mach/auto/LaTeX +@dirrm %%SITE_PERL%%/LaTeX/TOM +@dirrmtry %%SITE_PERL%%/LaTeX |