aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Session2
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.7.3Martin Wilke2010-08-092-6/+12
| | | | | | | | | | - Pass maintainership to submitter PR: 149269 Submitted by: Joe Horn <joehorn@gmail.com> Notes: svn path=/head/; revision=259000
* 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 0.7.2Martin Wilke2008-04-263-18/+20
| | | | | | | | PR: 122739 Submitted by: Zhen REN <bg1tpt@gmail.com> (maintainer) Notes: svn path=/head/; revision=212043
* - Update to 0.5.6.Chin-San Huang2007-07-212-5/+11
| | | | | | | | | PR: ports/114662 Submitted by: chinsan Approved by: maintainer, rafan (mentor) Notes: svn path=/head/; revision=195978
* - Update to 0.5.5Martin Wilke2007-03-092-7/+7
| | | | | | | | | | - Pass maintainership to submitter PR: 110118 Submitted by: Zhen REN<bg1tpt@gmail.com> Notes: svn path=/head/; revision=186995
* 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
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149462
* Let Makefile.common do the work.Thierry Thomas2004-04-133-28/+5
| | | | | | | | | PR: ports/65499 Submitted by: Roman Neuhauser Approved by: mat (mentor) Notes: svn path=/head/; revision=106953
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* pear-* ports: simplify path to devel/pear-PEAR/Makefile.commonEdwin Groothuis2003-12-281-1/+1
| | | | | | | | | | | | | | | | | | | .include <bsd.port.pre.mk> .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" can be simplified to: .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" the latter version also doesn't make any assumptions about the path of including Makefile PR: ports/57152 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Notes: svn path=/head/; revision=96749
* New port: pear-HTTP_Session: OO interface to the session_* family functionsEdwin Groothuis2003-12-284-0/+55
Object-oriented interface to the session_* family functions it provides extra features such as database storage for session data using DB package. It introduces new methods like isNew(), useCookies(), setExpire(), setIdle(), isExpired(), isIdled() and others. WWW: http://pear.php.net/package-info.php?package=HTTP_Session PR: ports/60195 Submitted by: Alex Miller <asm@asm.kiev.ua> Notes: svn path=/head/; revision=96744