[arch-commits] Commit in ntop/repos (16 files)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Fri May 31 15:39:41 UTC 2013


    Date: Friday, May 31, 2013 @ 17:39:41
  Author: foutrelis
Revision: 92109

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ntop/repos/community-i686/PKGBUILD
    (from rev 92108, ntop/trunk/PKGBUILD)
  ntop/repos/community-i686/ntop.install
    (from rev 92108, ntop/trunk/ntop.install)
  ntop/repos/community-i686/ntop.service
    (from rev 92108, ntop/trunk/ntop.service)
  ntop/repos/community-x86_64/PKGBUILD
    (from rev 92108, ntop/trunk/PKGBUILD)
  ntop/repos/community-x86_64/ntop.install
    (from rev 92108, ntop/trunk/ntop.install)
  ntop/repos/community-x86_64/ntop.service
    (from rev 92108, ntop/trunk/ntop.service)
Deleted:
  ntop/repos/community-i686/PKGBUILD
  ntop/repos/community-i686/ntop
  ntop/repos/community-i686/ntop.conf.d
  ntop/repos/community-i686/ntop.install
  ntop/repos/community-i686/ntop.service
  ntop/repos/community-x86_64/PKGBUILD
  ntop/repos/community-x86_64/ntop
  ntop/repos/community-x86_64/ntop.conf.d
  ntop/repos/community-x86_64/ntop.install
  ntop/repos/community-x86_64/ntop.service

-------------------------------+
 /PKGBUILD                     |   84 ++++++++++++++++++++++++++++++++++++++++
 /ntop.install                 |   16 +++++++
 /ntop.service                 |   28 +++++++++++++
 community-i686/PKGBUILD       |   49 -----------------------
 community-i686/ntop           |   38 ------------------
 community-i686/ntop.conf.d    |    5 --
 community-i686/ntop.install   |    8 ---
 community-i686/ntop.service   |   14 ------
 community-x86_64/PKGBUILD     |   49 -----------------------
 community-x86_64/ntop         |   38 ------------------
 community-x86_64/ntop.conf.d  |    5 --
 community-x86_64/ntop.install |    8 ---
 community-x86_64/ntop.service |   14 ------
 13 files changed, 128 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-31 15:39:24 UTC (rev 92108)
+++ community-i686/PKGBUILD	2013-05-31 15:39:41 UTC (rev 92109)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-
-pkgname=ntop
-pkgver=5.0.1
-pkgrel=2
-pkgdesc='A network traffic probe that shows the network usage.'
-arch=('i686' 'x86_64')
-url='http://www.ntop.org/'
-license=('GPL')
-depends=('libevent' 'libpcap' 'gd' 'glibc' 'libxml2' 'openssl' 'rrdtool' 'pcre' 'geoip' 'lua')
-makedepends=('subversion' 'wget' 'ca-certificates')
-options=('!libtool' '!makeflags')
-install='ntop.install'
-source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/Stable/${pkgname}-${pkgver}.tar.gz"
-        'ntop'
-        'ntop.conf.d'
-        'ntop.service')
-md5sums=('01710b6925a8a5ffe1a41b8b512ebd69'
-         '7b0d7bb57432e768ff387e9f7236f87c'
-         '6a9371de1dcf31d8ef13a4cf349c02b3'
-         '0e149d20f881600e8387d850ac268483')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --disable-snmp
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install-recursive
-
-  install -dm0755 -o nobody -g nobody "${pkgdir}/var/lib/ntop"
-  install -dm0755 -o nobody -g nobody "${pkgdir}/var/lib/ntop/rrd"
-
-  install -Dm0755 "${srcdir}/ntop" "${pkgdir}/etc/rc.d/ntop"
-  install -Dm0644 "${srcdir}/ntop.conf.d" "${pkgdir}/etc/conf.d/ntop"
-
-  for _f in "${pkgdir}/usr/lib/ntop/plugins/"*.so; do
-    _plug="$(basename ${_f})"
-    ln -sf "../../lib${_plug}" "${_f}"
-  done
-
-  install -Dm0644 "${srcdir}/ntop.service" "${pkgdir}/usr/lib/systemd/system/ntop.service"
-}

Copied: ntop/repos/community-i686/PKGBUILD (from rev 92108, ntop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-31 15:39:41 UTC (rev 92109)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=ntop
+pkgver=5.0.1
+pkgrel=3
+pkgdesc='A network traffic probe that shows the network usage.'
+arch=('i686' 'x86_64')
+url='http://www.ntop.org/'
+license=('GPL')
+depends=('libevent' 'libpcap' 'gd' 'glibc' 'libxml2' 'openssl' 'rrdtool' 'pcre' 'geoip' 'lua')
+makedepends=('subversion' 'wget' 'ca-certificates')
+options=('!libtool' '!makeflags')
+install='ntop.install'
+source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/Stable/${pkgname}-${pkgver}.tar.gz"
+        'ntop.service')
+md5sums=('01710b6925a8a5ffe1a41b8b512ebd69'
+         '0e149d20f881600e8387d850ac268483')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --disable-snmp
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install-recursive
+
+  install -dm0755 -o nobody -g nobody "${pkgdir}/var/lib/ntop"
+  install -dm0755 -o nobody -g nobody "${pkgdir}/var/lib/ntop/rrd"
+
+  for _f in "${pkgdir}/usr/lib/ntop/plugins/"*.so; do
+    _plug="$(basename ${_f})"
+    ln -sf "../../lib${_plug}" "${_f}"
+  done
+
+  install -Dm0644 "${srcdir}/ntop.service" "${pkgdir}/usr/lib/systemd/system/ntop.service"
+}

Deleted: community-i686/ntop
===================================================================
--- community-i686/ntop	2013-05-31 15:39:24 UTC (rev 92108)
+++ community-i686/ntop	2013-05-31 15:39:41 UTC (rev 92109)
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-# source application-specific settings
-[ -f /etc/conf.d/ntop ] && . /etc/conf.d/ntop
-
-case "$1" in
-  start)
-    stat_busy "Starting ntop daemon"
-    /usr/bin/ntop -d ${NTOP_ARGS} 2>&1 >> ${NTOP_LOG}
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon ntop
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping ntop daemon"
-    killall /usr/bin/ntop &> /dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon ntop
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0

Deleted: community-i686/ntop.conf.d
===================================================================
--- community-i686/ntop.conf.d	2013-05-31 15:39:24 UTC (rev 92108)
+++ community-i686/ntop.conf.d	2013-05-31 15:39:41 UTC (rev 92109)
@@ -1,5 +0,0 @@
-# Parameters to be passed to ntop.
-NTOP_ARGS="-i eth0 -w 3000"
-
-# Location of the log file.
-NTOP_LOG="/var/log/ntop.log"

Deleted: community-i686/ntop.install
===================================================================
--- community-i686/ntop.install	2013-05-31 15:39:24 UTC (rev 92108)
+++ community-i686/ntop.install	2013-05-31 15:39:41 UTC (rev 92109)
@@ -1,8 +0,0 @@
-post_install() {
-  /bin/cat <<EOF
-==> Before running the daemon script for the first time, you need to run
-    ntop as the root user to set an administrator password.
-==> If you attempt to run ntop as a daemon without setting a password, a
-    FATAL ERROR message is generated and ntop stops.
-EOF
-}

Copied: ntop/repos/community-i686/ntop.install (from rev 92108, ntop/trunk/ntop.install)
===================================================================
--- community-i686/ntop.install	                        (rev 0)
+++ community-i686/ntop.install	2013-05-31 15:39:41 UTC (rev 92109)
@@ -0,0 +1,8 @@
+post_install() {
+  /bin/cat <<EOF
+==> Before running the daemon script for the first time, you need to run
+    ntop as the root user to set an administrator password.
+==> If you attempt to run ntop as a daemon without setting a password, a
+    FATAL ERROR message is generated and ntop stops.
+EOF
+}

Deleted: community-i686/ntop.service
===================================================================
--- community-i686/ntop.service	2013-05-31 15:39:24 UTC (rev 92108)
+++ community-i686/ntop.service	2013-05-31 15:39:41 UTC (rev 92109)
@@ -1,14 +0,0 @@
-[Unit]
-Description=A network traffic probe similar to the UNIX top command
-Requires=network.target
-ConditionPathExists=/var/lib/ntop/ntop_pw.db
-After=syslog.target network.target
-
-[Service]
-Environment=LANG=C
-ExecStart=/usr/bin/ntop -i eth0 -w 3000
-Type=simple
-StandardError=syslog
-
-[Install]
-WantedBy=multi-user.target

Copied: ntop/repos/community-i686/ntop.service (from rev 92108, ntop/trunk/ntop.service)
===================================================================
--- community-i686/ntop.service	                        (rev 0)
+++ community-i686/ntop.service	2013-05-31 15:39:41 UTC (rev 92109)
@@ -0,0 +1,14 @@
+[Unit]
+Description=A network traffic probe similar to the UNIX top command
+Requires=network.target
+ConditionPathExists=/var/lib/ntop/ntop_pw.db
+After=syslog.target network.target
+
+[Service]
+Environment=LANG=C
+ExecStart=/usr/bin/ntop -i eth0 -w 3000
+Type=simple
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-31 15:39:24 UTC (rev 92108)
+++ community-x86_64/PKGBUILD	2013-05-31 15:39:41 UTC (rev 92109)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-
-pkgname=ntop
-pkgver=5.0.1
-pkgrel=2
-pkgdesc='A network traffic probe that shows the network usage.'
-arch=('i686' 'x86_64')
-url='http://www.ntop.org/'
-license=('GPL')
-depends=('libevent' 'libpcap' 'gd' 'glibc' 'libxml2' 'openssl' 'rrdtool' 'pcre' 'geoip' 'lua')
-makedepends=('subversion' 'wget' 'ca-certificates')
-options=('!libtool' '!makeflags')
-install='ntop.install'
-source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/Stable/${pkgname}-${pkgver}.tar.gz"
-        'ntop'
-        'ntop.conf.d'
-        'ntop.service')
-md5sums=('01710b6925a8a5ffe1a41b8b512ebd69'
-         '7b0d7bb57432e768ff387e9f7236f87c'
-         '6a9371de1dcf31d8ef13a4cf349c02b3'
-         '0e149d20f881600e8387d850ac268483')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --disable-snmp
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install-recursive
-
-  install -dm0755 -o nobody -g nobody "${pkgdir}/var/lib/ntop"
-  install -dm0755 -o nobody -g nobody "${pkgdir}/var/lib/ntop/rrd"
-
-  install -Dm0755 "${srcdir}/ntop" "${pkgdir}/etc/rc.d/ntop"
-  install -Dm0644 "${srcdir}/ntop.conf.d" "${pkgdir}/etc/conf.d/ntop"
-
-  for _f in "${pkgdir}/usr/lib/ntop/plugins/"*.so; do
-    _plug="$(basename ${_f})"
-    ln -sf "../../lib${_plug}" "${_f}"
-  done
-
-  install -Dm0644 "${srcdir}/ntop.service" "${pkgdir}/usr/lib/systemd/system/ntop.service"
-}

Copied: ntop/repos/community-x86_64/PKGBUILD (from rev 92108, ntop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-31 15:39:41 UTC (rev 92109)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=ntop
+pkgver=5.0.1
+pkgrel=3
+pkgdesc='A network traffic probe that shows the network usage.'
+arch=('i686' 'x86_64')
+url='http://www.ntop.org/'
+license=('GPL')
+depends=('libevent' 'libpcap' 'gd' 'glibc' 'libxml2' 'openssl' 'rrdtool' 'pcre' 'geoip' 'lua')
+makedepends=('subversion' 'wget' 'ca-certificates')
+options=('!libtool' '!makeflags')
+install='ntop.install'
+source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/Stable/${pkgname}-${pkgver}.tar.gz"
+        'ntop.service')
+md5sums=('01710b6925a8a5ffe1a41b8b512ebd69'
+         '0e149d20f881600e8387d850ac268483')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --disable-snmp
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install-recursive
+
+  install -dm0755 -o nobody -g nobody "${pkgdir}/var/lib/ntop"
+  install -dm0755 -o nobody -g nobody "${pkgdir}/var/lib/ntop/rrd"
+
+  for _f in "${pkgdir}/usr/lib/ntop/plugins/"*.so; do
+    _plug="$(basename ${_f})"
+    ln -sf "../../lib${_plug}" "${_f}"
+  done
+
+  install -Dm0644 "${srcdir}/ntop.service" "${pkgdir}/usr/lib/systemd/system/ntop.service"
+}

Deleted: community-x86_64/ntop
===================================================================
--- community-x86_64/ntop	2013-05-31 15:39:24 UTC (rev 92108)
+++ community-x86_64/ntop	2013-05-31 15:39:41 UTC (rev 92109)
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-# source application-specific settings
-[ -f /etc/conf.d/ntop ] && . /etc/conf.d/ntop
-
-case "$1" in
-  start)
-    stat_busy "Starting ntop daemon"
-    /usr/bin/ntop -d ${NTOP_ARGS} 2>&1 >> ${NTOP_LOG}
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon ntop
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping ntop daemon"
-    killall /usr/bin/ntop &> /dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon ntop
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0

Deleted: community-x86_64/ntop.conf.d
===================================================================
--- community-x86_64/ntop.conf.d	2013-05-31 15:39:24 UTC (rev 92108)
+++ community-x86_64/ntop.conf.d	2013-05-31 15:39:41 UTC (rev 92109)
@@ -1,5 +0,0 @@
-# Parameters to be passed to ntop.
-NTOP_ARGS="-i eth0 -w 3000"
-
-# Location of the log file.
-NTOP_LOG="/var/log/ntop.log"

Deleted: community-x86_64/ntop.install
===================================================================
--- community-x86_64/ntop.install	2013-05-31 15:39:24 UTC (rev 92108)
+++ community-x86_64/ntop.install	2013-05-31 15:39:41 UTC (rev 92109)
@@ -1,8 +0,0 @@
-post_install() {
-  /bin/cat <<EOF
-==> Before running the daemon script for the first time, you need to run
-    ntop as the root user to set an administrator password.
-==> If you attempt to run ntop as a daemon without setting a password, a
-    FATAL ERROR message is generated and ntop stops.
-EOF
-}

Copied: ntop/repos/community-x86_64/ntop.install (from rev 92108, ntop/trunk/ntop.install)
===================================================================
--- community-x86_64/ntop.install	                        (rev 0)
+++ community-x86_64/ntop.install	2013-05-31 15:39:41 UTC (rev 92109)
@@ -0,0 +1,8 @@
+post_install() {
+  /bin/cat <<EOF
+==> Before running the daemon script for the first time, you need to run
+    ntop as the root user to set an administrator password.
+==> If you attempt to run ntop as a daemon without setting a password, a
+    FATAL ERROR message is generated and ntop stops.
+EOF
+}

Deleted: community-x86_64/ntop.service
===================================================================
--- community-x86_64/ntop.service	2013-05-31 15:39:24 UTC (rev 92108)
+++ community-x86_64/ntop.service	2013-05-31 15:39:41 UTC (rev 92109)
@@ -1,14 +0,0 @@
-[Unit]
-Description=A network traffic probe similar to the UNIX top command
-Requires=network.target
-ConditionPathExists=/var/lib/ntop/ntop_pw.db
-After=syslog.target network.target
-
-[Service]
-Environment=LANG=C
-ExecStart=/usr/bin/ntop -i eth0 -w 3000
-Type=simple
-StandardError=syslog
-
-[Install]
-WantedBy=multi-user.target

Copied: ntop/repos/community-x86_64/ntop.service (from rev 92108, ntop/trunk/ntop.service)
===================================================================
--- community-x86_64/ntop.service	                        (rev 0)
+++ community-x86_64/ntop.service	2013-05-31 15:39:41 UTC (rev 92109)
@@ -0,0 +1,14 @@
+[Unit]
+Description=A network traffic probe similar to the UNIX top command
+Requires=network.target
+ConditionPathExists=/var/lib/ntop/ntop_pw.db
+After=syslog.target network.target
+
+[Service]
+Environment=LANG=C
+ExecStart=/usr/bin/ntop -i eth0 -w 3000
+Type=simple
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list