# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gvp # gvp/Makefile # gvp/distinfo # gvp/pkg-descr # echo c - gvp mkdir -p gvp > /dev/null 2>&1 echo x - gvp/Makefile sed 's/^X//' >gvp/Makefile << '7ef7b9aa638cb01d67520394795074f4' X# Created by: Luke Jee X# $FreeBSD$ X XPORTNAME= gvp XPORTVERSION= 0.3.0 XCATEGORIES= devel X XMAINTAINER= lukejee@gmail.com XCOMMENT= Go Versioning Manager X XLICENSE= MIT XLICENSE_FILE= ${WRKSRC}/LICENCE X XRUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ X go:${PORTSDIR}/lang/go X XUSE_GITHUB= yes XGH_ACCOUNT= pote XGH_TAGNAME= 8bcab74 X XNO_BUILD= yes X XNO_ARCH= yes X XPLIST_FILES= bin/gvp X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/bin/gvp ${STAGEDIR}${PREFIX}/bin/ X X.include 7ef7b9aa638cb01d67520394795074f4 echo x - gvp/distinfo sed 's/^X//' >gvp/distinfo << 'd04d46397fc40debc2135a639cea8b85' XSHA256 (pote-gvp-0.3.0-8bcab74_GH0.tar.gz) = 4c211a3c0bd652a589d7135c3f9fbe01aaff750200ca495f67514c613cae96ab XSIZE (pote-gvp-0.3.0-8bcab74_GH0.tar.gz) = 2273871 d04d46397fc40debc2135a639cea8b85 echo x - gvp/pkg-descr sed 's/^X//' >gvp/pkg-descr << 'b5ed2ee03f0e179c6a203ab1f524e152' XGo Versioning Packager X Xgvp stands for Go Versioning Packager and is based on gst a similar tool Xthat provides dependency isolation for Ruby gems. X XThe tool modifies your GOPATH to point to a local .godeps/ directory so Xthat you can keep the dependencies of your project isolated there, Xit also modifies GOBIN and PATH to include the new GOPATH/bin directory. X Xgvp is a companion tool to gpm but both tools can be used independently Xfrom each other. X Xhttps://github.com/pote/gvp b5ed2ee03f0e179c6a203ab1f524e152 exit