pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   kardel
Date:           Thu Dec 10 16:34:53 UTC 2020

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/licenses: cesnet-libyang

Log Message:
devel/libyang: add Makefile and license entry


To generate a diff of this commit:
cvs rdiff -u -r1.3293 -r1.3294 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/licenses/cesnet-libyang

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3293 pkgsrc/devel/Makefile:1.3294
--- pkgsrc/devel/Makefile:1.3293        Thu Dec 10 12:16:48 2020
+++ pkgsrc/devel/Makefile       Thu Dec 10 16:34:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3293 2020/12/10 12:16:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.3294 2020/12/10 16:34:53 kardel Exp $
 #
 
 COMMENT=       Development utilities
@@ -850,6 +850,7 @@ SUBDIR+=    libwhisker2
 SUBDIR+=       libwnck
 SUBDIR+=       libwnck3
 SUBDIR+=       libxenserver
+SUBDIR+=       libyang
 SUBDIR+=       libzen
 SUBDIR+=       libzookeeper
 SUBDIR+=       linenoise

Added files:

Index: pkgsrc/licenses/cesnet-libyang
diff -u /dev/null pkgsrc/licenses/cesnet-libyang:1.1
--- /dev/null   Thu Dec 10 16:34:53 2020
+++ pkgsrc/licenses/cesnet-libyang      Thu Dec 10 16:34:53 2020
@@ -0,0 +1,28 @@
+Copyright (c) 2015-2016, CESNET
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+* Neither the name of libyang nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+



Home | Main Index | Thread Index | Old Index