aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Services_Blogging
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
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Convert to PEAR_AUTOINSTALLMartin Wilke2013-03-171-1/+1
| | | | | | | - Trim header Notes: svn path=/head/; revision=314455
* - Convert to PEAR_AUTOINSTALLMartin Wilke2013-03-171-5/+1
| | | | | | | - Trim header Notes: svn path=/head/; revision=314411
* 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
* - Update to 0.2.4Martin Wilke2012-01-142-20/+6
| | | | | | | - Pet Portlint Notes: svn path=/head/; revision=289179
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Take over maintainershipMartin Wilke2009-08-221-1/+1
| | | | | | | Approved by: Wen Heping (maintainer) Notes: svn path=/head/; revision=240144
* - Update to 0.2.3Martin Wilke2008-12-062-4/+4
| | | | Notes: svn path=/head/; revision=223889
* - Update to 0.2.2Martin Wilke2008-08-252-4/+4
| | | | | | | | PR; 126764 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=219153
* pear-Services_Blogging provides a unified API to post and read blog entries,Martin Wilke2008-06-273-0/+48
independent of the API supported by the server software hosting the blog. It uses a driver-based approach to communicate with different APIs out there. If a new blogging API is invented, someone just needs to write a driver for the Services_Blogging package, and everyone can access also this blogs. WWW: http://pear.php.net/package/Services_Blogging/ PR: ports/124910 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=215833