[arch-commits] Commit in wget/repos (10 files)
Eric Bélanger
eric at nymeria.archlinux.org
Sun Jan 19 20:56:35 UTC 2014
Date: Sunday, January 19, 2014 @ 21:56:35
Author: eric
Revision: 204439
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
wget/repos/extra-i686/PKGBUILD
(from rev 204438, wget/trunk/PKGBUILD)
wget/repos/extra-i686/wget.install
(from rev 204438, wget/trunk/wget.install)
wget/repos/extra-x86_64/PKGBUILD
(from rev 204438, wget/trunk/PKGBUILD)
wget/repos/extra-x86_64/wget.install
(from rev 204438, wget/trunk/wget.install)
Deleted:
wget/repos/extra-i686/PKGBUILD
wget/repos/extra-i686/wget-pod-fixes.patch
wget/repos/extra-i686/wget.install
wget/repos/extra-x86_64/PKGBUILD
wget/repos/extra-x86_64/wget-pod-fixes.patch
wget/repos/extra-x86_64/wget.install
-----------------------------------+
/PKGBUILD | 86 ++++++++++++++++++++++++++++++++++++
/wget.install | 40 ++++++++++++++++
extra-i686/PKGBUILD | 46 -------------------
extra-i686/wget-pod-fixes.patch | 81 ---------------------------------
extra-i686/wget.install | 20 --------
extra-x86_64/PKGBUILD | 46 -------------------
extra-x86_64/wget-pod-fixes.patch | 81 ---------------------------------
extra-x86_64/wget.install | 20 --------
8 files changed, 126 insertions(+), 294 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-01-19 20:55:47 UTC (rev 204438)
+++ extra-i686/PKGBUILD 2014-01-19 20:56:35 UTC (rev 204439)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=wget
-pkgver=1.14
-pkgrel=3
-pkgdesc="A network utility to retrieve files from the Web"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/wget/wget.html"
-license=('GPL3')
-depends=('openssl' 'libidn' 'util-linux')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl')
-optdepends=('ca-certificates: HTTPS downloads')
-backup=('etc/wgetrc')
-install=wget.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
- wget-pod-fixes.patch)
-sha1sums=('cfa0906e6f72c1c902c29b52d140c22ecdcd617e'
- 'SKIP'
- 'aae4be72657c7a8e9dbedb7109cd2d8562a325d2')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i "${srcdir}/wget-pod-fixes.patch"
- cat >> doc/sample.wgetrc <<EOF
-
-# default root certs location
-ca_certificate=/etc/ssl/certs/ca-certificates.crt
-EOF
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure -with-ssl=openssl --prefix=/usr --sysconfdir=/etc --enable-nls
- make
-}
-
-check() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make check
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: wget/repos/extra-i686/PKGBUILD (from rev 204438, wget/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-19 20:56:35 UTC (rev 204439)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=wget
+pkgver=1.15
+pkgrel=1
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html"
+license=('GPL3')
+depends=('openssl' 'libidn' 'util-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+install=wget.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('e9fb1d25fa04f9c69e74e656a3174dca02700ba1'
+ 'SKIP')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ cat >> doc/sample.wgetrc <<EOF
+
+# default root certs location
+ca_certificate=/etc/ssl/certs/ca-certificates.crt
+EOF
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc --enable-nls --with-ssl=openssl
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make check
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-i686/wget-pod-fixes.patch
===================================================================
--- extra-i686/wget-pod-fixes.patch 2014-01-19 20:55:47 UTC (rev 204438)
+++ extra-i686/wget-pod-fixes.patch 2014-01-19 20:56:35 UTC (rev 204439)
@@ -1,81 +0,0 @@
-diff -Naur wget-1.14.orig/doc/wget.texi wget-1.14.new/doc/wget.texi
---- wget-1.14.orig/doc/wget.texi 2012-08-04 02:41:52.000000000 -0600
-+++ wget-1.14.new/doc/wget.texi 2013-05-26 11:18:52.986107183 -0600
-@@ -876,7 +876,7 @@
- actions of one.
-
- @cindex proxy
-- at itemx --no-proxy
-+ at item --no-proxy
- Don't use proxies, even if the appropriate @code{*_proxy} environment
- variable is defined.
-
-@@ -977,7 +977,7 @@
- whose encoding does not match the one used locally.
-
- @cindex IPv6
-- at itemx -4
-+ at item -4
- @itemx --inet4-only
- @itemx -6
- @itemx --inet6-only
-@@ -2106,32 +2106,32 @@
-
-
- @table @asis
-- at item 0
-+ at item C<0>
- No problems occurred.
-
-- at item 1
-+ at item C<1>
- Generic error code.
-
-- at item 2
-+ at item C<2>
- Parse error---for instance, when parsing command-line options, the
- @samp{.wgetrc} or @samp{.netrc}...
-
-- at item 3
-+ at item C<3>
- File I/O error.
-
-- at item 4
-+ at item C<4>
- Network failure.
-
-- at item 5
-+ at item C<5>
- SSL verification failure.
-
-- at item 6
-+ at item C<6>
- Username/password authentication failure.
-
-- at item 7
-+ at item C<7>
- Protocol errors.
-
-- at item 8
-+ at item C<8>
- Server issued an error response.
- @end table
-
-@@ -3094,7 +3094,7 @@
- Change setting of passive @sc{ftp}, equivalent to the
- @samp{--passive-ftp} option.
-
-- at itemx password = @var{string}
-+ at item password = @var{string}
- Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval.
- This command can be overridden using the @samp{ftp_password} and
- @samp{http_password} command for @sc{ftp} and @sc{http} respectively.
-@@ -3605,7 +3605,7 @@
- may be specified from within Wget itself.
-
- @table @samp
-- at itemx --no-proxy
-+ at item --no-proxy
- @itemx proxy = on/off
- This option and the corresponding command may be used to suppress the
- use of proxy, even if the appropriate environment variables are set.
Deleted: extra-i686/wget.install
===================================================================
--- extra-i686/wget.install 2014-01-19 20:55:47 UTC (rev 204438)
+++ extra-i686/wget.install 2014-01-19 20:56:35 UTC (rev 204439)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(wget.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- install-info $infodir/$file $infodir/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- install-info --delete $infodir/$file $infodir/dir 2> /dev/null
- done
-}
Copied: wget/repos/extra-i686/wget.install (from rev 204438, wget/trunk/wget.install)
===================================================================
--- extra-i686/wget.install (rev 0)
+++ extra-i686/wget.install 2014-01-19 20:56:35 UTC (rev 204439)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(wget.info)
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+ install-info $infodir/$file $infodir/dir 2> /dev/null
+ done
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+ install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+ done
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-01-19 20:55:47 UTC (rev 204438)
+++ extra-x86_64/PKGBUILD 2014-01-19 20:56:35 UTC (rev 204439)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=wget
-pkgver=1.14
-pkgrel=3
-pkgdesc="A network utility to retrieve files from the Web"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/wget/wget.html"
-license=('GPL3')
-depends=('openssl' 'libidn' 'util-linux')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl')
-optdepends=('ca-certificates: HTTPS downloads')
-backup=('etc/wgetrc')
-install=wget.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
- wget-pod-fixes.patch)
-sha1sums=('cfa0906e6f72c1c902c29b52d140c22ecdcd617e'
- 'SKIP'
- 'aae4be72657c7a8e9dbedb7109cd2d8562a325d2')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i "${srcdir}/wget-pod-fixes.patch"
- cat >> doc/sample.wgetrc <<EOF
-
-# default root certs location
-ca_certificate=/etc/ssl/certs/ca-certificates.crt
-EOF
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure -with-ssl=openssl --prefix=/usr --sysconfdir=/etc --enable-nls
- make
-}
-
-check() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make check
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: wget/repos/extra-x86_64/PKGBUILD (from rev 204438, wget/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-01-19 20:56:35 UTC (rev 204439)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=wget
+pkgver=1.15
+pkgrel=1
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html"
+license=('GPL3')
+depends=('openssl' 'libidn' 'util-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+install=wget.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('e9fb1d25fa04f9c69e74e656a3174dca02700ba1'
+ 'SKIP')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ cat >> doc/sample.wgetrc <<EOF
+
+# default root certs location
+ca_certificate=/etc/ssl/certs/ca-certificates.crt
+EOF
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc --enable-nls --with-ssl=openssl
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make check
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/wget-pod-fixes.patch
===================================================================
--- extra-x86_64/wget-pod-fixes.patch 2014-01-19 20:55:47 UTC (rev 204438)
+++ extra-x86_64/wget-pod-fixes.patch 2014-01-19 20:56:35 UTC (rev 204439)
@@ -1,81 +0,0 @@
-diff -Naur wget-1.14.orig/doc/wget.texi wget-1.14.new/doc/wget.texi
---- wget-1.14.orig/doc/wget.texi 2012-08-04 02:41:52.000000000 -0600
-+++ wget-1.14.new/doc/wget.texi 2013-05-26 11:18:52.986107183 -0600
-@@ -876,7 +876,7 @@
- actions of one.
-
- @cindex proxy
-- at itemx --no-proxy
-+ at item --no-proxy
- Don't use proxies, even if the appropriate @code{*_proxy} environment
- variable is defined.
-
-@@ -977,7 +977,7 @@
- whose encoding does not match the one used locally.
-
- @cindex IPv6
-- at itemx -4
-+ at item -4
- @itemx --inet4-only
- @itemx -6
- @itemx --inet6-only
-@@ -2106,32 +2106,32 @@
-
-
- @table @asis
-- at item 0
-+ at item C<0>
- No problems occurred.
-
-- at item 1
-+ at item C<1>
- Generic error code.
-
-- at item 2
-+ at item C<2>
- Parse error---for instance, when parsing command-line options, the
- @samp{.wgetrc} or @samp{.netrc}...
-
-- at item 3
-+ at item C<3>
- File I/O error.
-
-- at item 4
-+ at item C<4>
- Network failure.
-
-- at item 5
-+ at item C<5>
- SSL verification failure.
-
-- at item 6
-+ at item C<6>
- Username/password authentication failure.
-
-- at item 7
-+ at item C<7>
- Protocol errors.
-
-- at item 8
-+ at item C<8>
- Server issued an error response.
- @end table
-
-@@ -3094,7 +3094,7 @@
- Change setting of passive @sc{ftp}, equivalent to the
- @samp{--passive-ftp} option.
-
-- at itemx password = @var{string}
-+ at item password = @var{string}
- Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval.
- This command can be overridden using the @samp{ftp_password} and
- @samp{http_password} command for @sc{ftp} and @sc{http} respectively.
-@@ -3605,7 +3605,7 @@
- may be specified from within Wget itself.
-
- @table @samp
-- at itemx --no-proxy
-+ at item --no-proxy
- @itemx proxy = on/off
- This option and the corresponding command may be used to suppress the
- use of proxy, even if the appropriate environment variables are set.
Deleted: extra-x86_64/wget.install
===================================================================
--- extra-x86_64/wget.install 2014-01-19 20:55:47 UTC (rev 204438)
+++ extra-x86_64/wget.install 2014-01-19 20:56:35 UTC (rev 204439)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(wget.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- install-info $infodir/$file $infodir/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- install-info --delete $infodir/$file $infodir/dir 2> /dev/null
- done
-}
Copied: wget/repos/extra-x86_64/wget.install (from rev 204438, wget/trunk/wget.install)
===================================================================
--- extra-x86_64/wget.install (rev 0)
+++ extra-x86_64/wget.install 2014-01-19 20:56:35 UTC (rev 204439)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(wget.info)
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+ install-info $infodir/$file $infodir/dir 2> /dev/null
+ done
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+ install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+ done
+}
More information about the arch-commits
mailing list