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>
Responsible Changed From-To: freebsd-ports-bugs->jmelo I'll take it.
State Changed From-To: open->feedback Ask for port shar file.
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
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!