Bug 95544 - New Port Mail/Mailrep
Summary: New Port Mail/Mailrep
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean Milanez Melo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-09 14:50 UTC by Marcelo Araujo
Modified: 2006-04-25 21:04 UTC (History)
0 users

See Also:


Attachments
pkg-descr (388 bytes, text/plain)
2006-04-09 14:50 UTC, Marcelo Araujo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcelo Araujo 2006-04-09 14:50:12 UTC
Mailrep - 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.

Fix: MD5 (mailrep-1.0.tar.gz) = 09c648d8ab18727b70f27c654d1da93d
SHA256 (mailrep-1.0.tar.gz) = 33036cd8f7b2bce45c8a522f7fccbc6c7ff263b59e8a40a99c64dd26992b0c0e
SIZE (mailrep-1.0.tar.gz) = 19968
--- distinfo ends here ---


sbin/mailrep.pl
etc/mailrep/mailrep.conf
etc/mailrep/LICENSE
@dirrm etc/mailrep 
--- pkg-plist ends here -----0RRGgsn9yamH0245Fuhh4CjjXZQXUhok6SoBJdxONAlj4gpA
Content-Type: text/plain; name="Makefile"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="Makefile"

PORTNAME=	mailrep
PORTVERSION=	1.0
CATEGORIES=	mail
MASTER_SITES=	http://cs.bon.matrix.com.br/araujo/pub/mailrep/
DISTNAME=	mailrep-${PORTVERSION}

MAINTAINER=	araujo@bsdmail.org
COMMENT=	Program for reporting mail log information.

NO_BUILD=	yes
USER_PERL5=	yes

do-install:
	${MKDIR} ${PREFIX}/etc/mailrep
	${INSTALL_SCRIPT} ${WRKSRC}/LICENSE ${PREFIX}/etc/mailrep/
	${INSTALL_SCRIPT} ${WRKSRC}/mailrep.pl ${PREFIX}/sbin/
	${INSTALL_SCRIPT} ${WRKSRC}/mailrep.conf ${PREFIX}/etc/mailrep/
.include <bsd.port.mk>
Comment 1 Jean Milanez Melo freebsd_committer freebsd_triage 2006-04-18 20:54:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmelo

I'll take it.
Comment 2 Jean Milanez Melo freebsd_committer freebsd_triage 2006-04-18 21:18:04 UTC
State Changed
From-To: open->feedback

Ask for port shar file.
Comment 3 Jean Milanez Melo freebsd_committer freebsd_triage 2006-04-18 21:20:39 UTC
Marcelo,

Please send a shar file as described at:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-submitting.html

An advice, you should use ${INSTALL_DATA} in sharable files such as 
mailrep.conf and LICENSE.

Another thing, which MTA your script run? It's a good thing to add in 
your pkg-descr file.

Thanks.

-- 
Jean
Comment 4 Jean Milanez Melo freebsd_committer freebsd_triage 2006-04-25 20:52:30 UTC
State Changed
From-To: feedback->closed

New port added with minor changes. In next time use: 
- Send a shar file instead of diff. 
- Use INSTALL_DATA command to sharable data. 
- Tabs in atribution variables. 
- Tagline in port Makefile. (http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/quick-porting.html#PORTING-MAKEFILE) 
- USE_PERL5 instead USER_PERL5. 
- Use PORTDOCS. 
- And remember, always use portlint(1) to check your port before you send the PR. 

Take a look on port, if you have any doubts let me know. Thanks!