diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-23 14:20:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-23 14:20:13 +0000 |
commit | dd80923edf4e82214394212c74b00581fbdb8438 (patch) | |
tree | 012dd41662d0ef111629d83db9f0559099a8499e | |
parent | Fix xserver multiple vulnerabilities. (diff) |
SharedBook has developed a unique, on demand reverse publishing platform to help
businesses and consumers extract, manipulate and publish the Internet content.
SharedBook has an Open API (Application Programming Interface).
Anyone can write a program that will transfer data to the SharedBook platform
and utilize full functionality to create revenue-producing books, both online
and off. This package is a wrapper for Open API calls, handles XML responses,
file uploads.
WWW: http://pear.php.net/package/Services_SharedBook/
PR: ports/119869
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
Notes
Notes:
svn path=/head/; revision=206064
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/pear-Services_SharedBook/Makefile | 24 | ||||
-rw-r--r-- | www/pear-Services_SharedBook/distinfo | 3 | ||||
-rw-r--r-- | www/pear-Services_SharedBook/pkg-descr | 10 |
4 files changed, 38 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2bb27b4e731e..944f775d3a52 100644 --- a/www/Makefile +++ b/www/Makefile @@ -978,6 +978,7 @@ SUBDIR += pear-Services_Compete SUBDIR += pear-Services_Delicious SUBDIR += pear-Services_Digg + SUBDIR += pear-Services_SharedBook SUBDIR += pear-Services_W3C_CSSValidator SUBDIR += pear-Services_W3C_HTMLValidator SUBDIR += pear-Services_urlTea diff --git a/www/pear-Services_SharedBook/Makefile b/www/pear-Services_SharedBook/Makefile new file mode 100644 index 000000000000..bb507d7e9bb4 --- /dev/null +++ b/www/pear-Services_SharedBook/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: pear-Services_SharedBook +# Date created: 22 Jan 2007 +# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org> +# +# $FreeBSD$ +# + +PORTNAME= Services_SharedBook +PORTVERSION= 0.2.2 +CATEGORIES= www pear + +MAINTAINER= ditesh@gathani.org +COMMENT= PHP wrapper for SharedBook Open API + +BUILD_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client +RUN_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client + +FILES= Services/SharedBook.php Services/SharedBook/Exception.php + +EXAMPLES= example.php photo1.jpg photo2.jpg photo3.jpg photo4.jpg + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/www/pear-Services_SharedBook/distinfo b/www/pear-Services_SharedBook/distinfo new file mode 100644 index 000000000000..50ece482d9b6 --- /dev/null +++ b/www/pear-Services_SharedBook/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Services_SharedBook-0.2.2.tgz) = 5232a0809afaf06c2492466fe990e325 +SHA256 (PEAR/Services_SharedBook-0.2.2.tgz) = 266f7aa455834affaedf06d329c2f97fbab9445cef55752d3f39264588396ff9 +SIZE (PEAR/Services_SharedBook-0.2.2.tgz) = 338600 diff --git a/www/pear-Services_SharedBook/pkg-descr b/www/pear-Services_SharedBook/pkg-descr new file mode 100644 index 000000000000..ce7eaf711e70 --- /dev/null +++ b/www/pear-Services_SharedBook/pkg-descr @@ -0,0 +1,10 @@ +SharedBook has developed a unique, on demand reverse publishing platform to help +businesses and consumers extract, manipulate and publish the Internet content. +SharedBook has an Open API (Application Programming Interface). + +Anyone can write a program that will transfer data to the SharedBook platform +and utilize full functionality to create revenue-producing books, both online +and off. This package is a wrapper for Open API calls, handles XML responses, +file uploads. + +WWW: http://pear.php.net/package/Services_SharedBook/ |