Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2014 17:54:55 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348583 - in head/devel: . p5-RPSL-Parser
Message-ID:  <201403181754.s2IHstM7069545@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Mar 18 17:54:55 2014
New Revision: 348583
URL: http://svnweb.freebsd.org/changeset/ports/348583
QAT: https://qat.redports.org/buildarchive/r348583/

Log:
  New port: devel/p5-RPSL-Parser:
  
  This is a rather simplistic lexer and tokenizer for the RPSL language.
  
  It currently does not validate the object in any way, it just tries
  (rather hard) to grab the biggest ammount of information it can from the
  text presented and place it in a Parse Tree (that can be passed to other
  objects from the RPSL namespace for validation and more RFC2622 related
  functionality).
  
  WWW: http://search.cpan.org/dist/RPSL-Parser/

Added:
  head/devel/p5-RPSL-Parser/
  head/devel/p5-RPSL-Parser/Makefile   (contents, props changed)
  head/devel/p5-RPSL-Parser/distinfo   (contents, props changed)
  head/devel/p5-RPSL-Parser/pkg-descr   (contents, props changed)
  head/devel/p5-RPSL-Parser/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Mar 18 16:46:08 2014	(r348582)
+++ head/devel/Makefile	Tue Mar 18 17:54:55 2014	(r348583)
@@ -2607,6 +2607,7 @@
     SUBDIR += p5-Project-Gantt
     SUBDIR += p5-Project-Libs
     SUBDIR += p5-Qudo
+    SUBDIR += p5-RPSL-Parser
     SUBDIR += p5-RRDTool-OO
     SUBDIR += p5-Range-String
     SUBDIR += p5-Rcs

Added: head/devel/p5-RPSL-Parser/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-RPSL-Parser/Makefile	Tue Mar 18 17:54:55 2014	(r348583)
@@ -0,0 +1,17 @@
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=		RPSL-Parser
+PORTVERSION=		0.04000
+CATEGORIES=		devel perl5
+MASTER_SITES=		CPAN
+MASTER_SITE_SUBDIR=	CPAN:LMC
+PKGNAMEPREFIX=		p5-
+
+MAINTAINER=		perl@FreeBSD.org
+COMMENT=		Router Policy Specification Language (RFC2622) Parser
+
+USES=			perl5
+USE_PERL5=		configure
+
+.include <bsd.port.mk>

Added: head/devel/p5-RPSL-Parser/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-RPSL-Parser/distinfo	Tue Mar 18 17:54:55 2014	(r348583)
@@ -0,0 +1,2 @@
+SHA256 (RPSL-Parser-0.04000.tar.gz) = 239cea155a166985892347b37968316f46f36114d050a0be8d71436fd08e90f1
+SIZE (RPSL-Parser-0.04000.tar.gz) = 8224

Added: head/devel/p5-RPSL-Parser/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-RPSL-Parser/pkg-descr	Tue Mar 18 17:54:55 2014	(r348583)
@@ -0,0 +1,9 @@
+This is a rather simplistic lexer and tokenizer for the RPSL language.
+
+It currently does not validate the object in any way, it just tries
+(rather hard) to grab the biggest ammount of information it can from the
+text presented and place it in a Parse Tree (that can be passed to other
+objects from the RPSL namespace for validation and more RFC2622 related
+functionality).
+
+WWW: http://search.cpan.org/dist/RPSL-Parser/

Added: head/devel/p5-RPSL-Parser/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-RPSL-Parser/pkg-plist	Tue Mar 18 17:54:55 2014	(r348583)
@@ -0,0 +1,9 @@
+@comment $FreeBSD$
+%%PERL5_MAN3%%/RPSL::Parser.3.gz
+%%SITE_PERL%%/RPSL/Parser.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/RPSL/Parser/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPSL/Parser
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPSL
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
+@dirrmtry %%SITE_PERL%%/RPSL



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403181754.s2IHstM7069545>