From: Michael Lauer Date: Wed, 1 Dec 2004 23:13:52 +0000 (+0000) Subject: Merge bk://oe-devel@oe-devel.bkbits.net/packages X-Git-Tag: Release-2010-05/1~15831 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=813d0611f8eb1fbd560b425cc1f94a3de538465a;p=openembedded.git 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 --- 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 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 diff --git a/qpenmapfe/files/qpenmapfe.desktop b/qpenmapfe/files/qpenmapfe.desktop new file mode 100644 index 0000000000..e69de29bb2 diff --git a/qpenmapfe/files/qpenmapfe.png b/qpenmapfe/files/qpenmapfe.png new file mode 100644 index 0000000000..e69de29bb2 diff --git a/qpenmapfe/qpenmapfe_1.0.0.oe b/qpenmapfe/qpenmapfe_1.0.0.oe new file mode 100644 index 0000000000..e69de29bb2