2008-10-19 21:17:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.20 2008/10/19 19:19:08 he Exp $
|
2000-10-15 04:49:25 +02:00
|
|
|
|
Update from version 2.02 to 2.08a. Changes:
2.08a 23 June 2008
- Fixed outputing row class attribute twice.
Request and fix from Reinhard Mutz
2.08 10 April 2008
- Added delRow and delSectionRow methods.
Request from Kyle Davenport <kyle.davenport at fmr.com>
- Fixed error in getTable, which output the wrong section attributes.
Request and fix from Colin Fine <colin.fine at pace.co.uk>
- Added getSection method to modularize the creation of Section HTML.
- Created new set of methods which apply Cell attributes
across a row. This is to make a clear distinction from
those methods that set row attributes (tr). Suggest by
Colin Fine <colin.fine at pace.co.uk>
2.07b
05 February 2008
- Fixed error in setSectionRowWidth.
Request from Ravi Kondamuru <ravikondamuru at gmail.com>
2.07a
04 February 2008
- Changed status from beta to full.
- Fixed error in setCellHeight.
Request from Ravi Kondamuru <ravikondamuru at gmail.com>
2.07-b2
09 October 2007
- Removed text output when empty table is printed.
Request from Erik Tank <erik at atjeu.com>
2.07-b1
17 September 2007
- Changed order of output for table sections, to comply
with the HTML 4.01 standard.
2.07-beta
13 September 2007
- Added THEAD, TFOOT and TBODY sections.
Request from Miguel Santinho <msantinho at simplicidade.com>.
There are now methods that take a section and section
number as parameters. ie. setSectionCell ( 'tbody', 0,
2, 3, 'Cell 2,3');
Existing methods default to working on the first tbody
section, for backwards compatibility.
You can have only one each of tfoot and thead sections,
but multiple tbody sections.
2.06
4 June 2007
- Added patch for even/odd row class support, supplied by Chris Weyl
Thanks to Chris Weyl <cweyl at alumni.drew.edu> for this patch.
2.05
15 March 2007
- Fixed code so that all HTML tags and attributes are in lower case.
2.04
23 January 2006
- AUTOLOAD method was making the module sliently ignore calls to invalid
methods.
Thanks to Gordon Lack <gml4410 at ggr.co.uk> for the fix.
2.03
6 December 2005
- Added get methods for Style attributes.
Thanks to Douglas Riordan <doug.riordan at gmail.com> for this.
2008-07-20 21:25:32 +02:00
|
|
|
DISTNAME= HTML-Table-2.08a
|
2000-10-15 04:49:25 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2008-10-19 21:17:40 +02:00
|
|
|
PKGREVISION= 1
|
2001-10-18 17:20:01 +02:00
|
|
|
SVR4_PKGNAME= p5htb
|
2000-10-15 04:49:25 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-12-05 19:45:12 +01:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/HTML-Table/
|
2003-07-22 06:14:17 +02:00
|
|
|
COMMENT= Perl5 module to simplify creating HTML tables
|
2000-10-15 04:49:25 +02:00
|
|
|
|
2004-04-25 07:56:14 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2004-04-25 07:56:14 +02:00
|
|
|
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/HTML/Table/.packlist
|
2000-10-15 04:49:25 +02:00
|
|
|
|
2002-09-25 15:56:49 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
2000-10-15 04:49:25 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|