ports/135243: [NEW PORT]textproc/p5-LaTeX-Table:Perl extension for the automatic generation of LaTeX tables

Wen Heping wenheping at gmail.com
Thu Jun 4 06:40:02 UTC 2009


>Number:         135243
>Category:       ports
>Synopsis:       [NEW PORT]textproc/p5-LaTeX-Table:Perl extension for the automatic generation of LaTeX tables
>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 06:40:01 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 at fb8.wenjing.com:/usr/obj/usr/src/sys/wen1  i386
>Description:
This module supports multipage tables via the xtab and the longtable
package. For publication quality tables it utilizes the booktabs
package. It also supports the tabularx and tabulary packages for
nicer fixed-width tables. Furthermore, it supports the colortbl
package for colored tables optimized for presentations.  The powerful
new ctable package is supported and especially recommended when
footnotes are needed. LaTeX::Table ships with some predefined, good
looking themes.

WWW:    http://search.cpan.org/dist/LaTeX-Table/



(it require p5-LaTeX-Driver and p5-LaTeX-Encode)
>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-Table
#	p5-LaTeX-Table/pkg-plist
#	p5-LaTeX-Table/pkg-descr
#	p5-LaTeX-Table/distinfo
#	p5-LaTeX-Table/Makefile
#
echo c - p5-LaTeX-Table
mkdir -p p5-LaTeX-Table > /dev/null 2>&1
echo x - p5-LaTeX-Table/pkg-plist
sed 's/^X//' >p5-LaTeX-Table/pkg-plist << '6b66b01e8f306ff1518f7fbd04d41038'
Xbin/csv2pdf
Xbin/ltpretty
X%%SITE_PERL%%/LaTeX/Table.pm
X%%SITE_PERL%%/LaTeX/Table/Themes/Booktabs.pm
X%%SITE_PERL%%/LaTeX/Table/Themes/ThemeI.pm
X%%SITE_PERL%%/LaTeX/Table/Themes/Modern.pm
X%%SITE_PERL%%/LaTeX/Table/Themes/Beamer.pm
X%%SITE_PERL%%/LaTeX/Table/Themes/Classic.pm
X%%SITE_PERL%%/LaTeX/Table/Types/Std.pm
X%%SITE_PERL%%/LaTeX/Table/Types/Ctable.pm
X%%SITE_PERL%%/LaTeX/Table/Types/Longtable.pm
X%%SITE_PERL%%/LaTeX/Table/Types/Xtab.pm
X%%SITE_PERL%%/LaTeX/Table/Types/TypeI.pm
X at dirrm %%SITE_PERL%%/LaTeX/Table/Types
X at dirrm %%SITE_PERL%%/LaTeX/Table/Themes
X at dirrm %%SITE_PERL%%/LaTeX/Table
X at dirrmtry %%SITE_PERL%%/LaTeX
6b66b01e8f306ff1518f7fbd04d41038
echo x - p5-LaTeX-Table/pkg-descr
sed 's/^X//' >p5-LaTeX-Table/pkg-descr << '32ee7e5df5e2a0241891bceebc5b5e7a'
XThis module supports multipage tables via the xtab and the longtable
Xpackage. For publication quality tables it utilizes the booktabs
Xpackage. It also supports the tabularx and tabulary packages for
Xnicer fixed-width tables. Furthermore, it supports the colortbl
Xpackage for colored tables optimized for presentations.  The powerful
Xnew ctable package is supported and especially recommended when
Xfootnotes are needed. LaTeX::Table ships with some predefined, good
Xlooking themes.
X
XWWW:	http://search.cpan.org/dist/LaTeX-Table/
32ee7e5df5e2a0241891bceebc5b5e7a
echo x - p5-LaTeX-Table/distinfo
sed 's/^X//' >p5-LaTeX-Table/distinfo << 'eba99e7c2cd4409e0c4a1d6238c39caa'
XMD5 (LaTeX-Table-0.9.15.tar.gz) = e2eb227ff0245b5f17cb0af9eb964d3c
XSHA256 (LaTeX-Table-0.9.15.tar.gz) = 3243c444eeb41cf1e39438adca10d97d369b64b819bdc3d17b8c6d16b4124afa
XSIZE (LaTeX-Table-0.9.15.tar.gz) = 295936
eba99e7c2cd4409e0c4a1d6238c39caa
echo x - p5-LaTeX-Table/Makefile
sed 's/^X//' >p5-LaTeX-Table/Makefile << '372faba833c1765ade4ae80f2afa384e'
X# New ports collection makefile for:	LaTeX-Table
X# Date created:				4th June, 2009
X# Whom:					Wen Heping <wenheping at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	LaTeX-Table
XPORTVERSION=	0.9.15
XCATEGORIES=	textproc perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	wenheping at gmail.com
XCOMMENT=	Perl extension for the automatic generation of LaTeX tables
X
XBUILD_DEPENDS=	p5-Test-NoWarnings>=0.084:${PORTSDIR}/devel/p5-Test-NoWarnings \
X		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
X		p5-Moose-Policy>=0:${PORTSDIR}/devel/p5-Moose-Policy \
X		p5-version>=0:${PORTSDIR}/devel/p5-version \
X		p5-LaTeX-Encode>=0:${PORTSDIR}/textproc/p5-LaTeX-Encode \
X		p5-LaTeX-Driver>=0:${PORTSDIR}/textproc/p5-LaTeX-Driver \
X		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
X		p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \
X		p5-Number-Format>=0:${PORTSDIR}/textproc/p5-Number-Format
XRUN_DEPENDS=	p5-Test-NoWarnings>=0.084:${PORTSDIR}/devel/p5-Test-NoWarnings \
X		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
X		p5-Moose-Policy>=0:${PORTSDIR}/devel/p5-Moose-Policy \
X		p5-version>=0:${PORTSDIR}/devel/p5-version \
X		p5-LaTeX-Encode>=0:${PORTSDIR}/textproc/p5-LaTeX-Encode \
X		p5-LaTeX-Driver>=0:${PORTSDIR}/textproc/p5-LaTeX-Driver \
X		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
X		p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \
X		p5-Number-Format>=0:${PORTSDIR}/textproc/p5-Number-Format \
X		p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly
X
XPERL_CONFIGURE=	yes
XPERL_MODBUILD=	yes
X
XMAN1=	csv2pdf.1 ltpretty.1
XMAN3=	LaTeX::Table::Types::Ctable.3 \
X	LaTeX::Table::Types::TypeI.3 \
X	LaTeX::Table::Themes::Booktabs.3 \
X	LaTeX::Table::Themes::Classic.3 \
X	LaTeX::Table::Themes::Beamer.3 \
X	LaTeX::Table::Themes::ThemeI.3 \
X	LaTeX::Table::Themes::Modern.3 \
X	LaTeX::Table.3 \
X	LaTeX::Table::Types::Longtable.3 \
X	LaTeX::Table::Types::Xtab.3 \
X	LaTeX::Table::Types::Std.3
X
X.include <bsd.port.mk>
372faba833c1765ade4ae80f2afa384e
exit



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



More information about the freebsd-ports-bugs mailing list