Port details |
- p5-HTML-Table Generate HTML tables for CGI scripts
- 2.08a_2 www
=8 2.08a_2Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2001-03-13 18:11:38
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-Digest-HMAC, openvpn, p5-libwww, p5-Digest-MD5, p5-Net-SSLeay
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- http://www.chime.ucl.ac.uk/~rmhiajp/htmltable/index.htm
- Description:
- HTML::Table is used to generate HTML tables for CGI scripts. By
using the methods provided fairly complex tables can be created,
manipulated, then printed from Perl scripts. The module also greatly
simplifies creating tables within tables from Perl. It is possible
to create an entire table using the methods provided and never use
an HTML tag.
HTML::Table also allows for creating dynamically sized tables via
its addRow and addCol methods. These methods automatically resize
the table if passed more cell values than will fit in the current
table grid.
Methods are provided for nearly all valid table, row, and cell tags
specified for HTML 3.0.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-HTML-Table>0:www/p5-HTML-Table
- To install the port:
- cd /usr/ports/www/p5-HTML-Table/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-HTML-Table
- pkg install p5-HTML-Table
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-HTML-Table
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (HTML-Table-2.08a.tar.gz) = f6dd9066cde6a818a2c0eb2bcfdb6e5ef3de030fff6beeadfff3732ef1c32805
SIZE (HTML-Table-2.08a.tar.gz) = 23934
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-Iodef-Pb-Simple
- devel/p5-JQuery
- www/p5-CIF-Client
- for Run
-
- devel/p5-Iodef-Pb-Simple
- devel/p5-JQuery
- www/p5-CIF-Client
Configuration Options:
- No options to configure
- Options name:
- www_p5-HTML-Table
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.08a_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.08a_2 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.08a_2 25 Jun 2021 13:41:08
    |
Po-Chuan Hsieh (sunpoet)  |
www/p5-HTML-Table: Add NO_ARCH |
2.08a_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.08a_2 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.08a_2 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
2.08a_1 03 Nov 2013 15:16:25
  |
az  |
- support STAGEDIR
- add LICENSE (where it possible) |
2.08a_1 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.08a_1 29 Aug 2013 04:08:54
  |
sunpoet  |
- Use single space after WWW: |
2.08a_1 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.08a_1 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
2.08a_1 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
2.08a_1 02 Mar 2011 18:18:16
 |
az  |
Correct version for perl 5.12. a->alpha->_1 in this case;
PR: ports/155197
Submitted by: az@ |
2.08a 23 Dec 2010 01:14:25
 |
pgollucci  |
- set some PORTSCOUT vars |
2.08a 28 Jun 2008 22:31:19
 |
miwi  |
- Update to 2.08a
Changelog:
Fixed outputing row class attribute twice.
Request and fix from Reinhard Mutz
FullChangelog:
http://www.chime.ucl.ac.uk/~rmhiajp/htmltable/changes.htm |
2.08 11 Apr 2008 15:33:44
 |
mat  |
Update to 2.08 |
2.06 07 Jun 2007 07:11:56
 |
clsung  |
- Update to 2.06 |
2.05 20 Mar 2007 18:06:46
 |
tobez  |
Update to 2.05. |
2.04a 25 Jun 2006 16:38:48
 |
clsung  |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin) |
2.04a 26 May 2006 10:45:51
 |
tobez  |
Update to 2.04a. Also (not part of the PR) assign maintainer to perl@.
Submitted by: hideo@lastamericanempire.com
PR: 97945 |
2.04 14 Apr 2006 20:45:44
 |
linimon  |
Reset petef due to no response to email. We hope to see him back sometime.
Hat: portmgr |
2.04 08 Feb 2006 07:51:46
 |
tobez  |
Update to 2.04.
PR: 92263
Approved by: maintainer timeout (2 weeks) |
2.02 24 Jan 2006 03:14:23
 |
edwin  |
SHA256ify
Approved by: krion@ |
2.02 22 Jan 2006 02:58:25
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.02 18 Nov 2004 14:24:49
 |
demon  |
Update to version 2.02.
Approved by: maintainer timeout |
1.20 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
1.20 21 Dec 2003 17:24:45
 |
petef  |
Update to 1.20.
Submitted by: demon |
1.19 26 Oct 2003 16:45:35
 |
petef  |
Update to 1.19.
PR: 57982
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.15 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.15 07 Mar 2003 06:12:57
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.15 22 Dec 2002 20:50:29
 |
petef  |
Update WWW:. |
1.15 28 Apr 2002 19:47:21
 |
petef  |
Update to 1.15. |
04 Feb 2002 03:37:23
    |
petef  |
Update to 1.13 |
20 Nov 2001 23:24:49
    |
petef  |
Update to 1.12a |
02 Nov 2001 14:27:14
    |
petef  |
Update to 1.12 |
23 Aug 2001 00:07:25
    |
petef  |
Change my email address to petef@FreeBSD.org for the ports I maintain. |
13 Aug 2001 13:39:35
    |
kevlo  |
- Update to version 1.11 - Take over as MAINTAINER from ports@ - Fixup
pkg-plist |
12 Jun 2001 17:18:02
    |
kevlo  |
Upgrade to version 1.09 |
13 Mar 2001 21:11:38
    |
andreas  |
new port p5-HTML-Table |