[arch-commits] Commit in iptraf-ng/repos (4 files)

2017-07-17 Thread Levente Polyak
Date: Monday, July 17, 2017 @ 16:24:10
  Author: anthraxx
Revision: 300704

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

Added:
  iptraf-ng/repos/extra-i686/PKGBUILD
(from rev 300703, iptraf-ng/trunk/PKGBUILD)
  iptraf-ng/repos/extra-x86_64/PKGBUILD
(from rev 300703, iptraf-ng/trunk/PKGBUILD)
Deleted:
  iptraf-ng/repos/extra-i686/PKGBUILD
  iptraf-ng/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   27 --
 extra-x86_64/PKGBUILD |   27 --
 3 files changed, 72 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-17 16:24:01 UTC (rev 300703)
+++ extra-i686/PKGBUILD 2017-07-17 16:24:10 UTC (rev 300704)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: sh0 
-
-pkgname=iptraf-ng
-pkgver=1.1.4
-pkgrel=2
-pkgdesc="A console-based network monitoring utility (a fork of original 
iptraf)"
-url="https://fedorahosted.org/iptraf-ng/;
-arch=('i686' 'x86_64')
-depends=('ncurses')
-license=('GPL2')
-replaces=('iptraf')
-source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('de27cfeeede96e2acfb0edc8439b034a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --sbindir=/usr/bin
-  make CFLAGS="$CFLAGS -std=gnu99"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR=$pkgdir install
-}

Copied: iptraf-ng/repos/extra-i686/PKGBUILD (from rev 300703, 
iptraf-ng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-17 16:24:10 UTC (rev 300704)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: sh0 
+
+pkgname=iptraf-ng
+pkgver=1.1.4
+pkgrel=3
+pkgdesc='Console-based network monitoring utility'
+url='https://sourceforge.net/projects/iptraf-ng/'
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+source=(https://infrastructure.fedoraproject.org/infra/hosted-content/iptraf-ng/iptraf-ng/iptraf-ng-${pkgver}.tar.gz)
+sha256sums=('79140cf07c0cceb1b5723242847a73aa86f5e4f9dccfe8970fda6801d347eb09')
+sha512sums=('8cafbcec75eb4071156a9e9350ffe6de99cb6386e8f50d05337113872ee50082a30009d85faa02d83633a8e727039791332d600654321b95ca6cfc881774')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin
+  # preserve our own flags
+  make CFLAGS="${CFLAGS} -std=gnu99" \
+LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 iptraf-ng-logrotate.conf -t "${pkgdir}/etc/logrotate.d"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-17 16:24:01 UTC (rev 300703)
+++ extra-x86_64/PKGBUILD   2017-07-17 16:24:10 UTC (rev 300704)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: sh0 
-
-pkgname=iptraf-ng
-pkgver=1.1.4
-pkgrel=2
-pkgdesc="A console-based network monitoring utility (a fork of original 
iptraf)"
-url="https://fedorahosted.org/iptraf-ng/;
-arch=('i686' 'x86_64')
-depends=('ncurses')
-license=('GPL2')
-replaces=('iptraf')
-source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('de27cfeeede96e2acfb0edc8439b034a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --sbindir=/usr/bin
-  make CFLAGS="$CFLAGS -std=gnu99"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR=$pkgdir install
-}

Copied: iptraf-ng/repos/extra-x86_64/PKGBUILD (from rev 300703, 
iptraf-ng/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-17 16:24:10 UTC (rev 300704)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: sh0 
+
+pkgname=iptraf-ng
+pkgver=1.1.4
+pkgrel=3
+pkgdesc='Console-based network monitoring utility'
+url='https://sourceforge.net/projects/iptraf-ng/'
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+source=(https://infrastructure.fedoraproject.org/infra/hosted-content/iptraf-ng/iptraf-ng/iptraf-ng-${pkgver}.tar.gz)
+sha256sums=('79140cf07c0cceb1b5723242847a73aa86f5e4f9dccfe8970fda6801d347eb09')

[arch-commits] Commit in iptraf-ng/repos (4 files)

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 21:40:14
  Author: foutrelis
Revision: 245402

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

Added:
  iptraf-ng/repos/staging-i686/
  iptraf-ng/repos/staging-i686/PKGBUILD
(from rev 245401, iptraf-ng/trunk/PKGBUILD)
  iptraf-ng/repos/staging-x86_64/
  iptraf-ng/repos/staging-x86_64/PKGBUILD
(from rev 245401, iptraf-ng/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: iptraf-ng/repos/staging-i686/PKGBUILD (from rev 245401, 
iptraf-ng/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-06 19:40:14 UTC (rev 245402)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: sh0 
+
+pkgname=iptraf-ng
+pkgver=1.1.4
+pkgrel=2
+pkgdesc="A console-based network monitoring utility (a fork of original 
iptraf)"
+url="https://fedorahosted.org/iptraf-ng/;
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('de27cfeeede96e2acfb0edc8439b034a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --sbindir=/usr/bin
+  make CFLAGS="$CFLAGS -std=gnu99"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR=$pkgdir install
+}

Copied: iptraf-ng/repos/staging-x86_64/PKGBUILD (from rev 245401, 
iptraf-ng/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-06 19:40:14 UTC (rev 245402)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: sh0 
+
+pkgname=iptraf-ng
+pkgver=1.1.4
+pkgrel=2
+pkgdesc="A console-based network monitoring utility (a fork of original 
iptraf)"
+url="https://fedorahosted.org/iptraf-ng/;
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('de27cfeeede96e2acfb0edc8439b034a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --sbindir=/usr/bin
+  make CFLAGS="$CFLAGS -std=gnu99"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in iptraf-ng/repos (4 files)

2012-06-02 Thread Ionut Biru
Date: Saturday, June 2, 2012 @ 17:10:00
  Author: ibiru
Revision: 160611

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

Added:
  iptraf-ng/repos/extra-i686/PKGBUILD
(from rev 160610, iptraf-ng/trunk/PKGBUILD)
  iptraf-ng/repos/extra-x86_64/PKGBUILD
(from rev 160610, iptraf-ng/trunk/PKGBUILD)
Deleted:
  iptraf-ng/repos/extra-i686/PKGBUILD
  iptraf-ng/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   58 +++-
 extra-x86_64/PKGBUILD |   58 +++-
 2 files changed, 56 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-02 21:08:59 UTC (rev 160610)
+++ extra-i686/PKGBUILD 2012-06-02 21:10:00 UTC (rev 160611)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: sh0 m...@sh0.org
-
-pkgname=iptraf-ng
-pkgver=1.1.1
-pkgrel=2
-pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
-url=https://fedorahosted.org/iptraf-ng/;
-arch=('i686' 'x86_64')
-depends=('ncurses')
-license=('GPL2')
-replaces=('iptraf')
-options=('!libtool')
-source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a48c30c186aafc1e8921b611236b732b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed s/ncurses5-config/ncursesw5-config/ -i configure.ac
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make CFLAGS=$CFLAGS
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: iptraf-ng/repos/extra-i686/PKGBUILD (from rev 160610, 
iptraf-ng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-02 21:10:00 UTC (rev 160611)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: sh0 m...@sh0.org
+
+pkgname=iptraf-ng
+pkgver=1.1.3.1
+pkgrel=1
+pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
+url=https://fedorahosted.org/iptraf-ng/;
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+options=('!libtool')
+source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('1a2c02944b0b012d6a3de96207610fa2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --sbindir=/usr/sbin
+  make CFLAGS=$CFLAGS -std=gnu99
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-02 21:08:59 UTC (rev 160610)
+++ extra-x86_64/PKGBUILD   2012-06-02 21:10:00 UTC (rev 160611)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: sh0 m...@sh0.org
-
-pkgname=iptraf-ng
-pkgver=1.1.1
-pkgrel=2
-pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
-url=https://fedorahosted.org/iptraf-ng/;
-arch=('i686' 'x86_64')
-depends=('ncurses')
-license=('GPL2')
-replaces=('iptraf')
-options=('!libtool')
-source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a48c30c186aafc1e8921b611236b732b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed s/ncurses5-config/ncursesw5-config/ -i configure.ac
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make CFLAGS=$CFLAGS
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: iptraf-ng/repos/extra-x86_64/PKGBUILD (from rev 160610, 
iptraf-ng/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-02 21:10:00 UTC (rev 160611)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: sh0 m...@sh0.org
+
+pkgname=iptraf-ng
+pkgver=1.1.3.1
+pkgrel=1
+pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
+url=https://fedorahosted.org/iptraf-ng/;
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+options=('!libtool')
+source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('1a2c02944b0b012d6a3de96207610fa2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --sbindir=/usr/sbin
+  make CFLAGS=$CFLAGS -std=gnu99
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in iptraf-ng/repos (4 files)

2012-03-16 Thread Ionut Biru
Date: Friday, March 16, 2012 @ 09:00:51
  Author: ibiru
Revision: 153597

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

Added:
  iptraf-ng/repos/extra-i686/PKGBUILD
(from rev 153596, iptraf-ng/trunk/PKGBUILD)
  iptraf-ng/repos/extra-x86_64/PKGBUILD
(from rev 153596, iptraf-ng/trunk/PKGBUILD)
Deleted:
  iptraf-ng/repos/extra-i686/PKGBUILD
  iptraf-ng/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   61 +++-
 extra-x86_64/PKGBUILD |   61 +++-
 2 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-16 12:59:34 UTC (rev 153596)
+++ extra-i686/PKGBUILD 2012-03-16 13:00:51 UTC (rev 153597)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: sh0 m...@sh0.org
-
-pkgname=iptraf-ng
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
-url=https://fedorahosted.org/iptraf-ng/;
-arch=('i686' 'x86_64')
-depends=('ncurses')
-license=('GPL2')
-replaces=('iptraf')
-options=('!libtool')
-source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a48c30c186aafc1e8921b611236b732b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed s/ncurses5-config/ncursesw5-config/ -i configure.ac
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make CFLAGS=$CFLAGS
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -dm755 $pkgdir/var/lib/iptraf
-}

Copied: iptraf-ng/repos/extra-i686/PKGBUILD (from rev 153596, 
iptraf-ng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-16 13:00:51 UTC (rev 153597)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: sh0 m...@sh0.org
+
+pkgname=iptraf-ng
+pkgver=1.1.1
+pkgrel=2
+pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
+url=https://fedorahosted.org/iptraf-ng/;
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+options=('!libtool')
+source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('a48c30c186aafc1e8921b611236b732b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed s/ncurses5-config/ncursesw5-config/ -i configure.ac
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make CFLAGS=$CFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-16 12:59:34 UTC (rev 153596)
+++ extra-x86_64/PKGBUILD   2012-03-16 13:00:51 UTC (rev 153597)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: sh0 m...@sh0.org
-
-pkgname=iptraf-ng
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
-url=https://fedorahosted.org/iptraf-ng/;
-arch=('i686' 'x86_64')
-depends=('ncurses')
-license=('GPL2')
-replaces=('iptraf')
-options=('!libtool')
-source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a48c30c186aafc1e8921b611236b732b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed s/ncurses5-config/ncursesw5-config/ -i configure.ac
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make CFLAGS=$CFLAGS
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -dm755 $pkgdir/var/lib/iptraf
-}

Copied: iptraf-ng/repos/extra-x86_64/PKGBUILD (from rev 153596, 
iptraf-ng/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-16 13:00:51 UTC (rev 153597)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: sh0 m...@sh0.org
+
+pkgname=iptraf-ng
+pkgver=1.1.1
+pkgrel=2
+pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
+url=https://fedorahosted.org/iptraf-ng/;
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+options=('!libtool')
+source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('a48c30c186aafc1e8921b611236b732b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed s/ncurses5-config/ncursesw5-config/ -i configure.ac
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make CFLAGS=$CFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in iptraf-ng/repos (4 files)

2012-03-08 Thread Evangelos Foutras
Date: Thursday, March 8, 2012 @ 15:30:23
  Author: foutrelis
Revision: 152688

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

Added:
  iptraf-ng/repos/extra-i686/PKGBUILD
(from rev 152687, iptraf-ng/trunk/PKGBUILD)
  iptraf-ng/repos/extra-x86_64/PKGBUILD
(from rev 152687, iptraf-ng/trunk/PKGBUILD)
Deleted:
  iptraf-ng/repos/extra-i686/PKGBUILD
  iptraf-ng/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-08 20:29:58 UTC (rev 152687)
+++ extra-i686/PKGBUILD 2012-03-08 20:30:23 UTC (rev 152688)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: sh0 m...@sh0.org
-
-pkgname=iptraf-ng
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
-url=https://fedorahosted.org/iptraf-ng/;
-arch=('i686' 'x86_64')
-depends=('ncurses')
-license=('GPL2')
-replaces=('iptraf')
-options=('!libtool')
-source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('79a3787027515f688a35173ffbee6432')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed s/ncurses5-config/ncursesw5-config/ -i configure.ac
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make CFLAGS=$CFLAGS
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -dm755 $pkgdir/var/lib/iptraf
-}

Copied: iptraf-ng/repos/extra-i686/PKGBUILD (from rev 152687, 
iptraf-ng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-08 20:30:23 UTC (rev 152688)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: sh0 m...@sh0.org
+
+pkgname=iptraf-ng
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
+url=https://fedorahosted.org/iptraf-ng/;
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+options=('!libtool')
+source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('a48c30c186aafc1e8921b611236b732b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed s/ncurses5-config/ncursesw5-config/ -i configure.ac
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make CFLAGS=$CFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -dm755 $pkgdir/var/lib/iptraf
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-08 20:29:58 UTC (rev 152687)
+++ extra-x86_64/PKGBUILD   2012-03-08 20:30:23 UTC (rev 152688)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: sh0 m...@sh0.org
-
-pkgname=iptraf-ng
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
-url=https://fedorahosted.org/iptraf-ng/;
-arch=('i686' 'x86_64')
-depends=('ncurses')
-license=('GPL2')
-replaces=('iptraf')
-options=('!libtool')
-source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('79a3787027515f688a35173ffbee6432')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed s/ncurses5-config/ncursesw5-config/ -i configure.ac
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make CFLAGS=$CFLAGS
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -dm755 $pkgdir/var/lib/iptraf
-}

Copied: iptraf-ng/repos/extra-x86_64/PKGBUILD (from rev 152687, 
iptraf-ng/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-08 20:30:23 UTC (rev 152688)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: sh0 m...@sh0.org
+
+pkgname=iptraf-ng
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
+url=https://fedorahosted.org/iptraf-ng/;
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+options=('!libtool')
+source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('a48c30c186aafc1e8921b611236b732b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed s/ncurses5-config/ncursesw5-config/ -i configure.ac
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make CFLAGS=$CFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make 

[arch-commits] Commit in iptraf-ng/repos (4 files)

2012-01-21 Thread Ionut Biru
Date: Saturday, January 21, 2012 @ 09:18:43
  Author: ibiru
Revision: 147066

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

Added:
  iptraf-ng/repos/extra-i686/PKGBUILD
(from rev 147065, iptraf-ng/trunk/PKGBUILD)
  iptraf-ng/repos/extra-x86_64/PKGBUILD
(from rev 147065, iptraf-ng/trunk/PKGBUILD)
Deleted:
  iptraf-ng/repos/extra-i686/PKGBUILD
  iptraf-ng/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-21 14:16:55 UTC (rev 147065)
+++ extra-i686/PKGBUILD 2012-01-21 14:18:43 UTC (rev 147066)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: sh0 m...@sh0.org
-
-pkgname=iptraf-ng
-pkgver=1.0.2
-pkgrel=2
-pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
-url=https://fedorahosted.org/iptraf-ng/;
-arch=('i686' 'x86_64')
-depends=('ncurses')
-license=('GPL2')
-replaces=('iptraf')
-options=('!libtool')
-source=(https://fedorahosted.org/releases/i/p/iptraf-ng/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b2adbbbee4c269fb97a1951981c9047c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make CFLAGS=$CFLAGS
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -dm755 ${pkgdir}/var/lib/iptraf
-}
-
-# vim: ts=2: ft=sh

Copied: iptraf-ng/repos/extra-i686/PKGBUILD (from rev 147065, 
iptraf-ng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-21 14:18:43 UTC (rev 147066)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: sh0 m...@sh0.org
+
+pkgname=iptraf-ng
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
+url=https://fedorahosted.org/iptraf-ng/;
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+options=('!libtool')
+source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('79a3787027515f688a35173ffbee6432')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed s/ncurses5-config/ncursesw5-config/ -i configure.ac
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make CFLAGS=$CFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -dm755 $pkgdir/var/lib/iptraf
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-21 14:16:55 UTC (rev 147065)
+++ extra-x86_64/PKGBUILD   2012-01-21 14:18:43 UTC (rev 147066)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: sh0 m...@sh0.org
-
-pkgname=iptraf-ng
-pkgver=1.0.2
-pkgrel=2
-pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
-url=https://fedorahosted.org/iptraf-ng/;
-arch=('i686' 'x86_64')
-depends=('ncurses')
-license=('GPL2')
-replaces=('iptraf')
-options=('!libtool')
-source=(https://fedorahosted.org/releases/i/p/iptraf-ng/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b2adbbbee4c269fb97a1951981c9047c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make CFLAGS=$CFLAGS
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -dm755 ${pkgdir}/var/lib/iptraf
-}
-
-# vim: ts=2: ft=sh

Copied: iptraf-ng/repos/extra-x86_64/PKGBUILD (from rev 147065, 
iptraf-ng/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-21 14:18:43 UTC (rev 147066)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: sh0 m...@sh0.org
+
+pkgname=iptraf-ng
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=A console-based network monitoring utility (a fork of original 
iptraf)
+url=https://fedorahosted.org/iptraf-ng/;
+arch=('i686' 'x86_64')
+depends=('ncurses')
+license=('GPL2')
+replaces=('iptraf')
+options=('!libtool')
+source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('79a3787027515f688a35173ffbee6432')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed s/ncurses5-config/ncursesw5-config/ -i configure.ac
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make CFLAGS=$CFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -dm755