Port details |
- stoken Software Token for UNIX compatible with RSA SecurID
- 0.93_3 security
=2 0.93_3Version of this port present on the latest quarterly branch. - Maintainer: samm@FreeBSD.org
 - Port Added: 2014-08-12 12:55:33
- Last Update: 2025-03-17 04:02:08
- Commit Hash: e87d813
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://sourceforge.net/p/stoken/wiki/Home/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/stoken/ && make install clean
- To add the package, run one of these commands:
- pkg install security/stoken
- pkg install stoken
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: stoken
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1689077674
SHA256 (stoken-dev-stoken-v0.93_GH0.tar.gz) = 102e2d112b275efcdc20ef438670e4f24f08870b9072a81fda316efcc38aef9c
SIZE (stoken-dev-stoken-v0.93_GH0.tar.gz) = 118216
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libtomcrypt.so : security/libtomcrypt
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for stoken-0.93_3:
DOCS=on: Build and/or install documentation
X11=off: Build GUI token interface
===> Use 'make config' to modify these settings
- Options name:
- security_stoken
- USES:
- gnome libtool localbase pkgconfig autoreconf
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.93_3 17 Mar 2025 04:02:08
    |
Charlie Li (vishwin)  |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes. |
0.93_3 21 Mar 2024 20:23:00
    |
Nuno Teixeira (eduardo)  |
security/stoken: Move man pages to share/man
Approved by: portmgr (blanket) |
0.93_2 02 Mar 2024 14:01:25
    |
Mathieu Arnold (mat)  |
cleanup: (ir)regular GH_TAGNAME cleanup |
0.93_2 31 Dec 2023 11:26:25
    |
Dima Panov (fluffy)  |
security/stoken: unbreak build with LLVM >= 17 (+)
FreeBSD already have strcasestr() and mkstemps() functions and compat stubs
are always skipped so declare local functions in map file is false positive.
LLVM >= 17 is more restrictive with declared but missed functions which lead to
linker error.
Drop local stubs stoken__strcasestr() and stoken__mkstemps() from library map
file to unbreak.
Reported by: poudriere failure
Approved by: portmgr blanket (trivial build fix) |
0.93_1 23 Dec 2023 18:14:14
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
0.93 11 Jul 2023 14:55:40
    |
Oleksii Samorukov (samm)  |
security/stoken: upgrade to 0.9.3
- Change source to the GitHub
- Add desktop-utils uses for the X11 build
- Add test command
- Remove outdated patches
ChangeLog: https://github.com/stoken-dev/stoken/blob/main/CHANGES
Reported by: repology |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.92_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.92_2 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.92_2 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.92_1 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.92 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.92 13 Feb 2020 14:27:46
  |
sunpoet  |
Update MAINTAINER: use @FreeBSD.org |
0.92 08 Nov 2019 13:17:00
  |
tobik  |
security: Add missing USES={gnome,php} |
0.92 13 Oct 2019 18:16:39
  |
samm  |
Replace my personal email address to the samm@freebsd.org
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D22013 |
0.92 07 Oct 2019 07:52:02
  |
meta  |
security/stoken: Unbreak
it is actually not broken. Builds fine without any modifications.
Marking as BROKEN was MFH'ed, so MFH unbreak again.
PR: 240940
Reported by: Rubin Simons <rubin@xs4all.nl>
Approved by: samm@os2.kiev.ua (maintainer)
MFH: 2019Q4 |
0.92 13 Apr 2019 06:05:29
  |
antoine  |
Mark BROKEN: fails to configure
checking for NETTLE... no
configure: error: Package requirements (nettle >= 2.4) were not met:
Package 'nettle', required by 'virtual:world', not found
Reported by: pkg-fallout
MFH: 2019Q2 |
0.92 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.92 12 Feb 2018 07:58:18
  |
yuri  |
security/stoken: Update to 0.92
Additional port changes:
* Changed license
* Added LICENSE_FILE
* Added USES=localbase
* Added to Gnome USES
* Silenced patch commands in post-patch
* Removed docs because 2 files weren't docs, and README isn't really helpful
* Updated WWW
PR: 224978
Submitted by: samm@os2.kiev.ua (maintainer)
Approved by: tcberner (mentor, implicit) |
0.91 23 Jan 2018 09:25:46
  |
gahr  |
security/stoken: fix constant that was renamed in libtommath 1.18.1
See https://github.com/libtom/libtomcrypt/commit/3522c7
Reported by: antoine |
0.91 12 Jan 2017 01:02:06
  |
vanilla  |
Update to 0.91.
PR: 215980
Submitted by: maintainer |
0.6 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.6 31 Jul 2015 21:21:55
  |
amdmi3  |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
0.6 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.6 06 Nov 2014 16:30:28
  |
ak  |
- Remove a few remaining $Id$ from pkg-plists
Approved by: portmgr (mat) |
0.6 12 Aug 2014 12:39:59
  |
wg  |
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 |