Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2018 10:40:42 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469623 - in head/devel: . p5-Symbol-Get
Message-ID:  <201805111040.w4BAegmj043335@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri May 11 10:40:41 2018
New Revision: 469623
URL: https://svnweb.freebsd.org/changeset/ports/469623

Log:
  New port: devel/p5-Symbol-Get
  
  Read Perls symbol table programmatically.
  
  WWW: http://search.cpan.org/dist/Symbol-Get/

Added:
  head/devel/p5-Symbol-Get/
  head/devel/p5-Symbol-Get/Makefile   (contents, props changed)
  head/devel/p5-Symbol-Get/distinfo   (contents, props changed)
  head/devel/p5-Symbol-Get/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri May 11 10:22:25 2018	(r469622)
+++ head/devel/Makefile	Fri May 11 10:40:41 2018	(r469623)
@@ -3396,6 +3396,7 @@
     SUBDIR += p5-Sub-Signatures
     SUBDIR += p5-Sub-Uplevel
     SUBDIR += p5-Sub-WrapPackages
+    SUBDIR += p5-Symbol-Get
     SUBDIR += p5-Symbol-Global-Name
     SUBDIR += p5-Symbol-Util
     SUBDIR += p5-Syntax-Keyword-Gather

Added: head/devel/p5-Symbol-Get/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Symbol-Get/Makefile	Fri May 11 10:40:41 2018	(r469623)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	Symbol-Get
+PORTVERSION=	0.08
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	pi@FreeBSD.org
+COMMENT=	Read Perls symbol table programmatically
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+
+PLIST_FILES=	${SITE_PERL_REL}/Symbol/Get.pm \
+		${SITE_MAN3_REL}/Symbol::Get.3.gz
+
+pre-install:
+		${RM} ${WRKSRC}/blib/lib/Symbol/README.pod
+
+.include <bsd.port.mk>

Added: head/devel/p5-Symbol-Get/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Symbol-Get/distinfo	Fri May 11 10:40:41 2018	(r469623)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1526034917
+SHA256 (Symbol-Get-0.08.tar.gz) = 3ef129ed1ada92c2c69c73bb34024741ab454e3a152428f463824aa1f3bcaf15
+SIZE (Symbol-Get-0.08.tar.gz) = 12575

Added: head/devel/p5-Symbol-Get/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Symbol-Get/pkg-descr	Fri May 11 10:40:41 2018	(r469623)
@@ -0,0 +1,3 @@
+Read Perls symbol table programmatically.
+
+WWW: http://search.cpan.org/dist/Symbol-Get/



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