From owner-svn-ports-head@freebsd.org Wed Sep 26 15:54:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2058910B051E; Wed, 26 Sep 2018 15:54:13 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C94728326B; Wed, 26 Sep 2018 15:54:12 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3E4C19513; Wed, 26 Sep 2018 15:54:12 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8QFsCMm053016; Wed, 26 Sep 2018 15:54:12 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8QFsBqv053008; Wed, 26 Sep 2018 15:54:11 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201809261554.w8QFsBqv053008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Wed, 26 Sep 2018 15:54:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480743 - in head/net: . libyang X-SVN-Group: ports-head X-SVN-Commit-Author: olivier X-SVN-Commit-Paths: in head/net: . libyang X-SVN-Commit-Revision: 480743 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2018 15:54:13 -0000 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 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