[74352] trunk/dports/sysutils

singingwolfboy at macports.org singingwolfboy at macports.org
Mon Dec 13 16:00:33 PST 2010


Revision: 74352
          http://trac.macports.org/changeset/74352
Author:   singingwolfboy at macports.org
Date:     2010-12-13 16:00:28 -0800 (Mon, 13 Dec 2010)
Log Message:
-----------
New port: arq_restore

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

Added: trunk/dports/sysutils/arq_restore/Portfile
===================================================================
--- trunk/dports/sysutils/arq_restore/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/arq_restore/Portfile	2010-12-14 00:00:28 UTC (rev 74352)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           xcode 1.0
+
+name                arq_restore
+categories          sysutils
+version             0.0.1
+platforms           darwin
+license             MIT
+maintainers         singingwolfboy openmaintainer
+description         Command-line utility for restoring from backups created by Arq.
+long_description    \
+    ${description} http://www.haystacksoftware.com/arq/
+
+homepage            https://github.com/sreitshamer/${name}
+fetch.type          git
+git.url             https://github.com/sreitshamer/${name}.git
+git.branch          662ca44c4a05a4ad8fce
+
+supported_archs     i386
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    copy ${worksrcpath}/README.markdown ${docdir}
+}
\ No newline at end of file


Property changes on: trunk/dports/sysutils/arq_restore/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/20101213/221699c4/attachment.html>


More information about the macports-changes mailing list