libkolabxml: add version 1.1.6
Libkolabxml is the reference implementation of the Kolab XML Format as defined in http://wiki.kolab.org/User:Mollekopf/Drafts/KEP:17. It provides serialization/deserialization from/to in-memory representations for all Kolab Objects, including input validation.
This commit is contained in:
parent
cc30746c24
commit
1767baf7f7
5 changed files with 67 additions and 0 deletions
5
textproc/libkolabxml/DESCR
Normal file
5
textproc/libkolabxml/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Libkolabxml is the reference implementation of the Kolab XML Format as
|
||||||
|
defined in http://wiki.kolab.org/User:Mollekopf/Drafts/KEP:17.
|
||||||
|
|
||||||
|
It provides serialization/deserialization from/to in-memory
|
||||||
|
representations for all Kolab Objects, including input validation.
|
22
textproc/libkolabxml/Makefile
Normal file
22
textproc/libkolabxml/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1 2021/03/19 22:17:02 markd Exp $
|
||||||
|
|
||||||
|
DISTNAME= libkolabxml-1.1.6
|
||||||
|
CATEGORIES= textproc
|
||||||
|
MASTER_SITES= https://mirror.kolabenterprise.com/pub/releases/
|
||||||
|
|
||||||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
|
HOMEPAGE= https://www.kolab.org/
|
||||||
|
COMMENT= Kolab XML Format Schema Definitions Library
|
||||||
|
LICENSE= apache-2.0 AND gnu-lgpl-v3
|
||||||
|
|
||||||
|
USE_LANGUAGES= c c++
|
||||||
|
USE_CMAKE= yes
|
||||||
|
USE_TOOLS+= gmake
|
||||||
|
|
||||||
|
CMAKE_ARGS+= -DBUILD_TESTS=OFF
|
||||||
|
|
||||||
|
.include "../../devel/boost-libs/buildlink3.mk"
|
||||||
|
.include "../../devel/xsd/buildlink3.mk"
|
||||||
|
.include "../../textproc/xerces-c/buildlink3.mk"
|
||||||
|
.include "../../www/curl/buildlink3.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
21
textproc/libkolabxml/PLIST
Normal file
21
textproc/libkolabxml/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1 2021/03/19 22:17:02 markd Exp $
|
||||||
|
include/kolabxml/global_definitions.h
|
||||||
|
include/kolabxml/incidence_p.h
|
||||||
|
include/kolabxml/kolabconfiguration.h
|
||||||
|
include/kolabxml/kolabcontact.h
|
||||||
|
include/kolabxml/kolabcontainers.h
|
||||||
|
include/kolabxml/kolabevent.h
|
||||||
|
include/kolabxml/kolabevent_p.h
|
||||||
|
include/kolabxml/kolabfile.h
|
||||||
|
include/kolabxml/kolabformat.h
|
||||||
|
include/kolabxml/kolabfreebusy.h
|
||||||
|
include/kolabxml/kolabjournal.h
|
||||||
|
include/kolabxml/kolabnote.h
|
||||||
|
include/kolabxml/kolabtodo.h
|
||||||
|
lib/cmake/Libkolabxml/LibkolabxmlConfig.cmake
|
||||||
|
lib/cmake/Libkolabxml/LibkolabxmlConfigVersion.cmake
|
||||||
|
lib/cmake/Libkolabxml/LibkolabxmlTargets-noconfig.cmake
|
||||||
|
lib/cmake/Libkolabxml/LibkolabxmlTargets.cmake
|
||||||
|
lib/libkolabxml.so
|
||||||
|
lib/libkolabxml.so.1
|
||||||
|
lib/libkolabxml.so.${PKGVERSION}
|
13
textproc/libkolabxml/buildlink3.mk
Normal file
13
textproc/libkolabxml/buildlink3.mk
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# $NetBSD: buildlink3.mk,v 1.1 2021/03/19 22:17:02 markd Exp $
|
||||||
|
|
||||||
|
BUILDLINK_TREE+= libkolabxml
|
||||||
|
|
||||||
|
.if !defined(LIBKOLABXML_BUILDLINK3_MK)
|
||||||
|
LIBKOLABXML_BUILDLINK3_MK:=
|
||||||
|
|
||||||
|
BUILDLINK_API_DEPENDS.libkolabxml+= libkolabxml>=1.1.6
|
||||||
|
BUILDLINK_PKGSRCDIR.libkolabxml?= ../../textproc/libkolabxml
|
||||||
|
|
||||||
|
.endif # LIBKOLABXML_BUILDLINK3_MK
|
||||||
|
|
||||||
|
BUILDLINK_TREE+= -libkolabxml
|
6
textproc/libkolabxml/distinfo
Normal file
6
textproc/libkolabxml/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
$NetBSD: distinfo,v 1.1 2021/03/19 22:17:02 markd Exp $
|
||||||
|
|
||||||
|
SHA1 (libkolabxml-1.1.6.tar.gz) = 51c07082b48d5b32e6e9620dc212b6717acf45dd
|
||||||
|
RMD160 (libkolabxml-1.1.6.tar.gz) = a404e9648b9b1d858ff6732fbe84e54c8eaa94eb
|
||||||
|
SHA512 (libkolabxml-1.1.6.tar.gz) = ae74a9276cad2840db09ae9f9178991eb22137a13f83c04dd2fb7513407f2a5e6b7c79d71de80ced786457f1d3c8b5229226aecd8ea139f0af7125268aff4121
|
||||||
|
Size (libkolabxml-1.1.6.tar.gz) = 128843 bytes
|
Loading…
Reference in a new issue