summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-29 23:03:16 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 01:06:19 +0100
commit5163938c8a3cb01684b2bd8e7de73cda5acdd83a (patch)
tree33fc6f68a67b35ad1b422f0cba20452b13dfca80
parenta6e709a5e2d7355269f5c31172f715fc56f872b7 (diff)
downloadfreebsd-ports-5163938c8a3cb01684b2bd8e7de73cda5acdd83a.zip
mail/qsheff: Remove expired port
2023-12-31 mail/qsheff: BROKEN on all supported versions after the EOL of 12
-rw-r--r--MOVED1
-rw-r--r--mail/Makefile1
-rw-r--r--mail/qsheff/Makefile83
-rw-r--r--mail/qsheff/distinfo2
-rw-r--r--mail/qsheff/pkg-descr14
-rw-r--r--mail/qsheff/pkg-plist23
6 files changed, 1 insertions, 123 deletions
diff --git a/MOVED b/MOVED
index 272af6247c49..49ab0b351118 100644
--- a/MOVED
+++ b/MOVED
@@ -8218,3 +8218,4 @@ multimedia/omxplayer||2023-12-31|Has expired: Depends on legacy APIs and interfa
devel/mercator||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years.
comms/sdr-wspr||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit
devel/atlas-devel||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years.
+mail/qsheff||2023-12-31|Has expired: BROKEN on all supported versions after the EOL of 12
diff --git a/mail/Makefile b/mail/Makefile
index 79543f7f59ef..1c72e737ae82 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -550,7 +550,6 @@
SUBDIR += qmhandle
SUBDIR += qpopper
SUBDIR += qsf
- SUBDIR += qsheff
SUBDIR += queue-fix
SUBDIR += queue-repair
SUBDIR += rainloop
diff --git a/mail/qsheff/Makefile b/mail/qsheff/Makefile
deleted file mode 100644
index 02543da4b28c..000000000000
--- a/mail/qsheff/Makefile
+++ /dev/null
@@ -1,83 +0,0 @@
-PORTNAME= qsheff-II
-DISTVERSION= 2.1-r3
-PORTREVISION= 10
-CATEGORIES= mail
-MASTER_SITES= http://www.enderunix.org/qsheff/ \
- SF/qsheff/qsheff/II-${DISTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Qmail-queue replacement to filter mail traffic
-WWW= http://www.enderunix.org/qsheff/
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= BROKEN on all supported versions after the EOL of 12
-EXPIRATION_DATE= 2023-12-31
-BROKEN_FreeBSD_13= ld: error: duplicate symbol: CUSTOM_PROG
-BROKEN_FreeBSD_14= ld: error: duplicate symbol: CUSTOM_PROG
-
-BUILD_DEPENDS= ${LOCALBASE}/bin/ripmime:mail/ripmime
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-USES= qmail
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-qmaildir=${QMAIL_PREFIX}
-
-DOCS= README AUTHORS ChangeLog INSTALL THANKS TODO
-EXAMPLES= sample-OK.msg sample-SPAM.msg sample-VIRUS.msg
-CONTRIB= README qq-custom-error-patch.diff qq-patch.diff \
- qsheff-patch.diff
-FILES= handbook.en.txt handbook.tr.txt spamass-qsheff.en.html
-ETCFILES= install-wrapper.sh uninstall-wrapper.sh qsheff.attach-default \
- qsheff.conf-default qsheff.ignore-default qsheff.rules-default
-
-OPTIONS_DEFINE= CLAMAV SPAMTAG VIRUSTAG DISABLELOCAL SYSLOG BACKUP \
- CUSTOMERROR DEBUG DOCS EXAMPLES
-OPTIONS_DEFAULT= CLAMAV
-
-CLAMAV_DESC= Integrate with ClamAV
-SPAMTAG_DESC= Spam tagging
-VIRUSTAG_DESC= Virus tagging
-DISABLELOCAL_DESC= Disable filters for local users
-BACKUP_DESC= Logging of incoming/outgoing mail
-CUSTOMERROR_DESC= Custom error patch
-
-CLAMAV_BUILD_DEPENDS= ${LOCALBASE}/bin/clamdscan:security/clamav
-CLAMAV_RUN_DEPENDS= ${CLAMAV_BUILD_DEPENDS}
-CLAMAV_CONFIGURE_ON= --with-clamav --with-clamd-socket=/var/run/clamav/clamd
-
-SPAMTAG_CONFIGURE_ON= --enable-spam-tag
-VIRUSTAG_CONFIGURE_ON= --enable-virus-tag
-SYSLOG_CONFIGURE_ON= --enable-syslog
-DISABLELOCAL_CONFIGURE_ON=--disable-local-users
-BACKUP_CONFIGURE_ON= --enable-backup
-CUSTOMERROR_CONFIGURE_ON=--enable-custom-error
-DEBUG_CONFIGURE_ON= --enable-debug
-
-post-patch:
- @${REINPLACE_CMD} -e '/^CFLAGS=""/d' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's/ -ansi//' ${WRKSRC}/src/Makefile.in
-
-post-build-CLAMAV-off:
- @${REINPLACE_CMD} -e '/enable_clamd/s|1|0|' \
- ${WRKSRC}/etc/qsheff.conf-default
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/qsheff ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${ETCDIR}
- ${INSTALL_DATA} ${ETCFILES:S,^,${WRKSRC}/etc/,} ${STAGEDIR}${ETCDIR}
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}/doc
- ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${FILES:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}/doc
-
-do-install-EXAMPLES-on:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/contrib
- ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/samples/,} \
- ${STAGEDIR}${EXAMPLESDIR}/
- ${INSTALL_DATA} ${CONTRIB:S,^,${WRKSRC}/contrib/,} \
- ${STAGEDIR}${EXAMPLESDIR}/contrib
-
-.include <bsd.port.mk>
diff --git a/mail/qsheff/distinfo b/mail/qsheff/distinfo
deleted file mode 100644
index d9b599d2d6b3..000000000000
--- a/mail/qsheff/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (qsheff-II-2.1-r3.tar.gz) = a865f9e520497303b9f57bc53012a590da15a665883d05ff37ca26278af6ffb2
-SIZE (qsheff-II-2.1-r3.tar.gz) = 131802
diff --git a/mail/qsheff/pkg-descr b/mail/qsheff/pkg-descr
deleted file mode 100644
index 022352473c08..000000000000
--- a/mail/qsheff/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-qSheff is a wrapper for the qmail queue that scans email for viruses and
-spam. Infected messages are rejected before they reach the queue, so the
-server doesn't perform any job for them. After checking the message, it
-will wake the qmail queue. Some of the supported features:
-
- - Antivirus executing (ClamAV)
- - Header and body filtering
- - Subject filtering
- - Attachment blocking
- - Quarantine support
- - White/black lists
- - Single line logging for qmail
- - Basic DoS attack prevention
- - And much more...
diff --git a/mail/qsheff/pkg-plist b/mail/qsheff/pkg-plist
deleted file mode 100644
index b48c4ba84d63..000000000000
--- a/mail/qsheff/pkg-plist
+++ /dev/null
@@ -1,23 +0,0 @@
-bin/qsheff
-@sample %%ETCDIR%%/qsheff.attach-default %%ETCDIR%%/qsheff.attach
-@sample %%ETCDIR%%/qsheff.conf-default %%ETCDIR%%/qsheff.conf
-@sample %%ETCDIR%%/qsheff.ignore-default %%ETCDIR%%/qsheff.ignore
-@sample %%ETCDIR%%/qsheff.rules-default %%ETCDIR%%/qsheff.rules
-%%ETCDIR%%/install-wrapper.sh
-%%ETCDIR%%/uninstall-wrapper.sh
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/THANKS
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/doc/spamass-qsheff.en.html
-%%PORTDOCS%%%%DOCSDIR%%/doc/handbook.en.txt
-%%PORTDOCS%%%%DOCSDIR%%/doc/handbook.tr.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample-OK.msg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample-VIRUS.msg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample-SPAM.msg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/qq-patch.diff
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/qq-custom-error-patch.diff
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/qsheff-patch.diff