From 5687e2f212c52b61bbab83dd3a5755ab496ff46c Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 11 Mar 2020 15:31:37 +0000 Subject: [PATCH] librest: remove No users left in pkgsrc, newer version in www/librest07 --- doc/CHANGES-2020 | 3 ++- www/Makefile | 3 +-- www/librest/DESCR | 5 ----- www/librest/Makefile | 27 --------------------------- www/librest/PLIST | 12 ------------ www/librest/buildlink3.mk | 17 ----------------- www/librest/distinfo | 6 ------ 7 files changed, 3 insertions(+), 70 deletions(-) delete mode 100644 www/librest/DESCR delete mode 100644 www/librest/Makefile delete mode 100644 www/librest/PLIST delete mode 100644 www/librest/buildlink3.mk delete mode 100644 www/librest/distinfo diff --git a/doc/CHANGES-2020 b/doc/CHANGES-2020 index 2a1a50d62aca..7e994851e180 100644 --- a/doc/CHANGES-2020 +++ b/doc/CHANGES-2020 @@ -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] diff --git a/www/Makefile b/www/Makefile index 4d93e068c2de..f1c7130d61e0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/librest/DESCR b/www/librest/DESCR deleted file mode 100644 index b90a54ea73c6..000000000000 --- a/www/librest/DESCR +++ /dev/null @@ -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. diff --git a/www/librest/Makefile b/www/librest/Makefile deleted file mode 100644 index b94bee6d44e4..000000000000 --- a/www/librest/Makefile +++ /dev/null @@ -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" diff --git a/www/librest/PLIST b/www/librest/PLIST deleted file mode 100644 index 55997068cf1b..000000000000 --- a/www/librest/PLIST +++ /dev/null @@ -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 diff --git a/www/librest/buildlink3.mk b/www/librest/buildlink3.mk deleted file mode 100644 index b19931f84b7d..000000000000 --- a/www/librest/buildlink3.mk +++ /dev/null @@ -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 diff --git a/www/librest/distinfo b/www/librest/distinfo deleted file mode 100644 index 1e8a041d41d0..000000000000 --- a/www/librest/distinfo +++ /dev/null @@ -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