Bug 229361 - [NEW PORT] security/pcsc-cyberjack: Reiner SCT cyberJack card reader pcsc driver
Summary: [NEW PORT] security/pcsc-cyberjack: Reiner SCT cyberJack card reader pcsc driver
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tilman Keskinoz
URL:
Keywords: feature, needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2018-06-27 11:34 UTC by Thomas Merkel
Modified: 2022-11-14 19:47 UTC (History)
7 users (show)

See Also:
tm: maintainer-feedback+


Attachments
Patch for ports tree to add security/pcsc-cyberjack (9.19 KB, patch)
2018-06-27 11:34 UTC, Thomas Merkel
no flags Details | Diff
pcsc-cyberjack shar-file (9.23 KB, text/plain)
2019-10-02 10:11 UTC, Thomas Merkel
no flags Details
shar file (9.92 KB, text/plain)
2022-11-08 21:26 UTC, Martin Müßler
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Merkel 2018-06-27 11:34:02 UTC
Created attachment 194672 [details]
Patch for ports tree to add security/pcsc-cyberjack

Provide a new port for pcsc-lite driver for the Reiner SCT cyberJack card readers
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2019-09-25 20:19:37 UTC
Hi, is there a reason you put netchild@ as maintainer?
Comment 2 Thomas Merkel 2019-09-30 19:40:03 UTC
Sadly this was a mistake / typo based on some copy-paste of an existing port.
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2019-10-01 03:19:49 UTC
Can't use both PORTVERSION and DISTVERSION, remove the former

The DISTNAME override is likely not required accordingly.

Please confirm that the port passes QA (portlint -AC, poudriere)
Comment 4 Thomas Merkel 2019-10-02 10:11:15 UTC
Created attachment 208016 [details]
pcsc-cyberjack shar-file
Comment 5 Thomas Merkel 2019-10-02 10:11:55 UTC
(In reply to Kubilay Kocak from comment #3)

Thanks a lot for your feedback. I've updated and attached a new shar-file based on your recommendations. I hope it matches the requirements as a FreeBSD port.
Comment 6 Stefan Grundmann 2021-02-23 12:00:34 UTC
Makefile needs pkgconfig in USES
without this the configure target fails.
Comment 7 Daniel Engberg freebsd_committer freebsd_triage 2021-12-08 22:05:41 UTC
It seems like the newest driver is https://support.reiner-sct.de/downloads/LINUX/V3.99.5_SP15/pcsc-cyberjack-3.99.5final.SP14.tar.bz2 . Is there any interest to get this into the tree?
Comment 8 Daniel Engberg freebsd_committer freebsd_triage 2022-02-12 08:26:56 UTC
Ping, I'm sorry about the delay out this submission but happy to help if someone provides an up to date version.
Comment 9 Daniel Engberg freebsd_committer freebsd_triage 2022-03-26 16:08:17 UTC
Closing this due to timeout and/or no interest
Comment 10 Tilman Keskinoz freebsd_committer freebsd_triage 2022-03-26 17:14:26 UTC
reopen, i have interest in this port, just have to find the device
Comment 11 Bjoern A. Zeeb freebsd_committer freebsd_triage 2022-07-20 00:04:26 UTC
There's an SP15 by now
Comment 12 Martin Müßler 2022-11-08 21:26:22 UTC
Created attachment 237958 [details]
shar file

Hi... I have attached a new shar file which is updated to P15. I checked the port with portlint and did some cosmetics to get a few less warnings. I hope this was ok.
Comment 13 commit-hook freebsd_committer freebsd_triage 2022-11-14 19:46:11 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=677e0323efa55f8b6d88340036b4c0a135f1659d

commit 677e0323efa55f8b6d88340036b4c0a135f1659d
Author:     Tilman Keskinoz <arved@FreeBSD.org>
AuthorDate: 2022-11-14 19:43:58 +0000
Commit:     Tilman Keskinoz <arved@FreeBSD.org>
CommitDate: 2022-11-14 19:43:58 +0000

    devel/pcsc-cyberjack: New port for Reiner SCT cyberjack PCSC driver

    PR:             229361
    Submitted by:   Thomas Merkel and info@maisy.de

 devel/Makefile                                     |  1 +
 devel/pcsc-cyberjack/Makefile (new)                | 35 +++++++++
 devel/pcsc-cyberjack/distinfo (new)                |  3 +
 .../files/patch-cjeca32_Debug.cpp (new)            | 11 +++
 .../patch-cjeca32_RSCTCriticalSection.cpp (new)    | 11 +++
 .../pcsc-cyberjack/files/patch-configure.ac (new)  | 10 +++
 .../files/patch-ifd-Makefile.am (new)              | 14 ++++
 .../files/patch-include_driver_Debug.h (new)       | 19 +++++
 .../patch-include_driver_Platform__unix.h (new)    | 11 +++
 ...ch-libcyberjack_checksuite_cm__distri.cpp (new) | 24 ++++++
 .../patch-libcyberjack_libdialog_dialog.c (new)    | 87 ++++++++++++++++++++++
 devel/pcsc-cyberjack/pkg-descr (new)               |  2 +
 devel/pcsc-cyberjack/pkg-plist (new)               |  6 ++
 13 files changed, 234 insertions(+)
Comment 14 Tilman Keskinoz freebsd_committer freebsd_triage 2022-11-14 19:47:13 UTC
Committed, thanks.

Sorry that it took so long to get this port committed. 
Thomas, If you don't want to be maintainer anymore, please let me know.