1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name cardpeek |
---|
7 | version 0.8.2 |
---|
8 | categories sysutils |
---|
9 | platforms darwin |
---|
10 | license GPL |
---|
11 | maintainers m4x.org:db_macports openmaintainer |
---|
12 | |
---|
13 | description Cardpeek is a tool to read the contents of ISO7816 smart cards. |
---|
14 | long_description Cardpeek is a tool to read the contents of ISO7816 smart cards. \ |
---|
15 | It features a GTK GUI to represent card data is a tree view, and \ |
---|
16 | is extensible with a scripting language (LUA). This tool is capable \ |
---|
17 | of reading the contents of the following types of cards like EMV \ |
---|
18 | bank cards, Electronic/Biometric passports, belgian eID card, \ |
---|
19 | Calypso transport cards, SIM cards, Vitale 2 (french health card)... |
---|
20 | |
---|
21 | homepage http://pannetrat.com/Cardpeek/ |
---|
22 | master_sites http://downloads.pannetrat.com/install/ |
---|
23 | |
---|
24 | checksums rmd160 df51553d229522d8958422cc444c717ea84062db \ |
---|
25 | sha256 5c616aca68918ce35c8c8378006afdb524f9eef76a2ccc296f5365d389b46c61 |
---|
26 | |
---|
27 | depends_lib port:gtk3 port:glib2 port:lua port:libiconv port:curl port:openssl |
---|
28 | depends_build port:pkgconfig |
---|
29 | |
---|
30 | configure.ldflags -liconv |
---|
31 | build.args V=1 |
---|