View | Details | Raw Unified | Return to bug 277050
Collapse All | Expand All

(-)b/shells/zsh-fast-syntax-highlighting/Makefile (+28 lines)
Added Link Here
1
PORTNAME=	zsh-fast-syntax-highlighting
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.55
4
CATEGORIES=	shells
5
6
MAINTAINER=	phantrungson17@gmail.com
7
COMMENT=	Optimized and extended zsh-syntax-highlighting
8
WWW=		https://github.com/zdharma-continuum/fast-syntax-highlighting
9
10
LICENSE=	BSD3CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
RUN_DEPENDS=	zsh>=5.4:shells/zsh
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	zdharma-continuum
17
GH_PROJECT=	fast-syntax-highlighting
18
19
NO_ARCH=	yes
20
NO_BUILD=	yes
21
22
SUB_FILES=	pkg-message
23
24
do-install:
25
	@${MKDIR} ${STAGEDIR}${DATADIR}
26
	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} "! -path \./\.* ! -name *\.bak ! -name *\.orig"
27
28
.include <bsd.port.mk>
(-)b/shells/zsh-fast-syntax-highlighting/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1707906686
2
SHA256 (zdharma-continuum-fast-syntax-highlighting-v1.55_GH0.tar.gz) = d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898
3
SIZE (zdharma-continuum-fast-syntax-highlighting-v1.55_GH0.tar.gz) = 615290
(-)b/shells/zsh-fast-syntax-highlighting/files/pkg-message.in (+9 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
Add the line below to *the end of* your .zshrc to enable highlighting.
5
6
source %%DATADIR%%/fast-syntax-highlighting-plugin.zsh
7
EOM
8
}
9
]
(-)b/shells/zsh-fast-syntax-highlighting/pkg-descr (+5 lines)
Added Link Here
1
Zsh-fast-syntax-highlighting enables highlighting of commands whilst they
2
are typed at an interactive zsh prompt. This helps in reviewing
3
commands before running them, particularly in catching syntax errors.
4
Compared to zsh-syntax-highlighting, this package is more optimized
5
and feature-rich.
(-)b/shells/zsh-fast-syntax-highlighting/pkg-plist (-1 / +91 lines)
Added Link Here
0
- 
1
%%DATADIR%%/-fast-make-targets
2
%%DATADIR%%/-fast-run-command
3
%%DATADIR%%/-fast-run-git-command
4
%%DATADIR%%/-fast-zts-read-all
5
%%DATADIR%%/:chroma/-alias.ch
6
%%DATADIR%%/:chroma/-autoload.ch
7
%%DATADIR%%/:chroma/-autorandr.ch
8
%%DATADIR%%/:chroma/-awk.ch
9
%%DATADIR%%/:chroma/-docker.ch
10
%%DATADIR%%/:chroma/-example.ch
11
%%DATADIR%%/:chroma/-fast-theme.ch
12
%%DATADIR%%/:chroma/-fpath_peq.ch
13
%%DATADIR%%/:chroma/-git.ch
14
%%DATADIR%%/:chroma/-grep.ch
15
%%DATADIR%%/:chroma/-hub.ch
16
%%DATADIR%%/:chroma/-ionice.ch
17
%%DATADIR%%/:chroma/-lab.ch
18
%%DATADIR%%/:chroma/-make.ch
19
%%DATADIR%%/:chroma/-nice.ch
20
%%DATADIR%%/:chroma/-nmcli.ch
21
%%DATADIR%%/:chroma/-node.ch
22
%%DATADIR%%/:chroma/-ogit.ch
23
%%DATADIR%%/:chroma/-perl.ch
24
%%DATADIR%%/:chroma/-precommand.ch
25
%%DATADIR%%/:chroma/-printf.ch
26
%%DATADIR%%/:chroma/-ruby.ch
27
%%DATADIR%%/:chroma/-scp.ch
28
%%DATADIR%%/:chroma/-sh.ch
29
%%DATADIR%%/:chroma/-source.ch
30
%%DATADIR%%/:chroma/-ssh.ch
31
%%DATADIR%%/:chroma/-subcommand.ch
32
%%DATADIR%%/:chroma/-subversion.ch
33
%%DATADIR%%/:chroma/-vim.ch
34
%%DATADIR%%/:chroma/-whatis.ch
35
%%DATADIR%%/:chroma/-which.ch
36
%%DATADIR%%/:chroma/-zplugin.ch
37
%%DATADIR%%/:chroma/main-chroma.ch
38
%%DATADIR%%/CHANGELOG.md
39
%%DATADIR%%/CHROMA_GUIDE.adoc
40
%%DATADIR%%/DONATIONS.md
41
%%DATADIR%%/LICENSE
42
%%DATADIR%%/README.md
43
%%DATADIR%%/THEME_GUIDE.md
44
%%DATADIR%%/_fast-theme
45
%%DATADIR%%/fast-highlight
46
%%DATADIR%%/fast-read-ini-file
47
%%DATADIR%%/fast-string-highlight
48
%%DATADIR%%/fast-syntax-highlighting.plugin.zsh
49
%%DATADIR%%/fast-theme
50
%%DATADIR%%/images/203654.gif
51
%%DATADIR%%/images/array-assign.png
52
%%DATADIR%%/images/assign.png
53
%%DATADIR%%/images/brackets.gif
54
%%DATADIR%%/images/cmdsubst.png
55
%%DATADIR%%/images/cplx_cond.png
56
%%DATADIR%%/images/eval_cmp.png
57
%%DATADIR%%/images/execfd.png
58
%%DATADIR%%/images/execfd_cmp.png
59
%%DATADIR%%/images/for-loop-cmp.png
60
%%DATADIR%%/images/for-loop.png
61
%%DATADIR%%/images/function.png
62
%%DATADIR%%/images/git_chroma.png
63
%%DATADIR%%/images/global-alias.png
64
%%DATADIR%%/images/heredoc.png
65
%%DATADIR%%/images/herestring.png
66
%%DATADIR%%/images/highlight-less.png
67
%%DATADIR%%/images/highlight-much.png
68
%%DATADIR%%/images/ideal-string.png
69
%%DATADIR%%/images/in_string.png
70
%%DATADIR%%/images/math.gif
71
%%DATADIR%%/images/parameter.png
72
%%DATADIR%%/images/theme.png
73
%%DATADIR%%/images/typeset.png
74
%%DATADIR%%/images/zcalc.png
75
%%DATADIR%%/test/parse.zsh
76
%%DATADIR%%/test/to-parse.zsh
77
%%DATADIR%%/tests/_output/.gitkeep
78
%%DATADIR%%/tests/_support/.gitkeep
79
%%DATADIR%%/tests/_support/bootstrap
80
%%DATADIR%%/tests/example.zunit
81
%%DATADIR%%/tests/main.zunit
82
%%DATADIR%%/themes/clean.ini
83
%%DATADIR%%/themes/default.ini
84
%%DATADIR%%/themes/forest.ini
85
%%DATADIR%%/themes/free.ini
86
%%DATADIR%%/themes/q-jmnemonic.ini
87
%%DATADIR%%/themes/safari.ini
88
%%DATADIR%%/themes/spa.ini
89
%%DATADIR%%/themes/sv-orple.ini
90
%%DATADIR%%/themes/sv-plant.ini
91
%%DATADIR%%/themes/zdharma.ini

Return to bug 277050