diff --git a/comms/Makefile b/comms/Makefile index 20a73c41fe7f..0db856eeacbb 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -168,6 +168,7 @@ SUBDIR += spandsp SUBDIR += splat SUBDIR += sredird + SUBDIR += sunxi-tools SUBDIR += svxlink SUBDIR += syncterm SUBDIR += tcpser diff --git a/comms/sunxi-tools/Makefile b/comms/sunxi-tools/Makefile new file mode 100644 index 000000000000..97c977cc3c74 --- /dev/null +++ b/comms/sunxi-tools/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= sunxi-tools +PORTVERSION= v1.4 +CATEGORIES= comms + +MAINTAINER= manu@freebsd.org +COMMENT= Tools to help hacking Allwinner devices + +LICENSE= GPLv2+ + +USE_GITHUB= yes +GH_ACCOUNT= linux-sunxi + +USES= gmake + +PLIST_FILES= bin/sunxi-fexc \ + bin/sunxi-bootinfo \ + bin/sunxi-fel \ + bin/sunxi-nand-part \ + bin/bin2fex \ + bin/fex2bin \ + bin/sunxi-pio + +.include diff --git a/comms/sunxi-tools/distinfo b/comms/sunxi-tools/distinfo new file mode 100644 index 000000000000..e19bc2a46e02 --- /dev/null +++ b/comms/sunxi-tools/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1496884462 +SHA256 (linux-sunxi-sunxi-tools-v1.4_GH0.tar.gz) = f80e6cd5f2d61d57d4f0e68b345e2a42aac206350be0680d233c494e3a13a7c3 +SIZE (linux-sunxi-sunxi-tools-v1.4_GH0.tar.gz) = 77945 diff --git a/comms/sunxi-tools/pkg-descr b/comms/sunxi-tools/pkg-descr new file mode 100644 index 000000000000..06390a2f5981 --- /dev/null +++ b/comms/sunxi-tools/pkg-descr @@ -0,0 +1,4 @@ +Tools to help hacking Allwinner A10 (aka sun4i) based devices and possibly +it's successors, that's why the 'x' in the package name. + +WWW: https://github.com/linux-sunxi/sunxi-tools