Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2020 14:48:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522373 - in head/devel: . p5-XXX
Message-ID:  <202001081448.008Em0jW070051@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan  8 14:47:59 2020
New Revision: 522373
URL: https://svnweb.freebsd.org/changeset/ports/522373

Log:
  Add p5-XXX 0.33
  
  XXX.pm exports a function called XXX that you can put just about anywhere in
  your Perl code to make it die with a YAML dump of the arguments to its right.
  
  The charm of XXX-debugging is that it is easy to type, rarely requires parens
  and stands out visually so that you remember to remove it.
  
  XXX.pm also exports WWW, YYY and ZZZ which do similar debugging things.
  
  WWW: https://metacpan.org/release/XXX

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jan  8 10:51:55 2020	(r522372)
+++ head/devel/Makefile	Wed Jan  8 14:47:59 2020	(r522373)
@@ -3582,6 +3582,7 @@
     SUBDIR += p5-XML-Pastor
     SUBDIR += p5-XS-Object-Magic
     SUBDIR += p5-XSLoader
+    SUBDIR += p5-XXX
     SUBDIR += p5-Xporter
     SUBDIR += p5-YAML-AppConfig
     SUBDIR += p5-Yada-Yada-Yada

Added: head/devel/p5-XXX/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-XXX/Makefile	Wed Jan  8 14:47:59 2020	(r522373)
@@ -0,0 +1,26 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	XXX
+PORTVERSION=	0.33
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:TINITA
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	See Your Data in the Nude
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-YAML>=0:textproc/p5-YAML
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-XXX/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-XXX/distinfo	Wed Jan  8 14:47:59 2020	(r522373)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578401114
+SHA256 (XXX-0.33.tar.gz) = fcf875964ea2a33c0572664c46ca3fcaba8a7af12524257652908fd5629f6001
+SIZE (XXX-0.33.tar.gz) = 14007

Added: head/devel/p5-XXX/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-XXX/pkg-descr	Wed Jan  8 14:47:59 2020	(r522373)
@@ -0,0 +1,9 @@
+XXX.pm exports a function called XXX that you can put just about anywhere in
+your Perl code to make it die with a YAML dump of the arguments to its right.
+
+The charm of XXX-debugging is that it is easy to type, rarely requires parens
+and stands out visually so that you remember to remove it.
+
+XXX.pm also exports WWW, YYY and ZZZ which do similar debugging things.
+
+WWW: https://metacpan.org/release/XXX

Added: head/devel/p5-XXX/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-XXX/pkg-plist	Wed Jan  8 14:47:59 2020	(r522373)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/XXX.pm
+%%SITE_PERL%%/XXX.pod
+%%PERL5_MAN3%%/XXX.3.gz



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