aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/lanmap
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2008-08-25 07:26:07 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2008-08-25 07:26:07 +0000
commitb55f92b70382e7b27a1d33f1ef86799383fa2ea2 (patch)
treef5d02939306f83c6ea88c2a2ca6a6e20c6955123 /net-mgmt/lanmap
parent1dceb7512d02db86e87af02e3b02042f15862916 (diff)
downloadports-b55f92b70382e7b27a1d33f1ef86799383fa2ea2.tar.gz
ports-b55f92b70382e7b27a1d33f1ef86799383fa2ea2.zip
Notes
Diffstat (limited to 'net-mgmt/lanmap')
-rw-r--r--net-mgmt/lanmap/Makefile25
-rw-r--r--net-mgmt/lanmap/distinfo3
-rw-r--r--net-mgmt/lanmap/files/patch-Makefile.in11
-rw-r--r--net-mgmt/lanmap/pkg-descr3
-rw-r--r--net-mgmt/lanmap/pkg-plist28
5 files changed, 70 insertions, 0 deletions
diff --git a/net-mgmt/lanmap/Makefile b/net-mgmt/lanmap/Makefile
new file mode 100644
index 000000000000..7547753b6fd2
--- /dev/null
+++ b/net-mgmt/lanmap/Makefile
@@ -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>
diff --git a/net-mgmt/lanmap/distinfo b/net-mgmt/lanmap/distinfo
new file mode 100644
index 000000000000..ebeffc8c4b12
--- /dev/null
+++ b/net-mgmt/lanmap/distinfo
@@ -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
diff --git a/net-mgmt/lanmap/files/patch-Makefile.in b/net-mgmt/lanmap/files/patch-Makefile.in
new file mode 100644
index 000000000000..c70ed52a8a5b
--- /dev/null
+++ b/net-mgmt/lanmap/files/patch-Makefile.in
@@ -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)
diff --git a/net-mgmt/lanmap/pkg-descr b/net-mgmt/lanmap/pkg-descr
new file mode 100644
index 000000000000..4fd944911c6e
--- /dev/null
+++ b/net-mgmt/lanmap/pkg-descr
@@ -0,0 +1,3 @@
+Lanmap sits quietly on a network and builds a picture of what it sees.
+
+WWW: http://www.parseerror.com/lanmap/
diff --git a/net-mgmt/lanmap/pkg-plist b/net-mgmt/lanmap/pkg-plist
new file mode 100644
index 000000000000..f1c1ee8b3973
--- /dev/null
+++ b/net-mgmt/lanmap/pkg-plist
@@ -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