Index: head/devel/myrepos/Makefile =================================================================== --- head/devel/myrepos/Makefile (nonexistent) +++ head/devel/myrepos/Makefile (revision 400363) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= myrepos +PORTVERSION= 1.20130710 +CATEGORIES= devel + +MAINTAINER= jonathan@FreeBSD.org +COMMENT= Tool to manage all your version control repos + +LICENSE= GPLv2 + +USE_GITHUB= yes +GH_ACCOUNT= joeyh + +USES+= perl5 shebangfix +USE_PERL5= run +SHEBANG_FILES= mr + +PLIST_FILES= bin/mr +PORTDOCS= README index.mdwn + +NO_BUILD= + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/mr ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} README doc/*.mdwn ${STAGEDIR}${DOCSDIR}) + +.include Property changes on: head/devel/myrepos/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/devel/myrepos/distinfo =================================================================== --- head/devel/myrepos/distinfo (nonexistent) +++ head/devel/myrepos/distinfo (revision 400363) @@ -0,0 +1,2 @@ +SHA256 (joeyh-myrepos-1.20130710_GH0.tar.gz) = 3f5747f7fcaebc2d2291f28765e0f9f76ff889da1d3ad8e519be3d798eb726d9 +SIZE (joeyh-myrepos-1.20130710_GH0.tar.gz) = 42451 Property changes on: head/devel/myrepos/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/devel/myrepos/pkg-descr =================================================================== --- head/devel/myrepos/pkg-descr (nonexistent) +++ head/devel/myrepos/pkg-descr (revision 400363) @@ -0,0 +1,10 @@ +You have a lot of version control repositories. Sometimes you want to +update them all at once. Or push out all your local changes. You use +special command lines in some repositories to implement specific workflows. +Myrepos provides a `mr` command, which is a tool to manage all your version +control repositories. + +It supports git, svn, mercurial, bzr, darcs, cvs, fossil and veracity. + +Author: Joey Hess +WWW: http://myrepos.branchable.com/ Property changes on: head/devel/myrepos/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