Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2013 21:45:36 +0900
From:      Chie Taguchi <taguchi.ch@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/183786: [new ports] security/masscan: very fast port scanner
Message-ID:  <20131108214536.f397170de9fb73131dd2d53b@gmail.com>
In-Reply-To: <201311081240.rA8Ce0E4056985@freefall.freebsd.org>
References:  <201311081234.rA8CY1Ja049615@oldred.freebsd.org> <201311081240.rA8Ce0E4056985@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--Multipart=_Fri__8_Nov_2013_21_45_36_+0900_JB7vCZUK2k+CW2Id
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

shar file is missing.
I attach it again.


On Fri, 8 Nov 2013 12:40:00 GMT
FreeBSD-gnats-submit@FreeBSD.org wrote:

> Thank you very much for your problem report.
> It has the internal identification `ports/183786'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=183786
> 
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       [new ports] security/masscan: very fast port scanner
> >Arrival-Date:   Fri Nov 08 12:40:00 UTC 2013


-- 
Chie Taguchi <taguchi.ch@gmail.com>

--Multipart=_Fri__8_Nov_2013_21_45_36_+0900_JB7vCZUK2k+CW2Id
Content-Type: text/plain;
 name="patch.txt"
Content-Disposition: attachment;
 filename="patch.txt"
Content-Transfer-Encoding: 7bit

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	masscan
#	masscan/pkg-descr
#	masscan/distinfo
#	masscan/Makefile
#	masscan/pkg-plist
#
echo c - masscan
mkdir -p masscan > /dev/null 2>&1
echo x - masscan/pkg-descr
sed 's/^X//' >masscan/pkg-descr << 'd4a186302ff9296f1562b41432888b3d'
Xmasscan is a very fast port scanner.
X
XUsing masscan, you can get results similar to nmap.
XAnd masscan is not only faster than other scanners,
Xalso more flexible setting for address and port ranges.
X
XWWW: https://github.com/robertdavidgraham/masscan
d4a186302ff9296f1562b41432888b3d
echo x - masscan/distinfo
sed 's/^X//' >masscan/distinfo << '8e31202f60123c3652211766dc520a75'
XSHA256 (1.0.tar.gz) = 703f5b61246dd70f71c4145e254a0b9306ffd302b466a2b615ea9aae1db34d43
XSIZE (1.0.tar.gz) = 241907
8e31202f60123c3652211766dc520a75
echo x - masscan/Makefile
sed 's/^X//' >masscan/Makefile << 'c4c9f34b466324a5f3de87684263f054'
X# Created by: Chie Taguchi <taguchi.ch@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	masscan
XPORTVERSION=	1.0
XCATEGORIES=	security
XMASTER_SITES=	https://github.com/robertdavidgraham/masscan/archive/
XDISTNAME=       ${PORTVERSION}
X
XMAINTAINER=	taguchi.ch@gmail.com
XCOMMENT=	Very fast port scanner
X
XLICENSE=        GPLv3
X
XBASE_WRKSRC=    ${WRKDIR}/${PORTNAME}-${PORTVERSION}
XWRKSRC=		${BASE_WRKSRC}
XUSE_GMAKE=      yes
XMAKE_ENV+=	LIBS="${LIBS}" \
X		INCLUDES="${INCLUDES}" \
X		FLAGS2="${FLAGS2}"
XFETCH_ARGS=     -Fpr
X
XMAN8=           masscan.8
X
X.include <bsd.port.pre.mk>
X
XLIBS=           -lpcap -lm ${PTHREAD_LIBS}
XINCLUDES=       -I.
XFLAGS2=
X
Xpre-build:
X	${REINPLACE_CMD} -e 's|gcc -dumpmachine|uname -s \| ${TR} "[:upper:]" "[:lower:]"|' ${WRKSRC}/Makefile
X	${REINPLACE_CMD} -e 's|CC = gcc|CC ?= gcc|' ${WRKSRC}/Makefile
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/bin/masscan ${STAGEDIR}${PREFIX}/bin/masscan
X	${INSTALL_MAN} ${WRKSRC}/doc/masscan.8 ${STAGEDIR}${MANPREFIX}/man/man8/
X
Xregression-test: build
X		${WRKSRC}/bin/masscan --selftest
X
X.include <bsd.port.post.mk>
c4c9f34b466324a5f3de87684263f054
echo x - masscan/pkg-plist
sed 's/^X//' >masscan/pkg-plist << '87fa88410b7828169abd4646f8e06ee4'
Xbin/masscan
87fa88410b7828169abd4646f8e06ee4
exit


--Multipart=_Fri__8_Nov_2013_21_45_36_+0900_JB7vCZUK2k+CW2Id--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131108214536.f397170de9fb73131dd2d53b>