Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (d873030a84fa1cf45bf22c22724cd19bfe8b91e1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (d873030a84fa1cf45bf22c22724cd19bfe8b91e1)
  • Date: Thu, 18 Sep 2008 21:00:49 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

ChangeLog | 3 +++
perl-cpan/file-rsyncp/BUILD | 1 +
perl-cpan/file-rsyncp/DEPENDS | 1 +
perl-cpan/file-rsyncp/DETAILS | 32 ++++++++++++++++++++++++++++++++
perl-cpan/file-rsyncp/HISTORY | 3 +++
5 files changed, 40 insertions(+)

New commits:
commit d873030a84fa1cf45bf22c22724cd19bfe8b91e1
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

file-rsyncp: new spell to be rsync for perl. Used for backuppc

diff --git a/ChangeLog b/ChangeLog
index 0329006..2a816b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-09-18 David Kowis <dkowis AT shlrm.org>
+ * perl-cpan/file-rsyncp: new spell, perl rsync thinger, for backuppc
+
2008-09-17 Elisamuel Resto <ryuji AT sourcemage.org>
* python-pypi/lottanzb: new spell, a PyGTK2 HellaNZB frontend

diff --git a/perl-cpan/file-rsyncp/BUILD b/perl-cpan/file-rsyncp/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/file-rsyncp/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/file-rsyncp/DEPENDS b/perl-cpan/file-rsyncp/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/file-rsyncp/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/file-rsyncp/DETAILS b/perl-cpan/file-rsyncp/DETAILS
new file mode 100755
index 0000000..be59ee3
--- /dev/null
+++ b/perl-cpan/file-rsyncp/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=file-rsyncp
+ VERSION=0.68
+ SOURCE="File-RsyncP-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/C/CB/CBARRATT/${SOURCE}
+
SOURCE_HASH=sha512:610fdd7749d337fbca9cba42eb8942d9472e812b65e9b628e5955d5915c9288a072dfb27675b273ac2723614c32d8cee566a3efa629389096b4fc652eb7bf6bb
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/File-RsyncP-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~cbarratt/File-RsyncP-0.68/";
+ LICENSE[0]=ART
+ ENTERED=20080918
+ SHORT="File::RsyncP is a perl implementation of an Rsync client"
+cat << EOF
+File::RsyncP is a perl implementation of an Rsync client. It is compatible
+with Rsync 2.5.5 - 2.6.3 (protocol versions 26-28). It can send or receive
+files, either by running rsync on the remote machine, or connecting to an
+rsyncd deamon on the remote machine.
+
+What use is File::RsyncP? The main purpose is that File::RsyncP separates
+all file system I/O into a separate module, which can be replaced by any
+module of your own design. This allows rsync interfaces to non-filesystem
+data types (eg: databases) to be developed with relative ease.
+
+File::RsyncP was initially written to provide an Rsync interface for
BackupPC,
+http://backuppc.sourceforge.net. See BackupPC for programming examples.
+
+File::RsyncP does not yet provide a command-line interface that mimics
+native Rsync. Instead it provides an API that makes it possible to write
+simple scripts that talk to rsync or rsyncd.
+
+The File::RsyncP::FileIO module contains the default file system access
+functions. File::RsyncP::FileIO may be subclassed or replaced by a custom
+module to provide access to non-filesystem data types.
+EOF
diff --git a/perl-cpan/file-rsyncp/HISTORY b/perl-cpan/file-rsyncp/HISTORY
new file mode 100644
index 0000000..48f0199
--- /dev/null
+++ b/perl-cpan/file-rsyncp/HISTORY
@@ -0,0 +1,3 @@
+2008-09-18 David Kowis <dkowis AT shlrm.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by David Kowis (d873030a84fa1cf45bf22c22724cd19bfe8b91e1), David Kowis, 09/18/2008

Archive powered by MHonArc 2.6.24.

Top of Page