aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-LaTeX-Table
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* * Convert to stagingMathieu Arnold2014-01-212-14/+16
| | | | | | | | | * Add license Sponsored by: Absolight Notes: svn path=/head/; revision=340622
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* PERL_MODBUILD implies PERL_CONFIGURE.Mathieu Arnold2013-06-061-1/+0
| | | | | | | Reported by: http://az.semmy.ru/perl_sdad.txt Notes: svn path=/head/; revision=320091
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 1.0.6Wen Heping2010-11-042-8/+9
| | | | | | | Changelog: http://search.cpan.org/src/LIMAONE/LaTeX-Table-v1.0.6/Changes Notes: svn path=/head/; revision=264028
* - Update to 1.0.5Wen Heping2010-09-012-6/+5
| | | | | | | - Reset maintainer to perl@ Notes: svn path=/head/; revision=260323
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 1.0.1Wen Heping2010-03-032-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250528
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 1.0.0Wen Heping2009-09-232-5/+7
| | | | | | | | | | - Update my mail address to FreeBSD Approved by: jadawin(co-mentor) Feature safe: yes Notes: svn path=/head/; revision=241966
* - Update to 0.9.17Martin Wilke2009-08-032-4/+5
| | | | | | | | PR: 137353 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=238834
* - Update to 0.9.16Martin Wilke2009-07-282-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=238560
* This module supports multipage tables via the xtab and the longtableMartin Wilke2009-06-054-0/+83
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> Notes: svn path=/head/; revision=235247