From owner-svn-ports-head@FreeBSD.ORG Tue Aug 12 12:40:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FB10B15 for ; Tue, 12 Aug 2014 12:40:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 202A7285A for ; Tue, 12 Aug 2014 12:40:00 +0000 (UTC) Received: from wg (uid 1317) (envelope-from wg@FreeBSD.org) id 670b by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 12 Aug 2014 12:39:59 +0000 From: William Grzybowski Date: Tue, 12 Aug 2014 12:39:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364698 - in head/security: . stoken X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53ea0b20.670b.4162e488@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 12:40:00 -0000 Author: wg Date: Tue Aug 12 12:39:58 2014 New Revision: 364698 URL: http://svnweb.freebsd.org/changeset/ports/364698 QAT: https://qat.redports.org/buildarchive/r364698/ Log: security/stoken: Software Token for UNIX compatible with RSA SecurID Stoken is an open source tokencode generator compatible with RSA SecurID 128-bit (AES) tokens. It is a hobbyist project, not affiliated with or endorsed by RSA Security. WWW: http://stoken.sourceforge.net PR: 192517 Submitted by: samm os2 kiev ua Added: head/security/stoken/ head/security/stoken/Makefile (contents, props changed) head/security/stoken/distinfo (contents, props changed) head/security/stoken/pkg-descr (contents, props changed) head/security/stoken/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Aug 12 12:37:29 2014 (r364697) +++ head/security/Makefile Tue Aug 12 12:39:58 2014 (r364698) @@ -964,6 +964,7 @@ SUBDIR += starttls SUBDIR += stegdetect SUBDIR += steghide + SUBDIR += stoken SUBDIR += strobe SUBDIR += strongswan SUBDIR += stunnel Added: head/security/stoken/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/stoken/Makefile Tue Aug 12 12:39:58 2014 (r364698) @@ -0,0 +1,36 @@ +# Created by: Alex Samorukov +# $FreeBSD$ + +PORTNAME= stoken +PORTVERSION= 0.6 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=stoken + +MAINTAINER= samm@os2.kiev.ua +COMMENT= Software Token for UNIX compatible with RSA SecurID + +LICENSE= GPLv2 + +LIB_DEPENDS= libtomcrypt.so:${PORTSDIR}/security/libtomcrypt + +OPTIONS_DEFINE= X11 +OPTIONS_SUB= yes + +X11_CONFIGURE_WITH= gtk +X11_DESC= Build GUI token interface +X11_USE= GNOME=gtk20 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-pkgconfigdir="${PREFIX}/libdata/pkgconfig" + +USE_LDCONFIG= yes +USE_GNOME= libxml2 +USES= pkgconfig libtool + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +INSTALL_TARGET= install-strip + +.include Added: head/security/stoken/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/stoken/distinfo Tue Aug 12 12:39:58 2014 (r364698) @@ -0,0 +1,2 @@ +SHA256 (stoken-0.6.tar.gz) = b29ee3715db7e55fafe93cbed4c0f7a91396a391a9416e8ea7c06d8e7e8bad37 +SIZE (stoken-0.6.tar.gz) = 367315 Added: head/security/stoken/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/stoken/pkg-descr Tue Aug 12 12:39:58 2014 (r364698) @@ -0,0 +1,5 @@ +Stoken is an open source tokencode generator compatible with RSA SecurID 128-bit +(AES) tokens. It is a hobbyist project, not affiliated with or endorsed by RSA +Security. + +WWW: http://stoken.sourceforge.net Added: head/security/stoken/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/stoken/pkg-plist Tue Aug 12 12:39:58 2014 (r364698) @@ -0,0 +1,18 @@ +@comment $FreeBSD$ +bin/stoken +%%X11%%bin/stoken-gui +include/stoken.h +lib/libstoken.a +lib/libstoken.so +lib/libstoken.so.1 +lib/libstoken.so.1.2.0 +%%X11%%man/man1/stoken-gui.1.gz +man/man1/stoken.1.gz +%%X11%%share/applications/stoken-gui-small.desktop +%%X11%%share/applications/stoken-gui.desktop +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/libstoken-test.c +%%PORTDOCS%%%%DOCSDIR%%/sdtid-test.pl +%%X11%%share/pixmaps/stoken-gui.png +%%PORTDOCS%%@dirrm %%DOCSDIR%% +libdata/pkgconfig/stoken.pc