svn commit: r538502 - in head/sysutils: . rtsx-kmod
Gleb Popov
arrowd at FreeBSD.org
Thu Jun 11 16:02:23 UTC 2020
Author: arrowd
Date: Thu Jun 11 16:02:21 2020
New Revision: 538502
URL: https://svnweb.freebsd.org/changeset/ports/538502
Log:
sysutils/rtsx-kmod: Add a port for a development version of the Realtek card readers driver.
PR: 204521
Added:
head/sysutils/rtsx-kmod/
head/sysutils/rtsx-kmod/Makefile (contents, props changed)
head/sysutils/rtsx-kmod/distinfo (contents, props changed)
head/sysutils/rtsx-kmod/pkg-descr (contents, props changed)
head/sysutils/rtsx-kmod/pkg-message (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Thu Jun 11 15:58:55 2020 (r538501)
+++ head/sysutils/Makefile Thu Jun 11 16:02:21 2020 (r538502)
@@ -1062,6 +1062,7 @@
SUBDIR += rsyncbackup
SUBDIR += rsyncrypto
SUBDIR += rsyslog8
+ SUBDIR += rtsx-kmod
SUBDIR += rtty
SUBDIR += rubygem-backup
SUBDIR += rubygem-bolt
Added: head/sysutils/rtsx-kmod/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/rtsx-kmod/Makefile Thu Jun 11 16:02:21 2020 (r538502)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= rtsx
+DISTVERSION= ${GH_TAGNAME}
+CATEGORIES= sysutils
+
+MAINTAINER= arrowd at FreeBSD.org
+COMMENT= FreeBSD driver for Realtec card readers
+
+LICENSE= BSD2CLAUSE
+
+USES= kmod uidfix
+
+USE_GITHUB= yes
+GH_ACCOUNT= hlh-restart
+GH_TAGNAME= 2020-06-11
+
+OPTIONS_DEFINE= INVERSION
+
+INVERSION_DESC= Invert codes for card detection and read-only switch
+INVERSION_CFLAGS= -DRTSX_INVERSION
+
+PLIST_FILES= ${KMODDIR}/rtsx.ko
+
+.include <bsd.port.mk>
Added: head/sysutils/rtsx-kmod/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/rtsx-kmod/distinfo Thu Jun 11 16:02:21 2020 (r538502)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1591890870
+SHA256 (hlh-restart-rtsx-2020-06-11_GH0.tar.gz) = 1155cfdb5b2af27734a02cb6e7292bd07a3120c1d03caddea28bda1298e8b677
+SIZE (hlh-restart-rtsx-2020-06-11_GH0.tar.gz) = 24203
Added: head/sysutils/rtsx-kmod/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/rtsx-kmod/pkg-descr Thu Jun 11 16:02:21 2020 (r538502)
@@ -0,0 +1,3 @@
+Development version of rtsx FreeBSD driver for Realtek card readers
+
+WWW: https://github.com/hlh-restart/rtsx
Added: head/sysutils/rtsx-kmod/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/rtsx-kmod/pkg-message Thu Jun 11 16:02:21 2020 (r538502)
@@ -0,0 +1,5 @@
+rtsx is currently in-development and EXPERIMENTAL. This port provides
+an easy and quick method for users to test this code to encourage early
+testing, feedback and bug reports.
+
+Please report successes and issues to: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521
More information about the svn-ports-all
mailing list