Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 12:39:59 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364698 - in head/security: . stoken
Message-ID:  <53ea0b20.670b.4162e488@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <samm@os2.kiev.ua>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53ea0b20.670b.4162e488>