Index: head/shells/Makefile =================================================================== --- head/shells/Makefile (revision 472671) +++ head/shells/Makefile (revision 472672) @@ -1,54 +1,55 @@ # $FreeBSD$ # COMMENT = Shells SUBDIR += 44bsd-csh SUBDIR += bash SUBDIR += bash-completion SUBDIR += bash-static SUBDIR += bashc SUBDIR += bicon SUBDIR += ch SUBDIR += dash SUBDIR += envy SUBDIR += es SUBDIR += esh SUBDIR += fd SUBDIR += fish SUBDIR += flash SUBDIR += heirloom-sh SUBDIR += hs-shelly SUBDIR += ibsh SUBDIR += jailkit SUBDIR += klish SUBDIR += ksh93 SUBDIR += lshell SUBDIR += mksh SUBDIR += nologinmsg SUBDIR += oksh SUBDIR += osh SUBDIR += p5-Bash-Completion SUBDIR += p5-Shell-Perl SUBDIR += p5-Term-Bash-Completion-Generator SUBDIR += p5-Term-ShellUI SUBDIR += pdksh SUBDIR += pear-PHP_Shell SUBDIR += psh SUBDIR += rc SUBDIR += rssh SUBDIR += sash SUBDIR += scponly SUBDIR += shell-include SUBDIR += sparforte SUBDIR += tcsh_nls SUBDIR += tcshrc SUBDIR += v7sh SUBDIR += viewglob SUBDIR += vshnu SUBDIR += wcd SUBDIR += xonsh SUBDIR += zsh + SUBDIR += zsh-antigen SUBDIR += zsh-navigation-tools .include Index: head/shells/zsh-antigen/Makefile =================================================================== --- head/shells/zsh-antigen/Makefile (nonexistent) +++ head/shells/zsh-antigen/Makefile (revision 472672) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= zsh-antigen +DISTVERSIONPREFIX= v +DISTVERSION= 2.2.3 +CATEGORIES= shells + +MAINTAINER= gudfitz@gmail.com +COMMENT= Tool for managing Zshell plugins inspired by Vundle + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= zsh>=4.3.11:shells/zsh \ + git:devel/git + +USE_GITHUB= yes +GH_ACCOUNT= zsh-users +GH_PROJECT= antigen + +NO_ARCH= yes +NO_BUILD= yes +PLIST_FILES= ${DATADIR}/antigen.zsh +SUB_FILES= pkg-message + +do-install: + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/bin/antigen.zsh ${STAGEDIR}${DATADIR} + +.include Property changes on: head/shells/zsh-antigen/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/zsh-antigen/distinfo =================================================================== --- head/shells/zsh-antigen/distinfo (nonexistent) +++ head/shells/zsh-antigen/distinfo (revision 472672) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529013823 +SHA256 (zsh-users-antigen-v2.2.3_GH0.tar.gz) = bd3f1077050d52f459bc30fa3f025c44c528d625b4924a2f487fd2bacb89d61e +SIZE (zsh-users-antigen-v2.2.3_GH0.tar.gz) = 72679 Property changes on: head/shells/zsh-antigen/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/zsh-antigen/files/pkg-message.in =================================================================== --- head/shells/zsh-antigen/files/pkg-message.in (nonexistent) +++ head/shells/zsh-antigen/files/pkg-message.in (revision 472672) @@ -0,0 +1 @@ +Antigen can be found at %%DATADIR%%/antigen.zsh Property changes on: head/shells/zsh-antigen/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/zsh-antigen/pkg-descr =================================================================== --- head/shells/zsh-antigen/pkg-descr (nonexistent) +++ head/shells/zsh-antigen/pkg-descr (revision 472672) @@ -0,0 +1,6 @@ +Antigen is a small set of functions that help you easily manage +your Z shell (zsh) plugins, called bundles. The concept is pretty +much the same as bundles in a typical vim+pathogen setup. Antigen +is to zsh, what Vundle is to vim. + +WWW: https://github.com/zsh-users/antigen Property changes on: head/shells/zsh-antigen/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property