aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-01-23 22:20:13 +0800
committermiwi <miwi@FreeBSD.org>2008-01-23 22:20:13 +0800
commit35ad2e0abfccd5cef0920647baf5db656c98f9c0 (patch)
treeff94f32c9449807abc245e3a665e5d6302bcfaab /www
parentdb06e829be83575c376f9fc5e50333e485e6ca08 (diff)
downloadfreebsd-ports-gnome-35ad2e0abfccd5cef0920647baf5db656c98f9c0.tar.gz
freebsd-ports-gnome-35ad2e0abfccd5cef0920647baf5db656c98f9c0.tar.zst
freebsd-ports-gnome-35ad2e0abfccd5cef0920647baf5db656c98f9c0.zip
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>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/pear-Services_SharedBook/Makefile24
-rw-r--r--www/pear-Services_SharedBook/distinfo3
-rw-r--r--www/pear-Services_SharedBook/pkg-descr10
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/