git: c23c3e067f9b - main - devel/fastcrc: set license, deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Oct 2025 13:56:56 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c23c3e067f9b7047959e81d9a09c2961c73b13e6
commit c23c3e067f9b7047959e81d9a09c2961c73b13e6
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-10-20 14:48:29 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-10-22 13:52:33 +0000
devel/fastcrc: set license, deprecate
Dead upstream.
License is given in fastcrc.asm.
MFH: 2025Q4
---
devel/fastcrc/Makefile | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile
index c856404d2f98..f942c4154fc9 100644
--- a/devel/fastcrc/Makefile
+++ b/devel/fastcrc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fastcrc
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.whizkidtech.redprince.net/fports/
@@ -7,10 +8,15 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Fast CRC routines
WWW= http://www.whizkidtech.redprince.net/fports/
-BUILD_DEPENDS= nasm:devel/nasm
+LICENSE= BSD2CLAUSE
+
+DEPRECATED= dead upstream
+EXPIRATION_DATE= 2025-12-31
ONLY_FOR_ARCHS= i386
+BUILD_DEPENDS= nasm:devel/nasm
+
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS