aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-nmap-parser
Commit message (Collapse)AuthorAgeFilesLines
* - Removing remaining MD5 from rubygem- portsPhilip M. Gollucci2011-06-231-1/+0
| | | | Notes: svn path=/head/; revision=276163
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infoPhilip M. Gollucci2010-10-201-1/+1
| | | | | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=263313
* RF -> RG Conversion (Part II)Philip M. Gollucci2010-06-231-1/+1
| | | | | | | | | | | | | PR: ports/147844 Submitted by: pgollucci (myself) Reviewed by: portmgr (flz) Discussed with: portmgr (pav) Tested by: make checksum Feature safe: yes Notes: svn path=/head/; revision=256881
* - Pass to ruby@Philip M. Gollucci2010-06-111-1/+1
| | | | | | | Approved by: daniel@roe.ch (previous maintainer) via private e-mail Notes: svn path=/head/; revision=256338
* - Chase nmap updateDennis Herrmann2009-04-131-0/+1
| | | | | | | | | - Bump PORTREVSION Approved by: miwi (mentor) Notes: svn path=/head/; revision=232304
* - Updae to 0.3.2Martin Wilke2009-02-142-12/+5
| | | | | | | | | | - Switch to RUBYGEM_AUTOPLIST PR: 131639 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=228291
* The Nmap::Parser library provides a Ruby interface toMartin Wilke2009-02-093-0/+41
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/ PR: ports/131516 Submitted by: Daniel Roethlisberger <daniel at roe.ch> Notes: svn path=/head/; revision=227913