git: b4035f62d5d1 - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 23 Jan 2022 23:35:22 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b4035f62d5d1f7fce54ed30b25151a82d64fa876

commit b4035f62d5d1f7fce54ed30b25151a82d64fa876
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-01-23 23:35:14 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-01-23 23:35:14 +0000

    cleanup: Remove expired ports:
    
    2021-06-11 security/truecrypt: Development and support for truecrypt ended in 2014
---
 MOVED                          |   1 +
 security/Makefile              |   1 -
 security/truecrypt/Makefile    | 101 -----------------------------------------
 security/truecrypt/distinfo    |  10 ----
 security/truecrypt/pkg-descr   |  15 ------
 security/truecrypt/pkg-message |  16 -------
 6 files changed, 1 insertion(+), 143 deletions(-)

diff --git a/MOVED b/MOVED
index 7d786dbc8cb8..3cf9ee80eef1 100644
--- a/MOVED
+++ b/MOVED
@@ -16775,3 +16775,4 @@ shells/ammonite|devel/ammonite|2022-01-18|Ammonite dropped built-in shell suppor
 emulators/yuzu-qt5|emulators/yuzu|2022-01-20|Merged as QT5 port option
 print/py-fonttools3|print/py-fonttools|2022-01-23|Remove obsoleted port. Use print/py-fonttools instead
 textproc/rubygem-rouge2|textproc/rubygem-rouge|2022-01-23|Remove obsoleted port. Use textproc/rubygem-rouge instead
+security/truecrypt||2022-01-23|Has expired: Development and support for truecrypt ended in 2014
diff --git a/security/Makefile b/security/Makefile
index b5473b2267b7..3b45f5824787 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1305,7 +1305,6 @@
     SUBDIR += tripwire
     SUBDIR += tripwire-131
     SUBDIR += trousers
-    SUBDIR += truecrypt
     SUBDIR += tthsum
     SUBDIR += u2f-devd
     SUBDIR += uacme
diff --git a/security/truecrypt/Makefile b/security/truecrypt/Makefile
deleted file mode 100644
index 7851e0c9692d..000000000000
--- a/security/truecrypt/Makefile
+++ /dev/null
@@ -1,101 +0,0 @@
-# Created by: Ryan Steinmetz <rpsfa@rit.edu>
-
-PORTNAME=	truecrypt
-PORTVERSION=	7.1a
-PORTREVISION=	4
-CATEGORIES=	security
-MASTER_SITES=	SF/wxwindows/${WX_VER}/:wxwidgets \
-		ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/:rsa \
-		http://mirrors.rit.edu/zi/pkcs-11/v2-20/:rsa
-DISTFILES=	${TC_SRCFILE}:tc \
-		wxWidgets-${WX_VER}.tar.bz2:wxwidgets \
-		pkcs11.h:rsa \
-		pkcs11f.h:rsa \
-		pkcs11t.h:rsa
-EXTRACT_ONLY=	${TC_SRCFILE} wxWidgets-${WX_VER}.tar.bz2
-
-MAINTAINER=	zi@FreeBSD.org
-COMMENT=	Free open-source disk encryption software
-
-# Converted from RESTRICTED
-# May not be redistributed.  Must accept license to download.
-LICENSE=	TRUECRYPT
-LICENSE_NAME=	truecrypt
-LICENSE_FILE=	${WRKSRC}/License.txt
-LICENSE_PERMS=	none
-
-DEPRECATED=	Development and support for truecrypt ended in 2014
-EXPIRATION_DATE=2021-06-11
-
-BUILD_DEPENDS=	nasm:devel/nasm
-RUN_DEPENDS=	sudo:security/sudo
-
-WRKSRC=		${WRKDIR}/truecrypt-${PORTVERSION}-source
-
-USES=		cpe fuse iconv pkgconfig gmake
-NO_PACKAGE=	May not be redistributed.  Must accept license to download.
-
-CPE_VENDOR=	truecrypt_project
-
-TC_SRCFILE=	TrueCrypt_${PORTVERSION}_Source.tar.gz
-WX_VER=		2.8.12
-
-PLIST_FILES=	bin/truecrypt
-
-OPTIONS_DEFINE=	X11 DOCS
-X11_DESC=	With GUI (depends on X)
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-PLIST_FILES+=	%%DOCSDIR%%/TrueCrypt\ User\ Guide.pdf
-PLIST_FILES+=	%%DOCSDIR%%/License.txt
-.endif
-
-.if ${PORT_OPTIONS:MX11}
-USES+=		gnome
-USE_GNOME=	gtk20
-NOGUI=
-.else
-NOGUI=		NOGUI=1
-.endif
-
-.if (!exists(${DISTDIR}/${TC_SRCFILE}))
-DISTFILE_INSTRUCTIONS=\n\
-Due to licensing restrictions, certain files must be fetched manually.\n\n\
-Please visit http://www.truecrypt.org/downloads2 with a web browser and accept the\
-License Agreement.\n\
-Select the Mac OS X / Linux (.tar.gz) version\n\n\
-Place the downloaded file into ${DISTDIR} and rename it to ${TC_SRCFILE}\n\n\
-Then, please restart the build.\n\n
-.endif
-
-.if defined(DISTFILE_INSTRUCTIONS)
-.if defined(PACKAGE_BUILDING)
-IGNORE=		requires manual fetch
-.else
-pre-fetch:
-	@${PRINTF} "${DISTFILE_INSTRUCTIONS}"
-	@exit 1
-.endif
-.endif
-
-do-build:
-	@${MKDIR} ${WRKDIR}/rsa
-	@${CP} ${DISTDIR}/pkcs11.h ${WRKDIR}/rsa
-	@${CP} ${DISTDIR}/pkcs11t.h ${WRKDIR}/rsa
-	@${CP} ${DISTDIR}/pkcs11f.h ${WRKDIR}/rsa
-	@${ECHO_MSG} "===>  Building for wxWidgets dependency"
-	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${NOGUI} PKCS11_INC=${WRKDIR}/rsa WX_ROOT=${WRKDIR}/wxWidgets-${WX_VER} wxbuild)
-	@${ECHO_MSG} "===>  Building for ${PKGNAME}"
-	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${NOGUI} WXSTATIC=1 PKCS11_INC=${WRKDIR}/rsa)
-
-do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/Main/truecrypt ${STAGEDIR}${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/License.txt ${STAGEDIR}${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/Release/Setup\ Files/TrueCrypt\ User\ Guide.pdf ${STAGEDIR}${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/security/truecrypt/distinfo b/security/truecrypt/distinfo
deleted file mode 100644
index f727f210b222..000000000000
--- a/security/truecrypt/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-SHA256 (TrueCrypt_7.1a_Source.tar.gz) = e6214e911d0bbededba274a2f8f8d7b3f6f6951e20f1c3a598fc7a23af81c8dc
-SIZE (TrueCrypt_7.1a_Source.tar.gz) = 1949303
-SHA256 (wxWidgets-2.8.12.tar.bz2) = 3b0ac1d2d017683851841501c8e1b744b97242d684a1668ded61809b0504f707
-SIZE (wxWidgets-2.8.12.tar.bz2) = 13824774
-SHA256 (pkcs11.h) = 1563d877b6f8868b8eb8687358162bfb7f868104ed694beb35ae1c5cf1a58b9b
-SIZE (pkcs11.h) = 9578
-SHA256 (pkcs11f.h) = 5ae6a4f32ca737e02def3bf314c9842fb89be82bf00b6f4022a97d8d565522b8
-SIZE (pkcs11f.h) = 29258
-SHA256 (pkcs11t.h) = 8ce68616304684f92a7e267bcc8f486441e92a5cbdfcfd97e69ac9a0b436fb7b
-SIZE (pkcs11t.h) = 70934
diff --git a/security/truecrypt/pkg-descr b/security/truecrypt/pkg-descr
deleted file mode 100644
index b1534b556e1f..000000000000
--- a/security/truecrypt/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-Free open-source disk encryption software
-
-Main Features:
-* Creates a virtual encrypted disk within a file and mounts it as
-  a real disk.
-* Encrypts an entire partition or storage device such as USB flash
-  drive or hard drive.
-* Encryption is automatic, real-time (on-the-fly) and transparent.
-* Parallelization and pipelining allow data to be read and written
-  as fast as if the drive was not encrypted.
-* Provides plausible deniability, in case an adversary forces you
-  to reveal the password:
-  Hidden volume (steganography) and hidden operating system.
-
-WWW: http://www.truecrypt.org/
diff --git a/security/truecrypt/pkg-message b/security/truecrypt/pkg-message
deleted file mode 100644
index bd6e236c0e4c..000000000000
--- a/security/truecrypt/pkg-message
+++ /dev/null
@@ -1,16 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-TrueCrypt is not offically supported under FreeBSD, however
-it does seem to function fine under certain conditions.
-
-Until TrueCrypt is officially supported under FreeBSD, this
-port should be considered experimental.  TrueCrypt's website
-cites that system instability is possible.
-
-Please ensure that the fusefs kmod is loaded prior to use.
-
-WWW: http://www.truecrypt.org/misc/freebsd
-EOM
-}
-]