pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dtc Add dtc-1.4.1 package from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af1137c6f6a6
branches:  trunk
changeset: 352899:af1137c6f6a6
user:      jakllsch <jakllsch%pkgsrc.org@localhost>
date:      Mon Sep 19 18:11:16 2016 +0000

description:
Add dtc-1.4.1 package from pkgsrc-wip.

Device Tree Compiler (dtc) toolchain for working with device tree source and
binary files and libfdt, a utility library for reading and manipulating the
binary format.

diffstat:

 sysutils/dtc/DESCR    |   7 +++++++
 sysutils/dtc/Makefile |  17 +++++++++++++++++
 sysutils/dtc/PLIST    |  14 ++++++++++++++
 sysutils/dtc/distinfo |   6 ++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r de4f493f55de -r af1137c6f6a6 sysutils/dtc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtc/DESCR        Mon Sep 19 18:11:16 2016 +0000
@@ -0,0 +1,7 @@
+Device Tree Compiler (dtc) toolchain for working with device tree source and 
+binary files and libfdt, a utility library for reading and manipulating the
+binary format.
+
+Both DTC and LIBFDT are made available under the terms of the GNU GPLv2.
+LIBFDT also available under the terms of the BSD license. For more information
+see README.license in the source tree.
diff -r de4f493f55de -r af1137c6f6a6 sysutils/dtc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtc/Makefile     Mon Sep 19 18:11:16 2016 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2016/09/19 18:11:16 jakllsch Exp $
+
+DISTNAME=      dtc-1.4.1
+CATEGORIES=    sysutils devel
+MASTER_SITES=  ftp://ftp.kernel.org/pub/software/utils/dtc/
+
+MAINTAINER=    joe.davis512%gmail.com@localhost
+HOMEPAGE=      http://devicetree.org/
+COMMENT=       Device Tree Compiler (dtc)
+LICENSE=       gnu-gpl-v2
+
+USE_TOOLS+=    gmake bison
+
+MAKE_FLAGS+=   PREFIX=${PREFIX}
+MAKE_FLAGS+=   DESTDIR=${DESTDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r de4f493f55de -r af1137c6f6a6 sysutils/dtc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtc/PLIST        Mon Sep 19 18:11:16 2016 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2016/09/19 18:11:16 jakllsch Exp $
+bin/convert-dtsv0
+bin/dtc
+bin/dtdiff
+bin/fdtdump
+bin/fdtget
+bin/fdtput
+include/fdt.h
+include/libfdt.h
+include/libfdt_env.h
+lib/libfdt-${PKGVERSION}.so
+lib/libfdt.a
+lib/libfdt.so
+lib/libfdt.so.1
diff -r de4f493f55de -r af1137c6f6a6 sysutils/dtc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtc/distinfo     Mon Sep 19 18:11:16 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/09/19 18:11:16 jakllsch Exp $
+
+SHA1 (dtc-1.4.1.tar.gz) = 2f73f79d732dfc2690e146248d4ff8070414b50a
+RMD160 (dtc-1.4.1.tar.gz) = dbfc1ea87c6966e65bdccc2518c086d0c41e9bb0
+SHA512 (dtc-1.4.1.tar.gz) = 31085991824eeee1790ed151b9470c14b1840f1cda1760d6081938521f907aa2ccf777cdecec0d648b09d1614868bc43f98ae77fb7641677aa841b68a7cb90e8
+Size (dtc-1.4.1.tar.gz) = 135809 bytes



Home | Main Index | Thread Index | Old Index