aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-WAP-wbxml
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* 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 *_DEPENDS: remove Perl core modulesSunpoet Po-Chuan Hsieh2017-01-101-2/+3
| | | | | | | | | | | - Add LICENSE_FILE - Bump PORTREVISION for dependency change Approved by: portmgr (blanket) With hat: perl Notes: svn path=/head/; revision=431120
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* converters/p5-WAP-wbxm: Update version 1.13=>1,14Muhammad Moinur Rahman2016-02-192-4/+6
| | | | | | | | - Add LICENSE (ART20) - Mark NO_ARCH as there is no ARCH dependent family Notes: svn path=/head/; revision=409212
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+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
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371249
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-2/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355278
* Support staging.Emanuel Haupt2014-02-052-4/+3
| | | | Notes: svn path=/head/; revision=342693
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326872
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-251-1/+1
| | | | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header - pass maintainership to @perl Information: wiki@ PortsLongtermTargets Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=323639
* - Pass maintainership to submitterJason E. Hale2012-10-171-1/+1
| | | | | | | | | | | | | | PR: ports/172813, ports/172814, ports/172815, ports/172816, ports/172817, ports/172818, ports/172820, ports/172821, ports/172822, ports/172823, ports/172824, ports/172825 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: timur (via private email) makc, avilla (mentors implicit) Feature safe: yes Notes: svn path=/head/; revision=306010
* - Update to 1.13 [1]Jason E. Hale2012-10-123-11/+11
| | | | | | | | | | | | | - Trim Makefile header PR: ports/168261 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1] Approved by: timur (maintainer timeout, 4.5 months) [1] makc, avilla (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=305750
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-3/+3
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300213
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update port to the 1.11 version.Timur I. Bakeyev2008-03-314-27/+17
| | | | | | | | PR: ports/120912 Approved by: shaun (mentor, implicit) Notes: svn path=/head/; revision=210188
* Change MAINTAINER addresses for my ports to point to the FreeBSD address.Timur I. Bakeyev2007-06-151-1/+1
| | | | | | | Approved by: shaun (mentor) Notes: svn path=/head/; revision=193588
* WAP::wbxml module implements binarisation of XML file according theMartin Wilke2006-08-175-0/+67
specification: * WAP - Wireless Application Protocol / Binary XML Content Format Specification / Version 1.3 WBXML (15th May 2000 Approved) The binary format was designed to preserve the element structure of XML. WWW: http://search.cpan.org/dist/WAP-wbxml/ Submitted by: Timur I. Bakeyev <timur(at)com.bat.ru> Approved by: krion (mentor) Notes: svn path=/head/; revision=170903