Port details |
- cardpeek Tool for reading the contents of ISO 7816 smart cards
- 0.8.4_2 security =2 0.8.4_2Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2016-09-07 16:19:05
- Last Update: 2024-01-23 00:16:32
- Commit Hash: 3c01a24
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- http://pannetrat.com/Cardpeek/
- Description:
- Cardpeek is a graphical tool to read the contents of ISO 7816 smart cards.
It features a GTK+ v3.0 GUI to represent card data is a tree view, and is
extensible with a scripting language (Lua).
The goal of the project is to allow smart card owners to be better informed
about what type of personal information is stored in these devices.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cardpeek>0:security/cardpeek
- To install the port:
- cd /usr/ports/security/cardpeek/ && make install clean
- To add the package, run one of these commands:
- pkg install security/cardpeek
- pkg install cardpeek
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cardpeek
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1425851137
SHA256 (cardpeek-0.8.4.tar.gz) = 9c78dfdf84493c551b49447e4bb46c8d7b33f0785b93893222b70b6115013a85
SIZE (cardpeek-0.8.4.tar.gz) = 1520613
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- pcscd : devel/pcsc-lite
- Library dependencies:
-
- libpcsclite.so : devel/pcsc-lite
- libcurl.so : ftp/curl
- libatk-1.0.so : accessibility/at-spi2-core
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- liblua-5.2.so : lang/lua52
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cardpeek-0.8.4_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_cardpeek
- USES:
- gnome iconv localbase lua:52 pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.4_2 23 Jan 2024 00:16:32 |
Alexey Dokuchaev (danfe) |
security/cardpeek: unbreak against enforced ccache, move the manpage
If `devel/ccache' is packaged with compiler symlinks, `gcc' would be
detected and used via $(OBJCLD), switch to the $(CCLD)-based linking
command to avoid that. Now that we're here, convert the `post-patch'
target to a regular patch file. |
0.8.4_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
0.8.4_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.4 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.4 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
0.8.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.4 14 Apr 2020 15:49:37 |
mat |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
0.8.4 08 Nov 2019 13:17:00 |
tobik |
security: Add missing USES={gnome,php} |
0.8.4 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
0.8.4 13 Oct 2016 13:08:10 |
amdmi3 |
- Switch couple more ports to verbose build
- Remove --disable-silent-rules which are used by default
Approved by: portmgr blanket |
0.8.4 07 Sep 2016 16:18:57 |
danfe |
Add a port of Cardpeek, a graphical (GTK+ 3.0) tool to read the contents of
ISO 7816 smart cards.
TIMESTAMP (cardpeek-0.8.4.tar.gz) = 1425851137 |