Re: UPDATE: duplicity and py-boto

2009-02-05 Thread Bruno Bigras
Jim Razmus a écrit : > Emailed maintainer but haven't heard back yet. Trying to get this in > for 4.6. > Sorry for the delay, I'm going to test today or tomorrow. Also, note that 0.5.08 was released 3 days ago. http://duplicity.nongnu.org/ Bruno

Re: UPDATE: duplicity and py-boto

2009-02-07 Thread Bruno Bigras
ongnu/duplicity/ \ http://ftp.cc.uoc.gr/mirrors/nongnu.org/duplicity/ \ http://ftp.twaren.net/Unix/NonGNU/duplicity/ - + MAINTAINER = Bruno Bigras # GPLv3 @@ -31,8 +31,7 @@ MODULES = lang/python LIB_DEPENDS += rsync::net/librsync -RUN_DEPENDS += ::devel/py-pexpect \ - ::net/py

NEW: sysutils/s3cmd

2009-02-11 Thread Bruno Bigras
$ cat DESCR S3cmd is a command line tool for uploading, retrieving and managing data in Amazon S3. It is best suited for power users who don't fear command line. It is also ideal for scripts, automated backups triggered from cron, etc. Tested on i386, please test and commit. thanks! Bruno s3cm

RESUBMIT: sysutils/s3cmd

2009-03-12 Thread Bruno Bigras
I find this tool useful to upload single files, list files and manage ACL. $ cat DESCR S3cmd is a command line tool for uploading, retrieving and managing data in Amazon S3. It is best suited for power users who don't fear command line. It is also ideal for scripts, automated backups triggered fro

NEW: net/boto

2008-06-01 Thread Bruno Bigras
Hello, Boto is used by Duplicity to access Amazon S3 buckets. pkg/DESCR An integrated interface to current and future infrastructural services offered by Amazon Web Services. Currently, this includes: - Simple Storage Service (S3) - Simple Queue Service (SQS) - Elastic Compute Cloud (EC2) - Mech

NEW: sysutils/duplicity

2008-06-01 Thread Bruno Bigras
Hi, pkg/DESCR Duplicity incrementally backs up files and directory by encrypting tar-format volumes with GnuPG and uploading them to a remote (or local) file server. Currently local, ftp, ssh/scp, rsync, WebDAV, WebDAVs, HSi and Amazon S3 backends are available. Because duplicity uses librsync, th

Re: NEW: net/boto

2008-06-01 Thread Bruno Bigras
Here's the file, sorry. boto-1.2a.tar.gz Description: application/tar-gz

Re: NEW: net/boto

2008-06-04 Thread Bruno Bigras
Here's an updated and re-worked version of the port. All the work was done by Okan Demirmen . Work fine for me on i386 with Amazon S3. Please test and comment. Thanks! Bruno boto.tgz Description: application/tar-gz

Re: NEW: sysutils/duplicity

2008-06-04 Thread Bruno Bigras
On Sun, Jun 01, 2008 at 03:48:51PM -0700, Aaron Stellman wrote: > I used to use duplicity for backup on my FreeBSD boxes. I found it > unrealiable when it failed on me at a time when i badly needed to > recover some files. Lesson is learnt. Sorry to hear that. I only backup about 50 MB and only si

UPDATE: duplicity-0.4.12

2008-07-22 Thread Bruno Bigras
New in v0.4.12 (2008/07/22) --- Dan Muresan created a patch to minimize the number of password prompts. To do so, it sometimes requests a password once without confirmation; if later it turns out that a full backup is needed, the user is prompted for confirmation. bug #235

UPDATE: py-boto-1.4a

2008-08-30 Thread Bruno Bigras
For a list of changes see: http://code.google.com/p/boto/source/list Tested on i386, please test and commit. Thanks! Bruno Index: Makefile === RCS file: /cvs/ports/net/py-boto/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1

UPDATE: py-boto-1.4c

2008-09-08 Thread Bruno Bigras
boto-1.4c - Fixes stupid and dangerous copy/paste error in SDB support. Tested on i386, please test and commit. Thanks! Bruno Index: Makefile === RCS file: /cvs/ports/net/py-boto/Makefile,v retrieving revision 1.2 diff -u -r1.2 Make

UPDATE: moinmoin-1.5.7

2007-02-11 Thread Bruno Bigras
wikiweb.de/ +MAINTAINER=Bruno Bigras <[EMAIL PROTECTED]> + # GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP=Yes @@ -18,6 +20,7 @@ PERMIT_DISTFILES_FTP= Yes MODULES= lang/python +RUN_DEPENDS=::textproc/py-xml NO_REGRESS=Yes

Re: UPDATE: moinmoin-1.5.7

2007-02-12 Thread Bruno Bigras
S=www PKG_ARCH= * @@ -11,6 +11,8 @@ HOMEPAGE= http://moinmoin.wikiwikiweb.de/ +MAINTAINER=Bruno Bigras <[EMAIL PROTECTED]> + # GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP=Yes @@ -18,6 +20,7 @@ PERMIT_DISTFILES_FTP= Yes MODULES= lang/python +RUN_DEP

UPDATE: moinmoin-1.5.8

2007-05-14 Thread Bruno Bigras
The changes in this release are as follows: Some bugfixes, including some security fixes (ACL-related, XSS, and disclosing of system information in tracebacks). This release adds timing.log, so you can improve your site's performance. It improves the CPU usage of some macros when bots visit your wi

update: moinmoin-1.5.5a

2006-10-21 Thread Bruno Bigras
This update contains a fix for the "AttributeError traceback with Standalone server (if_modified_since)" bug in the 1.5.5a release. http://moinmoin.wikiwikiweb.de/MoinMoinBugs/RequestStandAloneNoAttributeIfModifiedSince http://moinmoin.wikiwikiweb.de/MoinMoinRelease1.5/CHANGES work fine for me a

UPDATE: moinmoin-1.5.6

2006-10-29 Thread Bruno Bigras
Work fine for me as a standalone server on i386. Please test and commit. Thanks! Bruno Index: Makefile === RCS file: /cvs/ports/www/moinmoin/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile2006/08/04 10:20:

NEW: net/opendd

2006-11-11 Thread Bruno Bigras
. I would really appreciate some help to fix the warnings. Thanks Bruno Bigras +++ Sat Nov 11 15:25:44 EST 2006 ===> Checking files for opendd-0.7.7 `/usr/ports/distfiles/opendd.0.7.7.tar.gz' is up to date. >> Checksum OK for opendd.0.7.7.tar.gz. (sha1) ===> Verifying spe

Re: NEW: net/opendd

2006-11-11 Thread Bruno Bigras
OpenDD was logging to syslog only in daemon mode. Also changed SYSLOG_FACILITY from LOG_LOCAL0 to LOG_DAEMON. It work fine with the November 5th snapshot on i386. Please test and comment. Thanks! Bruno Bigras opendd.tar.gz Description: application/tar-gz

Re: NEW: net/opendd

2006-11-17 Thread Bruno Bigras
, and sprintf were replaced by calls to strlcpy, strlcat, and snprintf. Please test and comment. Thanks! Bruno Bigras opendd-0.7.8.tar.gz Description: application/tar-gz