git: 5118b95251cf - main - devel/fastcrc: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 12:11:50 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5118b95251cf5b901bc595acd222db563d5c96bd
commit 5118b95251cf5b901bc595acd222db563d5c96bd
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 12:11:42 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 12:11:42 +0000
devel/fastcrc: Remove expired port
2025-12-31 devel/fastcrc: dead upstream
---
MOVED | 1 +
devel/Makefile | 1 -
devel/fastcrc/Makefile | 40 ----------------------------------------
devel/fastcrc/distinfo | 2 --
devel/fastcrc/pkg-descr | 14 --------------
devel/fastcrc/pkg-plist | 5 -----
6 files changed, 1 insertion(+), 62 deletions(-)
diff --git a/MOVED b/MOVED
index 1100b9f8daf4..2ee0210e27d4 100644
--- a/MOVED
+++ b/MOVED
@@ -4980,3 +4980,4 @@ www/unit-ruby||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
www/unitc||2025-12-31|Removed, part of expired www/unit
www/unit||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
archivers/py-borgbackup12|archivers/py-borgbackup|2025-12-31|Has expired: Likely the final 1.2.x release, please migrate to using 1.4.x (it is quite similar)
+devel/fastcrc||2025-12-31|Has expired: dead upstream
diff --git a/devel/Makefile b/devel/Makefile
index 17d9b9180250..cab50d0ca7ca 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -701,7 +701,6 @@
SUBDIR += expected
SUBDIR += f77flow
SUBDIR += fam
- SUBDIR += fastcrc
SUBDIR += fatal
SUBDIR += fbthrift
SUBDIR += fc++
diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile
deleted file mode 100644
index f942c4154fc9..000000000000
--- a/devel/fastcrc/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-PORTNAME= fastcrc
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= http://www.whizkidtech.redprince.net/fports/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Fast CRC routines
-WWW= http://www.whizkidtech.redprince.net/fports/
-
-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
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|gcc|$${CC}| ; \
- s@^LDOPT=.*@& -z notext@ ; \
- /strip/d' ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/fc ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/fastcrc.h ${STAGEDIR}${PREFIX}/include
- ${INSTALL_LIB} ${WRKSRC}/libfcrc.so.1 ${STAGEDIR}${PREFIX}/lib
- ${LN} -fs libfcrc.so.1 ${STAGEDIR}${PREFIX}/lib/libfcrc.so
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/index.html ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/devel/fastcrc/distinfo b/devel/fastcrc/distinfo
deleted file mode 100644
index 62bc53ce282f..000000000000
--- a/devel/fastcrc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (fastcrc-1.0.tar.gz) = 68e25aa5087b34a0b68f23df01864b13baad6b8fadf80d36fcb6603a1ba6cb81
-SIZE (fastcrc-1.0.tar.gz) = 9952
diff --git a/devel/fastcrc/pkg-descr b/devel/fastcrc/pkg-descr
deleted file mode 100644
index 0b1fd4c65870..000000000000
--- a/devel/fastcrc/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Fast CRC routines written in assembly language, callable using the C and Pascal
-calling conventions, as well as directly from assembly language programs.
-
-This Unix port contains routines for the calculation of traditional CRC-32
-used by Zmodem, Opus, Ethernet, and many other protocols.
-
-It also contains routines for the POSIX 1003.2 32-bit CRC calculation.
-
-See ${PREFIX}/share/doc/fastcrc/index.html for reference.
-
-This port requires ELF. It creates libfcrc.so.1, and includes <fastcrc.h> for
-C programmers.
-
-Dependencies: nasm
diff --git a/devel/fastcrc/pkg-plist b/devel/fastcrc/pkg-plist
deleted file mode 100644
index a1ace5f8cf2d..000000000000
--- a/devel/fastcrc/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/fc
-include/fastcrc.h
-lib/libfcrc.so
-lib/libfcrc.so.1
-%%PORTDOCS%%%%DOCSDIR%%/index.html