mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
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
This commit is contained in:
parent
0ec48ecc8a
commit
6d485aa101
@ -652,6 +652,7 @@
|
||||
SUBDIR += vera
|
||||
SUBDIR += vfc
|
||||
SUBDIR += vifm
|
||||
SUBDIR += vifm-colors
|
||||
SUBDIR += visp
|
||||
SUBDIR += viz
|
||||
SUBDIR += vote
|
||||
|
24
misc/vifm-colors/Makefile
Normal file
24
misc/vifm-colors/Makefile
Normal file
@ -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>
|
3
misc/vifm-colors/distinfo
Normal file
3
misc/vifm-colors/distinfo
Normal file
@ -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
|
12
misc/vifm-colors/files/pkg-message.in
Normal file
12
misc/vifm-colors/files/pkg-message.in
Normal file
@ -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
|
||||
}
|
||||
]
|
5
misc/vifm-colors/pkg-descr
Normal file
5
misc/vifm-colors/pkg-descr
Normal file
@ -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.
|
35
misc/vifm-colors/pkg-plist
Normal file
35
misc/vifm-colors/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user