From owner-svn-ports-all@freebsd.org Wed Jan 8 14:48:01 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5B7031F0C48; Wed, 8 Jan 2020 14:48:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tBtn0W4yz4ZDr; Wed, 8 Jan 2020 14:48:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C3F9198FE; Wed, 8 Jan 2020 14:48:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 008Em0mO070056; Wed, 8 Jan 2020 14:48:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 008Em0jW070051; Wed, 8 Jan 2020 14:48:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001081448.008Em0jW070051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 8 Jan 2020 14:48:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522373 - in head/devel: . p5-XXX X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-XXX X-SVN-Commit-Revision: 522373 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 14:48:01 -0000 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 +# $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 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