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

(-)b/devel/asdf-vm/Makefile (+67 lines)
Added Link Here
1
PORTNAME=	asdf-vm
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.10.2
4
CATEGORIES=	devel
5
6
MAINTAINER=	bryan@frimin.fr
7
COMMENT=	Extendable version manager
8
9
LICENSE=	MIT
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
12
LIB_DEPENDS=	libyaml.so:textproc/libyaml \
13
		libreadline.so:devel/readline
14
15
RUN_DEPENDS=	bash:shells/bash \
16
		git:devel/git \
17
		curl:ftp/curl \
18
		unzip:archivers/unzip \
19
		autoconf:devel/autoconf \
20
		automake:devel/automake \
21
		gbase64:sysutils/coreutils \
22
		libtool:devel/libtool
23
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	asdf-vm
26
GH_PROJECT=	asdf
27
28
NO_BUILD=	yes
29
NO_ARCH=	yes
30
31
do-install:
32
	${MKDIR} ${STAGEDIR}${DATADIR}
33
34
	${CP} -r ${WRKSRC}/bin ${STAGEDIR}${DATADIR}
35
	${CP} -r ${WRKSRC}/lib ${STAGEDIR}${DATADIR}
36
	${CP} ${WRKSRC}/asdf.elv ${STAGEDIR}${DATADIR}
37
	${CP} ${WRKSRC}/asdf.fish ${STAGEDIR}${DATADIR}
38
	${CP} ${WRKSRC}/asdf.sh ${STAGEDIR}${DATADIR}
39
	${CP} ${WRKSRC}/defaults ${STAGEDIR}${DATADIR}
40
	${CP} ${WRKSRC}/help.txt ${STAGEDIR}${DATADIR}
41
	${CP} ${WRKSRC}/version.txt ${STAGEDIR}${DATADIR}
42
43
	${MKDIR} ${STAGEDIR}${DOCSDIR}
44
	${CP} ${WRKSRC}/docs/[^_]*md ${STAGEDIR}${DOCSDIR}
45
	${CP} ${WRKSRC}/ballad-of-asdf.md \
46
		${STAGEDIR}${DOCSDIR}
47
	${CP} ${WRKSRC}/help.txt \
48
		${STAGEDIR}${DOCSDIR}
49
	${CP} ${WRKSRC}/CHANGELOG.md \
50
		${STAGEDIR}${DOCSDIR}
51
	${CP} ${WRKSRC}/CONTRIBUTING.md \
52
		${STAGEDIR}${DOCSDIR}
53
	${CP} ${WRKSRC}/README.md \
54
		${STAGEDIR}${DOCSDIR}
55
	${CP} ${WRKSRC}/SECURITY.md \
56
		${STAGEDIR}${DOCSDIR}
57
58
	${INSTALL_SCRIPT} ${WRKSRC}/completions/asdf.bash \
59
		${STAGEDIR}${PREFIX}/share/bash-completion/completions/asdf.bash
60
61
	${INSTALL_SCRIPT} ${WRKSRC}/completions/asdf.fish \
62
		${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/asdf.fish
63
64
	${INSTALL_SCRIPT} ${WRKSRC}/completions/_asdf \
65
		${STAGEDIR}${PREFIX}/share/zsh/site-functions/_asdf
66
67
.include <bsd.port.mk>
(-)b/devel/asdf-vm/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1658482122
2
SHA256 (asdf-vm-asdf-v0.10.2_GH0.tar.gz) = a097d40888c276cb20e1489a3da6573dd9d184d8e6518c5f8177d3c2c1066f57
3
SIZE (asdf-vm-asdf-v0.10.2_GH0.tar.gz) = 192351
(-)b/devel/asdf-vm/pkg-descr (+5 lines)
Added Link Here
1
asdf is a CLI tool that can manage multiple language runtime versions on
2
a per-project basis. It is like gvm, nvm, rbenv & pyenv (and more) all
3
in one! Simply install your language's plugin!
4
5
WWW: https://asdf-vm.com
(-)b/devel/asdf-vm/pkg-plist (-1 / +52 lines)
Added Link Here
0
- 
1
%%DATADIR%%/asdf.elv
2
%%DATADIR%%/asdf.fish
3
%%DATADIR%%/asdf.sh
4
%%DATADIR%%/bin/asdf
5
%%DATADIR%%/bin/private/asdf-exec
6
%%DATADIR%%/defaults
7
%%DATADIR%%/help.txt
8
%%DATADIR%%/lib/asdf.fish
9
%%DATADIR%%/lib/asdf.sh
10
%%DATADIR%%/lib/commands/command-current.bash
11
%%DATADIR%%/lib/commands/command-env.bash
12
%%DATADIR%%/lib/commands/command-exec.bash
13
%%DATADIR%%/lib/commands/command-export-shell-version.bash
14
%%DATADIR%%/lib/commands/command-global.bash
15
%%DATADIR%%/lib/commands/command-help.bash
16
%%DATADIR%%/lib/commands/command-info.bash
17
%%DATADIR%%/lib/commands/command-install.bash
18
%%DATADIR%%/lib/commands/command-latest.bash
19
%%DATADIR%%/lib/commands/command-list-all.bash
20
%%DATADIR%%/lib/commands/command-list.bash
21
%%DATADIR%%/lib/commands/command-local.bash
22
%%DATADIR%%/lib/commands/command-plugin-add.bash
23
%%DATADIR%%/lib/commands/command-plugin-list-all.bash
24
%%DATADIR%%/lib/commands/command-plugin-list.bash
25
%%DATADIR%%/lib/commands/command-plugin-push.bash
26
%%DATADIR%%/lib/commands/command-plugin-remove.bash
27
%%DATADIR%%/lib/commands/command-plugin-test.bash
28
%%DATADIR%%/lib/commands/command-plugin-update.bash
29
%%DATADIR%%/lib/commands/command-reshim.bash
30
%%DATADIR%%/lib/commands/command-shim-versions.bash
31
%%DATADIR%%/lib/commands/command-uninstall.bash
32
%%DATADIR%%/lib/commands/command-update.bash
33
%%DATADIR%%/lib/commands/command-version.bash
34
%%DATADIR%%/lib/commands/command-where.bash
35
%%DATADIR%%/lib/commands/command-which.bash
36
%%DATADIR%%/lib/commands/reshim.bash
37
%%DATADIR%%/lib/commands/version_commands.bash
38
%%DATADIR%%/lib/functions/installs.bash
39
%%DATADIR%%/lib/functions/plugins.bash
40
%%DATADIR%%/lib/functions/versions.bash
41
%%DATADIR%%/lib/utils.bash
42
%%DATADIR%%/version.txt
43
share/bash-completion/completions/asdf.bash
44
%%DOCSDIR%%/CHANGELOG.md
45
%%DOCSDIR%%/CONTRIBUTING.md
46
%%DOCSDIR%%/README.md
47
%%DOCSDIR%%/SECURITY.md
48
%%DOCSDIR%%/ballad-of-asdf.md
49
%%DOCSDIR%%/help.txt
50
%%DOCSDIR%%/index.md
51
share/fish/vendor_completions.d/asdf.fish
52
share/zsh/site-functions/_asdf

Return to bug 265381