View | Details | Raw Unified | Return to bug 187059
Collapse All | Expand All

(-)net-mgmt/arpscan/Makefile (-7 / +11 lines)
Lines 3-26 Link Here
3
3
4
PORTNAME=	arpscan
4
PORTNAME=	arpscan
5
PORTVERSION=	0.5
5
PORTVERSION=	0.5
6
PORTREVISION=	1
6
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
7
MASTER_SITES=	GOOGLE_CODE
8
MASTER_SITES=	GH
9
DIST_SUBDIR=	repacked
8
10
9
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	Simple arp scanner
12
COMMENT=	Simple arp scanner
11
13
12
DEPRECATED=	No more public distfiles
13
EXPIRATION_DATE=	2014-03-07
14
15
LICENSE=	BSD
14
LICENSE=	BSD
16
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
17
16
18
LIB_DEPENDS=	dnet:${PORTSDIR}/net/libdnet
17
LIB_DEPENDS=	libdnet.so:${PORTSDIR}/net/libdnet
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	jasonish
21
GH_TAGNAME=	${GH_COMMIT}
22
GH_COMMIT=	e59831a
19
23
20
GNU_CONFIGURE=	yes
24
USE_AUTOTOOLS=	aclocal autoheader automake autoconf
25
AUTOMAKE_ARGS=	--add-missing --copy
21
CONFIGURE_ARGS=--with-libdnet=${LOCALBASE}
26
CONFIGURE_ARGS=--with-libdnet=${LOCALBASE}
22
27
23
PLIST_FILES=	bin/arpscan
28
PLIST_FILES=	bin/arpscan
24
29
25
NO_STAGE=	yes
26
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)net-mgmt/arpscan/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (arpscan-0.5.tar.gz) = d2561c82a07d88a20aac38e228cf7965e296dcfc3f82d60d9e7f23940255c187
1
SHA256 (repacked/arpscan-0.5.tar.gz) = e3fc78ef7f6bfa558a5c40025750d4fdc505bc632be6af1bdd83102c2782cfb3
2
SIZE (arpscan-0.5.tar.gz) = 75501
2
SIZE (repacked/arpscan-0.5.tar.gz) = 5187
(-)net-mgmt/arpscan/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
arpscan is a very simple scanner which sends out arp requests for
1
arpscan is a very simple scanner which sends out arp requests for
2
the given IP addresses and displays a list of the found hosts.
2
the given IP addresses and displays a list of the found hosts.
3
3
4
WWW: http://code.google.com/p/arpscan/
4
WWW: https://github.com/jasonish/arpscan/

Return to bug 187059