summaryrefslogtreecommitdiff
path: root/net/cia
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-07-16 17:14:38 +0000
committertron <tron@pkgsrc.org>2000-07-16 17:14:38 +0000
commit9015e0b1cd4ce9f362fe84332112be7606358a7f (patch)
tree8b669de874f862a4284411bc179890e23d1784a8 /net/cia
parentc4af37727c0fff62baa9b4c51dfa691210650715 (diff)
downloadpkgsrc-9015e0b1cd4ce9f362fe84332112be7606358a7f.tar.gz
Initial import of "cia" package:
simple IP accounting software
Diffstat (limited to 'net/cia')
-rw-r--r--net/cia/Makefile20
-rw-r--r--net/cia/files/md53
-rw-r--r--net/cia/pkg/COMMENT1
-rw-r--r--net/cia/pkg/DESCR3
-rw-r--r--net/cia/pkg/PLIST9
5 files changed, 36 insertions, 0 deletions
diff --git a/net/cia/Makefile b/net/cia/Makefile
new file mode 100644
index 00000000000..a657b44b2e0
--- /dev/null
+++ b/net/cia/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/07/16 17:14:38 tron Exp $
+
+DISTNAME= cia-20000716
+CATEGORIES= net
+MASTER_SITES= http://www.pader.net/~mscheler/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tron@netbsd.org
+
+DOC_DIR= ${PREFIX}/share/doc/cia
+EXAMPLES_DIR= ${PREFIX}/share/examples/cia
+MAKE_ENV+= BINDIR="${PREFIX}/bin"
+
+post-install:
+ ${MKDIR} ${DOC_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/README ${DOC_DIR}
+ ${MKDIR} ${EXAMPLES_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/ipstat/examples/*.cfg ${EXAMPLES_DIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/cia/files/md5 b/net/cia/files/md5
new file mode 100644
index 00000000000..d826313d023
--- /dev/null
+++ b/net/cia/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/07/16 17:14:38 tron Exp $
+
+MD5 (cia-20000716.tar.bz2) = 27ef4eb31165a98577c3a2e7ec2d3e6d
diff --git a/net/cia/pkg/COMMENT b/net/cia/pkg/COMMENT
new file mode 100644
index 00000000000..cd49847176f
--- /dev/null
+++ b/net/cia/pkg/COMMENT
@@ -0,0 +1 @@
+simple IP accounting software
diff --git a/net/cia/pkg/DESCR b/net/cia/pkg/DESCR
new file mode 100644
index 00000000000..39ea8c3acbc
--- /dev/null
+++ b/net/cia/pkg/DESCR
@@ -0,0 +1,3 @@
+CIA - Crude IP Accounting can read and process output from "tcpdump(1)"
+and "ipmon(8)", divide on accounts and print the balances of those
+accounts.
diff --git a/net/cia/pkg/PLIST b/net/cia/pkg/PLIST
new file mode 100644
index 00000000000..39b2ff824df
--- /dev/null
+++ b/net/cia/pkg/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/16 17:14:38 tron Exp $
+bin/ipmon2ipstat
+bin/ipstat
+bin/pcap2ipstat
+share/doc/cia/README
+share/examples/cia/ipstat.cfg
+share/examples/cia/sum.cfg
+@dirrm share/examples/cia
+@dirrm share/doc/cia