1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

sysutils/rtsx-kmod: Add a port for a development version of the Realtek card readers driver.

PR:		204521
This commit is contained in:
Gleb Popov 2020-06-11 16:02:21 +00:00
parent 74d894471e
commit 83c896cf2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538502
5 changed files with 37 additions and 0 deletions

View File

@ -1062,6 +1062,7 @@
SUBDIR += rsyncbackup
SUBDIR += rsyncrypto
SUBDIR += rsyslog8
SUBDIR += rtsx-kmod
SUBDIR += rtty
SUBDIR += rubygem-backup
SUBDIR += rubygem-bolt

View File

@ -0,0 +1,25 @@
# $FreeBSD$
PORTNAME= rtsx
DISTVERSION= ${GH_TAGNAME}
CATEGORIES= sysutils
MAINTAINER= arrowd@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>

View File

@ -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

View File

@ -0,0 +1,3 @@
Development version of rtsx FreeBSD driver for Realtek card readers
WWW: https://github.com/hlh-restart/rtsx

View File

@ -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