GPL'd Device Tree Compiler version 1.4.2, tweaked for FreeBSD.
This commit is contained in:
parent
6af665bd86
commit
420ab5a8d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431325
4 changed files with 43 additions and 0 deletions
24
sysutils/dtc/Makefile
Normal file
24
sysutils/dtc/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# Device Tree Compiler, tweaked for FreeBSD
|
||||
#
|
||||
|
||||
PORTNAME= dtc
|
||||
PORTVERSION= 1.4.2
|
||||
DISTVERSIONPREFIX= ports-v
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= imp@FreeBSD.org
|
||||
COMMENT= Device Tree Compiler
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= bison gmake
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= bsdimp
|
||||
GH_PROJECT= dtc
|
||||
|
||||
MAKE_ARGS+= PREFIX=${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/dtc/distinfo
Normal file
3
sysutils/dtc/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1484050697
|
||||
SHA256 (bsdimp-dtc-ports-v1.4.2_GH0.tar.gz) = cf00d4730100bec575b6754e987c93b3994f79ee8037237625de95f60f51e3de
|
||||
SIZE (bsdimp-dtc-ports-v1.4.2_GH0.tar.gz) = 143226
|
3
sysutils/dtc/pkg-descr
Normal file
3
sysutils/dtc/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Device tree compiler, tweaked for FreeBSD.
|
||||
|
||||
WWW: https://git.kernel.org/cgit/utils/dtc/dtc.git
|
13
sysutils/dtc/pkg-plist
Normal file
13
sysutils/dtc/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
bin/convert-dtsv0
|
||||
bin/dtc
|
||||
bin/fdtdump
|
||||
bin/fdtget
|
||||
bin/fdtput
|
||||
bin/dtdiff
|
||||
lib/libfdt-1.4.2.so
|
||||
lib/libfdt.a
|
||||
lib/libfdt.so
|
||||
lib/libfdt.so.1
|
||||
include/fdt.h
|
||||
include/libfdt.h
|
||||
include/libfdt_env.h
|
Loading…
Reference in a new issue