Date: Mon, 09 Feb 2009 01:12:01 +0100 From: Daniel Roethlisberger <daniel@roe.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: daniel@roe.ch Subject: ports/131516: New port: security/rubygem-nmap-parser 0.3.1 Message-ID: <E1LWJkm-000DNB-Vv@calvin.ustdmz.roe.ch> Resent-Message-ID: <200902090020.n190K2Ru078830@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131516 >Category: ports >Synopsis: New port: security/rubygem-nmap-parser 0.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 09 00:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Daniel Roethlisberger >Release: FreeBSD 7.1-RELEASE i386 >Organization: >Environment: System: FreeBSD marvin.ustcor.roe.ch 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: The Nmap::Parser library provides a Ruby interface to Nmap's scan data. It can run Nmap and parse its XML output directly from the scan, parse a file containing the XML data from a separate scan, parse a String of XML data from a scan, or parse XML data from an object via its read() method. This information is presented in an easy-to-use and intuitive fashion for storage and manipulation. WWW: http://rubynmap.sourceforge.net/ >How-To-Repeat: >Fix: --- rubygem-nmap-parser.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-nmap-parser # rubygem-nmap-parser/Makefile # rubygem-nmap-parser/distinfo # rubygem-nmap-parser/pkg-descr # echo c - rubygem-nmap-parser mkdir -p rubygem-nmap-parser > /dev/null 2>&1 echo x - rubygem-nmap-parser/Makefile sed 's/^X//' >rubygem-nmap-parser/Makefile << '46dd8871defc054ebc42c89e8444046e' X# Ports collection makefile for: rubygem-nmap-parser X# Date created: 2009-02-09 X# Whom: Daniel Roethlisberger <daniel@roe.ch> X# X# $FreeBSD$ X XPORTNAME= nmap-parser XPORTVERSION= 0.3.1 XCATEGORIES= security rubygems XMASTER_SITES= RF/gems X XMAINTAINER= daniel@roe.ch XCOMMENT= Ruby interface to Nmap scan data X XRUN_DEPENDS= nmap:${PORTSDIR}/security/nmap X XUSE_RUBY= yes XUSE_RUBYGEMS= yes X Xpost-install: X @${ECHO} ${GEM_CACHE} >> ${TMPPLIST} X @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST} X @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST} X @${ECHO} ${GEM_SPEC} >> ${TMPPLIST} X @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST} X @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST} X X.include <bsd.port.mk> 46dd8871defc054ebc42c89e8444046e echo x - rubygem-nmap-parser/distinfo sed 's/^X//' >rubygem-nmap-parser/distinfo << '1cc2ae77f0363129f0e62e290ecaa2d8' XMD5 (rubygem/nmap-parser-0.3.1.gem) = c00f99b945199089f74d5b080f8b8bca XSHA256 (rubygem/nmap-parser-0.3.1.gem) = 93a5157f510dbf8343e344ea9aa7e697274b25660a26930c75da9dcd1327ecd6 XSIZE (rubygem/nmap-parser-0.3.1.gem) = 13312 1cc2ae77f0363129f0e62e290ecaa2d8 echo x - rubygem-nmap-parser/pkg-descr sed 's/^X//' >rubygem-nmap-parser/pkg-descr << '46aade8bdbbbdafe8d484fab791d403c' XThe Nmap::Parser library provides a Ruby interface to XNmap's scan data. It can run Nmap and parse its XML Xoutput directly from the scan, parse a file containing Xthe XML data from a separate scan, parse a String of XXML data from a scan, or parse XML data from an object Xvia its read() method. This information is presented Xin an easy-to-use and intuitive fashion for storage Xand manipulation. X XWWW: http://rubynmap.sourceforge.net/ 46aade8bdbbbdafe8d484fab791d403c exit --- rubygem-nmap-parser.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1LWJkm-000DNB-Vv>