Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2024 08:05:13 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6d485aa101da - main - misc/vifm-colors: Add new port
Message-ID:  <202408210805.47L85Dui024796@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d485aa101dabe1f7e1e21ebd535a7a53cba97b3

commit 6d485aa101dabe1f7e1e21ebd535a7a53cba97b3
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2024-08-21 08:03:09 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-08-21 08:03:09 +0000

    misc/vifm-colors: Add new port
    
    A collection of various color schemes for the vifm file manager.
    
    Note that color schemes are affected by 16-color palette used by the terminal
    and may not be displayed as intended by their authors or look differently on
    your machine.
    
    https://vifm.info/colorschemes.shtml
---
 misc/Makefile                         |  1 +
 misc/vifm-colors/Makefile             | 24 ++++++++++++++++++++++++
 misc/vifm-colors/distinfo             |  3 +++
 misc/vifm-colors/files/pkg-message.in | 12 ++++++++++++
 misc/vifm-colors/pkg-descr            |  5 +++++
 misc/vifm-colors/pkg-plist            | 35 +++++++++++++++++++++++++++++++++++
 6 files changed, 80 insertions(+)

diff --git a/misc/Makefile b/misc/Makefile
index a520cf42c291..d742e71b43fd 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -652,6 +652,7 @@
     SUBDIR += vera
     SUBDIR += vfc
     SUBDIR += vifm
+    SUBDIR += vifm-colors
     SUBDIR += visp
     SUBDIR += viz
     SUBDIR += vote
diff --git a/misc/vifm-colors/Makefile b/misc/vifm-colors/Makefile
new file mode 100644
index 000000000000..4b06f757ada5
--- /dev/null
+++ b/misc/vifm-colors/Makefile
@@ -0,0 +1,24 @@
+PORTNAME=	vifm-colors
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.13
+CATEGORIES=	misc
+
+MAINTAINER=	nivit@FreeBSD.org
+COMMENT=	Various color schemes for the vifm file explorer
+WWW=		https://vifm.info/colorschemes.shtml
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	vifm
+
+NO_BUILD=	yes
+
+SUB_FILES=	pkg-message
+
+do-install:
+	cd ${WRKSRC} && \
+		${COPYTREE_SHARE} \*.vifm ${STAGEDIR}${DATADIR}
+
+.include <bsd.port.mk>
diff --git a/misc/vifm-colors/distinfo b/misc/vifm-colors/distinfo
new file mode 100644
index 000000000000..3a96a6b366ea
--- /dev/null
+++ b/misc/vifm-colors/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1724222833
+SHA256 (vifm-vifm-colors-v0.13_GH0.tar.gz) = 4280419169aa6bbeedbfdfc554ff4f967d5ba21cf82036f118afc879836c9b40
+SIZE (vifm-vifm-colors-v0.13_GH0.tar.gz) = 17950
diff --git a/misc/vifm-colors/files/pkg-message.in b/misc/vifm-colors/files/pkg-message.in
new file mode 100644
index 000000000000..cc8afb29e026
--- /dev/null
+++ b/misc/vifm-colors/files/pkg-message.in
@@ -0,0 +1,12 @@
+[
+{ type: install
+  message: <<EOM
+  To use the color schemes run the following command in your terminal once:
+
+    cp -R %%DATADIR%% ~/.config/vifm/colors
+
+  Note: replace ~/.config/vifm with ~/.vifm in the command above if you store
+  your configuration there.
+EOM
+}
+]
diff --git a/misc/vifm-colors/pkg-descr b/misc/vifm-colors/pkg-descr
new file mode 100644
index 000000000000..7954c9e9e49b
--- /dev/null
+++ b/misc/vifm-colors/pkg-descr
@@ -0,0 +1,5 @@
+A collection of various color schemes for the vifm file manager.
+
+Note that color schemes are affected by 16-color palette used by the terminal
+and may not be displayed as intended by their authors or look differently on
+your machine.
diff --git a/misc/vifm-colors/pkg-plist b/misc/vifm-colors/pkg-plist
new file mode 100644
index 000000000000..8d35895792d9
--- /dev/null
+++ b/misc/vifm-colors/pkg-plist
@@ -0,0 +1,35 @@
+%%DATADIR%%/Default.vifm
+%%DATADIR%%/afterglow.vifm
+%%DATADIR%%/ansa.vifm
+%%DATADIR%%/astrell.vifm
+%%DATADIR%%/crown_24bit.vifm
+%%DATADIR%%/darkdesert.vifm
+%%DATADIR%%/desert.vifm
+%%DATADIR%%/dracula.vifm
+%%DATADIR%%/dwmlight.vifm
+%%DATADIR%%/fargo.vifm
+%%DATADIR%%/g80.vifm
+%%DATADIR%%/gruvbox.vifm
+%%DATADIR%%/iceberg.vifm
+%%DATADIR%%/lucius.vifm
+%%DATADIR%%/matrix.vifm
+%%DATADIR%%/mc-like.vifm
+%%DATADIR%%/molokai.vifm
+%%DATADIR%%/monochrome.vifm
+%%DATADIR%%/near-default.vifm
+%%DATADIR%%/nord.vifm
+%%DATADIR%%/onedark.vifm
+%%DATADIR%%/palenight.vifm
+%%DATADIR%%/paper.vifm
+%%DATADIR%%/papercolor-dark.vifm
+%%DATADIR%%/papercolor-light.vifm
+%%DATADIR%%/ph.vifm
+%%DATADIR%%/reicheltd-light.vifm
+%%DATADIR%%/sandy.vifm
+%%DATADIR%%/semidarkdesert.vifm
+%%DATADIR%%/snowwhite.vifm
+%%DATADIR%%/solarized-dark.vifm
+%%DATADIR%%/solarized-light.vifm
+%%DATADIR%%/truedark.vifm
+%%DATADIR%%/zenburn.vifm
+%%DATADIR%%/zenburn_1.vifm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408210805.47L85Dui024796>