Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 19:29:47 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514188 - in head/textproc: . p5-BigIP-ParseConfig
Message-ID:  <201910091929.x99JTlfG082396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Wed Oct  9 19:29:47 2019
New Revision: 514188
URL: https://svnweb.freebsd.org/changeset/ports/514188

Log:
  Add p5-BigIP::ParseConfig module.

Added:
  head/textproc/p5-BigIP-ParseConfig/
  head/textproc/p5-BigIP-ParseConfig/Makefile   (contents, props changed)
  head/textproc/p5-BigIP-ParseConfig/distinfo   (contents, props changed)
  head/textproc/p5-BigIP-ParseConfig/pkg-descr   (contents, props changed)
  head/textproc/p5-BigIP-ParseConfig/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Oct  9 19:17:20 2019	(r514187)
+++ head/textproc/Makefile	Wed Oct  9 19:29:47 2019	(r514188)
@@ -491,6 +491,7 @@
     SUBDIR += p5-Apache-ParseLog
     SUBDIR += p5-Apache-Solr
     SUBDIR += p5-BibTeX-Parser
+    SUBDIR += p5-BigIP-ParseConfig
     SUBDIR += p5-Bloom-Filter
     SUBDIR += p5-CAM-PDF
     SUBDIR += p5-CQL-Parser

Added: head/textproc/p5-BigIP-ParseConfig/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-BigIP-ParseConfig/Makefile	Wed Oct  9 19:29:47 2019	(r514188)
@@ -0,0 +1,19 @@
+# Created by: Sergey A. Osokin <osa@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	BigIP-ParseConfig
+PORTVERSION=	1.1.9
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	osa@FreeBSD.org
+COMMENT=	F5 BigIP configuration parser
+
+LICENSE=	GPLv2
+
+USES=		perl5
+USE_PERL5=	configure
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/p5-BigIP-ParseConfig/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-BigIP-ParseConfig/distinfo	Wed Oct  9 19:29:47 2019	(r514188)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1570648555
+SHA256 (BigIP-ParseConfig-1.1.9.tar.gz) = b3180008838806bcdbe0bddbafd984bb229121ad63dec7b8a2517797377ca40a
+SIZE (BigIP-ParseConfig-1.1.9.tar.gz) = 5374

Added: head/textproc/p5-BigIP-ParseConfig/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-BigIP-ParseConfig/pkg-descr	Wed Oct  9 19:29:47 2019	(r514188)
@@ -0,0 +1,5 @@
+This module provides an interface to reading, writing, and
+manipulating configuration files used on F5 (BigIP) LTM network
+devices.
+
+WWW: https://metacpan.org/release/BigIP-ParseConfig

Added: head/textproc/p5-BigIP-ParseConfig/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-BigIP-ParseConfig/pkg-plist	Wed Oct  9 19:29:47 2019	(r514188)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/BigIP/ParseConfig.pm
+%%SITE_PERL%%/BigIP/ParseConfig.pod
+%%PERL5_MAN3%%/BigIP::ParseConfig.3.gz



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