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"
This commit is contained in:
parent
c64f36ab54
commit
ceb4e60402
5 changed files with 102 additions and 0 deletions
2
gnome-librest/DESCR
Normal file
2
gnome-librest/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This library has been designed to make it easier to access web services that
|
||||
claim to be "RESTful"
|
29
gnome-librest/Makefile
Normal file
29
gnome-librest/Makefile
Normal file
|
@ -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"
|
50
gnome-librest/PLIST
Normal file
50
gnome-librest/PLIST
Normal file
|
@ -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
|
16
gnome-librest/buildlink3.mk
Normal file
16
gnome-librest/buildlink3.mk
Normal file
|
@ -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
|
5
gnome-librest/distinfo
Normal file
5
gnome-librest/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue