pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove libgcal, the API it implements has been depreca...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43e26a1b37fb
branches:  trunk
changeset: 366619:43e26a1b37fb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 16 20:57:26 2017 +0000

description:
Remove libgcal, the API it implements has been deprecated in 2012 or so.

diffstat:

 doc/CHANGES-2017                          |   3 ++-
 time/Makefile                             |   3 +--
 time/libgcal/DESCR                        |  18 ------------------
 time/libgcal/Makefile                     |  25 -------------------------
 time/libgcal/PLIST                        |  16 ----------------
 time/libgcal/buildlink3.mk                |  18 ------------------
 time/libgcal/distinfo                     |   7 -------
 time/libgcal/patches/patch-CMakeLists.txt |  18 ------------------
 8 files changed, 3 insertions(+), 105 deletions(-)

diffs (157 lines):

diff -r ab1a7154937b -r 43e26a1b37fb doc/CHANGES-2017
--- a/doc/CHANGES-2017  Wed Aug 16 20:45:30 2017 +0000
+++ b/doc/CHANGES-2017  Wed Aug 16 20:57:26 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2017,v 1.3274 2017/08/16 18:08:34 adam Exp $
+$NetBSD: CHANGES-2017,v 1.3275 2017/08/16 20:57:26 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2017:
 
@@ -4520,3 +4520,4 @@
        Updated lang/py-js2py to 0.50 [adam 2017-08-16]
        Updated www/py-cfscrape to 1.8.1 [adam 2017-08-16]
        Updated devel/py-wrapt to 1.10.11 [adam 2017-08-16]
+       Removed time/libgcal [wiz 2017-08-16]
diff -r ab1a7154937b -r 43e26a1b37fb time/Makefile
--- a/time/Makefile     Wed Aug 16 20:45:30 2017 +0000
+++ b/time/Makefile     Wed Aug 16 20:57:26 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.161 2017/08/01 12:57:21 markd Exp $
+# $NetBSD: Makefile,v 1.162 2017/08/16 20:57:26 wiz Exp $
 #
 
 COMMENT=       Clocks, calendars, daily planners and other time related applications
@@ -44,7 +44,6 @@
 SUBDIR+=       kronolith
 SUBDIR+=       ktimer
 SUBDIR+=       leapsunpack
-SUBDIR+=       libgcal
 SUBDIR+=       libical
 SUBDIR+=       lmclock
 SUBDIR+=       logtime
diff -r ab1a7154937b -r 43e26a1b37fb time/libgcal/DESCR
--- a/time/libgcal/DESCR        Wed Aug 16 20:45:30 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-Its an ANSI C library that does allow communication with google calendar and
-contacts, useful if you need to support this in a C or C++ application.
-
-Currently, libgcal implements:
-
- - authentication
- - get all events/contacts
- - atom stream parsing
- - access to individual events/contacts
- - add/delete/edit using gcal objects
- - add/delete/edit using raw XML
- - query for updated events/contacts
- - use of http proxy
- - timezone
- - contact photo download/upload
- - google data protocol GCalendar 2.0 and Contacts 3.0
- - can be used with a C++ application
- - google hosted accounts (i.e. joe%foobar.com@localhost)
diff -r ab1a7154937b -r 43e26a1b37fb time/libgcal/Makefile
--- a/time/libgcal/Makefile     Wed Aug 16 20:45:30 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2017/04/30 01:21:25 ryoon Exp $
-#
-
-DISTNAME=      libgcal-0.9.6
-PKGREVISION=   5
-CATEGORIES=    time
-MASTER_SITES=  http://libgcal.googlecode.com/files/
-EXTRACT_SUFX=  .tar.bz2
-
-MAINTAINER=    rodent%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/libgcal/
-COMMENT=       C library allows communication with google calendar and contacts
-LICENSE=       modified-bsd
-
-GNU_CONFIGURE= yes
-USE_CMAKE=     yes
-USE_TOOLS+=    pkg-config
-
-PKGCONFIG_OVERRIDE+=   libgcal.pc.in
-
-.include "../../devel/check/buildlink3.mk"
-.include "../../mk/dlopen.buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r ab1a7154937b -r 43e26a1b37fb time/libgcal/PLIST
--- a/time/libgcal/PLIST        Wed Aug 16 20:45:30 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/07/02 11:37:34 rodent Exp $
-include/libgcal/atom_parser.h
-include/libgcal/curl_debug_gcal.h
-include/libgcal/gcal.h
-include/libgcal/gcal_parser.h
-include/libgcal/gcal_status.h
-include/libgcal/gcalendar.h
-include/libgcal/gcont.h
-include/libgcal/gcontact.h
-include/libgcal/internal_gcal.h
-include/libgcal/xml_aux.h
-lib/LibGCal/cmake/LibGCalConfig.cmake
-lib/libgcal.so
-lib/libgcal.so.0
-lib/libgcal.so.${PKGVERSION}
-lib/pkgconfig/libgcal.pc
diff -r ab1a7154937b -r 43e26a1b37fb time/libgcal/buildlink3.mk
--- a/time/libgcal/buildlink3.mk        Wed Aug 16 20:45:30 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.6 2017/04/30 01:21:25 ryoon Exp $
-
-BUILDLINK_TREE+=       libgcal
-
-.if !defined(LIBGCAL_BUILDLINK3_MK)
-LIBGCAL_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libgcal+=        libgcal>=0.9.6
-BUILDLINK_ABI_DEPENDS.libgcal?=        libgcal>=0.9.6nb5
-BUILDLINK_PKGSRCDIR.libgcal?=  ../../time/libgcal
-
-.include "../../devel/check/buildlink3.mk"
-.include "../../mk/dlopen.buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.endif # LIBGCAL_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -libgcal
diff -r ab1a7154937b -r 43e26a1b37fb time/libgcal/distinfo
--- a/time/libgcal/distinfo     Wed Aug 16 20:45:30 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/02 23:31:37 agc Exp $
-
-SHA1 (libgcal-0.9.6.tar.bz2) = d616b911a99b1846851371184dcd547dccf548de
-RMD160 (libgcal-0.9.6.tar.bz2) = 1ee61c22190d929178d9c75ced8a984536e2c1e2
-SHA512 (libgcal-0.9.6.tar.bz2) = be2e0592a19531fa202017e529dad765a1bd6f9205ffdaba33bfd32231ad5eafb0237081fda8c5bbbe605e07204fc7895e2168b72718dde6cc660c97c08bbf26
-Size (libgcal-0.9.6.tar.bz2) = 555942 bytes
-SHA1 (patch-CMakeLists.txt) = 3a40b248d5b36d13701186af276a6c0b8712ea7f
diff -r ab1a7154937b -r 43e26a1b37fb time/libgcal/patches/patch-CMakeLists.txt
--- a/time/libgcal/patches/patch-CMakeLists.txt Wed Aug 16 20:45:30 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2014/04/21 18:14:53 joerg Exp $
-
---- CMakeLists.txt.orig        2014-04-20 18:45:19.000000000 +0000
-+++ CMakeLists.txt
-@@ -94,13 +94,6 @@ include_directories(
-         ${LIBXML2_INCLUDE_DIR}
- )
- 
--# If we've found GCov then add the necessary profiling flags.
--if(GCOV)
--      set(CMAKE_C_FLAGS
--              "${CMAKE_C_FLAGS} -fprofile-arcs -ftest-coverage"
--      )
--endif()
--
- add_subdirectory(${GCAL_SOURCE_DIR})
- 
- if(ENABLE_TESTS)



Home | Main Index | Thread Index | Old Index