aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Bare
Commit message (Collapse)AuthorAgeFilesLines
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,Adam Weinberger2015-06-291-2/+0
| | | | | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports. Notes: svn path=/head/; revision=390918
* - Strip libraryDmitry Marakasov2015-05-311-1/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=388087
* Respect Perl's LDDLFLAGS.Mathieu Arnold2014-12-041-0/+3
| | | | | | | | With hat: perl Sponsored by: Absolight Notes: svn path=/head/; revision=373975
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Support STAGEDIR.Vanilla I. Shu2013-11-072-5/+3
| | | | Notes: svn path=/head/; revision=333056
* 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 new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 0.53Sunpoet Po-Chuan Hsieh2013-07-132-3/+6
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/XML-Bare/Changes Notes: svn path=/head/; revision=322908
* Update to 0.52.Anton Berezin2013-05-012-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-Bare/Changes Notes: svn path=/head/; revision=317001
* Update to 0.51.Anton Berezin2013-04-292-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-Bare/Changes Notes: svn path=/head/; revision=316779
* Update to 0.50.Anton Berezin2013-04-252-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-Bare/Changes Notes: svn path=/head/; revision=316514
* Update to 0.48.Anton Berezin2013-04-242-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-Bare/Changes Notes: svn path=/head/; revision=316423
* For perl@ owned ports:Eitan Adler2013-03-291-6/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - Update to 0.47 [1]Wen Heping2012-04-242-4/+4
| | | | | | | | | | | ChangeLog: http://cpansearch.perl.org/src/NIGELM/XML-Bare-0.47/Changes - Reset maintainer to perl@ PR: 167246 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1] Notes: svn path=/head/; revision=295387
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Update to 0.45Dmitry Marakasov2009-08-112-4/+4
| | | | | | | | | PR: 137574 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Approved by: wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=239323
* - Update to 0.44Martin Wilke2009-07-282-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=238561
* - Update to 0.43Martin Wilke2009-03-202-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=230492
* p5-XML-Bare is a minimal XML parser, schema checker and pretty-printerMartin Wilke2009-03-194-0/+35
using C internally. WWW: http://search.cpan.org/dist/XML-Bare/ PR: ports/132731 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=230449