pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[.joined/pkgsrc/trunk]: .joined/pkgsrc/devel/termcolor Add termcolor-2.0.0



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/65a383d28cbd
branches:  trunk
changeset: 370852:65a383d28cbd
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Fri Dec 31 17:25:25 2021 +0000

description:
Add termcolor-2.0.0

Termcolor is a header-only C++ library for printing colored
messages to the terminal. Written just for fun with a help
of the Force. Termcolor uses ANSI color formatting, so you
can use it on every system that is used such terminals (most
*nix systems, including Linux and Mac OS).

diffstat:

 devel/termcolor/DESCR         |   5 +++++
 devel/termcolor/Makefile      |  17 +++++++++++++++++
 devel/termcolor/PLIST         |   4 ++++
 devel/termcolor/buildlink3.mk |  12 ++++++++++++
 devel/termcolor/distinfo      |   5 +++++
 5 files changed, 43 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r f4569867a577 -r 65a383d28cbd devel/termcolor/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/termcolor/DESCR     Fri Dec 31 17:25:25 2021 +0000
@@ -0,0 +1,5 @@
+Termcolor is a header-only C++ library for printing colored
+messages to the terminal. Written just for fun with a help
+of the Force. Termcolor uses ANSI color formatting, so you
+can use it on every system that is used such terminals (most
+*nix systems, including Linux and Mac OS).
diff -r f4569867a577 -r 65a383d28cbd devel/termcolor/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/termcolor/Makefile  Fri Dec 31 17:25:25 2021 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2021/12/31 17:25:25 plunky Exp $
+#
+
+DISTNAME=      termcolor-2.0.0
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=ikalnytskyi/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://termcolor.readthedocs.io/
+COMMENT=       C++ library for printing colored messages to the terminal
+LICENSE=       modified-bsd
+
+USE_CMAKE=     yes
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.pkg.mk"
diff -r f4569867a577 -r 65a383d28cbd devel/termcolor/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/termcolor/PLIST     Fri Dec 31 17:25:25 2021 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2021/12/31 17:25:25 plunky Exp $
+include/termcolor/termcolor.hpp
+lib/cmake/termcolor/termcolor-config.cmake
+lib/cmake/termcolor/termcolor-targets.cmake
diff -r f4569867a577 -r 65a383d28cbd devel/termcolor/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/termcolor/buildlink3.mk     Fri Dec 31 17:25:25 2021 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2021/12/31 17:25:25 plunky Exp $
+
+BUILDLINK_TREE+=       termcolor
+
+.if !defined(TERMCOLOR_BUILDLINK3_MK)
+TERMCOLOR_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.termcolor+=      termcolor>=2.0.0
+BUILDLINK_PKGSRCDIR.termcolor?=                ../../devel/termcolor
+.endif
+
+BUILDLINK_TREE+=       -termcolor
diff -r f4569867a577 -r 65a383d28cbd devel/termcolor/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/termcolor/distinfo  Fri Dec 31 17:25:25 2021 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/12/31 17:25:25 plunky Exp $
+
+BLAKE2s (termcolor-2.0.0.tar.gz) = b66cbcaebfac94c7f56596f479d8cc2105dff59d95ce6ef46af1b5fad0a9ffad
+SHA512 (termcolor-2.0.0.tar.gz) = 72dead77fb9f3ff79432b1659b57c3d961a57b46305937acd0c221f5abb016f609dfaf7a9bf508bd7a073338ee604cf55f9915c8e8a76ddfaf6c68bc031e37f9
+Size (termcolor-2.0.0.tar.gz) = 88582 bytes



Home | Main Index | Thread Index | Old Index