aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-01 11:56:21 +0000
committerRene Ladan <rene@FreeBSD.org>2024-04-01 11:56:21 +0000
commit2c28baeb51bb9d742e1836b108d33b7fb13e7397 (patch)
treec7a68b49e60e0bb9c786bd744ee730ef0a123b91
parentbefb312a87d913f9958f09f48c243583177a73f6 (diff)
downloadports-2c28baeb51bb9d742e1836b108d33b7fb13e7397.tar.gz
ports-2c28baeb51bb9d742e1836b108d33b7fb13e7397.zip
security/akmos: Remove expired port
2024-03-31 security/akmos: Last release in 2018, no active development for years and no users in tree
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/akmos/Makefile48
-rw-r--r--security/akmos/distinfo3
-rw-r--r--security/akmos/files/patch-doc_man_CMakeLists.txt9
-rw-r--r--security/akmos/pkg-descr9
-rw-r--r--security/akmos/pkg-plist8
7 files changed, 1 insertions, 78 deletions
diff --git a/MOVED b/MOVED
index 981452e3b419..3d903948e09a 100644
--- a/MOVED
+++ b/MOVED
@@ -3131,3 +3131,4 @@ www/get_flash_videos|www/yt-dlp|2024-04-01|Has expired: Abandonware, consider us
irc/rbot||2024-04-01|Has expired: Outdated, unmaintained in ports since 2016
editors/linux-sublime||2024-04-01|Has expired: This is the legacy version Use linux-sublime-text4
irc/pircbot||2024-04-01|Has expired: Abandoned upstream, last release in 2009 and superseded by pircbotx (fork)
+security/akmos||2024-04-01|Has expired: Last release in 2018, no active development for years and no users in tree
diff --git a/security/Makefile b/security/Makefile
index 37779ac62d1c..107e284f3daa 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -23,7 +23,6 @@
SUBDIR += afterglow
SUBDIR += age
SUBDIR += aide
- SUBDIR += akmos
SUBDIR += amavisd-milter
SUBDIR += amavisd-new
SUBDIR += apache-xml-security-c
diff --git a/security/akmos/Makefile b/security/akmos/Makefile
deleted file mode 100644
index 590bc8358008..000000000000
--- a/security/akmos/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-PORTNAME= akmos
-PORTVERSION= 0.7.2
-PORTREVISION= 4
-CATEGORIES= security
-
-MAINTAINER= melanhit@gmail.com
-COMMENT= Cryptographic library with low footprint
-WWW= https://github.com/melanhit/akmos
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Last release in 2018, no active development for years and no users in tree
-EXPIRATION_DATE=2024-03-31
-
-BUILD_DEPENDS= as:devel/binutils
-
-USES= cmake compiler:c++11-lang
-USE_GITHUB= yes
-GH_ACCOUNT= melanhit
-USE_LDCONFIG= yes
-
-GNU_CONFIGURE= yes
-
-# Fix build with clang11
-CFLAGS+= -fcommon
-
-OPTIONS_DEFINE= ASM TEST BENCH
-OPTIONS_DEFAULT=ASM
-OPTIONS_SUB= yes
-
-ASM_CMAKE_ON= -DAKMOS_USE_ASM:BOOL=TRUE
-ASM_CMAKE_OFF= -DAKMOS_USE_ASM:BOOL=FALSE
-
-BENCH_CMAKE_ON= -DAKMOS_ENABLE_BENCH:BOOL=TRUE
-BENCH_CMAKE_OFF=-DAKMOS_ENABLE_BENCH:BOOL=FALSE
-BENCH_DESC= Install benchmark
-
-TEST_CMAKE_ON= -DAKMOS_ENABLE_TEST:BOOL=TRUE
-TEST_CMAKE_OFF= -DAKMOS_ENABLE_TEST:BOOL=FALSE
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
-CFLAGS+= -Wno-error=strict-prototypes
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/security/akmos/distinfo b/security/akmos/distinfo
deleted file mode 100644
index 48935ed73519..000000000000
--- a/security/akmos/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1522794178
-SHA256 (melanhit-akmos-0.7.2_GH0.tar.gz) = d859340e1f932b872fd42eba73c045209406e43c3907a0ef0a2980803e8f59ec
-SIZE (melanhit-akmos-0.7.2_GH0.tar.gz) = 184911
diff --git a/security/akmos/files/patch-doc_man_CMakeLists.txt b/security/akmos/files/patch-doc_man_CMakeLists.txt
deleted file mode 100644
index af92c7239621..000000000000
--- a/security/akmos/files/patch-doc_man_CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
---- doc/man/CMakeLists.txt.orig 2024-03-19 09:54:19 UTC
-+++ doc/man/CMakeLists.txt
-@@ -15,5 +15,5 @@ foreach(manpage ${man1_src})
-
- foreach(manpage ${man1_src})
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${manpage}.gz
-- DESTINATION man/man1)
-+ DESTINATION share/man/man1)
- endforeach()
diff --git a/security/akmos/pkg-descr b/security/akmos/pkg-descr
deleted file mode 100644
index 8e6e0db926fc..000000000000
--- a/security/akmos/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-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.
diff --git a/security/akmos/pkg-plist b/security/akmos/pkg-plist
deleted file mode 100644
index 6e0217b471ce..000000000000
--- a/security/akmos/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/akmos
-%%BENCH%%bin/akmos_bench
-include/akmos.h
-lib/libakmos.a
-lib/libakmos.so
-lib/libakmos.so.7
-lib/libakmos.so.0.7
-share/man/man1/akmos.1.gz