head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.19;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2010.06.23.18.42.11;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2010.06.11.01.34.26;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2009.04.13.09.56.32;	author dhn;	state Exp;
branches;
next	1.2;

1.2
date	2009.02.14.19.15.30;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.02.09.16.52.15;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# Ports collection makefile for:	rubygem-nmap-parser
# Date created:				2009-02-09
# Whom:					Daniel Roethlisberger <daniel@@roe.ch>
#
# $FreeBSD: head/security/rubygem-nmap-parser/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	nmap-parser
PORTVERSION=	0.3.2
PORTREVISION=	1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	Ruby interface to Nmap scan data

RUN_DEPENDS=	nmap:${PORTSDIR}/security/nmap

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
@


1.5
log
@RF -> RG Conversion (Part II)

PR:             ports/147844
Submitted by:   pgollucci (myself)
Reviewed by:    portmgr (flz)
Discussed with: portmgr (pav)
Tested by:      make checksum

Feature safe:   yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Pass to ruby@@

Approved by:    daniel@@roe.ch (previous maintainer) via private e-mail
@
text
@d11 1
a11 1
MASTER_SITES=	RF/gems
@


1.3
log
@- Chase nmap update
- Bump PORTREVSION

Approved by:	miwi  (mentor)
@
text
@d13 1
a13 1
MAINTAINER=	daniel@@roe.ch
@


1.2
log
@- Updae to 0.3.2
- Switch to RUBYGEM_AUTOPLIST

PR:		131639
Submitted by:	Daniel Roethlisberger <daniel@@roe.ch> (maintainer)
@
text
@d9 1
@


1.1
log
@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/

PR:		ports/131516
Submitted by:	Daniel Roethlisberger <daniel at roe.ch>
@
text
@d8 1
a8 1
PORTVERSION=	0.3.1
d19 1
a19 8

post-install:
	@@${ECHO} ${GEM_CACHE} >> ${TMPPLIST}
	@@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
	@@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
	@@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
	@@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
	@@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
@

