mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/rtsx-kmod: Add a port for a development version of the Realtek card readers driver.
PR: 204521
This commit is contained in:
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
|
@ -1062,6 +1062,7 @@
|
||||||
SUBDIR += rsyncbackup
|
SUBDIR += rsyncbackup
|
||||||
SUBDIR += rsyncrypto
|
SUBDIR += rsyncrypto
|
||||||
SUBDIR += rsyslog8
|
SUBDIR += rsyslog8
|
||||||
|
SUBDIR += rtsx-kmod
|
||||||
SUBDIR += rtty
|
SUBDIR += rtty
|
||||||
SUBDIR += rubygem-backup
|
SUBDIR += rubygem-backup
|
||||||
SUBDIR += rubygem-bolt
|
SUBDIR += rubygem-bolt
|
||||||
|
|
25
sysutils/rtsx-kmod/Makefile
Normal file
25
sysutils/rtsx-kmod/Makefile
Normal 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>
|
3
sysutils/rtsx-kmod/distinfo
Normal file
3
sysutils/rtsx-kmod/distinfo
Normal 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
|
3
sysutils/rtsx-kmod/pkg-descr
Normal file
3
sysutils/rtsx-kmod/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Development version of rtsx FreeBSD driver for Realtek card readers
|
||||||
|
|
||||||
|
WWW: https://github.com/hlh-restart/rtsx
|
5
sysutils/rtsx-kmod/pkg-message
Normal file
5
sysutils/rtsx-kmod/pkg-message
Normal 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
|
Loading…
Add table
Reference in a new issue