Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/sd-mux-ctrl sd-mux-ctrl: import snapshot from git...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2bf5cb2717a
branches:  trunk
changeset: 436483:c2bf5cb2717a
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Mon Aug 03 18:27:49 2020 +0000

description:
sd-mux-ctrl: import snapshot from git dated 2020-02-17

sd-mux stands for Secure Digital Multiplexer.

This is SD card switcher (multiplexer) designed to help automatic testing.

This project is sd-mux controller - binary for controlling sd-mux device.

diffstat:

 misc/sd-mux-ctrl/DESCR    |   5 +++++
 misc/sd-mux-ctrl/Makefile |  26 ++++++++++++++++++++++++++
 misc/sd-mux-ctrl/PLIST    |   3 +++
 misc/sd-mux-ctrl/distinfo |   6 ++++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r 9289f085e395 -r c2bf5cb2717a misc/sd-mux-ctrl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/sd-mux-ctrl/DESCR    Mon Aug 03 18:27:49 2020 +0000
@@ -0,0 +1,5 @@
+sd-mux stands for Secure Digital Multiplexer.
+
+This is SD card switcher (multiplexer) designed to help automatic testing.
+
+This project is sd-mux controller - binary for controlling sd-mux device.
diff -r 9289f085e395 -r c2bf5cb2717a misc/sd-mux-ctrl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/sd-mux-ctrl/Makefile Mon Aug 03 18:27:49 2020 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2020/08/03 18:27:49 jmcneill Exp $
+
+PKGNAME=       sd-mux-ctrl-0.0.20200217
+DISTNAME=      sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94
+CATEGORIES=    misc
+MASTER_SITES=  https://git.tizen.org/cgit/tools/testlab/sd-mux/snapshot/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    jmcneill%invisible.ca@localhost
+HOMEPAGE=      https://wiki.tizen.org/SD_MUX
+COMMENT=       Control software for sd-mux devices
+LICENSE=       apache-2.0
+
+USE_CMAKE=     yes
+USE_LANGUAGES= c c++
+
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/doc/man/sd-mux-ctrl.1 \
+               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../devel/libftdi1/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libftdi1+=       libftdi1>=1.4
+.include "../../devel/popt/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9289f085e395 -r c2bf5cb2717a misc/sd-mux-ctrl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/sd-mux-ctrl/PLIST    Mon Aug 03 18:27:49 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/03 18:27:49 jmcneill Exp $
+bin/sd-mux-ctrl
+man/man1/sd-mux-ctrl.1
diff -r 9289f085e395 -r c2bf5cb2717a misc/sd-mux-ctrl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/sd-mux-ctrl/distinfo Mon Aug 03 18:27:49 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/03 18:27:49 jmcneill Exp $
+
+SHA1 (sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2) = 99933b7cf8f212189ae9a3aec2d4b1f7f659d231
+RMD160 (sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2) = fef2166c51dc252c2053ff6e4770d069bb1c735d
+SHA512 (sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2) = d178a33867071dc69937244bee956c46b02bc92bfadff7113e7016d9eba8c7f27748479908800df535e680890089bae3a3334dbcb1e5d2dfc2f25d40e5f5fe31
+Size (sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2) = 744534 bytes



Home | Main Index | Thread Index | Old Index