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

Jan Steffens heftig at archlinux.org
Thu Feb 9 20:44:03 UTC 2012


    Date: Thursday, February 9, 2012 @ 15:44:02
  Author: heftig
Revision: 149735

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

Added:
  nmap/repos/testing-i686/ChangeLog
    (from rev 149734, nmap/trunk/ChangeLog)
  nmap/repos/testing-i686/PKGBUILD
    (from rev 149734, nmap/trunk/PKGBUILD)
  nmap/repos/testing-x86_64/ChangeLog
    (from rev 149734, nmap/trunk/ChangeLog)
  nmap/repos/testing-x86_64/PKGBUILD
    (from rev 149734, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/testing-i686/ChangeLog
  nmap/repos/testing-i686/PKGBUILD
  nmap/repos/testing-x86_64/ChangeLog
  nmap/repos/testing-x86_64/PKGBUILD

--------------------------+
 testing-i686/ChangeLog   |   34 ++++++++---------
 testing-i686/PKGBUILD    |   86 +++++++++++++++++++++++----------------------
 testing-x86_64/ChangeLog |   34 ++++++++---------
 testing-x86_64/PKGBUILD  |   86 +++++++++++++++++++++++----------------------
 4 files changed, 124 insertions(+), 116 deletions(-)

Deleted: testing-i686/ChangeLog
===================================================================
--- testing-i686/ChangeLog	2012-02-09 20:41:23 UTC (rev 149734)
+++ testing-i686/ChangeLog	2012-02-09 20:44:02 UTC (rev 149735)
@@ -1,17 +0,0 @@
-
-2008-10-28  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Python 2.6 rebuild.
-
-2008-07-23  Hugo Doria  <hugo at archlinux.org>
-
-	* Added pygtk in optdepends: 4.68-3
-
-2008-07-09  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Fixing the pixmaps path for i686: 4.68
-
-2008-07-09  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for i686: 4.68
-

Copied: nmap/repos/testing-i686/ChangeLog (from rev 149734, nmap/trunk/ChangeLog)
===================================================================
--- testing-i686/ChangeLog	                        (rev 0)
+++ testing-i686/ChangeLog	2012-02-09 20:44:02 UTC (rev 149735)
@@ -0,0 +1,17 @@
+
+2008-10-28  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Python 2.6 rebuild.
+
+2008-07-23  Hugo Doria  <hugo at archlinux.org>
+
+	* Added pygtk in optdepends: 4.68-3
+
+2008-07-09  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Fixing the pixmaps path for i686: 4.68
+
+2008-07-09  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated for i686: 4.68
+

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2012-02-09 20:41:23 UTC (rev 149734)
+++ testing-i686/PKGBUILD	2012-02-09 20:44:02 UTC (rev 149735)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Hugo Doria <hugo at 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')

Copied: nmap/repos/testing-i686/PKGBUILD (from rev 149734, nmap/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-02-09 20:44:02 UTC (rev 149735)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=nmap
+pkgver=5.51
+pkgrel=3
+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)
+md5sums=('0b80d2cb92ace5ebba8095a4c2850275')
+
+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 
+
+  # Force usage of external libpcap
+  # OSX bug check fails because of missing types
+  # autoreconf fails because our autotools are too new (?)
+  sed -i 's/have_libpcap=no/have_libpcap=yes/g' {.,ncat,nping}/configure
+
+  ./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
+}

Deleted: testing-x86_64/ChangeLog
===================================================================
--- testing-x86_64/ChangeLog	2012-02-09 20:41:23 UTC (rev 149734)
+++ testing-x86_64/ChangeLog	2012-02-09 20:44:02 UTC (rev 149735)
@@ -1,17 +0,0 @@
-
-2008-10-28  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Python 2.6 rebuild.
-
-2008-07-23  Hugo Doria  <hugo at archlinux.org>
-
-	* Added pygtk in optdepends: 4.68-3
-
-2008-07-09  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Fixing the pixmaps path for i686: 4.68
-
-2008-07-09  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for i686: 4.68
-

Copied: nmap/repos/testing-x86_64/ChangeLog (from rev 149734, nmap/trunk/ChangeLog)
===================================================================
--- testing-x86_64/ChangeLog	                        (rev 0)
+++ testing-x86_64/ChangeLog	2012-02-09 20:44:02 UTC (rev 149735)
@@ -0,0 +1,17 @@
+
+2008-10-28  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Python 2.6 rebuild.
+
+2008-07-23  Hugo Doria  <hugo at archlinux.org>
+
+	* Added pygtk in optdepends: 4.68-3
+
+2008-07-09  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Fixing the pixmaps path for i686: 4.68
+
+2008-07-09  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated for i686: 4.68
+

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2012-02-09 20:41:23 UTC (rev 149734)
+++ testing-x86_64/PKGBUILD	2012-02-09 20:44:02 UTC (rev 149735)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Hugo Doria <hugo at 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')

Copied: nmap/repos/testing-x86_64/PKGBUILD (from rev 149734, nmap/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-02-09 20:44:02 UTC (rev 149735)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=nmap
+pkgver=5.51
+pkgrel=3
+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)
+md5sums=('0b80d2cb92ace5ebba8095a4c2850275')
+
+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 
+
+  # Force usage of external libpcap
+  # OSX bug check fails because of missing types
+  # autoreconf fails because our autotools are too new (?)
+  sed -i 's/have_libpcap=no/have_libpcap=yes/g' {.,ncat,nping}/configure
+
+  ./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
+}




More information about the arch-commits mailing list