mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Lanmap sits quietly on a network and builds a picture of what it sees.
WWW: http://www.parseerror.com/lanmap/ PR: ports/126730 Submitted by: Bapt <baptiste.daroussin at gmail.com>
This commit is contained in:
parent
1dceb7512d
commit
b55f92b703
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219135
6 changed files with 71 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
|||
SUBDIR += junipoll
|
||||
SUBDIR += kismet
|
||||
SUBDIR += knowlan
|
||||
SUBDIR += lanmap
|
||||
SUBDIR += libsmi
|
||||
SUBDIR += macroscope
|
||||
SUBDIR += mbrowse
|
||||
|
|
25
net-mgmt/lanmap/Makefile
Normal file
25
net-mgmt/lanmap/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: lanmap
|
||||
# Date created: 2008-08-21
|
||||
# Whom: Bapt <baptiste.daroussin@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lanmap
|
||||
DISTVERSION= 2006-03-07-rev81
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://www.parseerror.com/lanmap/rev/
|
||||
|
||||
MAINTAINER= baptiste.daroussin@gmail.com
|
||||
COMMENT= Lanmap sits quietly on a network and builds a picture of what it sees
|
||||
|
||||
RUN_DEPENDS= twopi:${PORTSDIR}/graphics/graphviz
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_ZIP= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
post-extract:
|
||||
${CHMOD} 755 ${WRKSRC}/configure
|
||||
.include <bsd.port.post.mk>
|
3
net-mgmt/lanmap/distinfo
Normal file
3
net-mgmt/lanmap/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (lanmap-2006-03-07-rev81.zip) = 7f225f7d7a394f7c6275228584bd6409
|
||||
SHA256 (lanmap-2006-03-07-rev81.zip) = 072e71aa3a641d27981a570b0f1e8c82ec1c8864374c7aa68f5e847e6b265127
|
||||
SIZE (lanmap-2006-03-07-rev81.zip) = 856061
|
11
net-mgmt/lanmap/files/patch-Makefile.in
Normal file
11
net-mgmt/lanmap/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ./Makefile.in.orig 2006-03-07 15:44:34.000000000 +0100
|
||||
+++ ./Makefile.in 2008-08-21 18:28:55.665610617 +0200
|
||||
@@ -21,7 +21,7 @@
|
||||
install -m 0644 ./data/mac_vendor $(DATADEST)data/
|
||||
install -m 0644 -d $(DATADEST)graph
|
||||
install -m 0644 ./graph/lanmap.header $(DATADEST)graph/
|
||||
- for f in ./graph/img/*.{png,gif,svg}; do install -m 0644 $$f $(DATADEST)graph/img/; done
|
||||
+ for f in ./graph/img/*.png ./graph/img/*.gif ./graph/img/*.svg; do install -m 0644 $$f $(DATADEST)graph/img/; done
|
||||
|
||||
uninstall:
|
||||
rm $(BINDEST)$(BINARY)
|
3
net-mgmt/lanmap/pkg-descr
Normal file
3
net-mgmt/lanmap/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Lanmap sits quietly on a network and builds a picture of what it sees.
|
||||
|
||||
WWW: http://www.parseerror.com/lanmap/
|
28
net-mgmt/lanmap/pkg-plist
Normal file
28
net-mgmt/lanmap/pkg-plist
Normal file
|
@ -0,0 +1,28 @@
|
|||
bin/lanmap
|
||||
share/lanmap/data/mac_vendor
|
||||
share/lanmap/graph/img/bridge.gif
|
||||
share/lanmap/graph/img/bridge.png
|
||||
share/lanmap/graph/img/bridge.svg
|
||||
share/lanmap/graph/img/cloud.gif
|
||||
share/lanmap/graph/img/cloud.png
|
||||
share/lanmap/graph/img/cloud.svg
|
||||
share/lanmap/graph/img/desktop.gif
|
||||
share/lanmap/graph/img/desktop.png
|
||||
share/lanmap/graph/img/desktop.svg
|
||||
share/lanmap/graph/img/printer.gif
|
||||
share/lanmap/graph/img/printer.png
|
||||
share/lanmap/graph/img/printer.svg
|
||||
share/lanmap/graph/img/router.gif
|
||||
share/lanmap/graph/img/router.png
|
||||
share/lanmap/graph/img/router.svg
|
||||
share/lanmap/graph/img/server.gif
|
||||
share/lanmap/graph/img/server.png
|
||||
share/lanmap/graph/img/server.svg
|
||||
share/lanmap/graph/img/switch.gif
|
||||
share/lanmap/graph/img/switch.png
|
||||
share/lanmap/graph/lanmap.header
|
||||
@dirrm share/lanmap/graph/img
|
||||
@dirrm share/lanmap/graph
|
||||
@dirrm share/lanmap/data/graph
|
||||
@dirrm share/lanmap/data
|
||||
@dirrm share/lanmap
|
Loading…
Add table
Reference in a new issue