diff options
author | araujo <araujo@FreeBSD.org> | 2009-06-18 11:36:37 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-06-18 11:36:37 +0800 |
commit | c06417b66f92de89ddf3aaf7f178dc1b9ce41207 (patch) | |
tree | 3d21fed22b638de4c0f873d2659172e86f8bae47 /mail | |
parent | 736f7803a2f988f2f5934cf8e5aed196dadebb04 (diff) | |
download | freebsd-ports-gnome-c06417b66f92de89ddf3aaf7f178dc1b9ce41207.tar.gz freebsd-ports-gnome-c06417b66f92de89ddf3aaf7f178dc1b9ce41207.tar.zst freebsd-ports-gnome-c06417b66f92de89ddf3aaf7f178dc1b9ce41207.zip |
- Project abandoned.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/mailrep/Makefile | 37 | ||||
-rw-r--r-- | mail/mailrep/distinfo | 3 | ||||
-rw-r--r-- | mail/mailrep/pkg-descr | 8 | ||||
-rw-r--r-- | mail/mailrep/pkg-plist | 4 |
5 files changed, 0 insertions, 53 deletions
diff --git a/mail/Makefile b/mail/Makefile index 9dd964faf93d..43b5c95c4e9f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -241,7 +241,6 @@ SUBDIR += mailgraph SUBDIR += mailman SUBDIR += mailmgr - SUBDIR += mailrep SUBDIR += mailscanner SUBDIR += mailscanner-devel SUBDIR += mailscanner-mrtg diff --git a/mail/mailrep/Makefile b/mail/mailrep/Makefile deleted file mode 100644 index e54fc56971e6..000000000000 --- a/mail/mailrep/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: mailrep -# Date created: 2006-04-25 -# Whom: Marcelo Araujo <araujo@bsdmail.org> -# -# $FreeBSD$ -# - -PORTNAME= mailrep -PORTVERSION= 1.1 -CATEGORIES= mail sysutils -MASTER_SITES= http://server3.bon.matrix.com.br/araujo/pub/mailrep/ - -MAINTAINER= araujo@FreeBSD.org -COMMENT= Program for reporting mail log information - -NO_BUILD= yes -USE_PERL5= yes - -PORTDOCS= LICENSE - -.include <bsd.port.pre.mk> - -do-install: - @${MKDIR} ${PREFIX}/etc/mailrep - ${INSTALL_SCRIPT} ${WRKSRC}/mailrep.pl ${PREFIX}/sbin/ - ${INSTALL_DATA} ${WRKSRC}/mailrep.conf ${PREFIX}/etc/mailrep/mailrep.conf.sample -.if !exists(${PREFIX}/etc/mailrep/mailrep.conf) - ${INSTALL_DATA} ${WRKSRC}/mailrep.conf ${PREFIX}/etc/mailrep/ -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/mail/mailrep/distinfo b/mail/mailrep/distinfo deleted file mode 100644 index 21cd54cb12d2..000000000000 --- a/mail/mailrep/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mailrep-1.1.tar.gz) = dc09675eb1b4342f962a1e57a24f8204 -SHA256 (mailrep-1.1.tar.gz) = 8b8cd3d3a2ef68367760ddabe4490dab211207b464f812de5c39a6c310cee544 -SIZE (mailrep-1.1.tar.gz) = 23552 diff --git a/mail/mailrep/pkg-descr b/mail/mailrep/pkg-descr deleted file mode 100644 index 4cf5870b4d42..000000000000 --- a/mail/mailrep/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Mailrep - A program for reporting mail log information in sendmail and postfix. - -A program for reporting mail log information. You can configure it to respond -to errors in various ways and you can specify RBLs that can be used for -blocking spam. The program can measure the number of messages sent for a -particular account and the number of messages that the server processes daily. - -WWW: http://experience.bsdnetwork.org/ diff --git a/mail/mailrep/pkg-plist b/mail/mailrep/pkg-plist deleted file mode 100644 index 768f8d67ea3b..000000000000 --- a/mail/mailrep/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@unexec if cmp -s %D/etc/mailrep/mailrep.conf %D/etc/mailrep/mailrep.conf.sample; then rm -f %D/etc/mailrep/mailrep.conf; fi -etc/mailrep/mailrep.conf.sample -sbin/mailrep.pl -@dirrmtry etc/mailrep |