pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   kim
Date:           Sat Jan 14 10:43:18 UTC 2023

Modified Files:
        pkgsrc/doc: CHANGES-2023
        pkgsrc/misc: Makefile
Added Files:
        pkgsrc/misc/colorless: DESCR Makefile PLIST distinfo

Log Message:
misc/colorless: Added colorless-107

Colorless is a wrapper that enables colorised output of commands and
pipes the output to less(1).


To generate a diff of this commit:
cvs rdiff -u -r1.328 -r1.329 pkgsrc/doc/CHANGES-2023
cvs rdiff -u -r1.578 -r1.579 pkgsrc/misc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/colorless/DESCR \
    pkgsrc/misc/colorless/Makefile pkgsrc/misc/colorless/PLIST \
    pkgsrc/misc/colorless/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2023
diff -u pkgsrc/doc/CHANGES-2023:1.328 pkgsrc/doc/CHANGES-2023:1.329
--- pkgsrc/doc/CHANGES-2023:1.328       Sat Jan 14 01:40:03 2023
+++ pkgsrc/doc/CHANGES-2023     Sat Jan 14 10:43:17 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2023,v 1.328 2023/01/14 01:40:03 manu Exp $
+$NetBSD: CHANGES-2023,v 1.329 2023/01/14 10:43:17 kim Exp $
 
 Changes to the packages collection and infrastructure in 2023:
 
@@ -389,3 +389,4 @@ Changes to the packages collection and i
        Updated chat/element-web to 1.11.17 [js 2023-01-13]
        Updated devel/gnustep-objc to 2.1.0 [manu 2023-01-14]
        Updated devel/gnustep-base to 1.29.0 [manu 2023-01-14]
+       Added misc/colorless version 107 [kim 2023-01-14]

Index: pkgsrc/misc/Makefile
diff -u pkgsrc/misc/Makefile:1.578 pkgsrc/misc/Makefile:1.579
--- pkgsrc/misc/Makefile:1.578  Wed Dec 21 14:45:21 2022
+++ pkgsrc/misc/Makefile        Sat Jan 14 10:43:18 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.578 2022/12/21 14:45:21 wiz Exp $
+# $NetBSD: Makefile,v 1.579 2023/01/14 10:43:18 kim Exp $
 #
 
 COMMENT=       Miscellaneous utilities
@@ -42,6 +42,7 @@ SUBDIR+=      cksfv
 SUBDIR+=       color-theme
 SUBDIR+=       colorblind
 SUBDIR+=       colorize
+SUBDIR+=       colorless
 SUBDIR+=       colorls
 SUBDIR+=       colortail
 SUBDIR+=       cowsay

Added files:

Index: pkgsrc/misc/colorless/DESCR
diff -u /dev/null pkgsrc/misc/colorless/DESCR:1.1
--- /dev/null   Sat Jan 14 10:43:18 2023
+++ pkgsrc/misc/colorless/DESCR Sat Jan 14 10:43:18 2023
@@ -0,0 +1,2 @@
+Colorless is a wrapper that enables colorised output of commands and
+pipes the output to less(1).
Index: pkgsrc/misc/colorless/Makefile
diff -u /dev/null pkgsrc/misc/colorless/Makefile:1.1
--- /dev/null   Sat Jan 14 10:43:18 2023
+++ pkgsrc/misc/colorless/Makefile      Sat Jan 14 10:43:18 2023
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2023/01/14 10:43:18 kim Exp $
+#
+
+DISTNAME=              colorless-107
+CATEGORIES=            misc
+MASTER_SITES=          http://software.kimmo.suominen.com/
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+COMMENT=               Enable colorised command output and pipe it to less
+LICENSE=               2-clause-bsd
+
+NO_CONFIGURE=          yes
+MAKE_FLAGS+=           PREFIX=${PREFIX} MANDIR=${PKGMANDIR}/man1
+
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/doc/colorless
+
+DOCS=                  LICENSE README.md
+
+post-install:
+       cd ${WRKSRC:Q} && pax -rw ${DOCS} ${DESTDIR}${PREFIX}/share/doc/colorless
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/colorless/PLIST
diff -u /dev/null pkgsrc/misc/colorless/PLIST:1.1
--- /dev/null   Sat Jan 14 10:43:18 2023
+++ pkgsrc/misc/colorless/PLIST Sat Jan 14 10:43:18 2023
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2023/01/14 10:43:18 kim Exp $
+bin/colorless
+man/man1/colorless.1
+share/colorless/colorless.conf
+share/doc/colorless/LICENSE
+share/doc/colorless/README.md
Index: pkgsrc/misc/colorless/distinfo
diff -u /dev/null pkgsrc/misc/colorless/distinfo:1.1
--- /dev/null   Sat Jan 14 10:43:18 2023
+++ pkgsrc/misc/colorless/distinfo      Sat Jan 14 10:43:18 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/01/14 10:43:18 kim Exp $
+
+BLAKE2s (colorless-107.tar.gz) = 448def63ccd8be75408d50dc5a8279a4a2704f2f27f389d7f4b2405b02dc35f1
+SHA512 (colorless-107.tar.gz) = e3ad76c6a39b2869483e8e017d623bb26f9e55daf25106db537d44d53915d06bd58f4070a3ea6dbbda9a762379e3a839ca8ac4168cc0f9892b8eee8a9688f0b8
+Size (colorless-107.tar.gz) = 4440 bytes



Home | Main Index | Thread Index | Old Index