[147782] trunk/dports/sysutils

khindenburg at macports.org khindenburg at macports.org
Fri Apr 15 16:06:30 PDT 2016


Revision: 147782
          https://trac.macports.org/changeset/147782
Author:   khindenburg at macports.org
Date:     2016-04-15 16:06:30 -0700 (Fri, 15 Apr 2016)
Log Message:
-----------
borgbackup: new port maintainer #51086

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

Added: trunk/dports/sysutils/borgbackup/Portfile
===================================================================
--- trunk/dports/sysutils/borgbackup/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/borgbackup/Portfile	2016-04-15 23:06:30 UTC (rev 147782)
@@ -0,0 +1,51 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                borgbackup
+version             1.0.1
+categories          sysutils
+platforms           darwin
+license             BSD
+maintainers         hydroxide.nl:bjorn.ketelaars openmaintainer
+
+description         Deduplicating backup program
+long_description    BorgBackup (short: Borg) is a deduplicating backup \
+                    program. Optionally, it supports compression and \
+                    authenticated encryption. Main goal of Borg is to provide \
+                    an efficient and secure way to backup data. The data \
+                    deduplication technique used makes Borg suitable for \
+                    daily backups since only changes are stored. The \
+                    authenticated encryption technique makes it suitable for \
+                    backups to not fully trusted targets.
+
+homepage            https://borgbackup.github.io/
+master_sites        pypi:b/borgbackup
+
+checksums           rmd160  bbafdcd8f46e688cc4c5a89edbc87d6c297c9782 \
+                    sha256  58a2c2e649207c8e15223f6380d238124b0f1b45fd83990a40df5b678cd41fba
+
+# borgbackup requires Python 3 >= 3.4.0
+python.default_version  34
+
+depends_build-append    port:py${python.version}-setuptools_scm \
+                        port:py${python.version}-sphinx
+depends_lib-append      path:lib/libssl.dylib:openssl \
+                        port:lz4 \
+                        port:py${python.version}-msgpack \
+                        port:py${python.version}-setuptools
+
+post-build {
+    reinplace "s|sphinx-build|sphinx-build-${python.branch}|g" \
+        ${worksrcpath}/docs/Makefile
+    system "make -C ${worksrcpath}/docs man READTHEDOCS=True"
+}
+
+post-destroot {
+    xinstall -m 0644 ${worksrcpath}/docs/_build/man/borg.1 \
+        ${destroot}${prefix}/share/man/man1/
+}
+
+livecheck.type      pypi


Property changes on: trunk/dports/sysutils/borgbackup/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160415/0692afd7/attachment.html>


More information about the macports-changes mailing list