mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
add netmap 0.1.2b
Make a graphical representation of the surounding network
This commit is contained in:
parent
49a1e19fc0
commit
fbcde38ef1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54449
7 changed files with 46 additions and 0 deletions
|
@ -251,6 +251,7 @@
|
|||
SUBDIR += net-snmp
|
||||
SUBDIR += netatalk
|
||||
SUBDIR += netcat
|
||||
SUBDIR += netmap
|
||||
SUBDIR += netmask
|
||||
SUBDIR += netpipes
|
||||
SUBDIR += netqc
|
||||
|
|
25
net/netmap/Makefile
Normal file
25
net/netmap/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: netmap
|
||||
# Date created: Feb 10, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= netmap
|
||||
PORTVERSION= 0.1.2b
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= dotty:${PORTSDIR}/graphics/graphviz
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/makelist/makelist ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/netmap/netmap ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/netmap/distinfo
Normal file
1
net/netmap/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (netmap-0.1.2b.tar.gz) = c033ad7751e9f62119e588e6bbe278fa
|
11
net/netmap/files/patch-netmap::lookup.c
Normal file
11
net/netmap/files/patch-netmap::lookup.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- netmap/lookup.c.orig Sun Feb 10 02:57:26 2002
|
||||
+++ netmap/lookup.c Sun Feb 10 02:59:22 2002
|
||||
@@ -1,6 +1,8 @@
|
||||
#include <strstream>
|
||||
#include <iostream>
|
||||
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
#include <netdb.h> //hostent def
|
||||
|
||||
//from belgolib
|
1
net/netmap/pkg-comment
Normal file
1
net/netmap/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Make a graphical representation of the surounding network
|
5
net/netmap/pkg-descr
Normal file
5
net/netmap/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Netmap can be used to make a graphical representation of the surounding
|
||||
network. It first uses traceroute to make a list of all routers and their
|
||||
interconnections, after which it generates a .dot file.
|
||||
|
||||
WWW: http://netmap.sourceforge.net/
|
2
net/netmap/pkg-plist
Normal file
2
net/netmap/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/makelist
|
||||
bin/netmap
|
Loading…
Add table
Reference in a new issue