From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 3 08:00:32 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0004816A4E0 for ; Thu, 3 Aug 2006 08:00:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C58A43D4C for ; Thu, 3 Aug 2006 08:00:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7380Vhq055898 for ; Thu, 3 Aug 2006 08:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7380VT1055897; Thu, 3 Aug 2006 08:00:31 GMT (envelope-from gnats) Resent-Date: Thu, 3 Aug 2006 08:00:31 GMT Resent-Message-Id: <200608030800.k7380VT1055897@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DB5416A4DD for ; Thu, 3 Aug 2006 07:53:58 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB5F543D46 for ; Thu, 3 Aug 2006 07:53:57 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 1D2FC2F068 for ; Thu, 3 Aug 2006 15:53:58 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Thu, 3 Aug 2006 15:39:19 +0800 Message-Id: <20060803075358.1D2FC2F068@smtp2.bc.hgc.com.tw> Date: Thu, 3 Aug 2006 15:39:19 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/101307: [NEW PORT] www/pear-Services_Delicious: PEAR Client for the del.icio.us web service X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2006 08:00:32 -0000 >Number: 101307 >Category: ports >Synopsis: [NEW PORT] www/pear-Services_Delicious: PEAR Client for the del.icio.us web service >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: Thu Aug 03 08:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006 >Description: Services_Delicious is a client for the REST-based web service of del.icio.us. del.icio.us is a social bookmarks manager. It allows you to easily add sites you like to your personal collection of links, to categorize those sites with keywords, and to share your collection not only between your own browsers and machines, but also with others. Services_Delicious allows you to select, add and delete your bookmarks from any PHP script. WWW: http://pear.php.net/package/Services_Delicious Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-Services_Delicious-0.4.0.shar begins here --- # 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_Delicious # pear-Services_Delicious/Makefile # pear-Services_Delicious/distinfo # pear-Services_Delicious/pkg-descr # echo c - pear-Services_Delicious mkdir -p pear-Services_Delicious > /dev/null 2>&1 echo x - pear-Services_Delicious/Makefile sed 's/^X//' >pear-Services_Delicious/Makefile << 'END-of-pear-Services_Delicious/Makefile' X# Ports collection makefile for: pear-Services_Delicious X# Date created: 04 April 2004 X# Whom: Thierry Thomas () X# X# $FreeBSD$ X# X XPORTNAME= Services_Delicious XPORTVERSION= 0.4.0 XCATEGORIES= www pear X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= PEAR Client for the del.icio.us web service X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ X ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \ X ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_DOS2UNIX= yes X XCATEGORY= Services XFILES= Delicious.php XEXAMPLES= addPost.php config.php deletePost.php getDates.php getPosts.php \ X getTags.php renameTag.php XDOCS= api.txt X X.include X.include "${PORTSDIR}/devel/pear/bsd.pear.mk" X.include END-of-pear-Services_Delicious/Makefile echo x - pear-Services_Delicious/distinfo sed 's/^X//' >pear-Services_Delicious/distinfo << 'END-of-pear-Services_Delicious/distinfo' XMD5 (PEAR/Services_Delicious-0.4.0.tgz) = a2d9c5811c10f7473f9a00e348d16aab XSHA256 (PEAR/Services_Delicious-0.4.0.tgz) = 1bbdcf6b25b308e99f0ed16ece3699b8ebce8fb18ee8d288005b622e9ebe47d7 XSIZE (PEAR/Services_Delicious-0.4.0.tgz) = 5655 END-of-pear-Services_Delicious/distinfo echo x - pear-Services_Delicious/pkg-descr sed 's/^X//' >pear-Services_Delicious/pkg-descr << 'END-of-pear-Services_Delicious/pkg-descr' XServices_Delicious is a client for the REST-based web service of del.icio.us. Xdel.icio.us is a social bookmarks manager. It allows you to easily add sites Xyou like to your personal collection of links, to categorize those sites Xwith keywords, and to share your collection not only between your own Xbrowsers and machines, but also with others. XServices_Delicious allows you to select, add and delete your bookmarks from Xany PHP script. X XWWW: http://pear.php.net/package/Services_Delicious END-of-pear-Services_Delicious/pkg-descr exit --- pear-Services_Delicious-0.4.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: