aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-WAP-wbxml
Commit message (Collapse)AuthorAgeFilesLines
* 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