Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31302

Modified Files:
        nmap.info zenmap.info 
Added Files:
        nmap-update.info 
Log Message:
New upstream nmap 6.25.
Moved nmap-update tool to its own package to avoid needing svn to build just 
nmap.

--- NEW FILE: nmap-update.info ---
Info2: <<
Package: nmap-update
Version: 6.25
Revision: 1
GCC: 4.0
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>

BuildDepends: <<
        fink (>= 0.24.12),
        flag-sort,
        libapr.0-dev,
        openssl100-dev (>= 1.0.1c-1),
        svn17-dev
<<
Depends: <<
        libapr.0-shlibs,
        nmap (>= %v),
        svn17-shlibs
<<
Replaces: nmap (<< 6.25-1)

Source: http://nmap.org/dist/nmap-%{v}.tar.bz2
Source-MD5: fcc80f94ff3adcb11eedf91092ea6f5e
SourceDirectory: nmap-%{v}

PatchScript: <<
        # Don't use -no-cpp-precomp as it's a no-op.
        perl -pi -e 's/needs_cpp_precomp=yes/needs_cpp_precomp=no/g' 
nmap-update/configure
<<

SetCFLAGS: -Os
SetCXXFLAGS: -I%p/include -Os
UseMaxBuildJobs: false

ConfigureParams: <<
        --mandir='$(prefix)/share/man' \
        --libexecdir='$(prefix)/lib'
<<
CompileScript: <<
        #!/bin/bash -ev
        
        cd nbase
        ./configure %c \
        --with-openssl=%p \
        CC="flag-sort -r gcc" CXX="flag-sort -r g++"
        make
        
        cd ../nmap-update
        ./configure %c \
        --with-apr=%p/bin/apr-1-config \
        --with-subversion=%p \
        CC="flag-sort -r gcc" CXX="flag-sort -r g++"
        make
<<
InstallScript: <<
        cd nmap-update && make install DESTDIR=%d
<<

DocFiles: CHANGELOG COPYING HACKING docs/README
Description: Update nmap files from svn
DescDetail: <<
        This tool lets you download the latest scripts and OS-fingerprint
        files from the nmap svn repository.
<<
License: GPL2
Homepage: http://nmap.org/
<<

Index: nmap.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/nmap.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- nmap.info   5 Jun 2012 23:20:15 -0000       1.14
+++ nmap.info   30 Dec 2012 17:20:14 -0000      1.15
@@ -1,7 +1,7 @@
 Info2: <<
 Package: nmap
-Version: 6.00
-Revision: 4
+Version: 6.25
+Revision: 1
 GCC: 4.0
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 Type: python 2.7
@@ -9,25 +9,20 @@
 BuildDepends: <<
        fink (>= 0.24.12),
        flag-sort,
-       lua51-dev,
-       libapr.0-dev,
        libpcre1,
-       openssl100-dev (>= 1.0.1c-1),
-       svn15-dev
+       openssl100-dev (>= 1.0.1c-1)
 <<
 Depends: <<
-       lua51-shlibs,
        libpcre1-shlibs,
        openssl100-shlibs (>= 1.0.1c-1),
-       python%type_pkg[python],
-       svn15-shlibs
+       python%type_pkg[python]
 <<
 Conflicts: nmap-nox (<< 4.76-2), nmap (<< 4.76-2)
 Replaces: nmap-nox (<< 4.76-2), nmap (<< 4.76-2)
-Recommends: zenmap
+Recommends: zenmap, nmap-update
 
 Source: http://nmap.org/dist/%n-%{v}.tar.bz2
-Source-MD5: e365cdada811c57e172b24b62746ab7d
+Source-MD5: fcc80f94ff3adcb11eedf91092ea6f5e
 SourceDirectory: %n-%{v}
 
 PatchScript: <<
@@ -46,10 +41,10 @@
        --with-openssl=%p \
        --with-libpcre \
        --with-libdnet=included \
-       --with-liblua=%p \
+       --with-liblua=included \
        --with-liblinear=included \
-       --with-apr=%p/bin/apr-1-config \
-       --with-subversion=%p \
+       --without-subversion \
+       --without-nmap-update \
        --disable-universal \
        --without-zenmap
 <<
@@ -80,8 +75,7 @@
        
        6.00 introduces the 'nmap-update' command which allows one to download
        the latest scripts and OS-fingerprints from an official svn repo.
-       This repo isn't generally available yet so don't bother trying to
-       use it until it is.
+       The 'nmap-update' tool has been moved to its own package.
 <<
 DescPackaging: <<
        Use Fink-installed libpcre instead of building our own.
@@ -90,6 +84,8 @@
        Switch to included libdnet and libpcap as they're newer and have
        nmap-specific patches.
        
+       Switch to included lua because fink's is too old.
+       
        Previously maintained by Jeremy Higgs <f...@higgs-family.net>
 <<
 License: GPL2

Index: zenmap.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/zenmap.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- zenmap.info 22 May 2012 00:37:21 -0000      1.2
+++ zenmap.info 30 Dec 2012 17:20:14 -0000      1.3
@@ -1,6 +1,6 @@
 Info2: <<
 Package: zenmap
-Version: 6.00
+Version: 6.25
 Revision: 1
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 Type: python 2.7
@@ -30,7 +30,7 @@
 <<
 Depends: <<
        desktop-file-utils,
-       nmap (>= %v-1),
+       nmap (>= %v),
        python%type_pkg[python],
        pygtk2-gtk-py%type_pkg[python]
 <<
@@ -38,7 +38,7 @@
 Replaces: nmap (<< 4.76-2), umit
 
 Source: http://nmap.org/dist/nmap-%{v}.tar.bz2
-Source-MD5: e365cdada811c57e172b24b62746ab7d
+Source-MD5: fcc80f94ff3adcb11eedf91092ea6f5e
 SourceDirectory: nmap-%{v}
 
 CompileScript: <<


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to