Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Mar 2021 22:41:17 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569418 - in head/sysutils: . sd-mux-ctrl
Message-ID:  <202103282241.12SMfHZ2062385@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste (src committer)
Date: Sun Mar 28 22:41:17 2021
New Revision: 569418
URL: https://svnweb.freebsd.org/changeset/ports/569418

Log:
  Add sysutils/sd-mux-ctrl, Tizen SD mux control program
  
  The Tizen SD Mux is a SD card multiplexer: it electrically moves an SD
  card between an SD reader and a device under test.
  
  Details available at https://wiki.tizen.org/SD_MUX and
  https://git.tizen.org/cgit/tools/testlab/sd-mux/
  
  Thanks to Daniel Engberg and sbz for advice and updates.
  
  Reviewed by:	sbz
  Approved by:	sbz
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D29474

Added:
  head/sysutils/sd-mux-ctrl/
  head/sysutils/sd-mux-ctrl/Makefile   (contents, props changed)
  head/sysutils/sd-mux-ctrl/distinfo   (contents, props changed)
  head/sysutils/sd-mux-ctrl/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sun Mar 28 22:23:22 2021	(r569417)
+++ head/sysutils/Makefile	Sun Mar 28 22:41:17 2021	(r569418)
@@ -1238,6 +1238,7 @@
     SUBDIR += screenie
     SUBDIR += scterc
     SUBDIR += sd-agent
+    SUBDIR += sd-mux-ctrl
     SUBDIR += sdparm
     SUBDIR += seatd
     SUBDIR += seatools

Added: head/sysutils/sd-mux-ctrl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/sd-mux-ctrl/Makefile	Sun Mar 28 22:41:17 2021	(r569418)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	sd-mux-ctrl
+DISTVERSION=	g20200217
+CATEGORIES=	sysutils
+MASTER_SITES=	https://git.tizen.org/cgit/tools/testlab/sd-mux/snapshot/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2?/
+
+PATCH_SITES=	https://github.com/emaste/sd-mux/commit/
+PATCHFILES=	83f2783ac56bbf42f9bb877c5937cd1f17bb2999.patch:-p1
+
+MAINTAINER=	emaste@FreeBSD.org
+COMMENT=	Control utility for Tizen SD card multiplexer
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libftdi1.so:devel/libftdi1 \
+		libpopt.so:devel/popt
+
+USES=		cmake pkgconfig tar:bz2
+
+WRKSRC=		${WRKDIR}/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94
+
+PLIST_FILES=	bin/sd-mux-ctrl
+
+.include <bsd.port.mk>

Added: head/sysutils/sd-mux-ctrl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/sd-mux-ctrl/distinfo	Sun Mar 28 22:41:17 2021	(r569418)
@@ -0,0 +1,5 @@
+TIMESTAMP = 1616967956
+SHA256 (sd-mux-ctrl-g20200217.tar.bz2) = 3b8dd1a7f1cf52a271d4e543d859d88132b92749977efdca79c79c5d9fefda5e
+SIZE (sd-mux-ctrl-g20200217.tar.bz2) = 744534
+SHA256 (83f2783ac56bbf42f9bb877c5937cd1f17bb2999.patch) = 5c53a70eeef566a4e595bc420f7bf307137ebade8bcd9a65b9407267805dfea0
+SIZE (83f2783ac56bbf42f9bb877c5937cd1f17bb2999.patch) = 912

Added: head/sysutils/sd-mux-ctrl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/sd-mux-ctrl/pkg-descr	Sun Mar 28 22:41:17 2021	(r569418)
@@ -0,0 +1,4 @@
+sd-mux-ctrl is a control program for the Tizen Secure Digital (SD) card
+multiplexer.
+
+WWW: https://git.tizen.org/cgit/tools/testlab/sd-mux/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103282241.12SMfHZ2062385>