| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- add LICENSE (where it possible)
Notes:
svn path=/head/; revision=332617
|
|
|
|
|
|
|
| |
www)
Notes:
svn path=/head/; revision=327776
|
|
|
|
| |
Notes:
svn path=/head/; revision=325559
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Notes:
svn path=/head/; revision=324174
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=284232
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
|
| |
PR: ports/155197
Submitted by: az@
Notes:
svn path=/head/; revision=270132
|
|
|
|
| |
Notes:
svn path=/head/; revision=266757
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
Fixed outputing row class attribute twice.
Request and fix from Reinhard Mutz
FullChangelog:
http://www.chime.ucl.ac.uk/~rmhiajp/htmltable/changes.htm
Notes:
svn path=/head/; revision=215904
|
|
|
|
| |
Notes:
svn path=/head/; revision=211086
|
|
|
|
| |
Notes:
svn path=/head/; revision=192978
|
|
|
|
| |
Notes:
svn path=/head/; revision=187806
|
|
|
|
|
|
|
|
|
|
|
|
| |
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin)
Notes:
svn path=/head/; revision=166317
|
|
|
|
|
|
|
|
| |
Submitted by: hideo@lastamericanempire.com
PR: 97945
Notes:
svn path=/head/; revision=163471
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=159515
|
|
|
|
|
|
|
|
| |
PR: 92263
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=155485
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154308
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
|
|
|
| |
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=121871
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
| |
Submitted by: demon
Notes:
svn path=/head/; revision=96322
|
|
|
|
|
|
|
|
| |
PR: 57982
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92212
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
| |
Notes:
svn path=/head/; revision=71803
|
|
|
|
| |
Notes:
svn path=/head/; revision=58278
|
|
|
|
| |
Notes:
svn path=/head/; revision=54190
|
|
|
|
| |
Notes:
svn path=/head/; revision=50300
|
|
|
|
| |
Notes:
svn path=/head/; revision=49509
|
|
|
|
|
|
|
| |
Reviewed by: ade
Notes:
svn path=/head/; revision=46662
|
|
|
|
|
|
|
|
|
|
|
| |
- Take over as MAINTAINER from ports@
- Fixup pkg-plist
PR: 29661
Submitted by: Pete Fritchman <petef@databits.net>
Notes:
svn path=/head/; revision=46182
|
|
|
|
| |
Notes:
svn path=/head/; revision=43912
|
|
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.
WWW: http://www.chime.ucl.ac.uk/~rmhiajp/htmltable.htm
Notes:
svn path=/head/; revision=39789
|