pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/termcolor



Module Name:    pkgsrc
Committed By:   plunky
Date:           Fri Dec 31 17:25:25 UTC 2021

Added Files:
        pkgsrc/devel/termcolor: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/termcolor/DESCR \
    pkgsrc/devel/termcolor/Makefile pkgsrc/devel/termcolor/PLIST \
    pkgsrc/devel/termcolor/buildlink3.mk pkgsrc/devel/termcolor/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/termcolor/DESCR
diff -u /dev/null pkgsrc/devel/termcolor/DESCR:1.1
--- /dev/null   Fri Dec 31 17:25:25 2021
+++ pkgsrc/devel/termcolor/DESCR        Fri Dec 31 17:25:25 2021
@@ -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).
Index: pkgsrc/devel/termcolor/Makefile
diff -u /dev/null pkgsrc/devel/termcolor/Makefile:1.1
--- /dev/null   Fri Dec 31 17:25:25 2021
+++ pkgsrc/devel/termcolor/Makefile     Fri Dec 31 17:25:25 2021
@@ -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"
Index: pkgsrc/devel/termcolor/PLIST
diff -u /dev/null pkgsrc/devel/termcolor/PLIST:1.1
--- /dev/null   Fri Dec 31 17:25:25 2021
+++ pkgsrc/devel/termcolor/PLIST        Fri Dec 31 17:25:25 2021
@@ -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
Index: pkgsrc/devel/termcolor/buildlink3.mk
diff -u /dev/null pkgsrc/devel/termcolor/buildlink3.mk:1.1
--- /dev/null   Fri Dec 31 17:25:25 2021
+++ pkgsrc/devel/termcolor/buildlink3.mk        Fri Dec 31 17:25:25 2021
@@ -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
Index: pkgsrc/devel/termcolor/distinfo
diff -u /dev/null pkgsrc/devel/termcolor/distinfo:1.1
--- /dev/null   Fri Dec 31 17:25:25 2021
+++ pkgsrc/devel/termcolor/distinfo     Fri Dec 31 17:25:25 2021
@@ -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