diff options
author | jwise <jwise@pkgsrc.org> | 2008-04-04 19:42:15 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2008-04-04 19:42:15 +0000 |
commit | 25377b00d8d9d37c69ea7684a158e9665a77916f (patch) | |
tree | f6a2aa2a57f0737f103373f4c6bc24032b4bcf85 /net | |
parent | b37dcddbaab776b2493b79b6acb4efb0272fe3eb (diff) | |
download | pkgsrc-25377b00d8d9d37c69ea7684a158e9665a77916f.tar.gz |
Update arpwatch to version 2.1a15. Changes are build-infrastructure-related
and updates to vendor tables.
While here, also install example scripts which come with arpwatch, showing
how to have arpwatch sample from an snmp-enabled router or switch (these
install into /usr/pkg/share/examples/arpwatch).
Diffstat (limited to 'net')
-rw-r--r-- | net/arpwatch/Makefile | 7 | ||||
-rw-r--r-- | net/arpwatch/PLIST | 5 | ||||
-rw-r--r-- | net/arpwatch/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile index 7c9492a967a..e85d731dd77 100644 --- a/net/arpwatch/Makefile +++ b/net/arpwatch/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2007/03/24 19:21:29 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2008/04/04 19:42:15 jwise Exp $ # -DISTNAME= arpwatch-2.1a13 +DISTNAME= arpwatch-2.1a15 PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/ @@ -41,6 +41,9 @@ post-install: ${TOUCH} ${VARBASE}/db/arpwatch/arp.dat ${INSTALL_DATA_DIR} ${PREFIX}/share/arpwatch ${INSTALL_DATA} ${WRKSRC}/ethercodes.dat ${PREFIX}/share/arpwatch + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/arpwatch + ${INSTALL_DATA} ${WRKSRC}/bihourly.sh ${PREFIX}/share/examples/arpwatch/bihourly.sh + ${INSTALL_DATA} ${WRKSRC}/arpfetch ${PREFIX}/share/examples/arpwatch/arpfetch .include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/arpwatch/PLIST b/net/arpwatch/PLIST index d49d8e4700c..eaf8e120fab 100644 --- a/net/arpwatch/PLIST +++ b/net/arpwatch/PLIST @@ -1,10 +1,13 @@ -@comment $NetBSD: PLIST,v 1.4 2005/11/30 22:36:43 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.5 2008/04/04 19:42:15 jwise Exp $ sbin/arpwatch sbin/arpsnmp share/arpwatch/ethercodes.dat +share/examples/arpwatch/bihourly.sh +share/examples/arpwatch/arpfetch man/man8/arpwatch.8 man/man8/arpsnmp.8 share/examples/rc.d/arpwatch @exec ${MKDIR} ${VARBASE}/db/arpwatch @exec /usr/bin/touch ${VARBASE}/db/arpwatch/arp.dat @dirrm share/arpwatch +@dirrm share/examples/arpwatch diff --git a/net/arpwatch/distinfo b/net/arpwatch/distinfo index d2e12ac0018..a99cdf1a793 100644 --- a/net/arpwatch/distinfo +++ b/net/arpwatch/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2006/04/15 09:54:20 bouyer Exp $ +$NetBSD: distinfo,v 1.11 2008/04/04 19:42:15 jwise Exp $ -SHA1 (arpwatch-2.1a13.tar.gz) = 03d98e239405529f97b742f04d2a9b837b5da43a -RMD160 (arpwatch-2.1a13.tar.gz) = 80b89d36d9c20e9d0ac272ba7b66494d2888a557 -Size (arpwatch-2.1a13.tar.gz) = 152779 bytes +SHA1 (arpwatch-2.1a15.tar.gz) = 9dffaec0f132e5bb7aedfc840c5c67068bfbce69 +RMD160 (arpwatch-2.1a15.tar.gz) = a27ee53275dcec3cafb85eb3df2451d42ec32b0c +Size (arpwatch-2.1a15.tar.gz) = 202729 bytes SHA1 (patch-aa) = 01d72e1342cdcf2c566a2c761743d4b71af5985c SHA1 (patch-ab) = 73fb4cca476b58c3456f4d418779ae9aecfcf885 SHA1 (patch-ac) = f6f139fb1413ac2c483f6c8ea965a9a7b4b9a268 |