Date: Mon, 23 Jun 2008 15:59:18 GMT From: Wen heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/124910: [NEW PORT]www/pear-Services_Blogging:Access blog with PHP Message-ID: <200806231559.m5NFxIgX027564@www.freebsd.org> Resent-Message-ID: <200806231600.m5NG09Nt015482@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124910 >Category: ports >Synopsis: [NEW PORT]www/pear-Services_Blogging:Access blog with PHP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 23 16:00:08 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: pear-Services_Blogging provides a unified API to post and read blog entries, 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/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pear-Services_Blogging # pear-Services_Blogging/pkg-descr # pear-Services_Blogging/distinfo # pear-Services_Blogging/Makefile # echo c - pear-Services_Blogging mkdir -p pear-Services_Blogging > /dev/null 2>&1 echo x - pear-Services_Blogging/pkg-descr sed 's/^X//' >pear-Services_Blogging/pkg-descr << 'END-of-pear-Services_Blogging/pkg-descr' Xpear-Services_Blogging provides a unified API to Xpost and read blog entries, independent of the API Xsupported by the server software hosting the blog. XIt uses a driver-based approach to communicate with Xdifferent APIs out there. If a new blogging API is Xinvented, someone just needs to write a driver for Xthe Services_Blogging package, and everyone can Xaccess also this blogs. X XWWW: http://pear.php.net/package/Services_Blogging/ END-of-pear-Services_Blogging/pkg-descr echo x - pear-Services_Blogging/distinfo sed 's/^X//' >pear-Services_Blogging/distinfo << 'END-of-pear-Services_Blogging/distinfo' XMD5 (PEAR/Services_Blogging-0.2.1.tgz) = 49a88be4bb55b815679364b0c250a4a3 XSHA256 (PEAR/Services_Blogging-0.2.1.tgz) = e873032e3037de9558fd3a0cf9cda13dd1e27c1e0cd470294378bdf38baf3a2d XSIZE (PEAR/Services_Blogging-0.2.1.tgz) = 13053 END-of-pear-Services_Blogging/distinfo echo x - pear-Services_Blogging/Makefile sed 's/^X//' >pear-Services_Blogging/Makefile << 'END-of-pear-Services_Blogging/Makefile' X# Ports collection makefile for: pear-Services_Blogging X# Date created: 23 June 2008 X# Whom: Wen Heping <wenheping@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= Services_Blogging XPORTVERSION= 0.2.1 XCATEGORIES= www pear X XMAINTAINER= wenheping@gmail.com XCOMMENT= PHP interface to Blog X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ X ${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= Services XFILES= Services/Blogging.php \ X Services/Blogging/Blog.php \ X Services/Blogging/MediaObject.php \ X Services/Blogging/MultipleBlogsInterface.php \ X Services/Blogging/Driver.php \ X Services/Blogging/Post.php \ X Services/Blogging/Exception.php \ X Services/Blogging/XmlRpc.php \ X Services/Blogging/ExtendedDriver.php \ X Services/Blogging/Driver/Blogger.php \ X Services/Blogging/Driver/Exception.php \ X Services/Blogging/Driver/LiveJournal.php \ X Services/Blogging/Driver/MetaWeblog.php X XEXAMPLES= autodiscover.php blogger.cw.php livejournal.cw.php X X.include <bsd.port.pre.mk> X.include "${PORTSDIR}/devel/pear/bsd.pear.mk" X.include <bsd.port.post.mk> END-of-pear-Services_Blogging/Makefile exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806231559.m5NFxIgX027564>