Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7963

Modified Files:
        nmap.info 
Log Message:
Taking over package; new version (4.20); made linking consistant; removed 
-no-cpp-precomp.

Index: nmap.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/nmap.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nmap.info   27 May 2006 18:46:23 -0000      1.2
+++ nmap.info   16 Jan 2007 00:41:01 -0000      1.3
@@ -1,42 +1,55 @@
 Info2: <<
 Package: nmap%type_pkg[-nox]
-Version: 4.03
+Version: 4.20
 Revision: 1001
 GCC: 4.0
-Maintainer: Jeremy Higgs <[EMAIL PROTECTED]>
+Maintainer: Daniel Johnson <[EMAIL PROTECTED]>
 Type: -nox (boolean)
+
 BuildDepends: <<
-fink ( >= 0.19.2-1 ),
-libpcap,
-system-openssl-dev,
-(%type_raw[-nox] = .) libgettext3-dev,
-(%type_raw[-nox] = .) libiconv-dev,
-(%type_raw[-nox] = .) gettext-bin,
-(%type_raw[-nox] = .) gettext-tools,
-(%type_raw[-nox] = .) glib2-dev,
-(%type_raw[-nox] = .) gtk+2-dev,
-(%type_raw[-nox] = .) x11-dev,
-(%type_raw[-nox] = .) atk1,
-(%type_raw[-nox] = .) pango1-xft2-dev
+       fink ( >= 0.19.2-1 ),
+       libpcap,
+       system-openssl-dev,
+       (%type_raw[-nox] = .) atk1,
+       (%type_raw[-nox] = .) gettext-bin,
+       (%type_raw[-nox] = .) gettext-tools,
+       (%type_raw[-nox] = .) glib2-dev,
+       (%type_raw[-nox] = .) gtk+2-dev,
+       (%type_raw[-nox] = .) libgettext3-dev,
+       (%type_raw[-nox] = .) libiconv-dev,
+       (%type_raw[-nox] = .) pango1-xft2-dev,
+       (%type_raw[-nox] = .) pkgconfig,
+       (%type_raw[-nox] = .) x11-dev
 <<
 Depends: <<
-libpcap-shlibs,
-(%type_raw[-nox] = .) libgettext3-shlibs,
-(%type_raw[-nox] = .) libiconv,
-(%type_raw[-nox] = .) glib2-shlibs,
-(%type_raw[-nox] = .) gtk+2-shlibs, 
-(%type_raw[-nox] = .) x11-shlibs,
-(%type_raw[-nox] = .) atk1-shlibs,
-(%type_raw[-nox] = .) pango1-xft2-shlibs
+       libpcap-shlibs,
+       (%type_raw[-nox] = .) atk1-shlibs,
+       (%type_raw[-nox] = .) glib2-shlibs,
+       (%type_raw[-nox] = .) gtk+2-shlibs, 
+       (%type_raw[-nox] = .) libgettext3-shlibs,
+       (%type_raw[-nox] = .) libiconv,
+       (%type_raw[-nox] = .) pango1-xft2-shlibs,
+       (%type_raw[-nox] = .) x11-shlibs
 <<
 Conflicts: nmap-nox, nmap
 Replaces: nmap-nox, nmap
+
 Source: http://download.insecure.org/%{Ni}/dist/%{Ni}-%v.tar.bz2
-Source-MD5: d2b841e97d81d0fac20d18cbeddfa54a
+Source-MD5: ea50419f99472200c4184a304e3831ea
 SourceDirectory: %{Ni}-%v
-SetCPPFLAGS: -I%p/lib/system-openssl/include
+
+# Don't use -no-cpp-precomp as it's a no-op and will soon go away.
+PatchScript: perl -pi -e 's/needs_cpp_precomp=yes/needs_cpp_precomp=no/g' 
configure libpcre/configure nmapfe/configure
+
+SetCPPFLAGS: -I%p/lib/system-openssl/include -Ilibdnet-stripped/include 
-Ilibpcre
 SetLDFLAGS: -L%p/lib/system-openssl/lib
-ConfigureParams: --mandir='$(prefix)/share/man' --with-libpcap=%p 
--with-openssl=%p/lib/system-openssl
+ConfigureParams: <<
+       --mandir='$(prefix)/share/man' \
+       --with-libpcap=%p \
+       --with-openssl=%p/lib/system-openssl \
+       --with-libpcre=included \
+       --with-libdnet=included
+<<
 CompileScript: <<
   #!/bin/bash -ev
   if [ "%type_raw[-nox]" == "-nox" ]; then
@@ -47,25 +60,30 @@
   # This hack is necessary to ensure that the system's openssl is always used.
   make LDFLAGS='-L%p/lib/system-openssl/lib -L%p/lib -L%b/nbase 
-L%b/nsock/src/ $(STATIC)'
 <<
+
 DocFiles: CHANGELOG COPYING HACKING docs/README docs/*.txt
 Description: Network exploration utility
 DescDetail: <<
-nmap, a utility for network exploration or auditing, supporting ping scanning,
-port scanning and TCP/IP fingerprinting. It also offers decoy scanning, sunRPC
-scanning, reverse-identd scanning and others.
-
-Version 3.46 thanks to Alex Barclay <[EMAIL PROTECTED]>.
+       nmap, a utility for network exploration or auditing, supporting ping 
scanning,
+       port scanning and TCP/IP fingerprinting. It also offers decoy scanning, 
sunRPC
+       scanning, reverse-identd scanning and others.
+       
+       Version 3.46 thanks to Alex Barclay <[EMAIL PROTECTED]>.
 <<
 DescPackaging: <<
-ConfigureParams installs manpages in correct directories and uses installed
-version of libpcap.
-Makes use of the variant system introduced in Fink 0.19.2.
-
-Upgraded to 4.03 since previous version didn't work on Intel.
-Changed dependency from glib/gtk+ to glib2/gtk+2 since it would
-link to the later if installed. Added missing dependencies. Upgraded
-gettext to libgettext3. Added BD on system-openssl-dev since otherwise
-openssl linking varies. --danielj7
+       ConfigureParams installs manpages in correct directories and uses 
installed
+       version of libpcap.
+       Makes use of the variant system introduced in Fink 0.19.2.
+       
+       Upgraded to 4.03 since previous version didn't work on Intel.
+       Changed dependency from glib/gtk+ to glib2/gtk+2 since it would
+       link to the later if installed. Added missing dependencies. Upgraded
+       gettext to libgettext3. Added BD on system-openssl-dev since otherwise
+       openssl linking varies. --danielj7
+       
+       Changed ConfigureParams yet more to ensure consistant linking.
+       
+       Previously maintained by Jeremy Higgs <[EMAIL PROTECTED]>
 <<
 License: GPL
 Homepage: http://www.insecure.org/nmap/


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to