Date: Wed, 7 Sep 2016 16:18:57 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421508 - in head/security: . cardpeek Message-ID: <201609071618.u87GIv51062729@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Sep 7 16:18:56 2016 New Revision: 421508 URL: https://svnweb.freebsd.org/changeset/ports/421508 Log: 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 Added: head/security/cardpeek/ head/security/cardpeek/Makefile (contents, props changed) head/security/cardpeek/distinfo (contents, props changed) head/security/cardpeek/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Sep 7 16:11:00 2016 (r421507) +++ head/security/Makefile Wed Sep 7 16:18:56 2016 (r421508) @@ -51,6 +51,7 @@ SUBDIR += bugs SUBDIR += ca_root_nss SUBDIR += calife + SUBDIR += cardpeek SUBDIR += ccrypt SUBDIR += ccsrch SUBDIR += certificate-transparency Added: head/security/cardpeek/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/cardpeek/Makefile Wed Sep 7 16:18:56 2016 (r421508) @@ -0,0 +1,36 @@ +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= cardpeek +PORTVERSION= 0.8.4 +CATEGORIES= security +MASTER_SITES= http://downloads.pannetrat.com/install/ + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Tool for reading the contents of ISO 7816 smart cards + +LICENSE= GPLv3 + +LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite \ + libcurl.so:ftp/curl +RUN_DEPENDS= pcscd:devel/pcsc-lite + +USES= execinfo iconv localbase lua pkgconfig +USE_GNOME= gtk30 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-silent-rules +INSTALLS_ICONS= yes + +PLIST_FILES= bin/cardpeek man/man1/cardpeek.1.gz \ + share/appdata/cardpeek.appdata.xml \ + share/applications/cardpeek.desktop \ + share/icons/hicolor/48x48/apps/cardpeek-logo.png +PORTDOCS= AUTHORS README cardpeek_ref.en.pdf + +OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e 's,^doc_DATA =,& AUTHORS README,' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> Added: head/security/cardpeek/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/cardpeek/distinfo Wed Sep 7 16:18:56 2016 (r421508) @@ -0,0 +1,3 @@ +TIMESTAMP = 1425851137 +SHA256 (cardpeek-0.8.4.tar.gz) = 9c78dfdf84493c551b49447e4bb46c8d7b33f0785b93893222b70b6115013a85 +SIZE (cardpeek-0.8.4.tar.gz) = 1520613 Added: head/security/cardpeek/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/cardpeek/pkg-descr Wed Sep 7 16:18:56 2016 (r421508) @@ -0,0 +1,8 @@ +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. + +WWW: http://pannetrat.com/Cardpeek/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609071618.u87GIv51062729>