aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-DOMHandler
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Reset more maintainers:Antoine Brodin2014-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <yar@FreeBSD.org>: host hub.freebsd.org[8.8.178.136] said: 550 5.1.1 <yar@FreeBSD.org>: Recipient address rejected: User unknown in local <rud@cs.uni-magdeburg.de>: host mail.cs.uni-magdeburg.de[141.44.21.48] said: 550 5.1.1 <rud@cs.uni-magdeburg.de>... User unknown (in reply to RCPT TO <stefan@fh-mainz.de>: host srv-eml-pmva-02.fh-mainz.de[143.93.114.189] said: 550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: undeliverable <ocaml-ounit-port@kotka.de>: host kotka.de[62.75.247.120] said: 550 5.1.1 <ocaml-ounit-port@kotka.de>: Recipient address rejected: User unknown in <toru@tenchi.ne.jp>: host tuna.tenchi.ne.jp[49.212.63.105] said: 550 5.1.1 <toru@tenchi.ne.jp>... User unknown (in reply to RCPT TO command) <nehe@cruzinternet.com>: host inbound.platinum.ca[69.31.192.27] said: 550 cuda_nsu User [nehe@cruzinternet.com] does not exist (in reply to RCPT TO <ports@emorific.com>: Host or domain name not found. Name service error for name=emorific.com type=AAAA: Host not found <ubique@peterhost.ru>: host mx.mail.corp.hostcomm.ru[89.111.166.49] said: 550 Sorry, no mailbox here by that name (in reply to RCPT TO command) <ports@brandon.dvalentine.com>: host ASPMX.L.GOOGLE.com[2607:f8b0:400c:c01::1a] said: 550-5.1.1 The email account that you tried to reach does not exist. With hat: portmgr Notes: svn path=/head/; revision=353594
* - add stage supportAndrej Zverev2014-01-292-4/+2
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341765
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326942
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* This module creates a layer on top of DOM that allows you to programDmitry Marakasov2009-08-054-0/+35
in a "push" style rather than "pull". Once the document has been parsed and you have a DOM object, you can call on the DOMHandler's traverse() method to apply a set of call-back routines to all the nodes in a tree. WWW: http://search.cpan.org/dist/XML-DOMHandler-1.0/ PR: 137424 Submitted by: Stefan Pauly <stefan@fh-mainz.de> Notes: svn path=/head/; revision=238923