aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-XML-WBXML
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Fixes to r399104. Don't use hard coded /usr/local in patch files, andFlorian Smeets2015-10-112-3/+3
| | | | | | | | | replace the correct variables. Pointy hat to: flo Notes: svn path=/head/; revision=399105
* Update wbxml2 to 0.11.2Florian Smeets2015-10-112-1/+2
| | | | | | | | PR: 203551 Submitted by: Martin Waschbuesch <martin@waschbuesch.de> Notes: svn path=/head/; revision=399104
* 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
* - Update to 0.09Sunpoet Po-Chuan Hsieh2015-05-242-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-WBXML/Changes Notes: svn path=/head/; revision=387200
* - Update to 0.08Sunpoet Po-Chuan Hsieh2015-05-223-18/+20
| | | | | | | | | | - Add LICENSE - Update patch file to respect LOCALBASE Changes: http://search.cpan.org/dist/XML-WBXML/Changes Notes: svn path=/head/; revision=387037
* Reassign converters/ perl modules to perl@.Adam Weinberger2015-05-092-2/+2
| | | | | | | | | | | Also: - Sort plists - Fix p5-Convert-BER's bizarre pkg-descr - p5-Unicode-Map8 fails make test (and did so before) - p5-XML-WBXML fails make test (and did so before) Notes: svn path=/head/; revision=385902
* - Strip libraryDmitry Marakasov2015-03-131-1/+6
| | | | Notes: svn path=/head/; revision=381195
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-3/+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
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371249
* 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
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in converters Notes: svn path=/head/; revision=336177
* Support STAGEDIR.Vanilla I. Shu2013-11-012-3/+1
| | | | Notes: svn path=/head/; revision=332379
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1
| | | | Notes: svn path=/head/; revision=288161
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Fix build with custom PREFIX/LOCALBASEPhilip M. Gollucci2009-06-161-0/+3
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=235973
* Reset aaron's port maintainerships due to many maintainer-timeouts.Mark Linimon2008-04-291-1/+1
| | | | Notes: svn path=/head/; revision=212202
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo 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) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to v0.03Aaron Dalton2006-07-315-25/+7
| | | | | | | | PR: ports/100947 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=169235
* - Fixed lingering .orig fileAaron Dalton2006-05-261-0/+3
| | | | | | | Approved by: tobez (implicit) Notes: svn path=/head/; revision=163532
* - Tweaked source to allow use under Perl 5.6Aaron Dalton2006-05-253-3/+19
| | | | | | | Approved by: tobez (implicit) Notes: svn path=/head/; revision=163426
* Adding port converters/p5-XML-WBXML, Convert between XML and WBXML using ↵Aaron Dalton2006-05-255-0/+64
libwbxml2. Approved by: tobez (implicit) Notes: svn path=/head/; revision=163421