Index: shells/zsh-antigen/Makefile =================================================================== --- shells/zsh-antigen/Makefile (nonexistent) +++ shells/zsh-antigen/Makefile (working copy) @@ -0,0 +1,37 @@ +# $FreeBSD$ + +PORTNAME= zsh-antigen +PORTVERSION= 1.3.5 +DISTVERSIONPREFIX= v +CATEGORIES= shells + +MAINTAINER= gudfitz@gmail.com +COMMENT= Tool for managing Zshell plugins inspired by Vundle + +LICENSE= MIT +LICENSE_FILE= ${WRKDIR}/LICENSE + +RUN_DEPENDS= zsh>=4.3.5:shells/zsh + +PLIST_FILES= share/zsh-antigen/antigen.zsh + +NO_ARCH= yes +SUB_FILES= pkg-message + +USE_GITHUB= yes +GH_ACCOUNT= zsh-users +GH_PROJECT= antigen + +do-extract: + ${TAR} -C ${WRKDIR} -xf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} + ${CP} ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/bin/antigen.zsh ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/LICENSE ${WRKDIR} + ${RM} -r ${WRKDIR}/${GH_PROJECT}-${PORTVERSION} + +do-build: + # empty + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh-antigen + ${INSTALL_DATA} ${WRKDIR}/antigen.zsh ${STAGEDIR}${PREFIX}/share/zsh-antigen + +.include Property changes on: 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: shells/zsh-antigen/distinfo =================================================================== --- shells/zsh-antigen/distinfo (nonexistent) +++ shells/zsh-antigen/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1489237092 +SHA256 (zsh-users-antigen-v1.3.5_GH0.tar.gz) = 0b6c645498b5a6e0367b2d471eed461d262d65773b4039cc13fb727f7cdf2742 +SIZE (zsh-users-antigen-v1.3.5_GH0.tar.gz) = 49657 Property changes on: 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: shells/zsh-antigen/files/pkg-message.in =================================================================== --- shells/zsh-antigen/files/pkg-message.in (nonexistent) +++ shells/zsh-antigen/files/pkg-message.in (working copy) @@ -0,0 +1 @@ +You can find antigen at ${PREFIX}/share/zsh-antigen/antigen.zsh. Property changes on: 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: shells/zsh-antigen/pkg-descr =================================================================== --- shells/zsh-antigen/pkg-descr (nonexistent) +++ shells/zsh-antigen/pkg-descr (working copy) @@ -0,0 +1,5 @@ +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: 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 Index: shells/zsh-antigen/pkg-message =================================================================== --- shells/zsh-antigen/pkg-message (nonexistent) +++ shells/zsh-antigen/pkg-message (working copy) @@ -0,0 +1 @@ +You can find antigen at ${PREFIX}/share/zsh-antigen/antigen.zsh. Property changes on: shells/zsh-antigen/pkg-message ___________________________________________________________________ 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