pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-String-Tagged-Terminal
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 30 17:47:05 UTC 2023
Added Files:
pkgsrc/devel/p5-String-Tagged-Terminal: DESCR Makefile distinfo
Log Message:
devel/p5-String-Tagged-Terminal: import p5-String-Tagged-Terminal-0.06
This subclass of String::Tagged provides a method, build_terminal,
for outputting the formatting tags embedded in the string as terminal
escape sequences, to render the the output in the appropriate style.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-String-Tagged-Terminal/DESCR \
pkgsrc/devel/p5-String-Tagged-Terminal/Makefile \
pkgsrc/devel/p5-String-Tagged-Terminal/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-String-Tagged-Terminal/DESCR
diff -u /dev/null pkgsrc/devel/p5-String-Tagged-Terminal/DESCR:1.1
--- /dev/null Thu Mar 30 17:47:05 2023
+++ pkgsrc/devel/p5-String-Tagged-Terminal/DESCR Thu Mar 30 17:47:05 2023
@@ -0,0 +1,3 @@
+This subclass of String::Tagged provides a method, build_terminal,
+for outputting the formatting tags embedded in the string as terminal
+escape sequences, to render the the output in the appropriate style.
Index: pkgsrc/devel/p5-String-Tagged-Terminal/Makefile
diff -u /dev/null pkgsrc/devel/p5-String-Tagged-Terminal/Makefile:1.1
--- /dev/null Thu Mar 30 17:47:05 2023
+++ pkgsrc/devel/p5-String-Tagged-Terminal/Makefile Thu Mar 30 17:47:05 2023
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2023/03/30 17:47:05 wiz Exp $
+
+DISTNAME= String-Tagged-Terminal-0.06
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
+
+HOMEPAGE= https://metacpan.org/release/String-Tagged-Terminal
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Format terminal output using String::Tagged
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Convert-Color-[0-9]*:../../converters/p5-Convert-Color
+DEPENDS+= p5-Convert-Color-XTerm-[0-9]*:../../converters/p5-Convert-Color-XTerm
+DEPENDS+= p5-String-Tagged-[0-9]*:../../devel/p5-String-Tagged
+TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
+
+PERL5_PACKLIST= auto/String/Tagged/Terminal/.packlist
+PERL5_MODULE_TYPE= Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-String-Tagged-Terminal/distinfo
diff -u /dev/null pkgsrc/devel/p5-String-Tagged-Terminal/distinfo:1.1
--- /dev/null Thu Mar 30 17:47:05 2023
+++ pkgsrc/devel/p5-String-Tagged-Terminal/distinfo Thu Mar 30 17:47:05 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/30 17:47:05 wiz Exp $
+
+BLAKE2s (String-Tagged-Terminal-0.06.tar.gz) = 5c0eccbb18a69d03147225680ac9aa8ebdbea0b01db7e33c8b984d1d6a296c5e
+SHA512 (String-Tagged-Terminal-0.06.tar.gz) = d09146bec329fcd0f11e47dce8549a8a22d7ac13a5ad310c2060e8ecd8726687ad4db3a50b5d6cfac3cd580eac9a28d5b678bbe475c0058af44aac95de9c7d7d
+Size (String-Tagged-Terminal-0.06.tar.gz) = 18425 bytes
Home |
Main Index |
Thread Index |
Old Index