pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/p5-Convert-Color-XTerm
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 30 17:46:00 UTC 2023
Added Files:
pkgsrc/converters/p5-Convert-Color-XTerm: DESCR Makefile distinfo
Log Message:
converters/p5-Convert-Color-XTerm: import p5-Convert-Color-XTerm-0.06
This subclass of Convert::Color::RGB8 provides lookup of the colors
that xterm uses by default. Note that the module is not intelligent
enough to actually parse the XTerm configuration on a machine, nor
to query a running terminal for its actual colors. It simply
implements the colors that are present as defaults in the XTerm
source code.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/p5-Convert-Color-XTerm/DESCR \
pkgsrc/converters/p5-Convert-Color-XTerm/Makefile \
pkgsrc/converters/p5-Convert-Color-XTerm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/converters/p5-Convert-Color-XTerm/DESCR
diff -u /dev/null pkgsrc/converters/p5-Convert-Color-XTerm/DESCR:1.1
--- /dev/null Thu Mar 30 17:46:00 2023
+++ pkgsrc/converters/p5-Convert-Color-XTerm/DESCR Thu Mar 30 17:46:00 2023
@@ -0,0 +1,6 @@
+This subclass of Convert::Color::RGB8 provides lookup of the colors
+that xterm uses by default. Note that the module is not intelligent
+enough to actually parse the XTerm configuration on a machine, nor
+to query a running terminal for its actual colors. It simply
+implements the colors that are present as defaults in the XTerm
+source code.
Index: pkgsrc/converters/p5-Convert-Color-XTerm/Makefile
diff -u /dev/null pkgsrc/converters/p5-Convert-Color-XTerm/Makefile:1.1
--- /dev/null Thu Mar 30 17:46:00 2023
+++ pkgsrc/converters/p5-Convert-Color-XTerm/Makefile Thu Mar 30 17:46:00 2023
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2023/03/30 17:46:00 wiz Exp $
+
+DISTNAME= Convert-Color-XTerm-0.06
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/release/Convert-Color-XTerm
+COMMENT= Indexed colors used by XTerm
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Convert-Color-[0-9]*:../../converters/p5-Convert-Color
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Convert/Color/XTerm/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/converters/p5-Convert-Color-XTerm/distinfo
diff -u /dev/null pkgsrc/converters/p5-Convert-Color-XTerm/distinfo:1.1
--- /dev/null Thu Mar 30 17:46:00 2023
+++ pkgsrc/converters/p5-Convert-Color-XTerm/distinfo Thu Mar 30 17:46:00 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/30 17:46:00 wiz Exp $
+
+BLAKE2s (Convert-Color-XTerm-0.06.tar.gz) = 194f7648f4571ceadc7e175c9a97b0e3dbf2ac8ed91c4396c8fb12a2f97ec0ec
+SHA512 (Convert-Color-XTerm-0.06.tar.gz) = 27ac6790f6314dfc0e5f67304f97fdd5ef752721ad82ad493486f99119ea3227a55dc6e479e7086a8c23f1c85fb4c501a06ec1f0638034420c33aaad1facb67a
+Size (Convert-Color-XTerm-0.06.tar.gz) = 13289 bytes
Home |
Main Index |
Thread Index |
Old Index