Merge bk://oe-devel@oe-devel.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Wed, 1 Dec 2004 23:13:52 +0000 (23:13 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 1 Dec 2004 23:13:52 +0000 (23:13 +0000)
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

nmap/nmap-3.77/make-it-work.patch [new file with mode: 0644]
nmap/nmap_3.45.oe [deleted file]
nmap/nmap_3.48.oe [deleted file]
nmap/nmap_3.50.oe [deleted file]
nmap/nmap_3.77.oe [new file with mode: 0644]
qpenmapfe/files/qpenmapfe.desktop [new file with mode: 0644]
qpenmapfe/files/qpenmapfe.png [new file with mode: 0644]
qpenmapfe/qpenmapfe_1.0.0.oe [new file with mode: 0644]

diff --git a/nmap/nmap-3.77/make-it-work.patch b/nmap/nmap-3.77/make-it-work.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/nmap/nmap_3.45.oe b/nmap/nmap_3.45.oe
deleted file mode 100644 (file)
index 3ef96a6..0000000
+++ /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 (file)
index 13d83bb..0000000
+++ /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 (file)
index 19f68fe..0000000
+++ /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 (file)
index 0000000..e69de29
diff --git a/qpenmapfe/files/qpenmapfe.desktop b/qpenmapfe/files/qpenmapfe.desktop
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qpenmapfe/files/qpenmapfe.png b/qpenmapfe/files/qpenmapfe.png
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qpenmapfe/qpenmapfe_1.0.0.oe b/qpenmapfe/qpenmapfe_1.0.0.oe
new file mode 100644 (file)
index 0000000..e69de29