[arch-commits] Commit in kismet/repos (12 files)

2013-05-31 Thread Andrea Scarpino
Date: Friday, May 31, 2013 @ 15:31:02
  Author: andrea
Revision: 186877

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

Added:
  kismet/repos/extra-i686/PKGBUILD
(from rev 186876, kismet/trunk/PKGBUILD)
  kismet/repos/extra-i686/kismet.changelog
(from rev 186876, kismet/trunk/kismet.changelog)
  kismet/repos/extra-i686/kismet.install
(from rev 186876, kismet/trunk/kismet.install)
  kismet/repos/extra-x86_64/PKGBUILD
(from rev 186876, kismet/trunk/PKGBUILD)
  kismet/repos/extra-x86_64/kismet.changelog
(from rev 186876, kismet/trunk/kismet.changelog)
  kismet/repos/extra-x86_64/kismet.install
(from rev 186876, kismet/trunk/kismet.install)
Deleted:
  kismet/repos/extra-i686/PKGBUILD
  kismet/repos/extra-i686/kismet.changelog
  kismet/repos/extra-i686/kismet.install
  kismet/repos/extra-x86_64/PKGBUILD
  kismet/repos/extra-x86_64/kismet.changelog
  kismet/repos/extra-x86_64/kismet.install

---+
 /PKGBUILD |  114 
 /kismet.changelog |   58 
 /kismet.install   |   68 +++
 extra-i686/PKGBUILD   |   57 
 extra-i686/kismet.changelog   |   29 --
 extra-i686/kismet.install |   34 ---
 extra-x86_64/PKGBUILD |   57 
 extra-x86_64/kismet.changelog |   29 --
 extra-x86_64/kismet.install   |   34 ---
 9 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-31 13:30:52 UTC (rev 186876)
+++ extra-i686/PKGBUILD 2013-05-31 13:31:02 UTC (rev 186877)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Angel Velasquez  
-# Contributor: Jason Chu 
-# Contributor: Juergen Hoetzel 
-
-pkgname=kismet
-pkgver=2011_03_R2
-_realver="${pkgver//_/-}"
-pkgrel=5
-pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
-arch=('i686' 'x86_64')
-url="http://www.kismetwireless.net/";
-license=('GPL')
-depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl' 
'libusb-compat')
-optdepends=('gpsd: log coordinates of detected networks'
-'wireshark-cli: provide OUI files used to determine device 
manufacturer'
-'wireshark-cli: mergecap, to merge multiple capture files'
-'sox: provide the default kismet sound playback binary'
-'festival: text-to-speech support'
-'flite:  alternative/lightweight text-to-speech support'
-'ruby: ruby interface')
-backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
-install=kismet.install
-changelog=kismet.changelog
-source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz"{,.asc})
-md5sums=('8bf077e8111e6dc8c12cadefdf40aadd'
- '500deff918ede6d0bc392a0419322833')
-
-build() {
-cd "${srcdir}/${pkgname}-${_realver}"
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-make dep
-make
-
-# Include plugins bundled with kismet
-make plugins
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${_realver}"
-
-# Install kismet
-make DESTDIR="$pkgdir" install
-
-# Install plugins
-make plugins-install DESTDIR="$pkgdir"
-
-# the README is very comprehensive, a good idea to include it
-install -D -m 644 "${srcdir}/kismet-${_realver}/README" 
"${pkgdir}/usr/share/kismet/README"
-
-# Our own suid-install, first half (see kismet.install)
-install -o "root" -g "root" -m 4550 kismet_capture "${pkgdir}/usr/bin/"
-}

Copied: kismet/repos/extra-i686/PKGBUILD (from rev 186876, 
kismet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-31 13:31:02 UTC (rev 186877)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel Velasquez  
+# Contributor: Jason Chu 
+# Contributor: Juergen Hoetzel 
+
+pkgname=kismet
+pkgver=2013_03_R1b
+_realver="${pkgver//_/-}"
+pkgrel=1
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
+arch=('i686' 'x86_64')
+url="http://www.kismetwireless.net/";
+license=('GPL')
+depends=('libpcap' 'pcre' 'bluez')
+optdepends=('gpsd: log coordinates of detected networks'
+'wireshark-cli: provide OUI files used to determine device 
manufacturer'
+'wireshark-cli: mergecap, to merge multiple capture files'
+'sox: provide the default kismet sound playback binary'
+'festival: text-to-speech support'
+'flite:  alternative/lightweight text-to-speech support'
+'ruby: ruby interface')
+backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
+install=kismet.install
+changelog=kismet.changelog
+source=("http://www.kismetwireless.net/code/${pkgname}-${_

[arch-commits] Commit in kismet/repos (12 files)

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:51:57
  Author: allan
Revision: 171085

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

Added:
  kismet/repos/extra-i686/PKGBUILD
(from rev 171084, kismet/trunk/PKGBUILD)
  kismet/repos/extra-i686/kismet.changelog
(from rev 171084, kismet/trunk/kismet.changelog)
  kismet/repos/extra-i686/kismet.install
(from rev 171084, kismet/trunk/kismet.install)
  kismet/repos/extra-x86_64/PKGBUILD
(from rev 171084, kismet/trunk/PKGBUILD)
  kismet/repos/extra-x86_64/kismet.changelog
(from rev 171084, kismet/trunk/kismet.changelog)
  kismet/repos/extra-x86_64/kismet.install
(from rev 171084, kismet/trunk/kismet.install)
Deleted:
  kismet/repos/extra-i686/PKGBUILD
  kismet/repos/extra-i686/kismet.changelog
  kismet/repos/extra-i686/kismet.install
  kismet/repos/extra-x86_64/PKGBUILD
  kismet/repos/extra-x86_64/kismet.changelog
  kismet/repos/extra-x86_64/kismet.install

---+
 extra-i686/PKGBUILD   |  114 
 extra-i686/kismet.changelog   |   58 ++--
 extra-i686/kismet.install |   68 +++
 extra-x86_64/PKGBUILD |  114 
 extra-x86_64/kismet.changelog |   58 ++--
 extra-x86_64/kismet.install   |   68 +++
 6 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 14:50:50 UTC (rev 171084)
+++ extra-i686/PKGBUILD 2012-11-16 14:51:57 UTC (rev 171085)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Jason Chu 
-# Contributor: Juergen Hoetzel 
-
-pkgname=kismet
-pkgver=2011_03_R2
-_realver="${pkgver//_/-}"
-pkgrel=4
-pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
-arch=('i686' 'x86_64')
-url="http://www.kismetwireless.net/";
-license=('GPL')
-depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 
'openssl') # already in core: ('linux-api-headers' 'glibc' 'libusb' 
'libusb-compat')
-makedepends=() # already in core: ('grep' 'gcc-libs')
-optdepends=('gpsd: log coordinates of detected networks'
-'wireshark-cli: provide OUI files used to determine device 
manufacturer'
-'wireshark-cli: mergecap, to merge multiple capture files'
-'sox: provide the default kismet sound playback binary'
-'festival: text-to-speech support'
-'flite:  alternative/lightweight text-to-speech support'
-'mac80211-driver: full rfmon support'
-'ruby: ruby interface')
-backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
-install=kismet.install
-changelog=kismet.changelog
-source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz";)
-md5sums=('8bf077e8111e6dc8c12cadefdf40aadd')
-
-build() {
-cd "${srcdir}/${pkgname}-${_realver}"
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-make dep
-make
-
-# Include plugins bundled with kismet
-make plugins
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${_realver}"
-
-# Install kismet
-make DESTDIR="$pkgdir" install
-
-# Install plugins
-make plugins-install DESTDIR="$pkgdir"
-
-# the README is very comprehensive, a good idea to include it
-install -D -m 644 "${srcdir}/kismet-${_realver}/README" 
"${pkgdir}/usr/share/kismet/README"
-
-# Our own suid-install, first half (see kismet.install)
-install -o "root" -g "root" -m 4550 kismet_capture "${pkgdir}/usr/bin/"
-}

Copied: kismet/repos/extra-i686/PKGBUILD (from rev 171084, 
kismet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 14:51:57 UTC (rev 171085)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel Velasquez  
+# Contributor: Jason Chu 
+# Contributor: Juergen Hoetzel 
+
+pkgname=kismet
+pkgver=2011_03_R2
+_realver="${pkgver//_/-}"
+pkgrel=5
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
+arch=('i686' 'x86_64')
+url="http://www.kismetwireless.net/";
+license=('GPL')
+depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl' 
'libusb-compat')
+optdepends=('gpsd: log coordinates of detected networks'
+'wireshark-cli: provide OUI files used to determine device 
manufacturer'
+'wireshark-cli: mergecap, to merge multiple capture files'
+'sox: provide the default kismet sound playback binary'
+'festival: text-to-speech support'
+'flite:  alternative/lightweight text-to-speech support'
+'ruby: ruby interface')
+backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
+install=kismet.install
+changelog=kismet.changelog
+source=("ht