[73257] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Sun Nov 7 19:52:22 PST 2010


Revision: 73257
          http://trac.macports.org/changeset/73257
Author:   ryandesign at macports.org
Date:     2010-11-07 19:52:19 -0800 (Sun, 07 Nov 2010)
Log Message:
-----------
duply: new port, version 1.5.3; see #27147

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

Added: trunk/dports/sysutils/duply/Portfile
===================================================================
--- trunk/dports/sysutils/duply/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/duply/Portfile	2010-11-08 03:52:19 UTC (rev 73257)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                duply
+version             1.5.3
+platforms           darwin
+categories          sysutils
+platforms           darwin
+maintainers         technokracy.net:grrr
+supported_archs     noarch
+
+description         Duply is a shell front end for the duplicity backup tool.
+
+long_description    Duply greatly simplifies duplicity's usage by \
+                    implementing backup job profiles, batch commands and more.
+
+homepage            http://duply.net
+master_sites        sourceforge:ftplicity
+
+extract.suffix      .tgz
+distname            ${name}_${version}
+
+checksums           sha1    80f4c510e2a35115273311db21a6024fda9d66bf \
+                    rmd160  1db7fc679cc93eb8a430f1e9e2a75b0ac5c95d81
+
+depends_lib         port:duplicity
+
+use_configure       no
+
+build               {}
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
+}


Property changes on: trunk/dports/sysutils/duply/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/20101107/1d5b72a4/attachment.html>


More information about the macports-changes mailing list