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

(-)MOVED (-1 lines)
Lines 14829-14835 Link Here
14829
shells/osh||2020-05-05|Has expired: Broken for more than 6 months
14829
shells/osh||2020-05-05|Has expired: Broken for more than 6 months
14830
shells/shell-include||2020-05-05|Has expired: Broken for more than 6 months
14830
shells/shell-include||2020-05-05|Has expired: Broken for more than 6 months
14831
sysutils/abgx360gui||2020-05-05|Has expired: Broken for more than 6 months
14831
sysutils/abgx360gui||2020-05-05|Has expired: Broken for more than 6 months
14832
sysutils/autojump||2020-05-05|Has expired: Broken for more than 6 months
14833
sysutils/backupchecker||2020-05-05|Has expired: Broken for more than 6 months
14832
sysutils/backupchecker||2020-05-05|Has expired: Broken for more than 6 months
14834
sysutils/cdf||2020-05-05|Has expired: Broken for more than 6 months
14833
sysutils/cdf||2020-05-05|Has expired: Broken for more than 6 months
14835
sysutils/cdls||2020-05-05|Has expired: Broken for more than 6 months
14834
sysutils/cdls||2020-05-05|Has expired: Broken for more than 6 months
(-)sysutils/Makefile (+1 lines)
Lines 65-70 Link Here
65
    SUBDIR += atitvout
65
    SUBDIR += atitvout
66
    SUBDIR += atop
66
    SUBDIR += atop
67
    SUBDIR += auto-admin
67
    SUBDIR += auto-admin
68
    SUBDIR += autojump
68
    SUBDIR += automount
69
    SUBDIR += automount
69
    SUBDIR += automounter
70
    SUBDIR += automounter
70
    SUBDIR += autopsy
71
    SUBDIR += autopsy
(-)sysutils/autojump/Makefile (-28 / +18 lines)
Lines 1-44 Link Here
1
# Created by: Neeraj Verma <neeraj.verma.ports@vermatech.com>
2
# $FreeBSD$
1
# $FreeBSD$
3
2
4
PORTNAME=	autojump
3
PORTNAME=	autojump
5
PORTVERSION=	13
4
PORTVERSION=	22.5.3
5
DISTVERSIONPREFIX=	release-v
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://www.vermatech.com/distfiles/
9
DISTNAME=	autojump_v${PORTVERSION}
10
8
11
MAINTAINER=	neeraj.verma.ports@vermatech.com
9
MAINTAINER=	michel@boaventura.dev
12
COMMENT=	Tool that acts as a complement to cd
10
COMMENT=	Faster way to navigate your filesystem
13
11
14
BROKEN=		unfetchable
15
DEPRECATED=	Broken for more than 6 months
16
EXPIRATION_DATE=	2020-05-05
17
18
LICENSE=	GPLv3+
12
LICENSE=	GPLv3+
19
LICENSE_FILE=	${WRKSRC}/COPYING
20
13
21
RUN_DEPENDS=	bash:shells/bash
14
USES=	python:run shebangfix
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	wting
17
USE_PYTHON=concurrent
18
SHEBANG_FILES=	bin/autojump
22
19
23
USES=		python:run shebangfix
24
NO_BUILD=	yes
20
NO_BUILD=	yes
25
SHEBANG_FILES=	autojump jumpapplet
26
SUB_FILES=	pkg-install
27
NO_ARCH=	yes
21
NO_ARCH=	yes
28
22
29
PLIST_FILES=	bin/autojump \
30
		bin/jumpapplet \
31
		man/man1/autojump.1.gz \
32
		share/autojump/autojump.bash \
33
		share/autojump/autojump.zsh \
34
		share/autojump/icon.png \
35
		share/zsh/site-functions/_j
36
37
do-install:
23
do-install:
38
	@(cd ${INSTALL_WRKSRC} && ${SETENV} ${SH} ./install.sh \
24
	${MKDIR} ${STAGEDIR}${PREFIX}/bin
39
		--prefix ${STAGEDIR}${PREFIX})
25
	${MKDIR} ${STAGEDIR}${PREFIX}/share/autojump
40
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
26
	${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
41
	${INSTALL_DATA} ${WRKSRC}/_j \
27
	${CP} ${INSTALL_WRKSRC}/bin/autojump ${STAGEDIR}${PREFIX}/bin
42
		${STAGEDIR}${PREFIX}/share/zsh/site-functions
28
	${CP} ${INSTALL_WRKSRC}/bin/*.py ${STAGEDIR}${PREFIX}/bin
29
	${CP} ${INSTALL_WRKSRC}/bin/autojump.bash ${STAGEDIR}${PREFIX}/share/autojump
30
	${CP} ${INSTALL_WRKSRC}/bin/autojump.zsh ${STAGEDIR}${PREFIX}/share/autojump
31
	${CP} ${INSTALL_WRKSRC}/bin/autojump.fish ${STAGEDIR}${PREFIX}/share/autojump
32
	${CP} ${INSTALL_WRKSRC}/bin/_j ${STAGEDIR}${PREFIX}/share/zsh/site-functions
43
33
44
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)sysutils/autojump/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (autojump_v13.tar.gz) = 020ef781b30f8cbe4f183f2ccadac720e3f747e82924aaa4b95da01d76cc2153
1
TIMESTAMP = 1596643397
2
SIZE (autojump_v13.tar.gz) = 22723
2
SHA256 (wting-autojump-release-v22.5.3_GH0.tar.gz) = 00daf3698e17ac3ac788d529877c03ee80c3790472a85d0ed063ac3a354c37b1
3
SIZE (wting-autojump-release-v22.5.3_GH0.tar.gz) = 55429
(-)sysutils/autojump/pkg-descr (-6 / +5 lines)
Lines 1-7 Link Here
1
Autojump is a tool that acts as a complement to cd: it makes navigating your
1
Autojump is a faster way to navigate your filesystem. It works by maintaining a
2
filesystem a lot faster. It works by automagically maintaining a database of
2
database of the directories you use the most from the command line.
3
the directories you use the most from the command line, and allows you to jump
4
back and forth between them, by typing just a few letters of the name of the
5
directory you want to jump to.
6
3
7
WWW: https://github.com/joelthelion/autojump/wiki
4
Directories must be visited first before they can be jumped to.
5
6
WWW: https://github.com/wting/autojump
(-)sysutils/autojump/pkg-plist (+14 lines)
Line 0 Link Here
1
bin/autojump
2
bin/autojump-%%PYTHON_VER%%
3
bin/autojump_argparse.py
4
bin/autojump_argparse.py-%%PYTHON_VER%%
5
bin/autojump_data.py
6
bin/autojump_data.py-%%PYTHON_VER%%
7
bin/autojump_match.py
8
bin/autojump_match.py-%%PYTHON_VER%%
9
bin/autojump_utils.py
10
bin/autojump_utils.py-%%PYTHON_VER%%
11
share/autojump/autojump.bash
12
share/autojump/autojump.fish
13
share/autojump/autojump.zsh
14
share/zsh/site-functions/_j

Return to bug 248470