pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/pcsc-tools



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 21 16:34:14 UTC 2023

Modified Files:
        pkgsrc/security/pcsc-tools: Makefile distinfo

Log Message:
pcsc-tools: updated to 1.6.2

1.6.2 - 22 January 2023, Ludovic ROUSSEAU
- 18 new ATRs
- smartcard_list.txt moved to https://pcsc-tools.apdu.fr/smartcard_list.txt

1.6.1 - 30 December 2022, Ludovic ROUSSEAU
- 196 new ATRs
- use colors on NetBSD ("wsvt25" terminal)
- pcsc_scan: always print the version in verbose mode

1.6.0 - 29 January 2022, Ludovic ROUSSEAU
- 48 new ATRs
- pcsc_scan:
 . drastically reduce the number of SCardGetStatusChange() calls
 . faster spinning animation
 . handle Ctrl-C on macOS

1.5.8 - 7 November 2021, Ludovic ROUSSEAU
- 360 new ATRs
- ATR_analysis:
 . fix TB2 parsing error
 . misc spelling fixes
- pcsc_scan:
 . add maxtime option -t
 . add the option -c to list cards only once
 . no spinner in quiet mode (-q)
 . turn off colour if redirected output
 . Exit if no reader is found and -c or -r is used

1.5.7 - 7 July 2020, Ludovic ROUSSEAU
- 116 new ATRs
- ATR_analysis: Update URL of the online parser

1.5.6 - 8 March 2020, Ludovic ROUSSEAU
- 62 new ATRs
- pcsc_scan: better support of Windows

1.5.5 - 4 January 2020, Ludovic ROUSSEAU
- 353 new ATRs
- scriptor: add -u option to make stdout unbuffered

1.5.4 - 12 December 2018, Ludovic ROUSSEAU
- 213 new ATRs
- pcsc_scan: display the number of events
- gscriptor: port from Gtk+2 to Gtk+3

1.5.3 - 15 April 2018, Ludovic ROUSSEAU
- 253 new ATRs
- pcsc_scan (thanks to Pascal J. Bourguignon):
 . add -v argument (default) for verbose
 . add -q argument for quiet
 . add -r argument to display the reader list
 . allow to use Control-C to break execution

1.5.2 - 28 May 2017, Ludovic ROUSSEAU
- include gscriptor.desktop and test.script in the archive

1.5.1 - 28 May 2017, Ludovic ROUSSEAU
- rename the archive pcsc-tools

1.5.0 - 28 May 2017, Ludovic ROUSSEAU
- 221 new ATRs
- pcsc_scan:
  . add APDU stress mode (-s) (send "Select MF" APDU in a loop)
  . display an animation while waiting for a card or reader event
- use autoconf/automake
  . macOS support with no change
  . Windows support (using MSYS2 http://www.msys2.org/)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/pcsc-tools/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/pcsc-tools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/pcsc-tools/Makefile
diff -u pkgsrc/security/pcsc-tools/Makefile:1.23 pkgsrc/security/pcsc-tools/Makefile:1.24
--- pkgsrc/security/pcsc-tools/Makefile:1.23    Tue Jun 28 11:35:50 2022
+++ pkgsrc/security/pcsc-tools/Makefile Tue Feb 21 16:34:14 2023
@@ -1,23 +1,22 @@
-# $NetBSD: Makefile,v 1.23 2022/06/28 11:35:50 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2023/02/21 16:34:14 adam Exp $
 
-DISTNAME=      pcsc-tools-1.4.27
-PKGREVISION=   5
+DISTNAME=      pcsc-tools-1.6.2
 CATEGORIES=    security
-MASTER_SITES=  http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
+MASTER_SITES=  https://pcsc-tools.apdu.fr/
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
+HOMEPAGE=      https://pcsc-tools.apdu.fr/
 COMMENT=       Tools useful for a PC/SC user
 LICENSE=       gnu-gpl-v2 # or later
 
 DEPENDS+=      p5-pcsc>=1.4.6:../../security/p5-pcsc
 
-USE_TOOLS+=    pkg-config
-USE_TOOLS+=    gmake
-USE_TOOLS+=    perl:run
+USE_LIBTOOL=   yes
+USE_TOOLS+=    autoconf automake autoreconf gmake perl:run pkg-config
+GNU_CONFIGURE= yes
 
-DESTDIR_VARNAME=       # empty
-INSTALL_ENV+=          DESTDIR=${DESTDIR}${PREFIX:Q}
+LDFLAGS.NetBSD+=       -lpthread
 
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    pre-configure
@@ -26,6 +25,9 @@ SUBST_SED.prefix=     -e 's,/usr/local/pcsc,
 
 REPLACE_PERL+=         scriptor gscriptor gscriptor.gtk1.2 ATR_analysis
 
+pre-configure:
+       cd ${WRKSRC} && autoreconf -fi
+
 .include "../../security/pcsc-lite/buildlink3.mk"
 .include "../../security/ccid/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/pcsc-tools/distinfo
diff -u pkgsrc/security/pcsc-tools/distinfo:1.11 pkgsrc/security/pcsc-tools/distinfo:1.12
--- pkgsrc/security/pcsc-tools/distinfo:1.11    Tue Oct 26 11:17:36 2021
+++ pkgsrc/security/pcsc-tools/distinfo Tue Feb 21 16:34:14 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:17:36 nia Exp $
+$NetBSD: distinfo,v 1.12 2023/02/21 16:34:14 adam Exp $
 
-BLAKE2s (pcsc-tools-1.4.27.tar.gz) = 900bf622f6d91cf60148527a4bfbdaba902dca54f11d139275208bf87f21c7b6
-SHA512 (pcsc-tools-1.4.27.tar.gz) = f4532e6deab799c96fb344a8b3d07768b4c13d8800a486cf0bfe6200794e2b49dcd1c761dec86dca3c350d88577ec2bba420298c693449fddeeff93672449836
-Size (pcsc-tools-1.4.27.tar.gz) = 192342 bytes
-SHA1 (patch-Makefile) = b3e9b4947aa118ace964e09d3f178ed33007a6eb
+BLAKE2s (pcsc-tools-1.6.2.tar.bz2) = ebf215c08d69bef7388be785b6c72bbacdb79f874f491ef399dae7331357baec
+SHA512 (pcsc-tools-1.6.2.tar.bz2) = 20104baefa7928a86d21cee49d045cc35b8e74fec5be79ba5608ae046a110096efae96768d281e0f1350f71a889f89c675336d8264c75f8423369a49c03b42a8
+Size (pcsc-tools-1.6.2.tar.bz2) = 320182 bytes



Home | Main Index | Thread Index | Old Index