summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-04-11 11:40:18 +0000
committerdrochner <drochner@pkgsrc.org>2012-04-11 11:40:18 +0000
commit539c2ef3a6d0cf60bb9f102acc9b3299d7ecfa77 (patch)
treea2e650eb3409dc7929c54a33b9959d389f044398
parent595738f151487bca04a165f7b1320407d0a91435 (diff)
downloadpkgsrc-539c2ef3a6d0cf60bb9f102acc9b3299d7ecfa77.tar.gz
add librest-0.7.12 (needed for newer shotwell)
This is API incompatible to pkgsrc/www/librest, and can coexist.
-rw-r--r--www/librest07/DESCR5
-rw-r--r--www/librest07/Makefile26
-rw-r--r--www/librest07/PLIST47
-rw-r--r--www/librest07/buildlink3.mk17
-rw-r--r--www/librest07/distinfo5
5 files changed, 100 insertions, 0 deletions
diff --git a/www/librest07/DESCR b/www/librest07/DESCR
new file mode 100644
index 00000000000..b90a54ea73c
--- /dev/null
+++ b/www/librest07/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/librest07/Makefile b/www/librest07/Makefile
new file mode 100644
index 00000000000..96419755ae3
--- /dev/null
+++ b/www/librest07/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/04/11 11:40:18 drochner Exp $
+#
+
+DISTNAME= rest-0.7.12
+PKGNAME= librest07-0.7.12
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rest/0.7/}
+EXTRACT_SUFX= .tar.xz
+
+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 gmake
+
+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/librest07/PLIST b/www/librest07/PLIST
new file mode 100644
index 00000000000..83b8d0511f2
--- /dev/null
+++ b/www/librest07/PLIST
@@ -0,0 +1,47 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/04/11 11:40:18 drochner 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-enum-types.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/librest-0.7.la
+lib/librest-extras-0.7.la
+lib/pkgconfig/rest-0.7.pc
+lib/pkgconfig/rest-extras-0.7.pc
+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/www/librest07/buildlink3.mk b/www/librest07/buildlink3.mk
new file mode 100644
index 00000000000..aabe7663917
--- /dev/null
+++ b/www/librest07/buildlink3.mk
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/04/11 11:40:18 drochner Exp $
+
+BUILDLINK_TREE+= librest
+
+.if !defined(LIBREST_BUILDLINK3_MK)
+LIBREST_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.librest+= librest07>=0.7
+BUILDLINK_ABI_DEPENDS.librest?= librest07>=0.7
+BUILDLINK_PKGSRCDIR.librest?= ../../www/librest07
+
+.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/librest07/distinfo b/www/librest07/distinfo
new file mode 100644
index 00000000000..76cb97daafb
--- /dev/null
+++ b/www/librest07/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/04/11 11:40:18 drochner Exp $
+
+SHA1 (rest-0.7.12.tar.xz) = a773ec89227dd441b4fb2bb6d0fcd1cdefc529d4
+RMD160 (rest-0.7.12.tar.xz) = 377175439158bc9c7ad65dc107b33143f76f86d5
+Size (rest-0.7.12.tar.xz) = 299480 bytes