Port details |
- akmos Cryptographic library with low footprint
- 0.7.2_4 security
=0 0.7.2_4Version of this port present on the latest quarterly branch.
- DEPRECATED: Last release in 2018, no active development for years and no users in tree
This port expired on: 2024-03-31
- Maintainer: melanhit@gmail.com
- Port Added: 2016-03-24 11:01:25
- Last Update: 2024-04-01 11:56:21
- Commit Hash: 2c28bae
- License: BSD3CLAUSE
- WWW:
- https://github.com/melanhit/akmos
- Description:
- Akmos is a cryptographic library with CLI.
It supports:
- symmetric ciphering;
- computing message digests (hashes);
- calculating a message authentication code (MAC);
Depends only on the standard C library.
Primary develop for the x86_64 architecture.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: akmos
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1522794178
SHA256 (melanhit-akmos-0.7.2_GH0.tar.gz) = d859340e1f932b872fd42eba73c045209406e43c3907a0ef0a2980803e8f59ec
SIZE (melanhit-akmos-0.7.2_GH0.tar.gz) = 184911
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:
-
- as : devel/binutils
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for akmos-0.7.2_4:
ASM=on: Use optimized assembly code
BENCH=off: Install benchmark
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- security_akmos
- USES:
- cmake compiler:c++11-lang
- 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.7.2_4 01 Apr 2024 11:56:21 |
Rene Ladan (rene) |
security/akmos: Remove expired port
2024-03-31 security/akmos: Last release in 2018, no active development for years
and no users in tree |
0.7.2_4 19 Mar 2024 09:55:53 |
Christian Weisgerber (naddy) |
security/akmos: Move man pages to share/man
Approved by: portmgr (blanket) |
0.7.2_3 11 Feb 2024 19:45:22 |
Daniel Engberg (diizzy) |
security/akmos: Deprecate and set expiration date to 2024-03-31
Last release in 2018, no active development for years and no users in
tree
PR: 276569
Approved by: portmgr (maintainer timeout, 2+ weeks) |
0.7.2_3 04 Jun 2023 13:23:26 |
Muhammad Moinur Rahman (bofh) |
security/akmos: Fix build with llvm15
- Pet portclippy
Approved by: portmgr (blanket) |
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.7.2_3 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.7.2_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.7.2_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.2_3 27 Aug 2020 17:48:20 |
tcberner |
security/akmos: fix build on recent current |
0.7.2_3 30 May 2020 15:56:11 |
emaste |
security/akmos: add BUILD_DEPENDS as:devel/binutils
/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.
Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.
PR: 205250 [exp-run]
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.7.2_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.7.2_2 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.7.2_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.7.2_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.7.2 02 Jun 2018 19:40:59 |
linimon |
Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.
While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).
Tested on both powerpc64 and amd64.
Approved by: portmgr (tier-2 blanket) |
0.7.2 05 Apr 2018 00:49:37 |
dbaio |
security/akmos: Update to 0.7.2
Changes: https://raw.githubusercontent.com/melanhit/akmos/0.7.2/Changelog
PR: 227270
Submitted by: Andrew Romanenko <melanhit@gmail.com> (maintainer) |
0.7.1 22 Feb 2018 21:02:31 |
pizzamig |
security/akmos: Update to 0.7.1
PR: 226010
Submitted by: Andrew Romanenko <melanhit@gmail.com> (maintainer) |
0.5.1 18 Mar 2017 14:34:32 |
gerald |
GH_PROJECT=${PORTNAME} is the default setting for GH_PROJECT, so remove
this explicit assignment.
Approved by: maintainer timeout (4 weeks) |
0.5.1 24 Mar 2016 11:01:18 |
rakuco |
New port: security/akmos.
Akmos is a cryptographic library with CLI.
It supports:
- symmetric ciphering;
- computing message digests (hashes);
- calculating a message authentication code (MAC);
Depends only on the standard C library.
Primary develop for the x86_64 architecture.
WWW: https://github.com/melanhit/akmos
PR: 206987
Submitted by: Andrew Romanenko <melanhit@gmail.com> |