diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-28 04:10:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-28 04:10:39 +0800 |
commit | c50cfb9651315218cfb107ebc4c0b83032d8b232 (patch) | |
tree | 2ee6f2a2d97285be926f41bea6ec410481dfa4c9 /www/rest | |
parent | ec51fa6496a257eb381305debc9b17f2f254f5bf (diff) | |
download | marcuscom-ports-c50cfb9651315218cfb107ebc4c0b83032d8b232.tar marcuscom-ports-c50cfb9651315218cfb107ebc4c0b83032d8b232.tar.gz marcuscom-ports-c50cfb9651315218cfb107ebc4c0b83032d8b232.tar.bz2 marcuscom-ports-c50cfb9651315218cfb107ebc4c0b83032d8b232.tar.lz marcuscom-ports-c50cfb9651315218cfb107ebc4c0b83032d8b232.tar.xz marcuscom-ports-c50cfb9651315218cfb107ebc4c0b83032d8b232.tar.zst marcuscom-ports-c50cfb9651315218cfb107ebc4c0b83032d8b232.zip |
Add rest and libsocialweb.
Rest is a library to make it easier to access web services that
claim to be "RESTful".
libsocialweb: provides several "plugins" for it.
And I actualy forgot which port had support for these two. ...
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/rest')
-rw-r--r-- | www/rest/Makefile | 25 | ||||
-rw-r--r-- | www/rest/distinfo | 2 | ||||
-rw-r--r-- | www/rest/pkg-descr | 7 | ||||
-rw-r--r-- | www/rest/pkg-plist | 59 |
4 files changed, 93 insertions, 0 deletions
diff --git a/www/rest/Makefile b/www/rest/Makefile new file mode 100644 index 000000000..81737e604 --- /dev/null +++ b/www/rest/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: +# Date Created: +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= rest +PORTVERSION= 0.7.10 +CATEGORIES= www +MASTER_SITES= GNOME + +MAINTAINER= kwm@FreeBSD.org +COMMENT= "RESTful" state website access web services + +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome + +USE_GNOME= gnomehack glib20 intlhack libxml2 +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/www/rest/distinfo b/www/rest/distinfo new file mode 100644 index 000000000..9d040c7b5 --- /dev/null +++ b/www/rest/distinfo @@ -0,0 +1,2 @@ +SHA256 (rest-0.7.10.tar.bz2) = 2908f974ae6cc71af1152d419209f307bcce8ca2dfe0b4b55b3fad8ba4a646a5 +SIZE (rest-0.7.10.tar.bz2) = 419840 diff --git a/www/rest/pkg-descr b/www/rest/pkg-descr new file mode 100644 index 000000000..5d758564f --- /dev/null +++ b/www/rest/pkg-descr @@ -0,0 +1,7 @@ +This library has been designed to make it easier to access web services that +claim to be "RESTful". A reasonable definition of what this means can be found +on Wikipedia. However a reasonable description is that a RESTful service +should have urls that represent remote objects which methods can then be +called on. + +WWW: http://meego.gitorious.org/meego-middleware diff --git a/www/rest/pkg-plist b/www/rest/pkg-plist new file mode 100644 index 000000000..36f4e2ff3 --- /dev/null +++ b/www/rest/pkg-plist @@ -0,0 +1,59 @@ +include/rest-0.7/rest-extras/flickr-proxy-call.h +include/rest-0.7/rest-extras/flickr-proxy.h +include/rest-0.7/rest-extras/lastfm-proxy-call.h +include/rest-0.7/rest-extras/lastfm-proxy.h +include/rest-0.7/rest-extras/youtube-proxy.h +include/rest-0.7/rest/oauth-proxy-call.h +include/rest-0.7/rest/oauth-proxy.h +include/rest-0.7/rest/oauth2-proxy-call.h +include/rest-0.7/rest/oauth2-proxy.h +include/rest-0.7/rest/rest-param.h +include/rest-0.7/rest/rest-params.h +include/rest-0.7/rest/rest-proxy-call.h +include/rest-0.7/rest/rest-proxy.h +include/rest-0.7/rest/rest-xml-node.h +include/rest-0.7/rest/rest-xml-parser.h +lib/girepository-1.0/Rest-0.7.typelib +lib/girepository-1.0/RestExtras-0.7.typelib +lib/librest-0.7.la +lib/librest-0.7.so +lib/librest-0.7.so.0 +lib/librest-extras-0.7.la +lib/librest-extras-0.7.so +lib/librest-extras-0.7.so.0 +libdata/pkgconfig/rest-0.7.pc +libdata/pkgconfig/rest-extras-0.7.pc +share/gir-1.0/Rest-0.7.gir +share/gir-1.0/RestExtras-0.7.gir +share/gtk-doc/html/rest-0.7/FlickrProxy.html +share/gtk-doc/html/rest-0.7/FlickrProxyCall.html +share/gtk-doc/html/rest-0.7/LastfmProxy.html +share/gtk-doc/html/rest-0.7/LastfmProxyCall.html +share/gtk-doc/html/rest-0.7/OAuth2Proxy.html +share/gtk-doc/html/rest-0.7/OAuth2ProxyCall.html +share/gtk-doc/html/rest-0.7/OAuthProxy.html +share/gtk-doc/html/rest-0.7/OAuthProxyCall.html +share/gtk-doc/html/rest-0.7/RestProxy.html +share/gtk-doc/html/rest-0.7/RestProxyCall.html +share/gtk-doc/html/rest-0.7/RestXmlParser.html +share/gtk-doc/html/rest-0.7/ch01.html +share/gtk-doc/html/rest-0.7/ch02.html +share/gtk-doc/html/rest-0.7/ch03.html +share/gtk-doc/html/rest-0.7/ch04.html +share/gtk-doc/html/rest-0.7/home.png +share/gtk-doc/html/rest-0.7/index.html +share/gtk-doc/html/rest-0.7/index.sgml +share/gtk-doc/html/rest-0.7/left.png +share/gtk-doc/html/rest-0.7/rest-0.7.devhelp +share/gtk-doc/html/rest-0.7/rest-0.7.devhelp2 +share/gtk-doc/html/rest-0.7/rest-RestParam.html +share/gtk-doc/html/rest-0.7/rest-RestParams.html +share/gtk-doc/html/rest-0.7/right.png +share/gtk-doc/html/rest-0.7/style.css +share/gtk-doc/html/rest-0.7/up.png +@dirrm share/gtk-doc/html/rest-0.7 +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc +@dirrm include/rest-0.7/rest +@dirrm include/rest-0.7/rest-extras +@dirrm include/rest-0.7 |