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:           Wed Oct 18 15:39:54 UTC 2023

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

Log Message:
pcsc-tools: updated to 1.7.0

1.7.0
Fix make distclean
Do not fail if the po/*.gmo files do not exist.
11 new ATRs
Update pcsc_scan manpage
Document -c, -d and -p arguments
configure: do not fail if gettext is not found
If gettext is not installed then just do not use it.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/pcsc-tools/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/pcsc-tools/PLIST
cvs rdiff -u -r1.12 -r1.13 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.24 pkgsrc/security/pcsc-tools/Makefile:1.25
--- pkgsrc/security/pcsc-tools/Makefile:1.24    Tue Feb 21 16:34:14 2023
+++ pkgsrc/security/pcsc-tools/Makefile Wed Oct 18 15:39:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/02/21 16:34:14 adam Exp $
+# $NetBSD: Makefile,v 1.25 2023/10/18 15:39:54 adam Exp $
 
-DISTNAME=      pcsc-tools-1.6.2
+DISTNAME=      pcsc-tools-1.7.0
 CATEGORIES=    security
 MASTER_SITES=  https://pcsc-tools.apdu.fr/
 EXTRACT_SUFX=  .tar.bz2
@@ -13,20 +13,11 @@ LICENSE=    gnu-gpl-v2 # or later
 DEPENDS+=      p5-pcsc>=1.4.6:../../security/p5-pcsc
 
 USE_LIBTOOL=   yes
-USE_TOOLS+=    autoconf automake autoreconf gmake perl:run pkg-config
+USE_TOOLS+=    gmake perl:run pkg-config
 GNU_CONFIGURE= yes
 
 LDFLAGS.NetBSD+=       -lpthread
-
-SUBST_CLASSES+=                prefix
-SUBST_STAGE.prefix=    pre-configure
-SUBST_FILES.prefix=    ATR_analysis ./ATR_analysis.1p
-SUBST_SED.prefix=      -e 's,/usr/local/pcsc,${PREFIX}/share/pcsc,'
-
-REPLACE_PERL+=         scriptor gscriptor gscriptor.gtk1.2 ATR_analysis
-
-pre-configure:
-       cd ${WRKSRC} && autoreconf -fi
+REPLACE_PERL+=         scriptor gscriptor gscriptor.gtk1.2 ATR_analysis.in
 
 .include "../../security/pcsc-lite/buildlink3.mk"
 .include "../../security/ccid/buildlink3.mk"

Index: pkgsrc/security/pcsc-tools/PLIST
diff -u pkgsrc/security/pcsc-tools/PLIST:1.4 pkgsrc/security/pcsc-tools/PLIST:1.5
--- pkgsrc/security/pcsc-tools/PLIST:1.4        Sat Dec 15 00:53:26 2012
+++ pkgsrc/security/pcsc-tools/PLIST    Wed Oct 18 15:39:54 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/12/15 00:53:26 pettai Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/10/18 15:39:54 adam Exp $
 bin/ATR_analysis
 bin/gscriptor
 bin/pcsc_scan
@@ -7,4 +7,8 @@ man/man1/ATR_analysis.1p
 man/man1/gscriptor.1p
 man/man1/pcsc_scan.1
 man/man1/scriptor.1p
+share/applications/gscriptor.desktop
+share/locale/fr/LC_MESSAGES/pcsc-tools.mo
+share/locale/ru/LC_MESSAGES/pcsc-tools.mo
+share/pcsc/gscriptor.png
 share/pcsc/smartcard_list.txt

Index: pkgsrc/security/pcsc-tools/distinfo
diff -u pkgsrc/security/pcsc-tools/distinfo:1.12 pkgsrc/security/pcsc-tools/distinfo:1.13
--- pkgsrc/security/pcsc-tools/distinfo:1.12    Tue Feb 21 16:34:14 2023
+++ pkgsrc/security/pcsc-tools/distinfo Wed Oct 18 15:39:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/02/21 16:34:14 adam Exp $
+$NetBSD: distinfo,v 1.13 2023/10/18 15:39:54 adam Exp $
 
-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
+BLAKE2s (pcsc-tools-1.7.0.tar.bz2) = b62fa492a7dcd7a443c198142862cd73298bacdd1e11915458c42a37646cb7c1
+SHA512 (pcsc-tools-1.7.0.tar.bz2) = 8de48526306b23e9dea6d99d29ec5f1230e3959bfe82a4d1b7d65f9767369757a1f440ceca7debeba68a8492607c91d0dcf7bec366cd213f00be45a5ef018d67
+Size (pcsc-tools-1.7.0.tar.bz2) = 360064 bytes



Home | Main Index | Thread Index | Old Index