pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kcalcore: Add version 17.12.1
Module Name: pkgsrc-wip
Committed By: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By: markd
Date: Fri Feb 2 09:06:54 2018 +1300
Changeset: 92f69a160816142505417b3f6070ab307d822616
Modified Files:
Makefile
Added Files:
kcalcore/DESCR
kcalcore/Makefile
kcalcore/PLIST
kcalcore/buildlink3.mk
kcalcore/distinfo
Log Message:
kcalcore: Add version 17.12.1
KDE calendar access library
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=92f69a160816142505417b3f6070ab307d822616
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
kcalcore/DESCR | 8 ++++++
kcalcore/Makefile | 16 +++++++++++
kcalcore/PLIST | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++
kcalcore/buildlink3.mk | 14 ++++++++++
kcalcore/distinfo | 6 ++++
6 files changed, 120 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index eebda8c62c..e9727caab5 100644
--- a/Makefile
+++ b/Makefile
@@ -1562,6 +1562,7 @@ SUBDIR+= kannel-gateway
SUBDIR+= kate
SUBDIR+= kawa
SUBDIR+= kcalc
+SUBDIR+= kcalcore
SUBDIR+= kcalutils
SUBDIR+= kcontacts
SUBDIR+= kde-baseapps4
diff --git a/kcalcore/DESCR b/kcalcore/DESCR
new file mode 100644
index 0000000000..3278d31531
--- /dev/null
+++ b/kcalcore/DESCR
@@ -0,0 +1,8 @@
+This library provides access to and handling of calendar data.
+It supports the standard formats iCalendar and vCalendar and the
+group scheduling standard iTIP.
+
+A calendar contains information like incidences (events, to-dos, journals),
+alarms, time zones, and other useful information. This API provides
+access to that calendar information via well known calendar formats
+iCalendar (or iCal) and the older vCalendar.
diff --git a/kcalcore/Makefile b/kcalcore/Makefile
new file mode 100644
index 0000000000..047a888594
--- /dev/null
+++ b/kcalcore/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME= kcalcore-${KAPPSVER}
+CATEGORIES= time
+
+HOMEPAGE= https://community.kde.org/KDE_PIM
+COMMENT= KDE calendar access library
+LICENSE= gnu-lgpl-v2
+
+.include "../../wip/kde5/applications.mk"
+
+USE_TOOLS+= msgmerge
+
+.include "../../time/libical/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/kcalcore/PLIST b/kcalcore/PLIST
new file mode 100644
index 0000000000..854819a200
--- /dev/null
+++ b/kcalcore/PLIST
@@ -0,0 +1,75 @@
+@comment $NetBSD$
+include/KF5/KCalCore/KCalCore/Alarm
+include/KF5/KCalCore/KCalCore/Attachment
+include/KF5/KCalCore/KCalCore/Attendee
+include/KF5/KCalCore/KCalCore/CalFilter
+include/KF5/KCalCore/KCalCore/CalFormat
+include/KF5/KCalCore/KCalCore/CalStorage
+include/KF5/KCalCore/KCalCore/Calendar
+include/KF5/KCalCore/KCalCore/CustomProperties
+include/KF5/KCalCore/KCalCore/Duration
+include/KF5/KCalCore/KCalCore/Event
+include/KF5/KCalCore/KCalCore/Exceptions
+include/KF5/KCalCore/KCalCore/FileStorage
+include/KF5/KCalCore/KCalCore/FreeBusy
+include/KF5/KCalCore/KCalCore/FreeBusyCache
+include/KF5/KCalCore/KCalCore/FreeBusyPeriod
+include/KF5/KCalCore/KCalCore/ICalFormat
+include/KF5/KCalCore/KCalCore/Incidence
+include/KF5/KCalCore/KCalCore/IncidenceBase
+include/KF5/KCalCore/KCalCore/Journal
+include/KF5/KCalCore/KCalCore/MemoryCalendar
+include/KF5/KCalCore/KCalCore/OccurrenceIterator
+include/KF5/KCalCore/KCalCore/Period
+include/KF5/KCalCore/KCalCore/Person
+include/KF5/KCalCore/KCalCore/Recurrence
+include/KF5/KCalCore/KCalCore/RecurrenceRule
+include/KF5/KCalCore/KCalCore/ScheduleMessage
+include/KF5/KCalCore/KCalCore/SortableList
+include/KF5/KCalCore/KCalCore/Sorting
+include/KF5/KCalCore/KCalCore/Todo
+include/KF5/KCalCore/KCalCore/VCalFormat
+include/KF5/KCalCore/KCalCore/Visitor
+include/KF5/KCalCore/kcalcore/alarm.h
+include/KF5/KCalCore/kcalcore/attachment.h
+include/KF5/KCalCore/kcalcore/attendee.h
+include/KF5/KCalCore/kcalcore/calendar.h
+include/KF5/KCalCore/kcalcore/calfilter.h
+include/KF5/KCalCore/kcalcore/calformat.h
+include/KF5/KCalCore/kcalcore/calstorage.h
+include/KF5/KCalCore/kcalcore/customproperties.h
+include/KF5/KCalCore/kcalcore/duration.h
+include/KF5/KCalCore/kcalcore/event.h
+include/KF5/KCalCore/kcalcore/exceptions.h
+include/KF5/KCalCore/kcalcore/filestorage.h
+include/KF5/KCalCore/kcalcore/freebusy.h
+include/KF5/KCalCore/kcalcore/freebusycache.h
+include/KF5/KCalCore/kcalcore/freebusyperiod.h
+include/KF5/KCalCore/kcalcore/icalformat.h
+include/KF5/KCalCore/kcalcore/incidence.h
+include/KF5/KCalCore/kcalcore/incidencebase.h
+include/KF5/KCalCore/kcalcore/journal.h
+include/KF5/KCalCore/kcalcore/kcalcore_export.h
+include/KF5/KCalCore/kcalcore/memorycalendar.h
+include/KF5/KCalCore/kcalcore/occurrenceiterator.h
+include/KF5/KCalCore/kcalcore/period.h
+include/KF5/KCalCore/kcalcore/person.h
+include/KF5/KCalCore/kcalcore/recurrence.h
+include/KF5/KCalCore/kcalcore/recurrencerule.h
+include/KF5/KCalCore/kcalcore/schedulemessage.h
+include/KF5/KCalCore/kcalcore/sortablelist.h
+include/KF5/KCalCore/kcalcore/sorting.h
+include/KF5/KCalCore/kcalcore/supertrait.h
+include/KF5/KCalCore/kcalcore/todo.h
+include/KF5/KCalCore/kcalcore/vcalformat.h
+include/KF5/KCalCore/kcalcore/visitor.h
+include/KF5/kcalcore_version.h
+lib/cmake/KF5CalendarCore/FindLibIcal.cmake
+lib/cmake/KF5CalendarCore/KF5CalendarCoreConfig.cmake
+lib/cmake/KF5CalendarCore/KF5CalendarCoreConfigVersion.cmake
+lib/cmake/KF5CalendarCore/KF5CalendarCoreTargets-noconfig.cmake
+lib/cmake/KF5CalendarCore/KF5CalendarCoreTargets.cmake
+lib/libKF5CalendarCore.so
+lib/libKF5CalendarCore.so.5
+lib/libKF5CalendarCore.so.5.7.1
+qt5/mkspecs/modules/qt_KCalCore.pri
diff --git a/kcalcore/buildlink3.mk b/kcalcore/buildlink3.mk
new file mode 100644
index 0000000000..81df6d2541
--- /dev/null
+++ b/kcalcore/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= kcalcore
+
+.if !defined(KCALCORE_BUILDLINK3_MK)
+KCALCORE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kcalcore+= kcalcore>=17.12.1
+BUILDLINK_PKGSRCDIR.kcalcore?= ../../wip/kcalcore
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.endif # KCALCORE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -kcalcore
diff --git a/kcalcore/distinfo b/kcalcore/distinfo
new file mode 100644
index 0000000000..1250d42f9c
--- /dev/null
+++ b/kcalcore/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (kcalcore-17.12.1.tar.xz) = 964e8bc4ed8709935b44d302e317db21edd67733
+RMD160 (kcalcore-17.12.1.tar.xz) = 74ccdef7d14c731a6eb21797be6180623302938a
+SHA512 (kcalcore-17.12.1.tar.xz) = 5b836c4cda0b70f2050e74c568b5d2d18ce16e4a0316eb01bce5ac83616230a017b3f20bbecf327aefdf37b3890fee33be1e18a6ad48642d4d938707410879e4
+Size (kcalcore-17.12.1.tar.xz) = 279300 bytes
Home |
Main Index |
Thread Index |
Old Index