1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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
This commit is contained in:
William Grzybowski 2014-08-12 12:39:58 +00:00
parent 7d2c34ff18
commit c30d4d24d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364698
5 changed files with 62 additions and 0 deletions

View File

@ -964,6 +964,7 @@
SUBDIR += starttls
SUBDIR += stegdetect
SUBDIR += steghide
SUBDIR += stoken
SUBDIR += strobe
SUBDIR += strongswan
SUBDIR += stunnel

36
security/stoken/Makefile Normal file
View File

@ -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>

2
security/stoken/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (stoken-0.6.tar.gz) = b29ee3715db7e55fafe93cbed4c0f7a91396a391a9416e8ea7c06d8e7e8bad37
SIZE (stoken-0.6.tar.gz) = 367315

View File

@ -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

18
security/stoken/pkg-plist Normal file
View File

@ -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