[99234] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Mon Oct 29 17:21:08 PDT 2012


Revision: 99234
          http://trac.macports.org//changeset/99234
Author:   ryandesign at macports.org
Date:     2012-10-29 17:21:08 -0700 (Mon, 29 Oct 2012)
Log Message:
-----------
vcsh: new port, version 1.0 (#36758)

Added Paths:
-----------
    trunk/dports/sysutils/vcsh/
    trunk/dports/sysutils/vcsh/Portfile

Added: trunk/dports/sysutils/vcsh/Portfile
===================================================================
--- 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
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121029/8cf5c4d0/attachment-0001.html>


More information about the macports-changes mailing list