Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2022 00:00:03 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: acbf56c6c7f4 - main - devel/p5-BorderStyle: Add p5-BorderStyle 3.0.2
Message-ID:  <202203010000.221003ca061622@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=acbf56c6c7f481a7ff2d1f331bcd409cf7920f9f

commit acbf56c6c7f481a7ff2d1f331bcd409cf7920f9f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-02-28 23:44:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-02-28 23:47:06 +0000

    devel/p5-BorderStyle: Add p5-BorderStyle 3.0.2
    
    BorderStyle specifies a way to create and use border styles.
    
    WWW: https://metacpan.org/dist/BorderStyle
---
 devel/Makefile                 |  1 +
 devel/p5-BorderStyle/Makefile  | 25 +++++++++++++++++++++++++
 devel/p5-BorderStyle/distinfo  |  3 +++
 devel/p5-BorderStyle/pkg-descr |  3 +++
 devel/p5-BorderStyle/pkg-plist | 18 ++++++++++++++++++
 5 files changed, 50 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 740134293dcf..9f30dfabd9a8 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1827,6 +1827,7 @@
     SUBDIR += p5-Benchmark-Timer
     SUBDIR += p5-Best
     SUBDIR += p5-Border-Style
+    SUBDIR += p5-BorderStyle
     SUBDIR += p5-BorderStyleBase
     SUBDIR += p5-BorderStyles-Standard
     SUBDIR += p5-Brannigan
diff --git a/devel/p5-BorderStyle/Makefile b/devel/p5-BorderStyle/Makefile
new file mode 100644
index 000000000000..f348ff87dd44
--- /dev/null
+++ b/devel/p5-BorderStyle/Makefile
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME=	BorderStyle
+PORTVERSION=	3.0.2
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:PERLANCAR
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Border styles
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+xRUN_DEPENDS=	p5-Role-Tiny>=0:devel/p5-Role-Tiny
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/p5-BorderStyle/distinfo b/devel/p5-BorderStyle/distinfo
new file mode 100644
index 000000000000..86a08a98600c
--- /dev/null
+++ b/devel/p5-BorderStyle/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1646057868
+SHA256 (BorderStyle-3.0.2.tar.gz) = 515fa22fa75e76dc5fa2a34abbb4da4465ff7a50999bd1181302daa1ff5fc479
+SIZE (BorderStyle-3.0.2.tar.gz) = 25252
diff --git a/devel/p5-BorderStyle/pkg-descr b/devel/p5-BorderStyle/pkg-descr
new file mode 100644
index 000000000000..fe8edcd9887a
--- /dev/null
+++ b/devel/p5-BorderStyle/pkg-descr
@@ -0,0 +1,3 @@
+BorderStyle specifies a way to create and use border styles.
+
+WWW: https://metacpan.org/dist/BorderStyle
diff --git a/devel/p5-BorderStyle/pkg-plist b/devel/p5-BorderStyle/pkg-plist
new file mode 100644
index 000000000000..a7c4be81bcc8
--- /dev/null
+++ b/devel/p5-BorderStyle/pkg-plist
@@ -0,0 +1,18 @@
+%%SITE_PERL%%/BorderStyle.pm
+%%SITE_PERL%%/BorderStyle/Test/CustomChar.pm
+%%SITE_PERL%%/BorderStyle/Test/Labeled.pm
+%%SITE_PERL%%/BorderStyleRole/Source/ASCIIArt.pm
+%%SITE_PERL%%/BorderStyleRole/Source/Hash.pm
+%%SITE_PERL%%/BorderStyleRole/Spec/Basic.pm
+%%SITE_PERL%%/BorderStyleRole/Transform/BoxChar.pm
+%%SITE_PERL%%/BorderStyleRole/Transform/InnerOnly.pm
+%%SITE_PERL%%/BorderStyleRole/Transform/OuterOnly.pm
+%%PERL5_MAN3%%/BorderStyle.3.gz
+%%PERL5_MAN3%%/BorderStyle::Test::CustomChar.3.gz
+%%PERL5_MAN3%%/BorderStyle::Test::Labeled.3.gz
+%%PERL5_MAN3%%/BorderStyleRole::Source::ASCIIArt.3.gz
+%%PERL5_MAN3%%/BorderStyleRole::Source::Hash.3.gz
+%%PERL5_MAN3%%/BorderStyleRole::Spec::Basic.3.gz
+%%PERL5_MAN3%%/BorderStyleRole::Transform::BoxChar.3.gz
+%%PERL5_MAN3%%/BorderStyleRole::Transform::InnerOnly.3.gz
+%%PERL5_MAN3%%/BorderStyleRole::Transform::OuterOnly.3.gz



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