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 /www/pear-Services_SharedBook | |
parent | 37a35b1d7359f62025513fc1c10e355f04af8dff (diff) | |
download | ports-dd80923edf4e82214394212c74b00581fbdb8438.tar.gz ports-dd80923edf4e82214394212c74b00581fbdb8438.zip |
Notes
Diffstat (limited to 'www/pear-Services_SharedBook')
-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 |
3 files changed, 37 insertions, 0 deletions
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/ |