Added: trunk/dports/sysutils/vcsh/Portfile (0 => 99234)
--- trunk/dports/sysutils/vcsh/Portfile (rev 0)
+++ trunk/dports/sysutils/vcsh/Portfile 2012-10-30 00:21:08 UTC (rev 99234)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup github 1.0
+
+github.setup RichiH vcsh 1.0 v
+categories sysutils
+platforms darwin
+maintainers googlemail.com:gjasny openmaintainer
+license GPL-2+
+
+description manage config files in HOME via fake bare git repositories
+
+long_description vcsh allows you to have several git repositories, all maintaining their working \
+ trees in HOME without clobbering each other. That, in turn, means you can have \
+ one repository per config set (zsh, vim, ssh, etc), picking and choosing which \
+ configs you want to use on which machine.
+
+checksums rmd160 a104701eb1cbf4c4c7137ef8f93e419136248413 \
+ sha256 d4776bd501ded81b2e50035bbe7ddd13990ee58110413e9164960bc6b1293c2c
+
+supported_archs noarch
+use_configure no
+
+depends_build port:rb19-ronn
+depends_lib port:git-core
+depends_run port:mr
+
+destroot.post_args-append PREFIX=${prefix}
Property changes on: trunk/dports/sysutils/vcsh/Portfile
___________________________________________________________________