Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2018 15:54:11 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480743 - in head/net: . libyang
Message-ID:  <201809261554.w8QFsBqv053008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Wed Sep 26 15:54:11 2018
New Revision: 480743
URL: https://svnweb.freebsd.org/changeset/ports/480743

Log:
  New port: net/libyang
  libyang is a YANG data modelling language parser and toolkit written
  (and providing API) in C.
  
  WWW: https://github.com/CESNET/libyang

Added:
  head/net/libyang/
  head/net/libyang/Makefile   (contents, props changed)
  head/net/libyang/distinfo   (contents, props changed)
  head/net/libyang/pkg-descr   (contents, props changed)
  head/net/libyang/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed Sep 26 15:25:03 2018	(r480742)
+++ head/net/Makefile	Wed Sep 26 15:54:11 2018	(r480743)
@@ -429,6 +429,7 @@
     SUBDIR += libutp
     SUBDIR += libvncserver
     SUBDIR += libwebsockets
+    SUBDIR += libyang
     SUBDIR += libzapojit
     SUBDIR += libzmq2
     SUBDIR += libzmq3

Added: head/net/libyang/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libyang/Makefile	Wed Sep 26 15:54:11 2018	(r480743)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	libyang
+PORTVERSION=	0.16
+DISTVERSIONPREFIX=	v
+DISTVERSIONSUFFIX=	-r1
+CATEGORIES=	net
+
+MAINTAINER=	olivier@FreeBSD.org
+COMMENT=	YANG data modeling language library
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libpcre.so:devel/pcre
+
+USES=	cmake
+USE_LDCONFIG=	yes
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	CESNET
+
+.include <bsd.port.mk>

Added: head/net/libyang/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libyang/distinfo	Wed Sep 26 15:54:11 2018	(r480743)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537973255
+SHA256 (CESNET-libyang-v0.16-r1_GH0.tar.gz) = 43ab396fc7529251dc9cf02fbd8da48dcf476b998ea0f9e66197632988969074
+SIZE (CESNET-libyang-v0.16-r1_GH0.tar.gz) = 2979630

Added: head/net/libyang/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libyang/pkg-descr	Wed Sep 26 15:54:11 2018	(r480743)
@@ -0,0 +1,4 @@
+libyang is a YANG data modelling language parser and toolkit written
+(and providing API) in C.
+
+WWW: https://github.com/CESNET/libyang

Added: head/net/libyang/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libyang/pkg-plist	Wed Sep 26 15:54:11 2018	(r480743)
@@ -0,0 +1,17 @@
+bin/yanglint
+bin/yangre
+include/libyang/dict.h
+include/libyang/extensions.h
+include/libyang/libyang.h
+include/libyang/tree_data.h
+include/libyang/tree_schema.h
+include/libyang/user_types.h
+include/libyang/xml.h
+lib/libyang.so
+lib/libyang.so.0.16
+lib/libyang.so.0.16.41
+lib/libyang/extensions/metadata.so
+lib/libyang/extensions/nacm.so
+lib/libyang/extensions/yangdata.so
+lib/libyang/user_types/user_date_and_time.so
+man/man1/yanglint.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809261554.w8QFsBqv053008>