From owner-svn-ports-all@freebsd.org Wed Sep 7 16:18:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69509BCB1ED; Wed, 7 Sep 2016 16:18:58 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F1C9BC3; Wed, 7 Sep 2016 16:18:58 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u87GIvm0062733; Wed, 7 Sep 2016 16:18:57 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u87GIv51062729; Wed, 7 Sep 2016 16:18:57 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201609071618.u87GIv51062729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 7 Sep 2016 16:18:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421508 - in head/security: . cardpeek X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2016 16:18:58 -0000 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 +# $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 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/