summaryrefslogtreecommitdiffstats
path: root/package/pmacct/ipkg
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-16 02:31:54 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-16 02:31:54 +0000
commit737549d63117b691d91a99619072f7c112e5d3f7 (patch)
tree12a1d36a6071ee8231071af70b5a6201f12bc76d /package/pmacct/ipkg
parentce65869956a44641db12c64aa3a0cfa32b06c030 (diff)
Add pmacct package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@915 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pmacct/ipkg')
-rw-r--r--package/pmacct/ipkg/nfacctd-custom.control10
-rw-r--r--package/pmacct/ipkg/nfacctd-mysql.control10
-rw-r--r--package/pmacct/ipkg/nfacctd-pgsql.control10
-rw-r--r--package/pmacct/ipkg/nfacctd.conffiles2
-rw-r--r--package/pmacct/ipkg/nfacctd.control10
-rw-r--r--package/pmacct/ipkg/pmacct-client.control9
-rw-r--r--package/pmacct/ipkg/pmacctd-custom.control10
-rw-r--r--package/pmacct/ipkg/pmacctd-mysql.control10
-rw-r--r--package/pmacct/ipkg/pmacctd-pgsql.control10
-rw-r--r--package/pmacct/ipkg/pmacctd.conffiles2
-rw-r--r--package/pmacct/ipkg/pmacctd.control10
11 files changed, 93 insertions, 0 deletions
diff --git a/package/pmacct/ipkg/nfacctd-custom.control b/package/pmacct/ipkg/nfacctd-custom.control
new file mode 100644
index 000000000..0a863ae6e
--- /dev/null
+++ b/package/pmacct/ipkg/nfacctd-custom.control
@@ -0,0 +1,10 @@
+Package: nfacctd-custom
+Priority: optional
+Section: net
+Version: [TBDL]
+Architecture: [TBDL]
+Maintainer: Nico <nthill@free.fr>
+Source: http://nthill.free.fr/openwrt/sources/pmacct/
+Description: a NetFlow accounting daemon,
+ built with custom options
+Depends: libpcap
diff --git a/package/pmacct/ipkg/nfacctd-mysql.control b/package/pmacct/ipkg/nfacctd-mysql.control
new file mode 100644
index 000000000..6ede1e061
--- /dev/null
+++ b/package/pmacct/ipkg/nfacctd-mysql.control
@@ -0,0 +1,10 @@
+Package: nfacctd-mysql
+Priority: optional
+Section: net
+Version: [TBDL]
+Architecture: [TBDL]
+Maintainer: Nico <nthill@free.fr>
+Source: http://nthill.free.fr/openwrt/sources/pmacct/
+Description: a NetFlow accounting daemon,
+ built with MySQL database support
+Depends: libmysqlclient, libpcap
diff --git a/package/pmacct/ipkg/nfacctd-pgsql.control b/package/pmacct/ipkg/nfacctd-pgsql.control
new file mode 100644
index 000000000..5885297a4
--- /dev/null
+++ b/package/pmacct/ipkg/nfacctd-pgsql.control
@@ -0,0 +1,10 @@
+Package: nfacctd-pgsql
+Priority: optional
+Section: net
+Version: [TBDL]
+Architecture: [TBDL]
+Maintainer: Nico <nthill@free.fr>
+Source: http://nthill.free.fr/openwrt/sources/pmacct/
+Description: a NetFlow accounting daemon,
+ built with PostgreSQL database support
+Depends: libpq, libpcap
diff --git a/package/pmacct/ipkg/nfacctd.conffiles b/package/pmacct/ipkg/nfacctd.conffiles
new file mode 100644
index 000000000..dec620351
--- /dev/null
+++ b/package/pmacct/ipkg/nfacctd.conffiles
@@ -0,0 +1,2 @@
+/etc/default/nfacctd
+/etc/nfacctd.conf
diff --git a/package/pmacct/ipkg/nfacctd.control b/package/pmacct/ipkg/nfacctd.control
new file mode 100644
index 000000000..fcd08c932
--- /dev/null
+++ b/package/pmacct/ipkg/nfacctd.control
@@ -0,0 +1,10 @@
+Package: nfacctd
+Priority: optional
+Section: net
+Version: [TBDL]
+Architecture: [TBDL]
+Maintainer: Nico <nthill@free.fr>
+Source: http://nthill.free.fr/openwrt/sources/pmacct/
+Description: a NetFlow accounting daemon,
+ built without database support
+Depends: libpcap
diff --git a/package/pmacct/ipkg/pmacct-client.control b/package/pmacct/ipkg/pmacct-client.control
new file mode 100644
index 000000000..8f3369554
--- /dev/null
+++ b/package/pmacct/ipkg/pmacct-client.control
@@ -0,0 +1,9 @@
+Package: pmacct-client
+Priority: optional
+Section: net
+Version: [TBDL]
+Architecture: [TBDL]
+Maintainer: Nico <nthill@free.fr>
+Source: http://nthill.free.fr/openwrt/sources/pmacct/
+Description: a command-line client for pmacctd or nfacctd,
+ used to retrieve data from an active memory plugin
diff --git a/package/pmacct/ipkg/pmacctd-custom.control b/package/pmacct/ipkg/pmacctd-custom.control
new file mode 100644
index 000000000..03bc89f90
--- /dev/null
+++ b/package/pmacct/ipkg/pmacctd-custom.control
@@ -0,0 +1,10 @@
+Package: pmacctd-custom
+Priority: optional
+Section: net
+Version: [TBDL]
+Architecture: [TBDL]
+Maintainer: Nico <nthill@free.fr>
+Source: http://nthill.free.fr/openwrt/sources/pmacct/
+Description: an IP accounting daemon,
+ built with custom options
+Depends: libpcap
diff --git a/package/pmacct/ipkg/pmacctd-mysql.control b/package/pmacct/ipkg/pmacctd-mysql.control
new file mode 100644
index 000000000..1733d08b5
--- /dev/null
+++ b/package/pmacct/ipkg/pmacctd-mysql.control
@@ -0,0 +1,10 @@
+Package: pmacctd-mysql
+Priority: optional
+Section: net
+Version: [TBDL]
+Architecture: [TBDL]
+Maintainer: Nico <nthill@free.fr>
+Source: http://nthill.free.fr/openwrt/sources/pmacct/
+Description: an IP accounting daemon,
+ built with MySQL database support
+Depends: libmysqlclient, libpcap
diff --git a/package/pmacct/ipkg/pmacctd-pgsql.control b/package/pmacct/ipkg/pmacctd-pgsql.control
new file mode 100644
index 000000000..35ed4ff95
--- /dev/null
+++ b/package/pmacct/ipkg/pmacctd-pgsql.control
@@ -0,0 +1,10 @@
+Package: pmacctd-pgsql
+Priority: optional
+Section: net
+Version: [TBDL]
+Architecture: [TBDL]
+Maintainer: Nico <nthill@free.fr>
+Source: http://nthill.free.fr/openwrt/sources/pmacct/
+Description: an IP accounting daemon,
+ built with PostgreSQL database support
+Depends: libpq, libpcap
diff --git a/package/pmacct/ipkg/pmacctd.conffiles b/package/pmacct/ipkg/pmacctd.conffiles
new file mode 100644
index 000000000..fa81c14cb
--- /dev/null
+++ b/package/pmacct/ipkg/pmacctd.conffiles
@@ -0,0 +1,2 @@
+/etc/default/pmacctd
+/etc/pmacctd.conf
diff --git a/package/pmacct/ipkg/pmacctd.control b/package/pmacct/ipkg/pmacctd.control
new file mode 100644
index 000000000..13c208c6a
--- /dev/null
+++ b/package/pmacct/ipkg/pmacctd.control
@@ -0,0 +1,10 @@
+Package: pmacctd
+Priority: optional
+Section: net
+Version: [TBDL]
+Architecture: [TBDL]
+Maintainer: Nico <nthill@free.fr>
+Source: http://nthill.free.fr/openwrt/sources/pmacct/
+Description: an IP accounting daemon,
+ built without database support
+Depends: libpcap