diff options
author | pav <pav@FreeBSD.org> | 2006-01-14 21:16:35 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-14 21:16:35 +0000 |
commit | 7863ec28d4bd2ab14aa3c8e1c9d03b3c9ad93602 (patch) | |
tree | 765cfcfa89d9f76d50e0d05b3be1a5900ca064bf /mail | |
parent | 53e4d2159716f78b0b9b121428ca6c67428cfcb0 (diff) | |
download | FreeBSD-ports-7863ec28d4bd2ab14aa3c8e1c9d03b3c9ad93602.zip FreeBSD-ports-7863ec28d4bd2ab14aa3c8e1c9d03b3c9ad93602.tar.gz |
- Remove expired ports
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/yadda/Makefile | 38 | ||||
-rw-r--r-- | mail/yadda/distinfo | 3 | ||||
-rw-r--r-- | mail/yadda/pkg-descr | 9 | ||||
-rw-r--r-- | mail/yadda/pkg-plist | 2 |
5 files changed, 0 insertions, 53 deletions
diff --git a/mail/Makefile b/mail/Makefile index 1520e1d..233ed65 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -566,7 +566,6 @@ SUBDIR += xmailbox SUBDIR += xmailwatcher SUBDIR += xpbiff - SUBDIR += yadda SUBDIR += yuzu SUBDIR += zabit SUBDIR += zmailer diff --git a/mail/yadda/Makefile b/mail/yadda/Makefile deleted file mode 100644 index 5d4766e..0000000 --- a/mail/yadda/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: yadda -# Date created: 2004-01-01 -# Whom: Jesper Noehr <jesper@noehr.org> -# -# $FreeBSD$ -# - -PORTNAME= yadda -PORTVERSION= 1.0 -CATEGORIES= mail -MASTER_SITES= http://www.printf.dk/projects/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Yet Another Damn Delivery Agent - -DEPRECATED= "mastersite disappeared, no longer maintained by author" -EXPIRATION_DATE= 2005-12-31 - -RUN_DEPENDS= ${SITE_PERL}/Mail/Audit.pm:${PORTSDIR}/mail/p5-Mail-Audit - -USE_PERL5_RUN= yes - -do-build: - ${SED} -e '1s,/usr/bin/perl,${PERL},' ${WRKSRC}/yadda \ - > ${WRKDIR}/yadda - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/yadda ${PREFIX}/sbin - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -.else -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -.endif - -.include <bsd.port.post.mk> diff --git a/mail/yadda/distinfo b/mail/yadda/distinfo deleted file mode 100644 index 2f99299..0000000 --- a/mail/yadda/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (yadda-1.0.tar.gz) = 8a950af7b7ed7f37f4b5b1f891112c64 -SHA256 (yadda-1.0.tar.gz) = 9fede886f0a498cfbf2fa21ad983ec3bdd3a9d2e5bef7c485ea875bbbf53c95d -SIZE (yadda-1.0.tar.gz) = 4051 diff --git a/mail/yadda/pkg-descr b/mail/yadda/pkg-descr deleted file mode 100644 index 7520f04..0000000 --- a/mail/yadda/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Yadda - Yet Another Damn Delivery Agent is a -fully featured mail delivery agent, with support for Maildir++ -and softquotas. It also supports filtering, and SQL-usage. -It's written entirely in Perl and uses Mail::Audit which is -available from CPAN. It's compatible with RFC2033 (LMTP) -and works great with postfix, and other LHLO/LMTP-fluent MTA's. - -Author: Jesper Noehr <jesper@noehr.org> -WWW: http://www.printf.dk/projects/yadda.xml diff --git a/mail/yadda/pkg-plist b/mail/yadda/pkg-plist deleted file mode 100644 index 8c2d92c..0000000 --- a/mail/yadda/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -sbin/yadda |