update to scamper 20140404, and install convenience symlinks to use the

"multicall" support (scamper-ping, scamper-trace, scamper-tracelb etc).
This commit is contained in:
sthen 2014-04-04 23:13:17 +00:00
parent 3ecb23c261
commit 165cac4b2a
3 changed files with 18 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2014/01/23 00:39:11 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2014/04/04 23:13:17 sthen Exp $
SHARED_LIBS += scamperfile 0.0 # 0.0
COMMENT = parallel internet measurement utility
V = 20140122
V = 20140404
DISTNAME = scamper-cvs-$V
PKGNAME = scamper-0.0.$V
@ -26,4 +26,9 @@ SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-privsep-user=_scamper
post-install:
.for i in trace ping tracelb dealias sting neighbourdisc tbit sniff
ln ${PREFIX}/bin/scamper ${PREFIX}/bin/scamper-$i
.endfor
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (scamper-cvs-20140122.tar.gz) = ICfSKQbaPT9kOJ0KgnZXniYl/9grtg5kDYS+Hq2/7yY=
SIZE (scamper-cvs-20140122.tar.gz) = 1211605
SHA256 (scamper-cvs-20140404.tar.gz) = rGBovIfwMUtoYNVMiQTtlhUCfreXxvPCMVWigZpF4tw=
SIZE (scamper-cvs-20140404.tar.gz) = 1211495

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2013/08/25 19:54:49 sthen Exp $
@comment $OpenBSD: PLIST,v 1.5 2014/04/04 23:13:17 sthen Exp $
@newgroup _scamper:677
@newuser _scamper:677:_scamper:daemon:Scamper Account:/nonexistent:/sbin/nologin
@bin bin/sc_ally
@ -14,6 +14,14 @@
@bin bin/sc_wartsdump
@bin bin/sc_wartsfix
@bin bin/scamper
@bin bin/scamper-dealias
@bin bin/scamper-neighbourdisc
@bin bin/scamper-ping
@bin bin/scamper-sniff
@bin bin/scamper-sting
@bin bin/scamper-tbit
@bin bin/scamper-trace
@bin bin/scamper-tracelb
include/scamper_addr.h
include/scamper_dealias.h
include/scamper_file.h