diff --git a/comms/Makefile b/comms/Makefile index 1080e2d..9741dfe 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -165,6 +165,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 0000000..2dab701 --- /dev/null +++ b/comms/sunxi-tools/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= sunxi-tools +PORTVERSION= 20161005 +CATEGORIES= comms + +MAINTAINER= manu@freebsd.org +COMMENT= Tools to help hacking Allwinner devices + +LICENSE= GPLv2+ + +USE_GITHUB= yes +GH_ACCOUNT= linux-sunxi +GH_TAGNAME= fc30490 + +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 0000000..71864ed --- /dev/null +++ b/comms/sunxi-tools/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475773095 +SHA256 (linux-sunxi-sunxi-tools-20161005-fc30490_GH0.tar.gz) = 2ce116ebbfb06a75c11f3a367331211c3eb1800815c1405b474c91854cf7d1b8 +SIZE (linux-sunxi-sunxi-tools-20161005-fc30490_GH0.tar.gz) = 77222 diff --git a/comms/sunxi-tools/pkg-descr b/comms/sunxi-tools/pkg-descr new file mode 100644 index 0000000..06390a2 --- /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