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

2017-08-01 Thread Gaëtan Bisson
Date: Wednesday, August 2, 2017 @ 04:47:20
  Author: bisson
Revision: 301524

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 301523, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 301523, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   44 
 extra-x86_64/PKGBUILD |   44 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-02 04:46:48 UTC (rev 301523)
+++ extra-i686/PKGBUILD 2017-08-02 04:47:20 UTC (rev 301524)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.50
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kde-cli-tools: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;
-"https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc;)
-sha256sums=('e9a96a8e02bfc9e80c617932acc61112c23089521ee7d6b1502ecf8e3b1674b2'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/bin/uninstall_*
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 301523, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-02 04:47:20 UTC (rev 301524)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.60
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kde-cli-tools: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;
+"https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc;)
+sha256sums=('a8796ecc4fa6c38aad6139d9515dc8113023a82e9d787e5a5fb5fa1b05516f21'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_*
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-02 04:46:48 UTC (rev 301523)
+++ extra-x86_64/PKGBUILD   2017-08-02 04:47:20 UTC (rev 301524)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.50
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kde-cli-tools: 

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

2017-06-13 Thread Gaëtan Bisson
Date: Wednesday, June 14, 2017 @ 02:01:18
  Author: bisson
Revision: 298787

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 298786, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 298786, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   44 
 extra-x86_64/PKGBUILD |   44 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-14 02:00:42 UTC (rev 298786)
+++ extra-i686/PKGBUILD 2017-06-14 02:01:18 UTC (rev 298787)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.40
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kde-cli-tools: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;
-"https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc;)
-sha256sums=('9e14665fffd054554d129d62c13ad95a7b5c7a046daa2290501909e65f4d3188'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/bin/uninstall_*
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 298786, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-14 02:01:18 UTC (rev 298787)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.50
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kde-cli-tools: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;
+"https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc;)
+sha256sums=('e9a96a8e02bfc9e80c617932acc61112c23089521ee7d6b1502ecf8e3b1674b2'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_*
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-14 02:00:42 UTC (rev 298786)
+++ extra-x86_64/PKGBUILD   2017-06-14 02:01:18 UTC (rev 298787)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.40
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kde-cli-tools: 

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

2017-03-14 Thread Jelle van der Waa
Date: Tuesday, March 14, 2017 @ 20:26:40
  Author: jelle
Revision: 290842

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

Added:
  nmap/repos/staging-i686/
  nmap/repos/staging-i686/PKGBUILD
(from rev 290841, nmap/trunk/PKGBUILD)
  nmap/repos/staging-x86_64/
  nmap/repos/staging-x86_64/PKGBUILD
(from rev 290841, nmap/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   44 
 staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: nmap/repos/staging-i686/PKGBUILD (from rev 290841, nmap/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-14 20:26:40 UTC (rev 290842)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.40
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kde-cli-tools: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;
+"https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc;)
+sha256sums=('9e14665fffd054554d129d62c13ad95a7b5c7a046daa2290501909e65f4d3188'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_*
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Copied: nmap/repos/staging-x86_64/PKGBUILD (from rev 290841, 
nmap/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-03-14 20:26:40 UTC (rev 290842)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.40
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kde-cli-tools: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;
+"https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc;)
+sha256sums=('9e14665fffd054554d129d62c13ad95a7b5c7a046daa2290501909e65f4d3188'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_*
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}


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

2016-12-20 Thread Gaëtan Bisson
Date: Tuesday, December 20, 2016 @ 21:15:16
  Author: bisson
Revision: 284356

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 284355, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 284355, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   41 --
 extra-x86_64/PKGBUILD |   41 --
 3 files changed, 88 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-20 21:14:40 UTC (rev 284355)
+++ extra-i686/PKGBUILD 2016-12-20 21:15:16 UTC (rev 284356)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.31
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kde-cli-tools: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('9dcfc5bf599a4fe53ca9bfc53b1b9a2741bf1c6c')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/bin/uninstall_*
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 284355, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-20 21:15:16 UTC (rev 284356)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.40
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kde-cli-tools: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;
+"https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc;)
+sha1sums=('f5d44b1ae193058307aee98142ef64e3d627b455'
+  'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_*
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-12-20 21:14:40 UTC (rev 284355)
+++ extra-x86_64/PKGBUILD   2016-12-20 21:15:16 UTC (rev 284356)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.31
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kde-cli-tools: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)

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

2016-10-21 Thread Gaëtan Bisson
Date: Friday, October 21, 2016 @ 18:52:17
  Author: bisson
Revision: 279129

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 279128, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 279128, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-21 18:51:28 UTC (rev 279128)
+++ extra-i686/PKGBUILD 2016-10-21 18:52:17 UTC (rev 279129)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.30
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kde-cli-tools: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('cc5f51059df4c14fb8781987705d6064c7836349')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/bin/uninstall_*
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 279128, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-21 18:52:17 UTC (rev 279129)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.31
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kde-cli-tools: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('9dcfc5bf599a4fe53ca9bfc53b1b9a2741bf1c6c')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_*
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-21 18:51:28 UTC (rev 279128)
+++ extra-x86_64/PKGBUILD   2016-10-21 18:52:17 UTC (rev 279129)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.30
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kde-cli-tools: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('cc5f51059df4c14fb8781987705d6064c7836349')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-

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

2016-09-29 Thread Gaëtan Bisson
Date: Friday, September 30, 2016 @ 04:05:34
  Author: bisson
Revision: 277307

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 277306, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 277306, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-30 04:04:55 UTC (rev 277306)
+++ extra-i686/PKGBUILD 2016-09-30 04:05:34 UTC (rev 277307)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.12
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kde-cli-tools: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('0c25e4089f93adec2ad50e99b92dc8c5bf85c231')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/bin/uninstall_*
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 277306, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-30 04:05:34 UTC (rev 277307)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.30
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kde-cli-tools: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('cc5f51059df4c14fb8781987705d6064c7836349')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_*
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-30 04:04:55 UTC (rev 277306)
+++ extra-x86_64/PKGBUILD   2016-09-30 04:05:34 UTC (rev 277307)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.12
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kde-cli-tools: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('0c25e4089f93adec2ad50e99b92dc8c5bf85c231')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-

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

2016-09-19 Thread Gaëtan Bisson
Date: Monday, September 19, 2016 @ 20:32:38
  Author: bisson
Revision: 276722

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 276721, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 276721, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-19 20:31:46 UTC (rev 276721)
+++ extra-i686/PKGBUILD 2016-09-19 20:32:38 UTC (rev 276722)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.12
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('0c25e4089f93adec2ad50e99b92dc8c5bf85c231')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/bin/uninstall_*
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 276721, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-19 20:32:38 UTC (rev 276722)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.12
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kde-cli-tools: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('0c25e4089f93adec2ad50e99b92dc8c5bf85c231')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_*
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-19 20:31:46 UTC (rev 276721)
+++ extra-x86_64/PKGBUILD   2016-09-19 20:32:38 UTC (rev 276722)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.12
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('0c25e4089f93adec2ad50e99b92dc8c5bf85c231')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
- 

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

2016-03-30 Thread Gaetan Bisson
Date: Wednesday, March 30, 2016 @ 19:16:50
  Author: bisson
Revision: 263350

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 263349, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 263349, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-30 17:16:12 UTC (rev 263349)
+++ extra-i686/PKGBUILD 2016-03-30 17:16:50 UTC (rev 263350)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.11
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('9d06e5ef40cff8e540d1bf9113482a5b4755cf2f')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/bin/uninstall_*
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 263349, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-30 17:16:50 UTC (rev 263350)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.12
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('0c25e4089f93adec2ad50e99b92dc8c5bf85c231')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_*
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-30 17:16:12 UTC (rev 263349)
+++ extra-x86_64/PKGBUILD   2016-03-30 17:16:50 UTC (rev 263350)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.11
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('9d06e5ef40cff8e540d1bf9113482a5b4755cf2f')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-

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

2016-03-23 Thread Gaetan Bisson
Date: Wednesday, March 23, 2016 @ 20:22:25
  Author: bisson
Revision: 262459

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 262458, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 262458, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-23 19:21:54 UTC (rev 262458)
+++ extra-i686/PKGBUILD 2016-03-23 19:22:25 UTC (rev 262459)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.10
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f4d7bf3710b9a00d0a8958467d331806af39591b')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/bin/uninstall_*
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 262458, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-23 19:22:25 UTC (rev 262459)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.11
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('9d06e5ef40cff8e540d1bf9113482a5b4755cf2f')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_*
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-23 19:21:54 UTC (rev 262458)
+++ extra-x86_64/PKGBUILD   2016-03-23 19:22:25 UTC (rev 262459)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.10
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f4d7bf3710b9a00d0a8958467d331806af39591b')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-

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

2016-03-23 Thread Gaetan Bisson
Date: Wednesday, March 23, 2016 @ 07:53:18
  Author: bisson
Revision: 262441

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 262440, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 262440, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-23 06:52:46 UTC (rev 262440)
+++ extra-i686/PKGBUILD 2016-03-23 06:53:18 UTC (rev 262441)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.10
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f4d7bf3710b9a00d0a8958467d331806af39591b')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 262440, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-23 06:53:18 UTC (rev 262441)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.10
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('f4d7bf3710b9a00d0a8958467d331806af39591b')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_*
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-23 06:52:46 UTC (rev 262440)
+++ extra-x86_64/PKGBUILD   2016-03-23 06:53:18 UTC (rev 262441)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.10
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f4d7bf3710b9a00d0a8958467d331806af39591b')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \

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

2016-03-19 Thread Gaetan Bisson
Date: Friday, March 18, 2016 @ 22:24:18
  Author: bisson
Revision: 262057

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 262056, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 262056, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-18 21:23:17 UTC (rev 262056)
+++ extra-i686/PKGBUILD 2016-03-18 21:24:18 UTC (rev 262057)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.01
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('c1a44558c72aed3c78d63d54b5b008db69f0aaac')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 262056, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-18 21:24:18 UTC (rev 262057)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.10
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('f4d7bf3710b9a00d0a8958467d331806af39591b')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-18 21:23:17 UTC (rev 262056)
+++ extra-x86_64/PKGBUILD   2016-03-18 21:24:18 UTC (rev 262057)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.01
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('c1a44558c72aed3c78d63d54b5b008db69f0aaac')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure 

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

2016-03-03 Thread Bartłomiej Piotrowski
Date: Thursday, March 3, 2016 @ 14:40:20
  Author: bpiotrowski
Revision: 260654

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

Added:
  nmap/repos/staging-i686/
  nmap/repos/staging-i686/PKGBUILD
(from rev 260653, nmap/trunk/PKGBUILD)
  nmap/repos/staging-x86_64/
  nmap/repos/staging-x86_64/PKGBUILD
(from rev 260653, nmap/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   41 +
 staging-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: nmap/repos/staging-i686/PKGBUILD (from rev 260653, nmap/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 13:40:20 UTC (rev 260654)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.01
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('c1a44558c72aed3c78d63d54b5b008db69f0aaac')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Copied: nmap/repos/staging-x86_64/PKGBUILD (from rev 260653, 
nmap/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 13:40:20 UTC (rev 260654)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.01
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('c1a44558c72aed3c78d63d54b5b008db69f0aaac')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}


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

2015-12-10 Thread Gaetan Bisson
Date: Friday, December 11, 2015 @ 04:31:37
  Author: bisson
Revision: 255777

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 255776, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 255776, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-11 03:31:02 UTC (rev 255776)
+++ extra-i686/PKGBUILD 2015-12-11 03:31:37 UTC (rev 255777)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.00
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('cf04e64632e44a972cf894379cb5205c79c45fe8')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 255776, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-11 03:31:37 UTC (rev 255777)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.01
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('c1a44558c72aed3c78d63d54b5b008db69f0aaac')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-11 03:31:02 UTC (rev 255776)
+++ extra-x86_64/PKGBUILD   2015-12-11 03:31:37 UTC (rev 255777)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.00
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('cf04e64632e44a972cf894379cb5205c79c45fe8')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 00:00:25
  Author: bpiotrowski
Revision: 253065

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

Added:
  nmap/repos/staging-i686/
  nmap/repos/staging-i686/PKGBUILD
(from rev 253064, nmap/trunk/PKGBUILD)
  nmap/repos/staging-x86_64/
  nmap/repos/staging-x86_64/PKGBUILD
(from rev 253064, nmap/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   41 +
 staging-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: nmap/repos/staging-i686/PKGBUILD (from rev 253064, nmap/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 23:00:25 UTC (rev 253065)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.00
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('cf04e64632e44a972cf894379cb5205c79c45fe8')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Copied: nmap/repos/staging-x86_64/PKGBUILD (from rev 253064, 
nmap/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 23:00:25 UTC (rev 253065)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.00
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('cf04e64632e44a972cf894379cb5205c79c45fe8')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}


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

2015-11-19 Thread Gaetan Bisson
Date: Thursday, November 19, 2015 @ 22:57:53
  Author: bisson
Revision: 251443

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 251442, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 251442, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-19 21:57:11 UTC (rev 251442)
+++ extra-i686/PKGBUILD 2015-11-19 21:57:53 UTC (rev 251443)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=6.47
-pkgrel=3
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 251442, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-19 21:57:53 UTC (rev 251443)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.00
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('cf04e64632e44a972cf894379cb5205c79c45fe8')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-19 21:57:11 UTC (rev 251442)
+++ extra-x86_64/PKGBUILD   2015-11-19 21:57:53 UTC (rev 251443)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=6.47
-pkgrel=3
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   

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

2015-05-04 Thread Gaetan Bisson
Date: Monday, May 4, 2015 @ 21:24:23
  Author: bisson
Revision: 238474

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

Added:
  nmap/repos/staging-i686/
  nmap/repos/staging-i686/PKGBUILD
(from rev 238473, nmap/trunk/PKGBUILD)
  nmap/repos/staging-x86_64/
  nmap/repos/staging-x86_64/PKGBUILD
(from rev 238473, nmap/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   41 +
 staging-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: nmap/repos/staging-i686/PKGBUILD (from rev 238473, nmap/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-04 19:24:23 UTC (rev 238474)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.47
+pkgrel=3
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/zenmapCore
+}

Copied: nmap/repos/staging-x86_64/PKGBUILD (from rev 238473, 
nmap/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-04 19:24:23 UTC (rev 238474)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.47
+pkgrel=3
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/zenmapCore
+}


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

2014-08-27 Thread Gaetan Bisson
Date: Wednesday, August 27, 2014 @ 19:57:02
  Author: bisson
Revision: 220709

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 220708, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 220708, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   40 ---
 extra-x86_64/PKGBUILD |   40 ---
 3 files changed, 82 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-27 17:56:36 UTC (rev 220708)
+++ extra-i686/PKGBUILD 2014-08-27 17:57:02 UTC (rev 220709)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.47
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 220708, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-27 17:57:02 UTC (rev 220709)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.47
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-27 17:56:36 UTC (rev 220708)
+++ extra-x86_64/PKGBUILD   2014-08-27 17:57:02 UTC (rev 220709)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.47
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   

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

2014-08-22 Thread Gaetan Bisson
Date: Saturday, August 23, 2014 @ 07:12:20
  Author: bisson
Revision: 220575

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 220574, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 220574, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-23 05:11:53 UTC (rev 220574)
+++ extra-i686/PKGBUILD 2014-08-23 05:12:20 UTC (rev 220575)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.46
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('e19dd4d35d76b24b084665b90c423f53bc7fdcfe')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 220574, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-23 05:12:20 UTC (rev 220575)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.47
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-23 05:11:53 UTC (rev 220574)
+++ extra-x86_64/PKGBUILD   2014-08-23 05:12:20 UTC (rev 220575)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.46
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('e19dd4d35d76b24b084665b90c423f53bc7fdcfe')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd 

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

2014-08-16 Thread Gaetan Bisson
Date: Sunday, August 17, 2014 @ 05:08:32
  Author: bisson
Revision: 220125

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 220124, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 220124, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   39 ---
 extra-x86_64/PKGBUILD |   39 ---
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-17 03:08:03 UTC (rev 220124)
+++ extra-i686/PKGBUILD 2014-08-17 03:08:32 UTC (rev 220125)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.46
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('e19dd4d35d76b24b084665b90c423f53bc7fdcfe')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 220124, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-17 03:08:32 UTC (rev 220125)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.46
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('e19dd4d35d76b24b084665b90c423f53bc7fdcfe')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-17 03:08:03 UTC (rev 220124)
+++ extra-x86_64/PKGBUILD   2014-08-17 03:08:32 UTC (rev 220125)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.46
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('e19dd4d35d76b24b084665b90c423f53bc7fdcfe')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm 

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

2014-04-18 Thread Gaetan Bisson
Date: Friday, April 18, 2014 @ 20:45:19
  Author: bisson
Revision: 211509

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 211508, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 211508, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-18 18:44:39 UTC (rev 211508)
+++ extra-i686/PKGBUILD 2014-04-18 18:45:19 UTC (rev 211509)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.45
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3a634d319c57f6d93e5ccb69b45c133690d437e1')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 211508, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-18 18:45:19 UTC (rev 211509)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.46
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('e19dd4d35d76b24b084665b90c423f53bc7fdcfe')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-18 18:44:39 UTC (rev 211508)
+++ extra-x86_64/PKGBUILD   2014-04-18 18:45:19 UTC (rev 211509)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.45
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3a634d319c57f6d93e5ccb69b45c133690d437e1')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm 

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

2014-04-12 Thread Gaetan Bisson
Date: Saturday, April 12, 2014 @ 17:47:33
  Author: bisson
Revision: 210221

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 210220, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 210220, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-12 15:47:03 UTC (rev 210220)
+++ extra-i686/PKGBUILD 2014-04-12 15:47:33 UTC (rev 210221)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.40
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ee1bec1bb62045c7c1fc69ff183b2ae9b97bd0eb')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 210220, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-12 15:47:33 UTC (rev 210221)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.45
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('3a634d319c57f6d93e5ccb69b45c133690d437e1')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-12 15:47:03 UTC (rev 210220)
+++ extra-x86_64/PKGBUILD   2014-04-12 15:47:33 UTC (rev 210221)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.40
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kdebase-runtime: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ee1bec1bb62045c7c1fc69ff183b2ae9b97bd0eb')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm 

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

2013-07-29 Thread Gaetan Bisson
Date: Tuesday, July 30, 2013 @ 03:18:34
  Author: bisson
Revision: 191740

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 191739, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 191739, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   35 -
 extra-x86_64/PKGBUILD |   35 -
 3 files changed, 78 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-30 01:18:00 UTC (rev 191739)
+++ extra-i686/PKGBUILD 2013-07-30 01:18:34 UTC (rev 191740)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.25
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 191739, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-30 01:18:34 UTC (rev 191740)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.40
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kdebase-runtime: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('ee1bec1bb62045c7c1fc69ff183b2ae9b97bd0eb')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-30 01:18:00 UTC (rev 191739)
+++ extra-x86_64/PKGBUILD   2013-07-30 01:18:34 UTC (rev 191740)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.25
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nmap/repos/extra-x86_64/PKGBUILD (from rev 191739, nmap/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-30 01:18:34 UTC (rev 191740)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: 

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

2012-11-29 Thread Gaetan Bisson
Date: Thursday, November 29, 2012 @ 22:08:07
  Author: bisson
Revision: 172146

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

Added:
  nmap/repos/staging-i686/PKGBUILD
(from rev 172145, nmap/trunk/PKGBUILD)
  nmap/repos/staging-x86_64/PKGBUILD
(from rev 172145, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/staging-i686/PKGBUILD
  nmap/repos/staging-x86_64/PKGBUILD

-+
 staging-i686/PKGBUILD   |   74 +++---
 staging-x86_64/PKGBUILD |   74 +++---
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-11-30 03:07:43 UTC (rev 172145)
+++ staging-i686/PKGBUILD   2012-11-30 03:08:07 UTC (rev 172146)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.25
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua51')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nmap/repos/staging-i686/PKGBUILD (from rev 172145, nmap/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-30 03:08:07 UTC (rev 172146)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.25
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2012-11-30 03:07:43 UTC (rev 172145)
+++ staging-x86_64/PKGBUILD 2012-11-30 03:08:07 UTC (rev 172146)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.25
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua51')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nmap/repos/staging-x86_64/PKGBUILD (from rev 172145, 
nmap/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-11-30 03:08:07 UTC (rev 172146)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.25
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL')

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

2012-06-17 Thread Gaetan Bisson
Date: Sunday, June 17, 2012 @ 19:52:34
  Author: bisson
Revision: 161987

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 161986, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 161986, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-17 23:51:09 UTC (rev 161986)
+++ extra-i686/PKGBUILD 2012-06-17 23:52:34 UTC (rev 161987)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.00
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-options=('!makeflags')
-optdepends=('pygtk: zenmap')
-makedepends=('pygtk')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('11d8f418e31a85e5b5ad6b4cf98f3c1b5c19ddb2')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # Show icon only if runnable; see FS#12045
-   echo 'TryExec=/usr/bin/pygtk-demo'  
zenmap/install_scripts/unix/zenmap.desktop 
-   echo 'TryExec=/usr/bin/pygtk-demo'  
zenmap/install_scripts/unix/zenmap-root.desktop 
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 161986, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-17 23:52:34 UTC (rev 161987)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=6.01
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('e397e453893930d14e9bb33a847d15b94b7ee83a')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # Show icon only if runnable; see FS#12045
+   echo 'TryExec=/usr/bin/pygtk-demo'  
zenmap/install_scripts/unix/zenmap.desktop 
+   echo 'TryExec=/usr/bin/pygtk-demo'  
zenmap/install_scripts/unix/zenmap-root.desktop 
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   rm ${pkgdir}/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-17 23:51:09 UTC (rev 161986)
+++ extra-x86_64/PKGBUILD   2012-06-17 23:52:34 UTC (rev 161987)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=nmap
-pkgver=6.00
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-options=('!makeflags')
-optdepends=('pygtk: zenmap')
-makedepends=('pygtk')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('11d8f418e31a85e5b5ad6b4cf98f3c1b5c19ddb2')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # Show icon only if runnable; see FS#12045
-   echo 'TryExec=/usr/bin/pygtk-demo'  
zenmap/install_scripts/unix/zenmap.desktop 
-   echo 'TryExec=/usr/bin/pygtk-demo'  
zenmap/install_scripts/unix/zenmap-root.desktop 
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   rm ${pkgdir}/usr/bin/uninstall_zenmap
-   install -Dm644 

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:45
  Author: allan
Revision: 149672

db-move: moved nmap from [staging] to [testing] (i686)

Added:
  nmap/repos/testing-i686/
  nmap/repos/testing-i686/ChangeLog
(from rev 149641, nmap/repos/staging-i686/ChangeLog)
  nmap/repos/testing-i686/PKGBUILD
(from rev 149641, nmap/repos/staging-i686/PKGBUILD)
Deleted:
  nmap/repos/staging-i686/

---+
 ChangeLog |   17 +
 PKGBUILD  |   41 +
 2 files changed, 58 insertions(+)

Copied: nmap/repos/testing-i686/ChangeLog (from rev 149641, 
nmap/repos/staging-i686/ChangeLog)
===
--- testing-i686/ChangeLog  (rev 0)
+++ testing-i686/ChangeLog  2012-02-08 23:59:45 UTC (rev 149672)
@@ -0,0 +1,17 @@
+
+2008-10-28  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Python 2.6 rebuild.
+
+2008-07-23  Hugo Doria  h...@archlinux.org
+
+   * Added pygtk in optdepends: 4.68-3
+
+2008-07-09  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Fixing the pixmaps path for i686: 4.68
+
+2008-07-09  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 4.68
+

Copied: nmap/repos/testing-i686/PKGBUILD (from rev 149641, 
nmap/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:45 UTC (rev 149672)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=5.51
+pkgrel=2
+pkgdesc=A network exploration tool and security/port scanner
+arch=('i686' 'x86_64')
+url=http://nmap.org;
+license=('GPL')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+# python is needed for zenmap
+makedepends=('python2')
+optdepends=('pygtk: gui for nmap')
+options=('!makeflags')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  echo TryExec=/usr/bin/pygtk-demo  
zenmap/install_scripts/unix/zenmap.desktop 
+  echo TryExec=/usr/bin/pygtk-demo  
zenmap/install_scripts/unix/zenmap-root.desktop 
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove zenmap uninstall script
+  rm ${pkgdir}/usr/bin/uninstall_zenmap
+
+  # install custom GPL2 license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+md5sums=('0b80d2cb92ace5ebba8095a4c2850275')



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:46
  Author: allan
Revision: 149673

db-move: moved nmap from [staging] to [testing] (x86_64)

Added:
  nmap/repos/testing-x86_64/
  nmap/repos/testing-x86_64/ChangeLog
(from rev 149641, nmap/repos/staging-x86_64/ChangeLog)
  nmap/repos/testing-x86_64/PKGBUILD
(from rev 149641, nmap/repos/staging-x86_64/PKGBUILD)
Deleted:
  nmap/repos/staging-x86_64/

---+
 ChangeLog |   17 +
 PKGBUILD  |   41 +
 2 files changed, 58 insertions(+)

Copied: nmap/repos/testing-x86_64/ChangeLog (from rev 149641, 
nmap/repos/staging-x86_64/ChangeLog)
===
--- testing-x86_64/ChangeLog(rev 0)
+++ testing-x86_64/ChangeLog2012-02-08 23:59:46 UTC (rev 149673)
@@ -0,0 +1,17 @@
+
+2008-10-28  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Python 2.6 rebuild.
+
+2008-07-23  Hugo Doria  h...@archlinux.org
+
+   * Added pygtk in optdepends: 4.68-3
+
+2008-07-09  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Fixing the pixmaps path for i686: 4.68
+
+2008-07-09  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 4.68
+

Copied: nmap/repos/testing-x86_64/PKGBUILD (from rev 149641, 
nmap/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:46 UTC (rev 149673)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=nmap
+pkgver=5.51
+pkgrel=2
+pkgdesc=A network exploration tool and security/port scanner
+arch=('i686' 'x86_64')
+url=http://nmap.org;
+license=('GPL')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+# python is needed for zenmap
+makedepends=('python2')
+optdepends=('pygtk: gui for nmap')
+options=('!makeflags')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  echo TryExec=/usr/bin/pygtk-demo  
zenmap/install_scripts/unix/zenmap.desktop 
+  echo TryExec=/usr/bin/pygtk-demo  
zenmap/install_scripts/unix/zenmap-root.desktop 
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove zenmap uninstall script
+  rm ${pkgdir}/usr/bin/uninstall_zenmap
+
+  # install custom GPL2 license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+md5sums=('0b80d2cb92ace5ebba8095a4c2850275')