diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-12-31 12:11:42 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-12-31 12:11:42 +0000 |
| commit | 5118b95251cf5b901bc595acd222db563d5c96bd (patch) | |
| tree | 14a13b012cb30b9e990399ec4dd7ac118d9c7231 | |
| parent | f2a9bc100e0db589e3091c06e2e3f4b27cdab922 (diff) | |
devel/fastcrc: Remove expired port
2025-12-31 devel/fastcrc: dead upstream
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/fastcrc/Makefile | 40 | ||||
| -rw-r--r-- | devel/fastcrc/distinfo | 2 | ||||
| -rw-r--r-- | devel/fastcrc/pkg-descr | 14 | ||||
| -rw-r--r-- | devel/fastcrc/pkg-plist | 5 |
6 files changed, 1 insertions, 62 deletions
@@ -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 |
