aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_UserAgent_Mobile
Commit message (Collapse)AuthorAgeFilesLines
* Stage support for non-IGNORED pear classesAntoine Brodin2013-11-251-1/+0
| | | | | | | | Tested by: poudriere Approved by: portmgr (bapt) Notes: svn path=/head/; revision=334871
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert to PEAR_AUTOINSTALLMartin Wilke2013-05-131-19/+3
| | | | | | | - Trim header Notes: svn path=/head/; revision=318040
* 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 to 1.0,0.RC1Martin Wilke2008-05-162-12/+18
| | | | | | | | | PR: 123582 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=213162
* - Update to 0.29.0Cheng-Lung Sung2006-11-092-4/+4
| | | | | | | | PR: ports/105276 Submitted by: maintainer (Shinsuke Matsui) Notes: svn path=/head/; revision=176893
* - Update to 0.28.0Martin Wilke2006-09-252-4/+4
| | | | | | | | PR: ports/103608 Submitted by: Shinsuke Matsui <smatsui(at)karashi.org> (maintainer) Notes: svn path=/head/; revision=173781
* - Update to 0.27.0Rong-En Fan2006-07-182-4/+4
| | | | | | | | PR: ports/100463 Submitted by: maintainer Notes: svn path=/head/; revision=168166
* - Update to 0.26.0Renato Botelho2006-02-042-4/+4
| | | | | | | | PR: ports/92767 Submitted by: maintainer Notes: svn path=/head/; revision=155197
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-2/+2
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* - Update to 0.25.0Sergey Matveychuk2005-09-042-3/+3
| | | | | | | | PR: ports/85105 Submitted by: maintainer Notes: svn path=/head/; revision=141907
* Update to 0.24.0.Roman Bogorodskiy2005-07-282-4/+4
| | | | | | | | PR: 84203 Submitted by: Shinsuke Matsui (maintainer) Notes: svn path=/head/; revision=140280
* Net_UserAgent_Mobile parses HTTP_USER_AGENT strings of (mainly Japanese)Pav Lucistnik2005-06-063-0/+40
mobile HTTP user agents. It'll be useful in page dispatching by user agents. This package was ported from Perl's HTTP::MobileAgent. PR: ports/81936 Submitted by: Shinsuke Matsui <smatsui@karashi.org> Notes: svn path=/head/; revision=136935