View | Details | Raw Unified | Return to bug 217706 | Differences between
and this patch

Collapse All | Expand All

(-)shells/zsh-antigen/Makefile (+35 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=		zsh-antigen
4
PORTVERSION=		1.3.5
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=		shells
7
8
MAINTAINER=		gudfitz@gmail.com
9
COMMENT=		Tool for managing Zshell plugins inspired by Vundle
10
11
LICENSE=		MIT
12
LICENSE_FILE=		${WRKDIR}/LICENSE
13
RUN_DEPENDS=		zsh>=4.3.5:shells/zsh
14
15
PLIST_FILES=		share/zsh-antigen/antigen.zsh
16
17
NO_ARCH=		yes
18
SUB_FILES=		pkg-message
19
20
USE_GITHUB=		yes
21
GH_ACCOUNT=		zsh-users
22
GH_PROJECT=		antigen
23
24
do-extract:
25
	${TAR} -C ${WRKDIR} -xf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
26
	${CP} ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/antigen.zsh ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/LICENSE ${WRKDIR}
27
	${RM} -r ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}
28
29
do-build:		apply-slist
30
31
do-install:
32
	${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh-antigen
33
	${INSTALL_DATA} ${WRKDIR}/antigen.zsh ${STAGEDIR}${PREFIX}/share/zsh-antigen
34
35
.include <bsd.port.mk>
(-)shells/zsh-antigen/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1489237092
2
SHA256 (zsh-users-antigen-v1.3.5_GH0.tar.gz) = 0b6c645498b5a6e0367b2d471eed461d262d65773b4039cc13fb727f7cdf2742
3
SIZE (zsh-users-antigen-v1.3.5_GH0.tar.gz) = 49657
(-)shells/zsh-antigen/files/pkg-message.in (+1 lines)
Line 0 Link Here
1
You can find antigen at ${PREFIX}/share/zsh-antigen/antigen.zsh.
(-)shells/zsh-antigen/pkg-descr (+5 lines)
Line 0 Link Here
1
Antigen is a small set of functions that help you easily manage your Z shell 
2
(zsh) plugins, called bundles. The concept is pretty much the same as bundles
3
in a typical vim+pathogen setup. Antigen is to zsh, what Vundle is to vim.
4
5
WWW: https://github.com/zsh-users/antigen
(-)shells/zsh-antigen/pkg-message (+1 lines)
Line 0 Link Here
1
You can find antigen at ${PREFIX}/share/zsh-antigen/antigen.zsh.

Return to bug 217706