aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Clean
Commit message (Collapse)AuthorAgeFilesLines
* Move p5- ports from ports@ to perl@.mat2015-05-111-1/+1
| | | | | With hat: perl@ Sponsored by: Absolight
* - Sort PLISTsunpoet2015-03-311-1/+1
|
* Drop maintainership as I no longer use these software nor have time andrafan2015-01-171-1/+1
| | | | energy to keep up.
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* - Convert to stagingmat2014-01-252-3/+1
| | | | | | | - Add license - Pet portlint Sponsored by: Absolight
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - convert to the new perl5 frameworkaz2013-09-111-6/+3
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* -remove MD5ohauer2011-07-031-1/+0
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* - Use modules directory instead of authorsrafan2006-07-221-1/+1
|
* Change to my FreeBSD.org email.rafan2006-06-271-1/+1
| | | | Approved by: delphij (mentor)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* search.cpan.org redirect reduction canonicalization project, pass 2:fenner2005-09-221-1/+1
| | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing.
* - new port textproc/p5-XML-Cleanclsung2004-10-124-0/+41
The ultimate quest of this module is to produce from non-XML text text, that will will most probably pass throught any XML parser one could find. Basic cleaning is just XML tag matching (for every opening tag there will be closing tag as well, and they will form a tree structure). When you add some extra parameters, you will receive complete XML text, including XML head and root element (if none were defined in text, then some will be added). WWW: http://search.cpan.org/~pkubanek/XML-Clean/ PR: ports/71829 Submitted by: Rong-En Fan <rafan AT infor dot org> Approved by: mentor (vanilla)