mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
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/ PR: ports/135243 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
679ef90516
commit
c6c35f862b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235247
@ -447,6 +447,7 @@
|
||||
SUBDIR += p5-LaTeX-Driver
|
||||
SUBDIR += p5-LaTeX-Encode
|
||||
SUBDIR += p5-LaTeX-TOM
|
||||
SUBDIR += p5-LaTeX-Table
|
||||
SUBDIR += p5-Lingua-Conjunction
|
||||
SUBDIR += p5-Lingua-EN-AddressParse
|
||||
SUBDIR += p5-Lingua-EN-Fathom
|
||||
|
53
textproc/p5-LaTeX-Table/Makefile
Normal file
53
textproc/p5-LaTeX-Table/Makefile
Normal file
@ -0,0 +1,53 @@
|
||||
# New ports collection makefile for: LaTeX-Table
|
||||
# Date created: 4th June, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= LaTeX-Table
|
||||
PORTVERSION= 0.9.15
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Perl extension for the automatic generation of LaTeX tables
|
||||
|
||||
BUILD_DEPENDS= p5-Test-NoWarnings>=0.084:${PORTSDIR}/devel/p5-Test-NoWarnings \
|
||||
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-Moose-Policy>=0:${PORTSDIR}/devel/p5-Moose-Policy \
|
||||
p5-version>=0:${PORTSDIR}/devel/p5-version \
|
||||
p5-LaTeX-Encode>=0:${PORTSDIR}/textproc/p5-LaTeX-Encode \
|
||||
p5-LaTeX-Driver>=0:${PORTSDIR}/textproc/p5-LaTeX-Driver \
|
||||
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \
|
||||
p5-Number-Format>=0:${PORTSDIR}/textproc/p5-Number-Format
|
||||
RUN_DEPENDS= p5-Test-NoWarnings>=0.084:${PORTSDIR}/devel/p5-Test-NoWarnings \
|
||||
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-Moose-Policy>=0:${PORTSDIR}/devel/p5-Moose-Policy \
|
||||
p5-version>=0:${PORTSDIR}/devel/p5-version \
|
||||
p5-LaTeX-Encode>=0:${PORTSDIR}/textproc/p5-LaTeX-Encode \
|
||||
p5-LaTeX-Driver>=0:${PORTSDIR}/textproc/p5-LaTeX-Driver \
|
||||
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \
|
||||
p5-Number-Format>=0:${PORTSDIR}/textproc/p5-Number-Format \
|
||||
p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN1= csv2pdf.1 ltpretty.1
|
||||
MAN3= LaTeX::Table::Types::Ctable.3 \
|
||||
LaTeX::Table::Types::TypeI.3 \
|
||||
LaTeX::Table::Themes::Booktabs.3 \
|
||||
LaTeX::Table::Themes::Classic.3 \
|
||||
LaTeX::Table::Themes::Beamer.3 \
|
||||
LaTeX::Table::Themes::ThemeI.3 \
|
||||
LaTeX::Table::Themes::Modern.3 \
|
||||
LaTeX::Table.3 \
|
||||
LaTeX::Table::Types::Longtable.3 \
|
||||
LaTeX::Table::Types::Xtab.3 \
|
||||
LaTeX::Table::Types::Std.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-LaTeX-Table/distinfo
Normal file
3
textproc/p5-LaTeX-Table/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (LaTeX-Table-0.9.15.tar.gz) = e2eb227ff0245b5f17cb0af9eb964d3c
|
||||
SHA256 (LaTeX-Table-0.9.15.tar.gz) = 3243c444eeb41cf1e39438adca10d97d369b64b819bdc3d17b8c6d16b4124afa
|
||||
SIZE (LaTeX-Table-0.9.15.tar.gz) = 295936
|
10
textproc/p5-LaTeX-Table/pkg-descr
Normal file
10
textproc/p5-LaTeX-Table/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
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/
|
17
textproc/p5-LaTeX-Table/pkg-plist
Normal file
17
textproc/p5-LaTeX-Table/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
bin/csv2pdf
|
||||
bin/ltpretty
|
||||
%%SITE_PERL%%/LaTeX/Table.pm
|
||||
%%SITE_PERL%%/LaTeX/Table/Themes/Booktabs.pm
|
||||
%%SITE_PERL%%/LaTeX/Table/Themes/ThemeI.pm
|
||||
%%SITE_PERL%%/LaTeX/Table/Themes/Modern.pm
|
||||
%%SITE_PERL%%/LaTeX/Table/Themes/Beamer.pm
|
||||
%%SITE_PERL%%/LaTeX/Table/Themes/Classic.pm
|
||||
%%SITE_PERL%%/LaTeX/Table/Types/Std.pm
|
||||
%%SITE_PERL%%/LaTeX/Table/Types/Ctable.pm
|
||||
%%SITE_PERL%%/LaTeX/Table/Types/Longtable.pm
|
||||
%%SITE_PERL%%/LaTeX/Table/Types/Xtab.pm
|
||||
%%SITE_PERL%%/LaTeX/Table/Types/TypeI.pm
|
||||
@dirrm %%SITE_PERL%%/LaTeX/Table/Types
|
||||
@dirrm %%SITE_PERL%%/LaTeX/Table/Themes
|
||||
@dirrm %%SITE_PERL%%/LaTeX/Table
|
||||
@dirrmtry %%SITE_PERL%%/LaTeX
|
Loading…
Reference in New Issue
Block a user