Commit graph

19 commits

Author SHA1 Message Date
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Mathieu Arnold
eee58d187e 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
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
2014-11-26 13:08:24 +00:00
Sunpoet Po-Chuan Hsieh
2c7b8bf0bd - Remove outdated PERL_LEVEL check
With hat:	perl
2014-03-06 18:51:17 +00:00
Mathieu Arnold
2d7852dd48 * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-21 14:03:59 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Baptiste Daroussin
7fb9058d37 Convert to new perl framework 2013-09-17 09:00:42 +00:00
Frederic Culot
92c7b61051 - Update to 0.301
Changes:	http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
2013-07-11 09:30:44 +00:00
Frederic Culot
a788dca2b4 - Update to 0.208
- Remove leading article from COMMENT

Changes:	http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
Feature safe:	yes
2012-12-08 16:22:17 +00:00
Frederic Culot
eb119bfbcd - Update to 0.206
Changes:	http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
2012-07-02 11:19:38 +00:00
Frederic Culot
d991edba97 - Update to 0.200
Changes:	http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
2012-06-15 11:23:05 +00:00
Frederic Culot
93719adbaf - Update to 0.110
Changes:	http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
Feature safe:	yes
2012-03-23 08:20:49 +00:00
Frederic Culot
f321e464e3 - Update to 0.108
- Make use of CPAN:USER macro

Changes:	http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
2012-01-20 14:05:32 +00:00
Frederic Culot
b4df780d9c - Update to 0.107
Changes:	http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
Feature safe:	yes
2011-11-14 13:51:08 +00:00
Frederic Culot
f4cb59ff91 - Update to 0.106
Changes:	http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
2011-10-11 12:22:36 +00:00
Frederic Culot
1de7e93c02 - Update to 0.104
- Add LICENSE (Artistic 1 & GPLv1)
- Sort plist
- Take maintainership

Changes:	http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
2011-09-23 11:40:15 +00:00
Thomas Abthorpe
bfc22dc307 - Reassign to the heap 2011-09-21 16:48:43 +00:00
Olli Hauer
fc03c837e2 -remove MD5 2011-07-03 14:40:25 +00:00
Philip M. Gollucci
5bd9c5c797 - /mach/ -> /%%PERL_ARCH%%/
With Hat:   perl@
2010-09-24 01:48:27 +00:00
Wen Heping
9f550f2336 HTML::HTML5::Parse is substantially the same as the non-CPAN module
Whatpm::HTML. Changes include:
    * Provides an XML::LibXML-like DOM interface. If you usually use
XML::LibXML's DOM parser, this should be a drop-in solution for tag
soup HTML.
    * Constructs an XML::LibXML::Document as the result of parsing.
    * Via bundling and modifications, removed external dependencies
on non-CPAN packages.

WWW: http://search.cpan.org/dist/HTML-HTML5-Parser/

PR:		ports/148308
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
Feature safe:	yes
2010-07-02 08:54:56 +00:00