Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2015 12:20:21 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378833 - in head/devel: . p5-Opcodes
Message-ID:  <201502111220.t1BCKL0S058937@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Wed Feb 11 12:20:20 2015
New Revision: 378833
URL: https://svnweb.freebsd.org/changeset/ports/378833
QAT: https://qat.redports.org/buildarchive/r378833/

Log:
  [New Port] devel/p5-Opcodes
  
  More Opcodes information from opnames.h and opcode.h
  
  The canonical list of operator names is the contents of the array
  PL_op_name, defined and initialised in file opcode.h of the Perl
  source distribution (and installed into the perl library).
  
  Each operator has both a terse name (its opname) and a more verbose or
  recognisable descriptive name. The opdesc function can be used to
  return a description for an OP.
  
  WWW: http://search.cpan.org/dist/Opcodes/
  
  PR:		196687
  Submitted by:	svysh.fbsd@gmail.com
  Approved by:	bapt marino (implicit)

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Feb 11 12:12:32 2015	(r378832)
+++ head/devel/Makefile	Wed Feb 11 12:20:20 2015	(r378833)
@@ -2569,6 +2569,7 @@
     SUBDIR += p5-Object-Tiny
     SUBDIR += p5-Object-Tiny-Lvalue
     SUBDIR += p5-Olson-Abbreviations
+    SUBDIR += p5-Opcodes
     SUBDIR += p5-Ouch
     SUBDIR += p5-PAR
     SUBDIR += p5-PAR-Dist

Added: head/devel/p5-Opcodes/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Opcodes/Makefile	Wed Feb 11 12:20:20 2015	(r378833)
@@ -0,0 +1,26 @@
+# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	Opcodes
+PORTVERSION=	0.14
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:RURBAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	svysh.fbsd@gmail.com
+COMMENT=	More Opcodes information from opnames.h and opcode.h
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+NO_ARCH=	yes
+
+#pre-install:	test
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Opcodes/Opcodes.so
+
+.include <bsd.port.mk>

Added: head/devel/p5-Opcodes/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Opcodes/distinfo	Wed Feb 11 12:20:20 2015	(r378833)
@@ -0,0 +1,2 @@
+SHA256 (Opcodes-0.14.tar.gz) = 7f7365447e4d1c5b87b43091448f0488e67c9f036b26c022a5409cd73d343893
+SIZE (Opcodes-0.14.tar.gz) = 54286

Added: head/devel/p5-Opcodes/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Opcodes/pkg-descr	Wed Feb 11 12:20:20 2015	(r378833)
@@ -0,0 +1,11 @@
+More Opcodes information from opnames.h and opcode.h
+
+The canonical list of operator names is the contents of the array
+PL_op_name, defined and initialised in file opcode.h of the Perl
+source distribution (and installed into the perl library).
+
+Each operator has both a terse name (its opname) and a more verbose or
+recognisable descriptive name. The opdesc function can be used to
+return a description for an OP.
+
+WWW: http://search.cpan.org/dist/Opcodes/

Added: head/devel/p5-Opcodes/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Opcodes/pkg-plist	Wed Feb 11 12:20:20 2015	(r378833)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/Opcodes.pm
+%%SITE_ARCH%%/auto/Opcodes/Opcodes.so
+%%PERL5_MAN3%%/Opcodes.3.gz



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