mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
New port: mail/smtprc
New port. (and my 30st port.. wheeee) [can somebody give him ports-commit access please? - edwin] smtprc is fully configurable, multithreaded open mail relay scanner. It supports scanning of IP blocks, and can print the results to a web page. It is intended for SysAdmins to check IP blocks under their control. PR: ports/48889 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
This commit is contained in:
parent
2696f3bbe9
commit
50936627c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77961
@ -269,6 +269,7 @@
|
||||
SUBDIR += smtpd
|
||||
SUBDIR += smtpfeed
|
||||
SUBDIR += smtpproxy
|
||||
SUBDIR += smtprc
|
||||
SUBDIR += smunge
|
||||
SUBDIR += solidpop3d
|
||||
SUBDIR += sonicmail
|
||||
|
40
mail/smtprc/Makefile
Normal file
40
mail/smtprc/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: smtprc
|
||||
# Date created: Mon Mar 3, 2003
|
||||
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= smtprc
|
||||
PORTVERSION= 0.9.5b
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= mich@freebsdcluster.org
|
||||
COMMENT= A scanner for open SMTP relays
|
||||
|
||||
USE_REINPLACE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,-Wall -g,${CFLAGS},g ; \
|
||||
s,gcc,${CC},g" ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${MKDIR} ${PREFIX}/etc/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/auto.conf ${PREFIX}/etc/${PORTNAME}/auto.conf.sample
|
||||
${INSTALL_DATA} ${WRKSRC}/email.tmpl ${PREFIX}/etc/${PORTNAME}/email.tmpl.sample
|
||||
${INSTALL_DATA} ${WRKSRC}/rcheck.conf ${PREFIX}/etc/${PORTNAME}/rcheck.conf.sample
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
|
||||
.endif
|
||||
|
||||
MAN1= smtprc.1
|
||||
.include <bsd.port.mk>
|
1
mail/smtprc/distinfo
Normal file
1
mail/smtprc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (smtprc-0.9.5b.tgz) = 19829ffdd7b1bb0d070e24413fd25fa8
|
10
mail/smtprc/pkg-descr
Normal file
10
mail/smtprc/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
SmtpRC is a fully configurable, multithreaded open mail relay scanner.
|
||||
It supports scanning of IP blocks, and can print the results to a Web
|
||||
page. It is intended for Systems Administrators to check IP blocks
|
||||
under their control
|
||||
|
||||
WWW: http://smtprc.sourceforge.net
|
||||
AUTHOR: Spencer Hardy <diceman@dircon.co.uk>
|
||||
|
||||
- Michael L. Hostbaek
|
||||
mich@freebsdcluster.org
|
7
mail/smtprc/pkg-plist
Normal file
7
mail/smtprc/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/smtprc
|
||||
etc/smtprc/auto.conf.sample
|
||||
etc/smtprc/email.tmpl.sample
|
||||
etc/smtprc/rcheck.conf.sample
|
||||
@dirrm /etc/smtprc
|
||||
%%PORTDOCS%%share/doc/smtprc/README
|
||||
%%PORTDOCS%%@dirrm /share/doc/smtprc
|
Loading…
x
Reference in New Issue
Block a user