librest: remove
No users left in pkgsrc, newer version in www/librest07
This commit is contained in:
parent
64d7c355c1
commit
5687e2f212
7 changed files with 3 additions and 70 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2020,v 1.1490 2020/03/11 15:02:05 pho Exp $
|
||||
$NetBSD: CHANGES-2020,v 1.1491 2020/03/11 15:31:37 wiz Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2020:
|
||||
|
||||
|
@ -2057,3 +2057,4 @@ Changes to the packages collection and infrastructure in 2020:
|
|||
Updated geography/geos to 3.8.1 [gdt 2020-03-11]
|
||||
Updated benchmarks/httperf to 0.9.0.20190829 [nia 2020-03-11]
|
||||
Updated games/hengband to 2.2.1r [pho 2020-03-11]
|
||||
Removed www/librest successor www/librest07 [wiz 2020-03-11]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1437 2020/03/02 20:35:10 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.1438 2020/03/11 15:31:37 wiz Exp $
|
||||
#
|
||||
|
||||
COMMENT= Packages related to the World Wide Web
|
||||
|
@ -183,7 +183,6 @@ SUBDIR+= libmicrohttpd
|
|||
SUBDIR+= libmrss
|
||||
SUBDIR+= libproxy
|
||||
SUBDIR+= libpsl
|
||||
SUBDIR+= librest
|
||||
SUBDIR+= librest07
|
||||
SUBDIR+= libsass
|
||||
SUBDIR+= libwww
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
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.
|
|
@ -1,27 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.34 2020/03/08 16:48:19 wiz Exp $
|
||||
|
||||
DISTNAME= librest-0.6
|
||||
PKGREVISION= 29
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=GNOME/librest/archive/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/GNOME/librest/
|
||||
COMMENT= Library for "RESTful" web services
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config autoconf automake
|
||||
WRKSRC= ${WRKDIR}/${PKGBASE}-${DISTNAME}
|
||||
|
||||
PKGCONFIG_OVERRIDE+= rest.pc.in gtk-doc.pc.in
|
||||
|
||||
pre-configure:
|
||||
(cd ${WRKSRC}; ./autogen.sh)
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../textproc/gtk-doc/buildlink3.mk"
|
||||
.include "../../net/libsoup/buildlink3.mk"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,12 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2016/02/04 11:49:57 wiz 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
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.29 2020/03/08 16:48:19 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= librest
|
||||
|
||||
.if !defined(LIBREST_BUILDLINK3_MK)
|
||||
LIBREST_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.librest+= librest>=0.6
|
||||
BUILDLINK_ABI_DEPENDS.librest+= librest>=0.6nb29
|
||||
BUILDLINK_PKGSRCDIR.librest?= ../../www/librest
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../net/libsoup/buildlink3.mk"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
.endif # LIBREST_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -librest
|
|
@ -1,6 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.3 2016/01/28 13:04:08 mef Exp $
|
||||
|
||||
SHA1 (librest-0.6.tar.gz) = a1def4bcb0f5ac566cce1e25098b6cbdd59bf4f3
|
||||
RMD160 (librest-0.6.tar.gz) = 8091527ba1da4a435d3fd22b7885a6dd1c450202
|
||||
SHA512 (librest-0.6.tar.gz) = 693a0e34b9ea2fa9f16238b93694f7dc4813580304c444d5ad3cd17e2c47c09b5a42cb1eefbc2a5dabe2cac5d4dedaed4a39e2c01cc235a6de7a17751c4dde1d
|
||||
Size (librest-0.6.tar.gz) = 49370 bytes
|
Loading…
Reference in a new issue