aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_UserAgent_Detect
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to PEAR_AUTOINSTALLMartin Wilke2013-05-131-15/+4
| | | | | | | - Trim header Notes: svn path=/head/; revision=318055
* 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 2.5.2Martin Wilke2010-08-092-6/+8
| | | | | | | | | | - Pass Maintainership to submitter PR: 149268 Submitted by: Joe Horn <joehorn@gmail.com> Notes: svn path=/head/; revision=259001
* Reset bg1tpt@gmail.com due to maintainer-timeouts and no response toMark Linimon2010-04-251-1/+1
| | | | | | | | | email. Hat: portmgr Notes: svn path=/head/; revision=253239
* - Update to 2.5.1Martin Wilke2009-07-122-4/+4
| | | | | | | | PR: 136609 Submitted by: Zhen REN <bg1tpt@gmail.com> (maintainer) Notes: svn path=/head/; revision=237656
* - Update to 2.5.0Martin Wilke2008-12-222-4/+4
| | | | | | | | PR: 129843 Submitted by: Zhen REN <bg1tpt@gmail.com> (maintainer) Notes: svn path=/head/; revision=224608
* - Update to 2.4.0Martin Wilke2007-10-042-5/+5
| | | | | | | | | PR: 116482 Submitted by: chinsan Approved by: maintainer Notes: svn path=/head/; revision=200859
* - Update to 2.3.0Cheng-Lung Sung2007-04-252-5/+5
| | | | | | | | | | - grab maintainership PR: porst/112100 Submitted by: maintainer (Zhen REN) Notes: svn path=/head/; revision=190846
* Reset maintainership of ports assigned to antonio@php.net after numerousMark Linimon2006-09-231-1/+1
| | | | | | | | | maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr Notes: svn path=/head/; revision=173626
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-2/+0
| | | | Notes: svn path=/head/; revision=162141
* 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 port: net/pear-Net_UserAgent_Detect to 2.1.0Roman Bogorodskiy2005-04-192-14/+14
| | | | | | | | | | | | + changelog: http://pear.php.net/package/Net_UserAgent_Detect/download/2.1.0/ + fix CATEGORY + remove PHP version dependency check PR: 80080 Submitted by: Antonio Carlos Venancio Junior (maintainer) Notes: svn path=/head/; revision=133687
* New port: net/pear-Net_UserAgent_Detect PEAR class that detects webEdwin Groothuis2005-01-093-0/+44
browser, version and platform The Net_UserAgent object does a number of tests on an HTTP user agent string. The results of these tests are available via methods of the object. This module is based upon the JavaScript browser detection code available at http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html. This module had many influences from the lib/Browser.php code in version 1.3 of Horde. PR: ports/75815 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> Notes: svn path=/head/; revision=125923