Wed Apr 11 11:40:18 2012 UTC ()
add librest-0.7.12 (needed for newer shotwell)
This is API incompatible to pkgsrc/www/librest, and can coexist.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc_base


(drochner)
diff -r0 -r1.1.1.1 pkgsrc/www/librest07/Makefile
diff -r0 -r1.1.1.1 pkgsrc/www/librest07/DESCR
diff -r0 -r1.1.1.1 pkgsrc/www/librest07/distinfo
diff -r0 -r1.1.1.1 pkgsrc/www/librest07/PLIST
diff -r0 -r1.1.1.1 pkgsrc/www/librest07/buildlink3.mk

File Added: pkgsrc/www/librest07/Makefile
# $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"

File Added: pkgsrc/www/librest07/DESCR
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.

File Added: pkgsrc/www/librest07/distinfo
$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

File Added: pkgsrc/www/librest07/PLIST
@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

File Added: pkgsrc/www/librest07/buildlink3.mk
# $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