diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-06-21 17:31:43 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-06-21 17:31:43 +0800 |
commit | 3c15cb9b36c4349904130abed1e1e227009e8e96 (patch) | |
tree | 535fcbc1323b915b0c6aa08f389f8a1a4272c49f /mail | |
parent | 116def93ee04ee58e47eed08186bae8513cb920c (diff) | |
download | freebsd-ports-gnome-3c15cb9b36c4349904130abed1e1e227009e8e96.tar.gz freebsd-ports-gnome-3c15cb9b36c4349904130abed1e1e227009e8e96.tar.zst freebsd-ports-gnome-3c15cb9b36c4349904130abed1e1e227009e8e96.zip |
Remove expired ports:
2014-06-20 mail/sastatd: Superseded by sysutils/p5-Tail-Stat
2014-06-20 www/mod_ruby: Only for threadless ruby
2014-06-20 textproc/eruby: Only for threadless ruby, use ruby-gem erubis instead
2014-06-20 mail/p5-FuzzyOcr: Unmaintained upstream, no ports depending on it. Use mail/p5-FuzzyOcr-devel instead
2014-06-21 devel/bugzilla40
2014-06-21 devel/bugzilla42
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-FuzzyOcr/Makefile | 77 | ||||
-rw-r--r-- | mail/p5-FuzzyOcr/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-FuzzyOcr/files/pkg-message.in | 5 | ||||
-rw-r--r-- | mail/p5-FuzzyOcr/pkg-descr | 12 | ||||
-rw-r--r-- | mail/sastatd/Makefile | 50 | ||||
-rw-r--r-- | mail/sastatd/distinfo | 2 | ||||
-rw-r--r-- | mail/sastatd/files/pkg-deinstall.in | 23 | ||||
-rw-r--r-- | mail/sastatd/files/pkg-install.in | 39 | ||||
-rw-r--r-- | mail/sastatd/files/sastatd.in | 35 | ||||
-rw-r--r-- | mail/sastatd/pkg-descr | 3 | ||||
-rw-r--r-- | mail/sastatd/pkg-plist | 3 |
12 files changed, 0 insertions, 253 deletions
diff --git a/mail/Makefile b/mail/Makefile index 9b0282b2d37f..5ec6141b2400 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -351,7 +351,6 @@ SUBDIR += p5-Email-Stuff SUBDIR += p5-Email-Valid SUBDIR += p5-Email-Valid-Loose - SUBDIR += p5-FuzzyOcr SUBDIR += p5-FuzzyOcr-devel SUBDIR += p5-GMail-IMAPD SUBDIR += p5-IMAP-Admin @@ -619,7 +618,6 @@ SUBDIR += rubygem-vmail SUBDIR += sa-stats SUBDIR += sa-utils - SUBDIR += sastatd SUBDIR += scam-backscatter SUBDIR += sccmilter SUBDIR += sendmail diff --git a/mail/p5-FuzzyOcr/Makefile b/mail/p5-FuzzyOcr/Makefile deleted file mode 100644 index fd73c74d8f44..000000000000 --- a/mail/p5-FuzzyOcr/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -# Created by: Shaun Amott <shaun@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= FuzzyOcr -DISTVERSION= 2.3b -PORTREVISION= 9 -PORTEPOCH= 1 -CATEGORIES= mail perl5 -MASTER_SITES= http://users.own-hero.net/~decoder/${PORTNAME:tl}/ -PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME:tl}-${DISTVERSION} - -MAINTAINER= 5u623l20@gmail.com -COMMENT= Plugin for SpamAssassin which scans image attachments for spam - -LICENSE= APACHE20 - -RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ - import:${PORTSDIR}/graphics/ImageMagick \ - gocr:${PORTSDIR}/graphics/gocr \ - gifasm:${PORTSDIR}/graphics/giflib \ - spamassassin:${PORTSDIR}/mail/spamassassin \ - p5-String-Approx>=0:${PORTSDIR}/devel/p5-String-Approx - -CONFLICTS= p5-FuzzyOcr-devel-[0-9]* - -DEPRECATED= Unmaintained upstream, no ports depending on it. Use mail/p5-FuzzyOcr-devel instead -EXPIRATION_DATE=2014-06-20 - -OPTIONS_DEFINE= DOCS EXAMPLES - -USES= perl5 -NO_BUILD= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} - -PORTEXAMPLES= * -PORTDOCS= FAQ samples -PORTDOCS_F= FAQ samples/README samples/animated-gif.eml \ - samples/corrupted-gif.eml samples/jpeg.eml samples/png.eml - -SUB_FILES= pkg-message - -#----------------------------------------------------------------------- -# The plugin is installed twice: once where it should go, and once where -# it actually works from. This will hopefully be fixed at some point. -#----------------------------------------------------------------------- - -SA_PLUGINDIR?= Mail/SpamAssassin/Plugin -SA_CONFIGDIR?= etc/mail/spamassassin - -PLIST_FILES= ${SA_CONFIGDIR}/FuzzyOcr.pm \ - %%SITE_PERL%%/${SA_PLUGINDIR}/FuzzyOcr.pm \ - -post-patch: - @${REINPLACE_CMD} -e 's,/usr/bin,${LOCALBASE}/bin,g' \ - -e 's,/bin/grep,/usr/bin/grep,g' \ - -e 's,/etc/mail,${LOCALBASE}/etc/mail,g' \ - ${WRKSRC}/FuzzyOcr.?? - @${REINPLACE_CMD} -e 's,package FuzzyOcr;,package Mail::SpamAssassin::Plugin::FuzzyOcr;,' \ - ${WRKSRC}/FuzzyOcr.pm - @${REINPLACE_CMD} -e 's,loadplugin FuzzyOcr FuzzyOcr\.pm,loadplugin Mail::SpamAssassin::Plugin::FuzzyOcr,' \ - ${WRKSRC}/FuzzyOcr.cf - -do-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${SITE_PERL}/${SA_PLUGINDIR} \ - ${STAGEDIR}${PREFIX}/${SA_CONFIGDIR} - ${INSTALL_DATA} ${WRKSRC}/FuzzyOcr.pm ${STAGEDIR}${SITE_PERL}/${SA_PLUGINDIR} - ${INSTALL_DATA} ${WRKSRC}/FuzzyOcr.pm ${STAGEDIR}${PREFIX}/${SA_CONFIGDIR} - ${INSTALL_DATA} ${WRKSRC}/FuzzyOcr.cf ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/FuzzyOcr.words.sample ${STAGEDIR}${EXAMPLESDIR}/FuzzyOcr.words - @${MKDIR} ${STAGEDIR}${DOCSDIR}/samples -.for f in ${PORTDOCS_F} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/${f} -.endfor - -.include <bsd.port.mk> diff --git a/mail/p5-FuzzyOcr/distinfo b/mail/p5-FuzzyOcr/distinfo deleted file mode 100644 index 3e60a855e4f2..000000000000 --- a/mail/p5-FuzzyOcr/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fuzzyocr-2.3b.tar.gz) = 10db14b33a42249de40e347a8ad26cff150c2a6f6580246bce8689d8f1dc0a82 -SIZE (fuzzyocr-2.3b.tar.gz) = 76411 diff --git a/mail/p5-FuzzyOcr/files/pkg-message.in b/mail/p5-FuzzyOcr/files/pkg-message.in deleted file mode 100644 index 11e9ed3223d2..000000000000 --- a/mail/p5-FuzzyOcr/files/pkg-message.in +++ /dev/null @@ -1,5 +0,0 @@ ------------------------------------------------------------------------- - To complete the install of FuzzyOcr, copy FuzzyOcr.cf and - FuzzyOcr.words from %%EXAMPLESDIR%% into your - SpamAssassin configuration directory. ------------------------------------------------------------------------- diff --git a/mail/p5-FuzzyOcr/pkg-descr b/mail/p5-FuzzyOcr/pkg-descr deleted file mode 100644 index a7069d137cbd..000000000000 --- a/mail/p5-FuzzyOcr/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -FuzzyOcr is a plugin for SpamAssassin which scans image attachments for -spam keywords, using an Optical Character Recognition program. - -This plugin can be used to detect spam that puts all the real spam -content in an attached image. The mail itself only random text and -random html, without any URLs or identifiable information. - -It is also able to do approximate matches on words, so errors in -recognition or attempts to obfuscate the text inside the image will not -cause the detection to fail. - -WWW: http://wiki.apache.org/spamassassin/FuzzyOcrPlugin diff --git a/mail/sastatd/Makefile b/mail/sastatd/Makefile deleted file mode 100644 index 3678b63f189f..000000000000 --- a/mail/sastatd/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# Created by: Oleg A. Mamontov <oleg@mamontov.net> -# $FreeBSD$ - -PORTNAME= sastatd -PORTVERSION= 0.05 -PORTREVISION= 1 -CATEGORIES= mail perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:LONERR - -MAINTAINER= oleg@mamontov.net -COMMENT= SpamAssassin statistic collecting server - -DEPRECATED= Superseded by sysutils/p5-Tail-Stat -EXPIRATION_DATE= 2014-06-20 - -BUILD_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \ - p5-Log-Dispatch>=2.26:${PORTSDIR}/devel/p5-Log-Dispatch \ - p5-Pid-File-Flock>=0:${PORTSDIR}/devel/p5-Pid-File-Flock \ - p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-Sys-Syslog>=0.16:${PORTSDIR}/sysutils/p5-Sys-Syslog \ - -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= perl5 -USE_PERL5= configure - -SASTATD_DBDIR?= /var/db/sastatd -SASTATD_RUNDIR?= /var/run/sastatd -SASTATD_USER?= sastatd - -USE_RC_SUBR= sastatd - -SUB_LIST+= SASTATD_DBDIR=${SASTATD_DBDIR} \ - SASTATD_RUNDIR=${SASTATD_RUNDIR} \ - SASTATD_USER=${SASTATD_USER} \ - CHMOD="${CHMOD}" CHOWN="${CHOWN}" MKDIR="${MKDIR}" PW="${PW}" - -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall - -SUB_FILES+= pkg-install pkg-deinstall - -MAN1= sastatd.1 - -NO_STAGE= yes -post-install: - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/mail/sastatd/distinfo b/mail/sastatd/distinfo deleted file mode 100644 index d710a4037e6b..000000000000 --- a/mail/sastatd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sastatd-0.05.tar.gz) = 5431fae8524f023bbaf826e7b2c6e72d828be02894256be8110dcffdea2b6a3a -SIZE (sastatd-0.05.tar.gz) = 5872 diff --git a/mail/sastatd/files/pkg-deinstall.in b/mail/sastatd/files/pkg-deinstall.in deleted file mode 100644 index e00e1b9e6e9e..000000000000 --- a/mail/sastatd/files/pkg-deinstall.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -SASTATD_USER=%%SASTATD_USER%% -SASTATD_DBDIR=%%SASTATD_DBDIR%% -SASTATD_RUNDIR=%%SASTATD_RUNDIR%% - -cat <<EOM ------------------------------------------------------------------------- - NOTE! - -If you are permanently removing sastatd, you may want also: - - 1. Delete user: 'pw userdel ${SASTATD_USER} - 2. Delete directories: 'rmdir ${SASTATD_DBDIR} ${SASTATD_RUNDIR} - ------------------------------------------------------------------------- -EOM - diff --git a/mail/sastatd/files/pkg-install.in b/mail/sastatd/files/pkg-install.in deleted file mode 100644 index cb1da5cf903c..000000000000 --- a/mail/sastatd/files/pkg-install.in +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -SASTATD_USER="%%SASTATD_USER%%" -SASTATD_DBDIR="%%SASTATD_DBDIR%%" -SASTATD_RUNDIR="%%SASTATD_RUNDIR%%" - -CHOWN="%%CHOWN%%" -MKDIR="%%MKDIR%%" -PW="%%PW%%" - -${PW} user show ${SASTATD_USER} >/dev/null 2>&1 && - echo "===> Using existing user ${SASTATD_USER}" || { - ${PW} useradd ${SASTATD_USER} && - echo "===> Created user ${SASTATD_USER}" || { - echo "*** Failed to create user ${SASTATD_USER}" - exit 1 - } - } - -for DIR in ${SASTATD_DBDIR} ${SASTATD_RUNDIR}; do - test -d ${DIR} || { - ${MKDIR} -p ${DIR} && - echo "===> Created directory ${DIR}" || { - echo "*** Failed to create directory ${DIR}" - exit 1 - }; - } - ${CHOWN} -R ${SASTATD_USER} ${DIR} && - echo "===> Changed ownership of ${DIR}" || { - echo "*** Failed to changed ownership of ${DIR}" - exit 1 - } -done - diff --git a/mail/sastatd/files/sastatd.in b/mail/sastatd/files/sastatd.in deleted file mode 100644 index 0042ad041d4b..000000000000 --- a/mail/sastatd/files/sastatd.in +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: sastatd -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# Add the following lines to /etc/rc.conf to enable : -# -# sastatd_enable="YES" -# sastatd_spamd_log="/var/log/spamd.log" -# - -. /etc/rc.subr - - -name="sastatd" -rcvar=sastatd_enable - -load_rc_config "$name" -: ${sastatd_enable="NO"} -: ${sastatd_database="%%SASTATD_DBDIR%%/sastatd.db"} -: ${sastatd_setuid="%%SASTATD_USER%%"} -: ${sastatd_pidfile="%%SASTATD_RUNDIR%%/sastatd.pid"} -: ${sastatd_flags="-d ${sastatd_database} -p ${sastatd_pidfile} -u ${sastatd_setuid}"} -: ${sastatd_spamd_log="/var/log/spamd.log"} - -command="%%PREFIX%%/bin/sastatd" -command_args="${sastatd_flags} ${sastatd_spamd_log}" -pidfile="${sastatd_pidfile}" - -run_rc_command "$1" - diff --git a/mail/sastatd/pkg-descr b/mail/sastatd/pkg-descr deleted file mode 100644 index ebf606ae43ed..000000000000 --- a/mail/sastatd/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -SpamAssassin statistics collecting server - -WWW: http://search.cpan.org/dist/sastatd/ diff --git a/mail/sastatd/pkg-plist b/mail/sastatd/pkg-plist deleted file mode 100644 index 8dd5bfc73523..000000000000 --- a/mail/sastatd/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/sastatd -%%SITE_PERL%%/%%PERL_ARCH%%/auto/sastatd/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/sastatd |