[arch-commits] Commit in curlftpfs/repos (8 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Tue Oct 1 16:49:41 UTC 2013
Date: Tuesday, October 1, 2013 @ 18:49:40
Author: bpiotrowski
Revision: 97936
archrelease: copy trunk to community-i686, community-x86_64
Added:
curlftpfs/repos/community-i686/PKGBUILD
(from rev 97935, curlftpfs/trunk/PKGBUILD)
curlftpfs/repos/community-i686/ioerror.patch
(from rev 97935, curlftpfs/trunk/ioerror.patch)
curlftpfs/repos/community-x86_64/PKGBUILD
(from rev 97935, curlftpfs/trunk/PKGBUILD)
curlftpfs/repos/community-x86_64/ioerror.patch
(from rev 97935, curlftpfs/trunk/ioerror.patch)
Deleted:
curlftpfs/repos/community-i686/PKGBUILD
curlftpfs/repos/community-i686/ioerror.patch
curlftpfs/repos/community-x86_64/PKGBUILD
curlftpfs/repos/community-x86_64/ioerror.patch
--------------------------------+
/PKGBUILD | 60 +++++++++++++++++++++++++++++++++++++++
/ioerror.patch | 22 ++++++++++++++
community-i686/PKGBUILD | 30 -------------------
community-i686/ioerror.patch | 11 -------
community-x86_64/PKGBUILD | 30 -------------------
community-x86_64/ioerror.patch | 11 -------
6 files changed, 82 insertions(+), 82 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-10-01 16:49:28 UTC (rev 97935)
+++ community-i686/PKGBUILD 2013-10-01 16:49:40 UTC (rev 97936)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Allan McRae <mcrae_allan at hotmail.com>
-# Contributor: Philip Nilsson <leffeman at gmail.com>
-
-pkgname=curlftpfs
-pkgver=0.9.2
-pkgrel=4
-pkgdesc="A filesystem for acessing FTP hosts based on FUSE and libcurl."
-url="http://curlftpfs.sourceforge.net/"
-license=('GPL')
-depends=('curl>=7.15.4' 'fuse' 'glib2')
-makedepends=('pkgconfig>=0.9.0')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz
- ioerror.patch)
-md5sums=('b452123f755114cd4461d56c648d9f12'
- '7a8db686293463ba3148c7032871c883')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -p1 < "$srcdir/ioerror.patch"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
Copied: curlftpfs/repos/community-i686/PKGBUILD (from rev 97935, curlftpfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-01 16:49:40 UTC (rev 97936)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: Philip Nilsson <leffeman at gmail.com>
+
+pkgname=curlftpfs
+pkgver=0.9.2
+pkgrel=5
+pkgdesc="A filesystem for acessing FTP hosts based on FUSE and libcurl."
+url="http://curlftpfs.sourceforge.net/"
+license=('GPL')
+depends=('curl>=7.15.4' 'fuse' 'glib2')
+makedepends=('pkgconfig>=0.9.0')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz
+ ioerror.patch)
+md5sums=('b452123f755114cd4461d56c648d9f12'
+ '7a8db686293463ba3148c7032871c883')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ patch -p1 < "$srcdir/ioerror.patch"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-i686/ioerror.patch
===================================================================
--- community-i686/ioerror.patch 2013-10-01 16:49:28 UTC (rev 97935)
+++ community-i686/ioerror.patch 2013-10-01 16:49:40 UTC (rev 97936)
@@ -1,11 +0,0 @@
---- curlftpfs-0.9.2.orig/ftpfs.c 2008-04-30 03:05:47.000000000 +0400
-+++ curlftpfs-0.9.2.orig/ftpfs.c 2011-01-20 20:33:38.000000000 +0300
-@@ -503,7 +503,7 @@ static void *ftpfs_write_thread(void *da
-
- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_URL, fh->full_path);
- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_UPLOAD, 1);
-- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, -1);
-+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, (curl_off_t)-1);
- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READFUNCTION, write_data_bg);
- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READDATA, fh);
- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_LOW_SPEED_LIMIT, 1);
Copied: curlftpfs/repos/community-i686/ioerror.patch (from rev 97935, curlftpfs/trunk/ioerror.patch)
===================================================================
--- community-i686/ioerror.patch (rev 0)
+++ community-i686/ioerror.patch 2013-10-01 16:49:40 UTC (rev 97936)
@@ -0,0 +1,11 @@
+--- curlftpfs-0.9.2.orig/ftpfs.c 2008-04-30 03:05:47.000000000 +0400
++++ curlftpfs-0.9.2.orig/ftpfs.c 2011-01-20 20:33:38.000000000 +0300
+@@ -503,7 +503,7 @@ static void *ftpfs_write_thread(void *da
+
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_URL, fh->full_path);
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_UPLOAD, 1);
+- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, -1);
++ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, (curl_off_t)-1);
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READFUNCTION, write_data_bg);
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READDATA, fh);
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_LOW_SPEED_LIMIT, 1);
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-10-01 16:49:28 UTC (rev 97935)
+++ community-x86_64/PKGBUILD 2013-10-01 16:49:40 UTC (rev 97936)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Allan McRae <mcrae_allan at hotmail.com>
-# Contributor: Philip Nilsson <leffeman at gmail.com>
-
-pkgname=curlftpfs
-pkgver=0.9.2
-pkgrel=4
-pkgdesc="A filesystem for acessing FTP hosts based on FUSE and libcurl."
-url="http://curlftpfs.sourceforge.net/"
-license=('GPL')
-depends=('curl>=7.15.4' 'fuse' 'glib2')
-makedepends=('pkgconfig>=0.9.0')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz
- ioerror.patch)
-md5sums=('b452123f755114cd4461d56c648d9f12'
- '7a8db686293463ba3148c7032871c883')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -p1 < "$srcdir/ioerror.patch"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
Copied: curlftpfs/repos/community-x86_64/PKGBUILD (from rev 97935, curlftpfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-10-01 16:49:40 UTC (rev 97936)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: Philip Nilsson <leffeman at gmail.com>
+
+pkgname=curlftpfs
+pkgver=0.9.2
+pkgrel=5
+pkgdesc="A filesystem for acessing FTP hosts based on FUSE and libcurl."
+url="http://curlftpfs.sourceforge.net/"
+license=('GPL')
+depends=('curl>=7.15.4' 'fuse' 'glib2')
+makedepends=('pkgconfig>=0.9.0')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz
+ ioerror.patch)
+md5sums=('b452123f755114cd4461d56c648d9f12'
+ '7a8db686293463ba3148c7032871c883')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ patch -p1 < "$srcdir/ioerror.patch"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/ioerror.patch
===================================================================
--- community-x86_64/ioerror.patch 2013-10-01 16:49:28 UTC (rev 97935)
+++ community-x86_64/ioerror.patch 2013-10-01 16:49:40 UTC (rev 97936)
@@ -1,11 +0,0 @@
---- curlftpfs-0.9.2.orig/ftpfs.c 2008-04-30 03:05:47.000000000 +0400
-+++ curlftpfs-0.9.2.orig/ftpfs.c 2011-01-20 20:33:38.000000000 +0300
-@@ -503,7 +503,7 @@ static void *ftpfs_write_thread(void *da
-
- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_URL, fh->full_path);
- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_UPLOAD, 1);
-- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, -1);
-+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, (curl_off_t)-1);
- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READFUNCTION, write_data_bg);
- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READDATA, fh);
- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_LOW_SPEED_LIMIT, 1);
Copied: curlftpfs/repos/community-x86_64/ioerror.patch (from rev 97935, curlftpfs/trunk/ioerror.patch)
===================================================================
--- community-x86_64/ioerror.patch (rev 0)
+++ community-x86_64/ioerror.patch 2013-10-01 16:49:40 UTC (rev 97936)
@@ -0,0 +1,11 @@
+--- curlftpfs-0.9.2.orig/ftpfs.c 2008-04-30 03:05:47.000000000 +0400
++++ curlftpfs-0.9.2.orig/ftpfs.c 2011-01-20 20:33:38.000000000 +0300
+@@ -503,7 +503,7 @@ static void *ftpfs_write_thread(void *da
+
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_URL, fh->full_path);
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_UPLOAD, 1);
+- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, -1);
++ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, (curl_off_t)-1);
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READFUNCTION, write_data_bg);
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READDATA, fh);
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_LOW_SPEED_LIMIT, 1);
More information about the arch-commits
mailing list