From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 25 21:10:12 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E702106571C for ; Sat, 25 Sep 2010 21:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4FDD48FC1D for ; Sat, 25 Sep 2010 21:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8PLACPv023133 for ; Sat, 25 Sep 2010 21:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8PLACtd023132; Sat, 25 Sep 2010 21:10:12 GMT (envelope-from gnats) Resent-Date: Sat, 25 Sep 2010 21:10:12 GMT Resent-Message-Id: <201009252110.o8PLACtd023132@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Ranner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAFE7106566C for ; Sat, 25 Sep 2010 21:07:15 +0000 (UTC) (envelope-from mranner@dwarf.jawa.at) Received: from dwarf.jawa.at (chello084115144088.4.graz.surfer.at [84.115.144.88]) by mx1.freebsd.org (Postfix) with ESMTP id 2CF5A8FC13 for ; Sat, 25 Sep 2010 21:07:14 +0000 (UTC) Received: from dwarf.jawa.at (localhost.ranner.eu [127.0.0.1]) by dwarf.jawa.at (8.14.4/8.14.4) with ESMTP id o8PKrrp2090415 for ; Sat, 25 Sep 2010 22:53:53 +0200 (CEST) (envelope-from mranner@dwarf.jawa.at) Received: (from root@localhost) by dwarf.jawa.at (8.14.4/8.14.4/Submit) id o8PKrrHv090414; Sat, 25 Sep 2010 22:53:53 +0200 (CEST) (envelope-from mranner) Message-Id: <201009252053.o8PKrrHv090414@dwarf.jawa.at> Date: Sat, 25 Sep 2010 22:53:53 +0200 (CEST) From: Michael Ranner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/150946: [NEW PORT] sysutils/duply: Shell front end for the duplicity backup tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2010 21:10:12 -0000 >Number: 150946 >Category: ports >Synopsis: [NEW PORT] sysutils/duply: Shell front end for the duplicity backup tool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 25 21:10:11 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Michael Ranner >Release: FreeBSD 8.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD dwarf.jawa.at 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Aug 23 20:22:23 CEST 2010 >Description: Duply is a shell front end for the duplicity backup tool http://duplicity.nongnu.org/. It greatly simplifies it's usage by implementing backup job profiles, batch commands and more. Who says secure backups on non- trusted spaces are no child's play. WWW: http://duply.net Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- duply-1.5.2.3.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # duply # duply/files # duply/files/pkg-message.in # duply/Makefile # duply/distinfo # duply/pkg-descr # echo c - duply mkdir -p duply > /dev/null 2>&1 echo c - duply/files mkdir -p duply/files > /dev/null 2>&1 echo x - duply/files/pkg-message.in sed 's/^X//' >duply/files/pkg-message.in << '7a5adce262842e87af6ae2284bbe1886' X***************************************************************************** X XYou have installed the duply shell wrapper for duplicity. X XFor usage help run: X X duply usage X X***************************************************************************** 7a5adce262842e87af6ae2284bbe1886 echo x - duply/Makefile sed 's/^X//' >duply/Makefile << 'ac376ff59bf6c3d279b1d414dfcf9eaa' X# New ports collection makefile for: duply X# Date created: 2010-09-25 X# Whom: Michael Ranner X# X# $FreeBSD$ X# X XPORTNAME= duply XPORTVERSION= 1.5.2.3 XCATEGORIES= sysutils XMASTER_SITES= SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.5.x/ XDISTNAME= ${PORTNAME}_${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= michael@ranner.eu XCOMMENT= Shell front end for the duplicity backup tool X XRUN_DEPENDS= duplicity:${PORTSDIR}/sysutils/duplicity X XLICENSE= GPLv2 XLICENSE_FILE= ${WRKSRC}/gpl.txt XNO_BUILD= yes X XPORTDOCS= INSTALL.txt gpl.txt XPLIST_FILES= bin/duply XSUB_FILES+= pkg-message X Xpost-patch: X @${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \ X -e "s,/etc/duply,${LOCALBASE}/etc/duply,g" \ X ${WRKSRC}/duply X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/duply ${LOCALBASE}/bin/duply X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR}/ X. for i in ${PORTDOCS} X @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ X. endfor X.endif X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include ac376ff59bf6c3d279b1d414dfcf9eaa echo x - duply/distinfo sed 's/^X//' >duply/distinfo << '5184bb0c68674b5c1a57cfa452eb750c' XMD5 (duply_1.5.2.3.tgz) = 7bb3af2219ba6c4dfe06856fbecbef8f XSHA256 (duply_1.5.2.3.tgz) = c671fdc6c9f74fb31910a2c755414d83fc3afe1f83212bca541048b8d1b4a536 XSIZE (duply_1.5.2.3.tgz) = 24729 5184bb0c68674b5c1a57cfa452eb750c echo x - duply/pkg-descr sed 's/^X//' >duply/pkg-descr << 'e48a03a3909663c99585557374f25587' XDuply is a shell front end for the duplicity backup tool Xhttp://duplicity.nongnu.org/. It greatly simplifies it's usage by implementing Xbackup job profiles, batch commands and more. Who says secure backups on non- Xtrusted spaces are no child's play. X XWWW: http://duply.net e48a03a3909663c99585557374f25587 exit --- duply-1.5.2.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: