Subject: CVS commit: pkgsrc/devel
From: Nia Alarie
Date: 2020-04-04 01:06:35
Message id: 20200403230635.60673FB27@cvs.NetBSD.org

Log Message:
devel: Add py-adb. Based on work by leot in pkgsrc-wip.

This is a complete replacement and rearchitecture of the Android
project's ADB and fastboot, using libusb1 for USB communications.

This code is mainly targeted to users that need to communicate with
Android devices in an automated fashion, such as in automated
testing. It does not have a daemon between the client and the
device, and therefore does not support multiple simultaneous commands
to the same device.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-adb/ALTERNATIVES
1.1addpkgsrc/devel/py-adb/DESCR
1.1addpkgsrc/devel/py-adb/Makefile
1.1addpkgsrc/devel/py-adb/PLIST
1.1addpkgsrc/devel/py-adb/distinfo
1.1addpkgsrc/devel/py-adb/patches/patch-adb_common.py