summaryrefslogtreecommitdiff
path: root/nmap
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-12-01 23:13:52 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-12-01 23:13:52 +0000
commit813d0611f8eb1fbd560b425cc1f94a3de538465a (patch)
treeecaebadab73c33c3144b7264dc1b052fe6b88e81 /nmap
parentfd1b59d24ec77cd92014931428019d7ad512c6f5 (diff)
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/12/01 23:35:54+01:00 uni-frankfurt.de!mickeyl add qpenmapfe, an Opie frontend for nmap 2004/12/01 23:27:18+01:00 uni-frankfurt.de!mickeyl add nmap 3.77 and kill off older non-working ones BKrev: 41ae5030xgXSN0Ulf9eDh02g5Av13w
Diffstat (limited to 'nmap')
-rw-r--r--nmap/nmap-3.77/make-it-work.patch0
-rw-r--r--nmap/nmap_3.45.oe46
-rw-r--r--nmap/nmap_3.48.oe46
-rw-r--r--nmap/nmap_3.50.oe46
-rw-r--r--nmap/nmap_3.77.oe0
5 files changed, 0 insertions, 138 deletions
diff --git a/nmap/nmap-3.77/make-it-work.patch b/nmap/nmap-3.77/make-it-work.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nmap/nmap-3.77/make-it-work.patch
diff --git a/nmap/nmap_3.45.oe b/nmap/nmap_3.45.oe
deleted file mode 100644
index 3ef96a6b66..0000000000
--- a/nmap/nmap_3.45.oe
+++ /dev/null
@@ -1,46 +0,0 @@
-SECTION = "console/network"
-DEPENDS = "libpcap"
-DESCRIPTION = "Nmap is a command line portscanner."
-
-SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tgz"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-pcap=linux --with-libpcap=${STAGING_LIBDIR}/.. --without-nmapfe"
-EXTRA_OEMAKE = "STRIPPROG=arm-linux-strip"
-
-CXXFLAGS_append = " -fpermissive"
-# Ugly hack follows -- their configure.ac doesnt match their configure ..
-# doesnt include a check for the length type in recvfrom, so we hack it here
-CPPFLAGS_append = " -Drecvfrom6_t=socklen_t"
-
-#do_configure_prepend () {
-# if [ ! -e libpcap-possiblymodified/acinclude.m4 ]; then
-# cat libpcap-possiblymodified/aclocal.m4 > libpcap-possiblymodified/acinclude.m4
-# fi
-#}
-
-do_compile_prepend () {
- ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS} libpcre/dftables.c -o libpcre/dftables
- touch libpcre/dftables.o
- libpcre/dftables > libpcre/chartables.c
-}
-
-do_configure () {
-# override this function to avoid the autoconf/automake/aclocal/autoheader
-# calls for now
- gnu-configize
- oe_runconf
-}
-
-
-do_install () {
- oe_runmake 'prefix=${D}/${prefix}' \
- 'exec_prefix=${D}/${exec_prefix}' \
- 'bindir=${D}/${bindir}' \
- 'sbindir=${D}/${sbindir}' \
- 'mandir=${D}/${mandir}' \
- 'datadir=${D}/${datadir}' \
- 'nmapdatadir=${D}/${datadir}/nmap' \
- install
-}
diff --git a/nmap/nmap_3.48.oe b/nmap/nmap_3.48.oe
deleted file mode 100644
index 13d83bbe44..0000000000
--- a/nmap/nmap_3.48.oe
+++ /dev/null
@@ -1,46 +0,0 @@
-SECTION = "console/network"
-DEPENDS = "libpcap"
-DESCRIPTION = "Nmap is a command line portscanner."
-
-SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tgz"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-pcap=linux --with-libpcap=${STAGING_LIBDIR}/.. --without-nmapfe"
-EXTRA_OEMAKE = "STRIPPROG=${STRIP}"
-
-CXXFLAGS_append = " -fpermissive"
-# Ugly hack follows -- their configure.ac doesnt match their configure ..
-# doesnt include a check for the length type in recvfrom, so we hack it here
-CPPFLAGS_append = " -Drecvfrom6_t=socklen_t"
-
-#do_configure_prepend () {
-# if [ ! -e libpcap-possiblymodified/acinclude.m4 ]; then
-# cat libpcap-possiblymodified/aclocal.m4 > libpcap-possiblymodified/acinclude.m4
-# fi
-#}
-
-do_compile_prepend () {
- ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS} libpcre/dftables.c -o libpcre/dftables
- touch libpcre/dftables.o
- libpcre/dftables > libpcre/chartables.c
-}
-
-do_configure () {
-# override this function to avoid the autoconf/automake/aclocal/autoheader
-# calls for now
- gnu-configize
- oe_runconf
-}
-
-
-do_install () {
- oe_runmake 'prefix=${D}/${prefix}' \
- 'exec_prefix=${D}/${exec_prefix}' \
- 'bindir=${D}/${bindir}' \
- 'sbindir=${D}/${sbindir}' \
- 'mandir=${D}/${mandir}' \
- 'datadir=${D}/${datadir}' \
- 'nmapdatadir=${D}/${datadir}/nmap' \
- install
-}
diff --git a/nmap/nmap_3.50.oe b/nmap/nmap_3.50.oe
deleted file mode 100644
index 19f68fe78c..0000000000
--- a/nmap/nmap_3.50.oe
+++ /dev/null
@@ -1,46 +0,0 @@
-SECTION = "console/network"
-BROKEN = "1"
-DESCRIPTION = "Nmap is a command line portscanner."
-DEPENDS = "libpcap"
-SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tgz"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-pcap=linux --with-libpcap=${STAGING_LIBDIR}/.. --without-nmapfe"
-EXTRA_OEMAKE = "STRIPPROG=${STRIP}"
-
-CXXFLAGS_append = " -fpermissive"
-# Ugly hack follows -- their configure.ac doesnt match their configure ..
-# doesnt include a check for the length type in recvfrom, so we hack it here
-CPPFLAGS_append = " -Drecvfrom6_t=socklen_t"
-
-#do_configure_prepend () {
-# if [ ! -e libpcap-possiblymodified/acinclude.m4 ]; then
-# cat libpcap-possiblymodified/aclocal.m4 > libpcap-possiblymodified/acinclude.m4
-# fi
-#}
-
-do_compile_prepend () {
- ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS} libpcre/dftables.c -o libpcre/dftables
- touch libpcre/dftables.o
- libpcre/dftables > libpcre/chartables.c
-}
-
-do_configure () {
-# override this function to avoid the autoconf/automake/aclocal/autoheader
-# calls for now
- gnu-configize
- oe_runconf
-}
-
-
-do_install () {
- oe_runmake 'prefix=${D}/${prefix}' \
- 'exec_prefix=${D}/${exec_prefix}' \
- 'bindir=${D}/${bindir}' \
- 'sbindir=${D}/${sbindir}' \
- 'mandir=${D}/${mandir}' \
- 'datadir=${D}/${datadir}' \
- 'nmapdatadir=${D}/${datadir}/nmap' \
- install
-}
diff --git a/nmap/nmap_3.77.oe b/nmap/nmap_3.77.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nmap/nmap_3.77.oe