pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc librest: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bacbcd1d6e61
branches:  trunk
changeset: 424458:bacbcd1d6e61
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 11 15:31:37 2020 +0000

description:
librest: remove

No users left in pkgsrc, newer version in www/librest07

diffstat:

 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(-)

diffs (118 lines):

diff -r 7542e8172483 -r bacbcd1d6e61 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Wed Mar 11 15:30:59 2020 +0000
+++ b/doc/CHANGES-2020  Wed Mar 11 15:31:37 2020 +0000
@@ -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 @@
        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 -r 7542e8172483 -r bacbcd1d6e61 www/Makefile
--- a/www/Makefile      Wed Mar 11 15:30:59 2020 +0000
+++ b/www/Makefile      Wed Mar 11 15:31:37 2020 +0000
@@ -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+=       libmrss
 SUBDIR+=       libproxy
 SUBDIR+=       libpsl
-SUBDIR+=       librest
 SUBDIR+=       librest07
 SUBDIR+=       libsass
 SUBDIR+=       libwww
diff -r 7542e8172483 -r bacbcd1d6e61 www/librest/DESCR
--- a/www/librest/DESCR Wed Mar 11 15:30:59 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7542e8172483 -r bacbcd1d6e61 www/librest/Makefile
--- a/www/librest/Makefile      Wed Mar 11 15:30:59 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 7542e8172483 -r bacbcd1d6e61 www/librest/PLIST
--- a/www/librest/PLIST Wed Mar 11 15:30:59 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7542e8172483 -r bacbcd1d6e61 www/librest/buildlink3.mk
--- a/www/librest/buildlink3.mk Wed Mar 11 15:30:59 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7542e8172483 -r bacbcd1d6e61 www/librest/distinfo
--- a/www/librest/distinfo      Wed Mar 11 15:30:59 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index