2010-08-31 07:21:10 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2010/08/31 05:21:10 sno Exp $
|
2009-05-17 12:34:20 +02:00
|
|
|
#
|
|
|
|
|
2010-08-31 07:21:10 +02:00
|
|
|
DISTNAME= LaTeX-Table-v1.0.5
|
2009-09-14 07:23:01 +02:00
|
|
|
PKGNAME= p5-${DISTNAME:S/v1/1/}
|
2010-03-08 15:53:49 +01:00
|
|
|
#PKGREVISION= 1
|
2009-05-17 12:34:20 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/LaTeX-Table/
|
|
|
|
COMMENT= Perl extension for the automatic generation of LaTeX tables
|
2009-07-16 08:25:52 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2009-05-17 12:34:20 +02:00
|
|
|
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
Updating package print/p5-LaTeX-Table from 0.9.18 to 1.0.0
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
1.0.0 Tue Sep 8 11:00:00 2009
- Bugfixes: * text_wrap option still generated
0.99_5 Mon Sep 7 11:00:00 2009
- POD cleanup
- Bugfixes: * current perlcritic passes
0.99_4 Fri Sep 4 15:00:00 2009
- Corrected documentation for width_environment option (alignment is
possible thanks to fix of #49422)
0.99_3 Fri Sep 4 12:08:00 2009
- added clearer for alignment options.
- Bugfixes: * Alignment of longtables is wrongly generated (#49422,
thanks Jens)
0.99_2 Sat Aug 10 17:25:00 2009
- Bugfixes: * removed unneccessary no critic (thanks Salvatore)
* min Moose version in Build.PL/Makefile.PL (caused
cpantesters fails)
0.99_1 Sat Aug 08 11:33:00 2009
- code cleanup
- POD corrections
- removed all deprecated code
- Bugfixes: * row id in callback functions sometimes wrong
* perlcritic now passes with Pod::Spelling (thanks Salvatore
and Rafael)
0.9.17 Sat Jul 26 12:00:00 2009
- new option tablelasttail
- Template variables documented in TypeI.pm
- Code cleanup: * type, colums_like_header, resize, callback,
fontfamily, fontsize, xentrystretch now checked via Moose
* fontfamily, fontsize, table*, xentrystretch now generated
via Template
* csv2pdf
* Removed old deprecated code from 0.1.0 and 0.8.0
(in the next release - probably 1.0 - I will remove all
deprecated code!)
- Bugfix: csv2pdf --out option broken
2009-09-12 14:31:23 +02:00
|
|
|
DEPENDS+= p5-Moose>=0.76:../../devel/p5-Moose
|
2010-08-20 21:37:29 +02:00
|
|
|
#DEPENDS+= p5-Moose-Policy-[0-9]*:../../devel/p5-Moose-Policy
|
2010-08-31 07:21:10 +02:00
|
|
|
DEPENDS+= p5-MooseX-FollowPBP>=0.03:../../devel/p5-MooseX-FollowPBP
|
2009-05-17 12:34:20 +02:00
|
|
|
DEPENDS+= p5-Template-Toolkit-[0-9]*:../../www/p5-Template-Toolkit
|
|
|
|
|
2009-06-01 20:57:00 +02:00
|
|
|
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
|
|
|
|
2009-05-17 12:34:20 +02:00
|
|
|
# Recommended modules
|
|
|
|
DEPENDS+= p5-LaTeX-Driver-[0-9]*:../../print/p5-LaTeX-Driver
|
|
|
|
DEPENDS+= p5-LaTeX-Encode-[0-9]*:../../print/p5-LaTeX-Encode
|
|
|
|
DEPENDS+= p5-Number-Format-[0-9]*:../../textproc/p5-Number-Format
|
2010-08-20 21:37:29 +02:00
|
|
|
DEPENDS+= p5-Text-CSV-[0-9]*:../../textproc/p5-Text-CSV
|
|
|
|
DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie
|
2009-05-17 12:34:20 +02:00
|
|
|
|
2009-06-01 20:57:00 +02:00
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
2009-05-17 12:34:20 +02:00
|
|
|
PERL5_PACKLIST= auto/LaTeX/Table/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|