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