Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2020 17:24:02 +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: r551509 - in head/devel: . p5-BorderStyleBase
Message-ID:  <202010051724.095HO2Xu064756@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct  5 17:24:02 2020
New Revision: 551509
URL: https://svnweb.freebsd.org/changeset/ports/551509

Log:
  Add p5-BorderStyleBase 0.004
  
  BorderStyleBase provides a suitable base class for most BorderStyle::* modules.
  
  WWW: https://metacpan.org/release/BorderStyleBase

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Oct  5 17:16:34 2020	(r551508)
+++ head/devel/Makefile	Mon Oct  5 17:24:02 2020	(r551509)
@@ -1731,6 +1731,7 @@
     SUBDIR += p5-Benchmark-Timer
     SUBDIR += p5-Best
     SUBDIR += p5-Border-Style
+    SUBDIR += p5-BorderStyleBase
     SUBDIR += p5-Brannigan
     SUBDIR += p5-Bread-Board
     SUBDIR += p5-Bread-Board-Declare

Added: head/devel/p5-BorderStyleBase/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-BorderStyleBase/Makefile	Mon Oct  5 17:24:02 2020	(r551509)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	BorderStyleBase
+PORTVERSION=	0.004
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:PERLANCAR
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Suitable base class for most BorderStyle::* modules
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-BorderStyleBase/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-BorderStyleBase/distinfo	Mon Oct  5 17:24:02 2020	(r551509)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1601906272
+SHA256 (BorderStyleBase-0.004.tar.gz) = f8b1867404efdae1af7bcd4eaa25e635e1dfba1b9700fd21c1583aade956aba2
+SIZE (BorderStyleBase-0.004.tar.gz) = 16042

Added: head/devel/p5-BorderStyleBase/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-BorderStyleBase/pkg-descr	Mon Oct  5 17:24:02 2020	(r551509)
@@ -0,0 +1,3 @@
+BorderStyleBase provides a suitable base class for most BorderStyle::* modules.
+
+WWW: https://metacpan.org/release/BorderStyleBase

Added: head/devel/p5-BorderStyleBase/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-BorderStyleBase/pkg-plist	Mon Oct  5 17:24:02 2020	(r551509)
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/BorderStyle/Test/CustomChar.pm
+%%SITE_PERL%%/BorderStyle/Test/Labeled.pm
+%%SITE_PERL%%/BorderStyleBase.pm
+%%SITE_PERL%%/BorderStyleBase/Constructor.pm
+%%PERL5_MAN3%%/BorderStyle::Test::CustomChar.3.gz
+%%PERL5_MAN3%%/BorderStyle::Test::Labeled.3.gz
+%%PERL5_MAN3%%/BorderStyleBase.3.gz
+%%PERL5_MAN3%%/BorderStyleBase::Constructor.3.gz



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