From ceb4e6040231413753379682fd76838b75bc8b27 Mon Sep 17 00:00:00 2001 From: Kamel Ibn Aziz Derouiche Date: Fri, 5 Aug 2011 18:18:42 +0000 Subject: [PATCH] Import gnome-librest-0.7.10 as wip/gnome-librest. This library has been designed to make it easier to access web services that claim to be "RESTful" --- gnome-librest/DESCR | 2 ++ gnome-librest/Makefile | 29 +++++++++++++++++++++ gnome-librest/PLIST | 50 +++++++++++++++++++++++++++++++++++++ gnome-librest/buildlink3.mk | 16 ++++++++++++ gnome-librest/distinfo | 5 ++++ 5 files changed, 102 insertions(+) create mode 100644 gnome-librest/DESCR create mode 100644 gnome-librest/Makefile create mode 100644 gnome-librest/PLIST create mode 100644 gnome-librest/buildlink3.mk create mode 100644 gnome-librest/distinfo diff --git a/gnome-librest/DESCR b/gnome-librest/DESCR new file mode 100644 index 0000000000..799d023914 --- /dev/null +++ b/gnome-librest/DESCR @@ -0,0 +1,2 @@ +This library has been designed to make it easier to access web services that +claim to be "RESTful" diff --git a/gnome-librest/Makefile b/gnome-librest/Makefile new file mode 100644 index 0000000000..00055477af --- /dev/null +++ b/gnome-librest/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/08/05 18:18:42 jihbed Exp $ +# + +DISTNAME= rest-0.7.10 +PKGNAME= gnome-lib${DISTNAME} +CATEGORIES= www +MASTER_SITES= http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.7/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc.gnome@gmail.com +HOMEPAGE= http://www.gnome.org/ +COMMENT= GNOME Rest library +LICENSE= gnu-lgpl-v2.1 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake pkg-config + +PKGCONFIG_OVERRIDE+= rest-extras.pc.in +PKGCONFIG_OVERRIDE+= rest.pc.in + +.include "../../devel/gobject-introspection/buildlink3.mk" +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.18.0 +.include "../../devel/glib2/buildlink3.mk" +.include "../../net/libsoup24/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/gnome-librest/PLIST b/gnome-librest/PLIST new file mode 100644 index 0000000000..cde7f5ab63 --- /dev/null +++ b/gnome-librest/PLIST @@ -0,0 +1,50 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/05 18:18:42 jihbed Exp $ +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-extras-0.7.la +lib/pkgconfig/rest-0.7.pc +lib/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 diff --git a/gnome-librest/buildlink3.mk b/gnome-librest/buildlink3.mk new file mode 100644 index 0000000000..d125cda91b --- /dev/null +++ b/gnome-librest/buildlink3.mk @@ -0,0 +1,16 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/08/05 18:18:42 jihbed Exp $ + +BUILDLINK_TREE+= gnome-librest + +.if !defined(GNOME_LIBREST_BUILDLINK3_MK) +GNOME_LIBREST_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.gnome-librest+= gnome-librest>=0.7.10 +BUILDLINK_PKGSRCDIR.gnome-librest?= ../../wip/gnome-librest + +.include "../../devel/glib2/buildlink3.mk" +.include "../../net/libsoup24/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.endif # GNOME_LIBREST_BUILDLINK3_MK + +BUILDLINK_TREE+= -gnome-librest diff --git a/gnome-librest/distinfo b/gnome-librest/distinfo new file mode 100644 index 0000000000..bea8d1e4ad --- /dev/null +++ b/gnome-librest/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/08/05 18:18:42 jihbed Exp $ + +SHA1 (rest-0.7.10.tar.bz2) = 392b1144568ce773f2be04f71e3b60987db09ecf +RMD160 (rest-0.7.10.tar.bz2) = 39f0f36336503cc32dbd8ad9c8c3bec7f74eeed3 +Size (rest-0.7.10.tar.bz2) = 419840 bytes