diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-05 18:16:12 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-05 18:16:12 +0800 |
commit | 066d86f514ca96466b33c9616b1612b0612d8938 (patch) | |
tree | 5d9a961e417c184b2e088d00629c5e2ba0c1756c /www | |
parent | 836154681bddf7c66ee9473e2f98c0f066b0c38c (diff) | |
download | freebsd-ports-gnome-066d86f514ca96466b33c9616b1612b0612d8938.tar.gz freebsd-ports-gnome-066d86f514ca96466b33c9616b1612b0612d8938.tar.zst freebsd-ports-gnome-066d86f514ca96466b33c9616b1612b0612d8938.zip |
Add pear-Services_Delicious 0.4.0, PEAR Client for the del.icio.us web
service.
PR: ports/101307
Submitted by: chinsan <chisnan.tw at gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/pear-Services_Delicious/Makefile | 30 | ||||
-rw-r--r-- | www/pear-Services_Delicious/distinfo | 3 | ||||
-rw-r--r-- | www/pear-Services_Delicious/pkg-descr | 9 |
4 files changed, 43 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9485056fc449..e6e142e83f9b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -824,6 +824,7 @@ SUBDIR += pear-HTTP_Server SUBDIR += pear-HTTP_Session SUBDIR += pear-HTTP_Upload + SUBDIR += pear-Services_Delicious SUBDIR += pear-Text_Wiki SUBDIR += pear-UDDI SUBDIR += pecl-APC diff --git a/www/pear-Services_Delicious/Makefile b/www/pear-Services_Delicious/Makefile new file mode 100644 index 000000000000..788aaff405e3 --- /dev/null +++ b/www/pear-Services_Delicious/Makefile @@ -0,0 +1,30 @@ +# Ports collection makefile for: pear-Services_Delicious +# Date created: 2006/08/03 +# Whom: chinsan <chisnan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Services_Delicious +PORTVERSION= 0.4.0 +CATEGORIES= www pear + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= PEAR Client for the del.icio.us web service + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \ + ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_DOS2UNIX= yes + +CATEGORY= Services +FILES= Delicious.php +EXAMPLES= addPost.php config.php deletePost.php getDates.php getPosts.php \ + getTags.php renameTag.php +DOCS= api.txt + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/www/pear-Services_Delicious/distinfo b/www/pear-Services_Delicious/distinfo new file mode 100644 index 000000000000..81add1e29b09 --- /dev/null +++ b/www/pear-Services_Delicious/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Services_Delicious-0.4.0.tgz) = a2d9c5811c10f7473f9a00e348d16aab +SHA256 (PEAR/Services_Delicious-0.4.0.tgz) = 1bbdcf6b25b308e99f0ed16ece3699b8ebce8fb18ee8d288005b622e9ebe47d7 +SIZE (PEAR/Services_Delicious-0.4.0.tgz) = 5655 diff --git a/www/pear-Services_Delicious/pkg-descr b/www/pear-Services_Delicious/pkg-descr new file mode 100644 index 000000000000..56dfb770ccb2 --- /dev/null +++ b/www/pear-Services_Delicious/pkg-descr @@ -0,0 +1,9 @@ +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 |