diff options
author | drochner <drochner@pkgsrc.org> | 2011-01-18 19:11:01 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-01-18 19:11:01 +0000 |
commit | 170d5c5282b0b24cd66d2cd35609a1b68045509c (patch) | |
tree | 2bf68947a555ff737ac2535010e0af9380b7df1f /www | |
parent | de10eec2e3ade24e02364abd406624a76d0bfe11 (diff) | |
download | pkgsrc-170d5c5282b0b24cd66d2cd35609a1b68045509c.tar.gz |
add librest-0.6, a library for "restful" web services
Diffstat (limited to 'www')
-rw-r--r-- | www/librest/DESCR | 5 | ||||
-rw-r--r-- | www/librest/Makefile | 26 | ||||
-rw-r--r-- | www/librest/PLIST | 31 | ||||
-rw-r--r-- | www/librest/buildlink3.mk | 16 | ||||
-rw-r--r-- | www/librest/distinfo | 5 |
5 files changed, 83 insertions, 0 deletions
diff --git a/www/librest/DESCR b/www/librest/DESCR new file mode 100644 index 00000000000..b90a54ea73c --- /dev/null +++ b/www/librest/DESCR @@ -0,0 +1,5 @@ +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 [1]. However a reasonable description is that a RESTful service +should have urls that represent remote objects which methods can then be +called on. diff --git a/www/librest/Makefile b/www/librest/Makefile new file mode 100644 index 00000000000..be99a9c4557 --- /dev/null +++ b/www/librest/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/01/18 19:11:01 drochner Exp $ +# + +DISTNAME= rest-0.6 +PKGNAME= librest-0.6 +CATEGORIES= www +MASTER_SITES= http://moblin.org/sites/all/files/ +#http://meego.gitorious.org/meego-middleware/librest + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://moblin.org/projects/librest +COMMENT= Library for "RESTful" web services +#LICENSE= # TODO: (see mk/license.mk) + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= rest.pc.in + +.include "../../devel/glib2/buildlink3.mk" +.include "../../net/libsoup24/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/librest/PLIST b/www/librest/PLIST new file mode 100644 index 00000000000..ac360229217 --- /dev/null +++ b/www/librest/PLIST @@ -0,0 +1,31 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/18 19:11:01 drochner Exp $ +include/rest/rest/facebook-proxy-call.h +include/rest/rest/facebook-proxy.h +include/rest/rest/flickr-proxy-call.h +include/rest/rest/flickr-proxy.h +include/rest/rest/oauth-proxy-call.h +include/rest/rest/oauth-proxy.h +include/rest/rest/rest-proxy-call.h +include/rest/rest/rest-proxy.h +include/rest/rest/rest-xml-parser.h +lib/librest.la +lib/pkgconfig/rest.pc +share/gtk-doc/html/rest/FacebookProxy.html +share/gtk-doc/html/rest/FacebookProxyCall.html +share/gtk-doc/html/rest/FlickrProxy.html +share/gtk-doc/html/rest/FlickrProxyCall.html +share/gtk-doc/html/rest/OAuthProxy.html +share/gtk-doc/html/rest/OAuthProxyCall.html +share/gtk-doc/html/rest/RestProxy.html +share/gtk-doc/html/rest/RestProxyCall.html +share/gtk-doc/html/rest/RestXmlParser.html +share/gtk-doc/html/rest/ch01.html +share/gtk-doc/html/rest/home.png +share/gtk-doc/html/rest/index.html +share/gtk-doc/html/rest/index.sgml +share/gtk-doc/html/rest/left.png +share/gtk-doc/html/rest/rest.devhelp +share/gtk-doc/html/rest/rest.devhelp2 +share/gtk-doc/html/rest/right.png +share/gtk-doc/html/rest/style.css +share/gtk-doc/html/rest/up.png diff --git a/www/librest/buildlink3.mk b/www/librest/buildlink3.mk new file mode 100644 index 00000000000..5de905d8492 --- /dev/null +++ b/www/librest/buildlink3.mk @@ -0,0 +1,16 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/01/18 19:11:01 drochner Exp $ + +BUILDLINK_TREE+= librest + +.if !defined(LIBREST_BUILDLINK3_MK) +LIBREST_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.librest+= librest>=0.6 +BUILDLINK_PKGSRCDIR.librest?= ../../www/librest + +.include "../../devel/glib2/buildlink3.mk" +.include "../../net/libsoup24/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.endif # LIBREST_BUILDLINK3_MK + +BUILDLINK_TREE+= -librest diff --git a/www/librest/distinfo b/www/librest/distinfo new file mode 100644 index 00000000000..ed29e34aabe --- /dev/null +++ b/www/librest/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/01/18 19:11:01 drochner Exp $ + +SHA1 (rest-0.6.tar.gz) = 9ed2814ae123b73d15598ebd0b1457ab9b6208be +RMD160 (rest-0.6.tar.gz) = 8b7b5bcfd20c66ecf1551bda7785276a27746566 +Size (rest-0.6.tar.gz) = 379628 bytes |