1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Project abandoned.

This commit is contained in:
Marcelo Araujo 2009-06-18 03:36:37 +00:00
parent e1e4064f00
commit 4b51616145
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236189
6 changed files with 1 additions and 53 deletions

1
MOVED
View File

@ -4054,3 +4054,4 @@ net/p5-ZConf-Mail|mail/p5-ZConf-Mail|2009-06-15|Moved to mail/p5-ZConf-Mail
net/p5-ZConf-BGSet|deskutils/p5-ZConf-BGSet|2009-06-15|Moved to deskutils/p5-ZConf-BGSet
www/postnuke||2009-06-16|Project abandoned
x11-toolkits/py-anygui||2009-06-16|No longer actively developed or supported
mail/mailrep||2009-06-18|Project abandoned

View File

@ -241,7 +241,6 @@
SUBDIR += mailgraph
SUBDIR += mailman
SUBDIR += mailmgr
SUBDIR += mailrep
SUBDIR += mailscanner
SUBDIR += mailscanner-devel
SUBDIR += mailscanner-mrtg

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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