Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2009 08:24:36 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/135245: [NEW PORT]textproc/p5-LaTeX-TOM:Perl module for parsing, analyzing, and manipulating LaTeX documents
Message-ID:  <200906040824.n548OauC018326@www.freebsd.org>
Resent-Message-ID: <200906040830.n548U4lH019253@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         135245
>Category:       ports
>Synopsis:       [NEW PORT]textproc/p5-LaTeX-TOM:Perl module for parsing, analyzing, and manipulating LaTeX documents
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 04 08:30:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #4: Fri Apr 10 16:36:28 HKT 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/wen1  i386
>Description:
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/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-LaTeX-TOM
#	p5-LaTeX-TOM/pkg-plist
#	p5-LaTeX-TOM/pkg-descr
#	p5-LaTeX-TOM/distinfo
#	p5-LaTeX-TOM/Makefile
#
echo c - p5-LaTeX-TOM
mkdir -p p5-LaTeX-TOM > /dev/null 2>&1
echo x - p5-LaTeX-TOM/pkg-plist
sed 's/^X//' >p5-LaTeX-TOM/pkg-plist << 'c104046017ee4f08586263dd2958c619'
X%%SITE_PERL%%/LaTeX/TOM.pm
X%%SITE_PERL%%/LaTeX/TOM/Node.pm
X%%SITE_PERL%%/LaTeX/TOM/Tree.pm
X%%SITE_PERL%%/LaTeX/TOM/Parser.pm
X%%SITE_PERL%%/mach/auto/LaTeX/TOM/.packlist
X@dirrm %%SITE_PERL%%/mach/auto/LaTeX/TOM
X@dirrmtry %%SITE_PERL%%/mach/auto/LaTeX
X@dirrm %%SITE_PERL%%/LaTeX/TOM
X@dirrmtry %%SITE_PERL%%/LaTeX
c104046017ee4f08586263dd2958c619
echo x - p5-LaTeX-TOM/pkg-descr
sed 's/^X//' >p5-LaTeX-TOM/pkg-descr << 'b4c0f4d1daa0ed90e7382995e5056ff3'
XThis module provides a parser which parses and interprets (though
Xnot fully) LaTeX documents and returns a tree-based representation
Xof what it finds. This tree is a LaTeX::TOM::Tree. The tree contains
XLaTeX::TOM::Node nodes.
X
XThis module should be especially useful to anyone who wants to do
Xprocessing of LaTeX documents that requires extraction of plain-text
Xinformation, or altering of the plain-text components (or
Xalternatively, the math-text components).
X
XWWW:	http://search.cpan.org/dist/LaTeX-TOM/
b4c0f4d1daa0ed90e7382995e5056ff3
echo x - p5-LaTeX-TOM/distinfo
sed 's/^X//' >p5-LaTeX-TOM/distinfo << '3849e86f620447be296d9c24239fd522'
XMD5 (LaTeX-TOM-0.9.tar.gz) = 840a478722fcdac925f6afc85e44c155
XSHA256 (LaTeX-TOM-0.9.tar.gz) = 641981190b97e6f66f427c10e74c2185cf7943786391250aa0adab28815961f7
XSIZE (LaTeX-TOM-0.9.tar.gz) = 31656
3849e86f620447be296d9c24239fd522
echo x - p5-LaTeX-TOM/Makefile
sed 's/^X//' >p5-LaTeX-TOM/Makefile << '8d8148804757e178f3304a59922d2a8a'
X# New ports collection makefile for:	LaTeX-TOM
X# Date created:				4th June, 2009
X# Whom:					Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	LaTeX-TOM
XPORTVERSION=	0.9
XCATEGORIES=	textproc perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Perl module for parsing, analyzing, and manipulating LaTeX documents
X
XPERL_CONFIGURE=	yes
X
XMAN3=	LaTeX::TOM.3
X
X.include <bsd.port.mk>
8d8148804757e178f3304a59922d2a8a
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906040824.n548OauC018326>