[arch-commits] Commit in varnish/repos (16 files)

2011-12-31 Thread Dave Reisner
Date: Saturday, December 31, 2011 @ 21:41:17
  Author: dreisner
Revision: 145793

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  varnish/repos/extra-i686/PKGBUILD
(from rev 145792, varnish/trunk/PKGBUILD)
  varnish/repos/extra-i686/rc.varnish
(from rev 145792, varnish/trunk/rc.varnish)
  varnish/repos/extra-i686/varnish.conf.d
(from rev 145792, varnish/trunk/varnish.conf.d)
  varnish/repos/extra-i686/varnish.install
(from rev 145792, varnish/trunk/varnish.install)
  varnish/repos/extra-x86_64/PKGBUILD
(from rev 145792, varnish/trunk/PKGBUILD)
  varnish/repos/extra-x86_64/rc.varnish
(from rev 145792, varnish/trunk/rc.varnish)
  varnish/repos/extra-x86_64/varnish.conf.d
(from rev 145792, varnish/trunk/varnish.conf.d)
  varnish/repos/extra-x86_64/varnish.install
(from rev 145792, varnish/trunk/varnish.install)
Deleted:
  varnish/repos/extra-i686/PKGBUILD
  varnish/repos/extra-i686/rc.varnish
  varnish/repos/extra-i686/varnish.conf.d
  varnish/repos/extra-i686/varnish.install
  varnish/repos/extra-x86_64/PKGBUILD
  varnish/repos/extra-x86_64/rc.varnish
  varnish/repos/extra-x86_64/varnish.conf.d
  varnish/repos/extra-x86_64/varnish.install

--+
 extra-i686/PKGBUILD  |   90 -
 extra-i686/rc.varnish|  142 -
 extra-i686/varnish.conf.d|   22 +++---
 extra-i686/varnish.install   |   12 +--
 extra-x86_64/PKGBUILD|   90 -
 extra-x86_64/rc.varnish  |  142 -
 extra-x86_64/varnish.conf.d  |   22 +++---
 extra-x86_64/varnish.install |   12 +--
 8 files changed, 266 insertions(+), 266 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-01 02:40:59 UTC (rev 145792)
+++ extra-i686/PKGBUILD 2012-01-01 02:41:17 UTC (rev 145793)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina 
-
-pkgname=varnish
-pkgver=3.0.2
-pkgrel=3
-pkgdesc="High-performance HTTP accelerator"
-arch=('i686' 'x86_64')
-url="http://www.varnish-cache.org/";
-license=('BSD')
-depends=('gcc' 'libedit' 'pcre')
-backup=('etc/conf.d/varnish'
-'etc/varnish/default.vcl')
-install=$pkgname.install
-options=('!libtool')
-source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz";
-"$pkgname.conf.d"
-"rc.$pkgname")
-md5sums=('c8eae0aabbe66b6daabdf3a1f58cd47a'
- 'edd1237d097d72173d9772754335890c'
- 'fc9bf7a47479c4ad01c0e555d4e74f91')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var/lib
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m755 "$srcdir/rc.$pkgname" "$pkgdir/etc/rc.d/$pkgname"
-  install -D -m644 "$srcdir/$pkgname.conf.d" "$pkgdir/etc/conf.d/$pkgname"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: varnish/repos/extra-i686/PKGBUILD (from rev 145792, 
varnish/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-01 02:41:17 UTC (rev 145793)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina 
+
+pkgname=varnish
+pkgver=3.0.2
+pkgrel=4
+pkgdesc="High-performance HTTP accelerator"
+arch=('i686' 'x86_64')
+url="http://www.varnish-cache.org/";
+license=('BSD')
+depends=('gcc' 'libedit' 'pcre')
+backup=('etc/conf.d/varnish'
+'etc/varnish/default.vcl')
+install=$pkgname.install
+options=('!libtool')
+source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz";
+"$pkgname.conf.d"
+"rc.$pkgname")
+md5sums=('c8eae0aabbe66b6daabdf3a1f58cd47a'
+ 'edd1237d097d72173d9772754335890c'
+ '8366f51568c0bbb3d3891aa0cc724369')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var/lib
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m755 "$srcdir/rc.$pkgname" "$pkgdir/etc/rc.d/$pkgname"
+  install -D -m644 "$srcdir/$pkgname.conf.d" "$pkgdir/etc/conf.d/$pkgname"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-i686/rc.varnish
===
--- extra-i686/rc.varnish   2012-01-01 02:40:59 UTC (rev 145792)
+++ extra-i686/rc.varnish   2012-01-01 02:41:17 UTC (rev 145793)
@@ -1,71 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/varnish
-
-reload_vcl() {
-  local

[arch-commits] Commit in varnish/trunk (PKGBUILD rc.varnish varnish.install)

2011-12-31 Thread Dave Reisner
Date: Saturday, December 31, 2011 @ 21:40:59
  Author: dreisner
Revision: 145792

upgpkg: varnish 3.0.2-4

let varnish figure out which instance to connect to for reload

Modified:
  varnish/trunk/PKGBUILD
  varnish/trunk/rc.varnish
  varnish/trunk/varnish.install

-+
 PKGBUILD|4 ++--
 rc.varnish  |   10 +-
 varnish.install |2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-01 01:38:19 UTC (rev 145791)
+++ PKGBUILD2012-01-01 02:40:59 UTC (rev 145792)
@@ -6,7 +6,7 @@
 
 pkgname=varnish
 pkgver=3.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="High-performance HTTP accelerator"
 arch=('i686' 'x86_64')
 url="http://www.varnish-cache.org/";
@@ -21,7 +21,7 @@
 "rc.$pkgname")
 md5sums=('c8eae0aabbe66b6daabdf3a1f58cd47a'
  'edd1237d097d72173d9772754335890c'
- 'fc9bf7a47479c4ad01c0e555d4e74f91')
+ '8366f51568c0bbb3d3891aa0cc724369')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: rc.varnish
===
--- rc.varnish  2012-01-01 01:38:19 UTC (rev 145791)
+++ rc.varnish  2012-01-01 02:40:59 UTC (rev 145792)
@@ -12,7 +12,7 @@
 return 1
   fi
 
-  activecfg=$(varnishadm -T localhost:6082 "vcl.list" | awk '/active/{ print 
$3 }')
+  activecfg=$(varnishadm 'vcl.list' | awk '/active/ { print $3 }')
   if [[ -z $activecfg ]]; then
 printf '==> ERROR: No active VCL found!\n'
 return 1
@@ -20,9 +20,9 @@
 
   printf -v newcfg 'vcl-%(%s)T' -1
 
-  varnishadm -T localhost:6082 "vcl.load $newcfg $VARNISH_CFG" &&
-  varnishadm -T localhost:6082 "vcl.use $newcfg" &&
-  varnishadm -T localhost:6082 "vcl.discard $activecfg" || return 1
+  varnishadm "vcl.load $newcfg $VARNISH_CFG" &&
+  varnishadm "vcl.use $newcfg" &&
+  varnishadm "vcl.discard $activecfg" || return 1
 }
 
 pidfile=/run/varnish.pid
@@ -35,7 +35,7 @@
   fi
 fi
 
-case "$1" in
+case $1 in
   start)
 stat_busy "Starting Varnish Reverse Proxy"
 if /usr/sbin/varnishd $VARNISHD_OPTS -P "$pidfile"; then

Modified: varnish.install
===
--- varnish.install 2012-01-01 01:38:19 UTC (rev 145791)
+++ varnish.install 2012-01-01 02:40:59 UTC (rev 145792)
@@ -2,5 +2,5 @@
 
 # remove localstatedir -- compiled VCL and slab files will still be here.
 post_remove() {
-  rm -rf /var/lib/varnish
+  rm -rf var/lib/varnish
 }



[arch-commits] Commit in ntp/repos (13 files)

2011-12-31 Thread Gaetan Bisson
Date: Saturday, December 31, 2011 @ 20:38:16
  Author: bisson
Revision: 145790

db-move: moved ntp from [testing] to [extra] (i686)

Added:
  ntp/repos/extra-i686/PKGBUILD
(from rev 145787, ntp/repos/testing-i686/PKGBUILD)
  ntp/repos/extra-i686/install
(from rev 145787, ntp/repos/testing-i686/install)
  ntp/repos/extra-i686/ntp.conf
(from rev 145787, ntp/repos/testing-i686/ntp.conf)
  ntp/repos/extra-i686/ntpd
(from rev 145787, ntp/repos/testing-i686/ntpd)
  ntp/repos/extra-i686/ntpd.conf
(from rev 145787, ntp/repos/testing-i686/ntpd.conf)
  ntp/repos/extra-i686/ntpdate
(from rev 145787, ntp/repos/testing-i686/ntpdate)
Deleted:
  ntp/repos/extra-i686/PKGBUILD
  ntp/repos/extra-i686/install
  ntp/repos/extra-i686/ntp.conf
  ntp/repos/extra-i686/ntpd
  ntp/repos/extra-i686/ntpd.conf
  ntp/repos/extra-i686/ntpdate
  ntp/repos/testing-i686/

---+
 PKGBUILD  |  123 ++--
 install   |   29 +-
 ntp.conf  |   46 +++---
 ntpd  |   99 ++--
 ntpd.conf |   10 ++--
 ntpdate   |   60 ++---
 6 files changed, 185 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-01 01:38:15 UTC (rev 145789)
+++ extra-i686/PKGBUILD 2012-01-01 01:38:16 UTC (rev 145790)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-
-pkgname=ntp
-pkgver=4.2.6.p5
-_realver=4.2.6p5
-pkgrel=1
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'readline' 'libcap')
-makedepends=('perl-html-parser')
-backup=('etc/ntp.conf' 'etc/conf.d/ntpd.conf')
-source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz";
-'ntpd'
-'ntpdate'
-'ntp.conf'
-'ntpd.conf')
-sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
-  '97b41b8bc34f259f4e525ab2e58707c9724e72e2'
-  '63572457586379aa6bf75b6e899e71d651e643f4'
-  'f6fa4838a33a3abcdd168a37b3f4a260472e'
-  '6cfcb7bbd34499b30e31dffca2f3e1a036010271')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${_realver}"
-
-   ./configure --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-linux-caps \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-$_realver"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm755 ../ntpd "${pkgdir}"/etc/rc.d/ntpd
-   install -Dm755 ../ntpdate "${pkgdir}"/etc/rc.d/ntpdate
-   install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
-   install -Dm644 ../ntpd.conf "${pkgdir}"/etc/conf.d/ntpd.conf
-
-   cd html
-   ../scripts/html2man
-   install -d "${pkgdir}"/usr/share/man
-   mv man/man* "${pkgdir}"/usr/share/man
-   mv "${pkgdir}/usr/share/man/man8/ntpd.8" 
"${pkgdir}/usr/share/man/man8/ntp-ntpd.8" # we should ditch openntpd
-   cd ..
-
-   rmdir "${pkgdir}"/usr/{lib,sbin}
-   install -d "${pkgdir}/var/lib/ntp"
-   install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-   touch "${pkgdir}"/var/lib/ntp/.placeholder
-}

Copied: ntp/repos/extra-i686/PKGBUILD (from rev 145787, 
ntp/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-01 01:38:16 UTC (rev 145790)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+
+pkgname=ntp
+pkgver=4.2.6.p5
+_realver=4.2.6p5
+pkgrel=2
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'readline' 'libcap')
+makedepends=('perl-html-parser')
+backup=('etc/ntp.conf' 'etc/conf.d/ntpd.conf')
+source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz";
+'ntpd'
+'ntpdate'
+'ntp.conf'
+'ntpd.conf')
+sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
+  '4e324e625c1f080b5c028be5092aa71adbf9bd99'
+  '01394b8a952f5edc85d19df8335eeac3980320f4'
+  'f6fa4838a33a3abcdd168a37b3f4a260472e'
+  '6cfcb7bbd34499b30e31dffca2f3e1a036010271')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${_realver}"
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-linux-caps \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-$_realver"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm755 ../ntpd "${pkgdir}"/etc/rc.d/ntpd
+   install -Dm755 ../ntpdate "${pkgdir}"/etc/rc.d/ntpdate
+   install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
+   install -Dm644 ../ntpd.conf "${pkgdir}"/e

[arch-commits] Commit in ntp/repos (13 files)

2011-12-31 Thread Gaetan Bisson
Date: Saturday, December 31, 2011 @ 20:38:19
  Author: bisson
Revision: 145791

db-move: moved ntp from [testing] to [extra] (x86_64)

Added:
  ntp/repos/extra-x86_64/PKGBUILD
(from rev 145787, ntp/repos/testing-x86_64/PKGBUILD)
  ntp/repos/extra-x86_64/install
(from rev 145787, ntp/repos/testing-x86_64/install)
  ntp/repos/extra-x86_64/ntp.conf
(from rev 145787, ntp/repos/testing-x86_64/ntp.conf)
  ntp/repos/extra-x86_64/ntpd
(from rev 145787, ntp/repos/testing-x86_64/ntpd)
  ntp/repos/extra-x86_64/ntpd.conf
(from rev 145787, ntp/repos/testing-x86_64/ntpd.conf)
  ntp/repos/extra-x86_64/ntpdate
(from rev 145787, ntp/repos/testing-x86_64/ntpdate)
Deleted:
  ntp/repos/extra-x86_64/PKGBUILD
  ntp/repos/extra-x86_64/install
  ntp/repos/extra-x86_64/ntp.conf
  ntp/repos/extra-x86_64/ntpd
  ntp/repos/extra-x86_64/ntpd.conf
  ntp/repos/extra-x86_64/ntpdate
  ntp/repos/testing-x86_64/

---+
 PKGBUILD  |  123 ++--
 install   |   29 +-
 ntp.conf  |   46 +++---
 ntpd  |   99 ++--
 ntpd.conf |   10 ++--
 ntpdate   |   60 ++---
 6 files changed, 185 insertions(+), 182 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-01 01:38:16 UTC (rev 145790)
+++ extra-x86_64/PKGBUILD   2012-01-01 01:38:19 UTC (rev 145791)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-
-pkgname=ntp
-pkgver=4.2.6.p5
-_realver=4.2.6p5
-pkgrel=1
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'readline' 'libcap')
-makedepends=('perl-html-parser')
-backup=('etc/ntp.conf' 'etc/conf.d/ntpd.conf')
-source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz";
-'ntpd'
-'ntpdate'
-'ntp.conf'
-'ntpd.conf')
-sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
-  '97b41b8bc34f259f4e525ab2e58707c9724e72e2'
-  '63572457586379aa6bf75b6e899e71d651e643f4'
-  'f6fa4838a33a3abcdd168a37b3f4a260472e'
-  '6cfcb7bbd34499b30e31dffca2f3e1a036010271')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${_realver}"
-
-   ./configure --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-linux-caps \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-$_realver"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm755 ../ntpd "${pkgdir}"/etc/rc.d/ntpd
-   install -Dm755 ../ntpdate "${pkgdir}"/etc/rc.d/ntpdate
-   install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
-   install -Dm644 ../ntpd.conf "${pkgdir}"/etc/conf.d/ntpd.conf
-
-   cd html
-   ../scripts/html2man
-   install -d "${pkgdir}"/usr/share/man
-   mv man/man* "${pkgdir}"/usr/share/man
-   mv "${pkgdir}/usr/share/man/man8/ntpd.8" 
"${pkgdir}/usr/share/man/man8/ntp-ntpd.8" # we should ditch openntpd
-   cd ..
-
-   rmdir "${pkgdir}"/usr/{lib,sbin}
-   install -d "${pkgdir}/var/lib/ntp"
-   install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-   touch "${pkgdir}"/var/lib/ntp/.placeholder
-}

Copied: ntp/repos/extra-x86_64/PKGBUILD (from rev 145787, 
ntp/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-01 01:38:19 UTC (rev 145791)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+
+pkgname=ntp
+pkgver=4.2.6.p5
+_realver=4.2.6p5
+pkgrel=2
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'readline' 'libcap')
+makedepends=('perl-html-parser')
+backup=('etc/ntp.conf' 'etc/conf.d/ntpd.conf')
+source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz";
+'ntpd'
+'ntpdate'
+'ntp.conf'
+'ntpd.conf')
+sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
+  '4e324e625c1f080b5c028be5092aa71adbf9bd99'
+  '01394b8a952f5edc85d19df8335eeac3980320f4'
+  'f6fa4838a33a3abcdd168a37b3f4a260472e'
+  '6cfcb7bbd34499b30e31dffca2f3e1a036010271')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${_realver}"
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-linux-caps \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-$_realver"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm755 ../ntpd "${pkgdir}"/etc/rc.d/ntpd
+   install -Dm755 ../ntpdate "${pkgdir}"/etc/rc.d/ntpdate
+   install -Dm644 ../ntp.c

[arch-commits] Commit in graphicsmagick/repos (3 files)

2011-12-31 Thread Gaetan Bisson
Date: Saturday, December 31, 2011 @ 20:38:15
  Author: bisson
Revision: 145789

db-move: moved graphicsmagick from [testing] to [extra] (x86_64)

Added:
  graphicsmagick/repos/extra-x86_64/PKGBUILD
(from rev 145787, graphicsmagick/repos/testing-x86_64/PKGBUILD)
Deleted:
  graphicsmagick/repos/extra-x86_64/PKGBUILD
  graphicsmagick/repos/testing-x86_64/

--+
 PKGBUILD |  103 -
 1 file changed, 55 insertions(+), 48 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-01 01:38:14 UTC (rev 145788)
+++ extra-x86_64/PKGBUILD   2012-01-01 01:38:15 UTC (rev 145789)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Anton Leontiev 
-
-pkgname=graphicsmagick
-pkgver=1.3.12
-pkgrel=2
-pkgdesc="Image processing system"
-arch=('i686' 'x86_64')
-url="http://www.graphicsmagick.org/";
-license=('MIT')
-makedepends=('perl')
-depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms' 'libsm' 
-   'libtiff' 'libwmf' 'libxml2' 'libtool')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-history/1.3/GraphicsMagick-${pkgver}.tar.gz)
-md5sums=('2cf6e2eea0d7af3019c9a89b81aad624')   

 
-
-build() {
-  cd "${srcdir}/GraphicsMagick-$pkgver"
-
-  ./configure --prefix=/usr --with-perl --enable-shared 
--with-gs-font-dir=/usr/share/fonts/Type1
-  make
-}
-
-package() {
-  cd "${srcdir}/GraphicsMagick-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install MIT license
-  install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/$pkgname/Copyright.txt"
-
-  # Install perl bindings
-  # The patching was introduced in order to build perl module without 
installing package itself and
-  # not to introduce unnecessary path into LD_RUN_PATH
-  cd PerlMagick
-  sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
-  perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
-  sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
-  make
-  make install
-
-  # Remove perllocal.pod and .packlist
-  rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
-  rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
-}

Copied: graphicsmagick/repos/extra-x86_64/PKGBUILD (from rev 145787, 
graphicsmagick/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-01 01:38:15 UTC (rev 145789)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.13
+pkgrel=1
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";)
+sha1sums=('b85b21785bb072fd795f7fc6ac902cffae4e96e6')
+
+build() {
+  cd "${srcdir}/GraphicsMagick-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--with-perl \
+--enable-shared \
+--disable-static \
+--with-gs-font-dir=/usr/share/fonts/Type1 \
+
+  make
+}
+
+package() {
+  cd "${srcdir}/GraphicsMagick-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install MIT license
+  install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/$pkgname/Copyright.txt"
+
+  # Install perl bindings
+  # The patching was introduced in order to build perl module without 
installing package itself and
+  # not to introduce unnecessary path into LD_RUN_PATH
+  cd PerlMagick
+  sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
+  perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
+  sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
+  make
+  make install
+
+  # Remove perllocal.pod and .packlist
+  rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
+  rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
+}



[arch-commits] Commit in graphicsmagick/repos (3 files)

2011-12-31 Thread Gaetan Bisson
Date: Saturday, December 31, 2011 @ 20:38:14
  Author: bisson
Revision: 145788

db-move: moved graphicsmagick from [testing] to [extra] (i686)

Added:
  graphicsmagick/repos/extra-i686/PKGBUILD
(from rev 145787, graphicsmagick/repos/testing-i686/PKGBUILD)
Deleted:
  graphicsmagick/repos/extra-i686/PKGBUILD
  graphicsmagick/repos/testing-i686/

--+
 PKGBUILD |  103 -
 1 file changed, 55 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-01 01:35:49 UTC (rev 145787)
+++ extra-i686/PKGBUILD 2012-01-01 01:38:14 UTC (rev 145788)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Anton Leontiev 
-
-pkgname=graphicsmagick
-pkgver=1.3.12
-pkgrel=2
-pkgdesc="Image processing system"
-arch=('i686' 'x86_64')
-url="http://www.graphicsmagick.org/";
-license=('MIT')
-makedepends=('perl')
-depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms' 'libsm' 
-   'libtiff' 'libwmf' 'libxml2' 'libtool')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-history/1.3/GraphicsMagick-${pkgver}.tar.gz)
-md5sums=('2cf6e2eea0d7af3019c9a89b81aad624')   

 
-
-build() {
-  cd "${srcdir}/GraphicsMagick-$pkgver"
-
-  ./configure --prefix=/usr --with-perl --enable-shared 
--with-gs-font-dir=/usr/share/fonts/Type1
-  make
-}
-
-package() {
-  cd "${srcdir}/GraphicsMagick-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install MIT license
-  install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/$pkgname/Copyright.txt"
-
-  # Install perl bindings
-  # The patching was introduced in order to build perl module without 
installing package itself and
-  # not to introduce unnecessary path into LD_RUN_PATH
-  cd PerlMagick
-  sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
-  perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
-  sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
-  make
-  make install
-
-  # Remove perllocal.pod and .packlist
-  rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
-  rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
-}

Copied: graphicsmagick/repos/extra-i686/PKGBUILD (from rev 145787, 
graphicsmagick/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-01 01:38:14 UTC (rev 145788)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.13
+pkgrel=1
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";)
+sha1sums=('b85b21785bb072fd795f7fc6ac902cffae4e96e6')
+
+build() {
+  cd "${srcdir}/GraphicsMagick-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--with-perl \
+--enable-shared \
+--disable-static \
+--with-gs-font-dir=/usr/share/fonts/Type1 \
+
+  make
+}
+
+package() {
+  cd "${srcdir}/GraphicsMagick-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install MIT license
+  install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/$pkgname/Copyright.txt"
+
+  # Install perl bindings
+  # The patching was introduced in order to build perl module without 
installing package itself and
+  # not to introduce unnecessary path into LD_RUN_PATH
+  cd PerlMagick
+  sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
+  perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
+  sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
+  make
+  make install
+
+  # Remove perllocal.pod and .packlist
+  rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
+  rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
+}



[arch-commits] Commit in postfix/repos (10 files)

2011-12-31 Thread Gaetan Bisson
Date: Saturday, December 31, 2011 @ 20:35:49
  Author: bisson
Revision: 145787

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 145786, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 145786, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 145786, postfix/trunk/install)
  postfix/repos/staging-i686/rc.d
(from rev 145786, postfix/trunk/rc.d)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 145786, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 145786, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 145786, postfix/trunk/install)
  postfix/repos/staging-x86_64/rc.d
(from rev 145786, postfix/trunk/rc.d)

--+
 staging-i686/PKGBUILD|   64 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   34 +
 staging-i686/rc.d|   36 +++
 staging-x86_64/PKGBUILD  |   64 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   34 +
 staging-x86_64/rc.d  |   36 +++
 8 files changed, 304 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 145786, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-01 01:35:49 UTC (rev 145787)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jeff Brodnax 
+# Contributor: Paul Mattal 
+# Maintainer: Gaetan Bisson 
+
+pkgname=postfix
+pkgver=2.8.7
+pkgrel=2
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz";
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('81c87aceff4d9af67a304354bab9c99ac98fc8a0'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   ' OPT="${CFLAGS} ${LDFLAGS}"
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   sh postfix-install -non-interactive \
+   install_root="${pkgdir}" \
+   daemon_directory="/usr/lib/${pkgname}" \
+   sample_directory="/etc/${pkgname}/sample" \
+   manpage_directory="/usr/share/man"
+
+   install -D -m755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}"
+   install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+   cd "${pkgdir}"
+   patch -p0 -i "${srcdir}"/aliases.patch
+}

Copied: postfix/repos/staging-i686/aliases.patch (from rev 145786, 
postfix/trunk/aliases.patch)
===
--- staging-i686/aliases.patch  (rev 0)
+++ staging-i686/aliases.patch  2012-01-01 01:35:49 UTC (rev 145787)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with "newaliases" or "sendmail -bi".  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases
+ #alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
++alias_database = $alias_maps
+ 
+ # ADDRESS EXTENSIONS (e.g., user+foo)
+ #

Copied: postfix/repos/staging-i686/install (from rev 145786, 
p

[arch-commits] Commit in postfix/trunk (PKGBUILD)

2011-12-31 Thread Gaetan Bisson
Date: Saturday, December 31, 2011 @ 20:35:02
  Author: bisson
Revision: 145786

rebuild for db-5.3.15-1

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-31 18:58:51 UTC (rev 145785)
+++ PKGBUILD2012-01-01 01:35:02 UTC (rev 145786)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.8.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')



[arch-commits] Commit in initscripts/repos (4 files)

2011-12-31 Thread Tom Gundersen
Date: Saturday, December 31, 2011 @ 13:58:51
  Author: tomegun
Revision: 145785

archrelease: copy trunk to testing-any

Added:
  initscripts/repos/testing-any/
  initscripts/repos/testing-any/PKGBUILD
(from rev 145784, initscripts/trunk/PKGBUILD)
  initscripts/repos/testing-any/initscripts.install
(from rev 145784, initscripts/trunk/initscripts.install)
  initscripts/repos/testing-any/wireless.conf.d
(from rev 145784, initscripts/trunk/wireless.conf.d)

-+
 PKGBUILD|   32 
 initscripts.install |   19 +++
 wireless.conf.d |   12 
 3 files changed, 63 insertions(+)

Copied: initscripts/repos/testing-any/PKGBUILD (from rev 145784, 
initscripts/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-12-31 18:58:51 UTC (rev 145785)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Thomas Bächler 
+# Contributor: Aaron Griffin 
+
+pkgname=initscripts
+pkgver=2012.01.1
+pkgrel=1
+pkgdesc="System initialization/bootup scripts"
+arch=('any')
+url="http://www.archlinux.org";
+license=('GPL2')
+groups=('base')
+backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown 
etc/conf.d/wireless)
+depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=174' 'iproute2'
+ 'ncurses' 'kbd' 'findutils' 'sysvinit')
+optdepends=('bridge-utils: Network bridging support'
+'dhcpcd: DHCP network configuration'
+'net-tools: legacy network support'
+'wireless_tools: Wireless networking')
+makedepends=(asciidoc)
+install=initscripts.install
+source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz";
+'wireless.conf.d')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
+}
+md5sums=('2a27e5b27d1acce30738bbeb476898e8'
+ '027576534885b8d5dded9be546057b12')

Copied: initscripts/repos/testing-any/initscripts.install (from rev 145784, 
initscripts/trunk/initscripts.install)
===
--- testing-any/initscripts.install (rev 0)
+++ testing-any/initscripts.install 2011-12-31 18:58:51 UTC (rev 145785)
@@ -0,0 +1,19 @@
+post_upgrade() {
+  if [ "$(vercmp $2 2009.07)" -lt 0 ]; then
+echo "==> Adjusting /etc/inittab for transition to /dev/tty standard."
+echo "==> Original file saved as /etc/inittab.pacsave"
+sed -i'.pacsave' 's#vc/\([0-9]\)#tty\1#' /etc/inittab
+  fi
+  if [ "$(vercmp $2 2011.06.1)" -lt 0 ]; then
+echo "Blacklisting of modules is no longer supported in rc.conf,"
+echo "please add blacklist entries to /etc/modprobe.d/ instead."
+  fi
+  if [ "$(vercmp $2 2011.07.2)" -lt 0 ]; then
+echo "VERBOSE= in rc.conf no longer has any effect."
+echo "Please append 'quiet' to your kernel command line."
+  fi
+  if [ "$(vercmp $2 2011.10.1)" -lt 0 ]; then
+echo "If using non-bash-compatible shell, please set LANG in 
/etc/locale.conf,"
+echo "as LOCALE in /etc/rc.conf no longer works."
+  fi
+}

Copied: initscripts/repos/testing-any/wireless.conf.d (from rev 145784, 
initscripts/trunk/wireless.conf.d)
===
--- testing-any/wireless.conf.d (rev 0)
+++ testing-any/wireless.conf.d 2011-12-31 18:58:51 UTC (rev 145785)
@@ -0,0 +1,12 @@
+#
+# Settings for wireless cards
+#
+# For each wireless interface declared in INTERFACES (in rc.conf), declare
+# a wlan_${IF} variable that contains the arguments to be passed to
+# iwconfig(8).  Then list the original interface name in the
+# WLAN_INTERFACES array.
+#
+
+#wlan_eth0="eth0 mode managed essid default"
+#WLAN_INTERFACES=(eth0)
+



[arch-commits] Commit in db/repos (6 files)

2011-12-31 Thread Stéphane Gaudreault
Date: Saturday, December 31, 2011 @ 12:44:46
  Author: stephane
Revision: 145784

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  db/repos/staging-i686/
  db/repos/staging-i686/PKGBUILD
(from rev 145783, db/trunk/PKGBUILD)
  db/repos/staging-i686/db.install
(from rev 145783, db/trunk/db.install)
  db/repos/staging-x86_64/
  db/repos/staging-x86_64/PKGBUILD
(from rev 145783, db/trunk/PKGBUILD)
  db/repos/staging-x86_64/db.install
(from rev 145783, db/trunk/db.install)

---+
 staging-i686/PKGBUILD |   32 
 staging-i686/db.install   |5 +
 staging-x86_64/PKGBUILD   |   32 
 staging-x86_64/db.install |5 +
 4 files changed, 74 insertions(+)

Copied: db/repos/staging-i686/PKGBUILD (from rev 145783, db/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-12-31 17:44:46 UTC (rev 145784)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=db
+pkgver=5.3.15
+pkgrel=1
+pkgdesc="The Berkeley DB embedded database system"
+arch=('i686' 'x86_64')
+url="http://www.oracle.com/technology/software/products/berkeley-db/index.html";
+license=('custom')
+depends=('gcc-libs' 'sh')
+options=('!libtool')
+install=db.install
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('7683b632a01ff3543c379a120809a942ec457738')
+
+build() {
+  cd "${srcdir}/$pkgname-${pkgver}/build_unix"
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd "${srcdir}/$pkgname-${pkgver}/build_unix"
+  make DESTDIR="${pkgdir}" install
+  rm -r "${pkgdir}"/usr/docs
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: db/repos/staging-i686/db.install (from rev 145783, db/trunk/db.install)
===
--- staging-i686/db.install (rev 0)
+++ staging-i686/db.install 2011-12-31 17:44:46 UTC (rev 145784)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ "$(vercmp $2 5.1)" -lt 0 ]; then
+echo " >> Major version update. Consider running db_upgrade on Berkeley DB 
databases."
+  fi
+}

Copied: db/repos/staging-x86_64/PKGBUILD (from rev 145783, db/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-12-31 17:44:46 UTC (rev 145784)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=db
+pkgver=5.3.15
+pkgrel=1
+pkgdesc="The Berkeley DB embedded database system"
+arch=('i686' 'x86_64')
+url="http://www.oracle.com/technology/software/products/berkeley-db/index.html";
+license=('custom')
+depends=('gcc-libs' 'sh')
+options=('!libtool')
+install=db.install
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('7683b632a01ff3543c379a120809a942ec457738')
+
+build() {
+  cd "${srcdir}/$pkgname-${pkgver}/build_unix"
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd "${srcdir}/$pkgname-${pkgver}/build_unix"
+  make DESTDIR="${pkgdir}" install
+  rm -r "${pkgdir}"/usr/docs
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: db/repos/staging-x86_64/db.install (from rev 145783, 
db/trunk/db.install)
===
--- staging-x86_64/db.install   (rev 0)
+++ staging-x86_64/db.install   2011-12-31 17:44:46 UTC (rev 145784)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ "$(vercmp $2 5.1)" -lt 0 ]; then
+echo " >> Major version update. Consider running db_upgrade on Berkeley DB 
databases."
+  fi
+}



[arch-commits] Commit in db/trunk (PKGBUILD)

2011-12-31 Thread Stéphane Gaudreault
Date: Saturday, December 31, 2011 @ 12:44:38
  Author: stephane
Revision: 145783

upgpkg: db 5.3.15-1

version bump

Modified:
  db/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-31 17:06:43 UTC (rev 145782)
+++ PKGBUILD2011-12-31 17:44:38 UTC (rev 145783)
@@ -4,8 +4,8 @@
 # Contributor: Andreas Radke 
 
 pkgname=db
-pkgver=5.2.36
-pkgrel=2
+pkgver=5.3.15
+pkgrel=1
 pkgdesc="The Berkeley DB embedded database system"
 arch=('i686' 'x86_64')
 url="http://www.oracle.com/technology/software/products/berkeley-db/index.html";
@@ -14,7 +14,7 @@
 options=('!libtool')
 install=db.install
 source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
-sha1sums=('1a7997e5bcdf504a439f90d9eaed63864806ed5f')
+sha1sums=('7683b632a01ff3543c379a120809a942ec457738')
 
 build() {
   cd "${srcdir}/$pkgname-${pkgver}/build_unix"
@@ -26,7 +26,7 @@
 package() {
   cd "${srcdir}/$pkgname-${pkgver}/build_unix"
   make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/docs
+  rm -r "${pkgdir}"/usr/docs
   install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE \
 "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in initscripts/trunk (PKGBUILD)

2011-12-31 Thread Tom Gundersen
Date: Saturday, December 31, 2011 @ 12:06:43
  Author: tomegun
Revision: 145782

 - officially deprecate non-devtmpfs kernels, will be gone in next 
udev/initscripts release
 - allow ro root (if specified in fstab)
 - read hostname from /etc/hostname
 - add manpages for rc.conf, locale.conf, vconsole.conf, hostname
 - restructure rc.conf, no functional change
 - allow arch-tmpfiles --create to be called at install time
 - change default of DAEMON_LOCALE to 'yes'

upgpkg: initscripts 2012.01.1-1

Modified:
  initscripts/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-31 15:10:28 UTC (rev 145781)
+++ PKGBUILD2011-12-31 17:06:43 UTC (rev 145782)
@@ -4,7 +4,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=initscripts
-pkgver=2011.12.1
+pkgver=2012.01.1
 pkgrel=1
 pkgdesc="System initialization/bootup scripts"
 arch=('any')
@@ -28,5 +28,5 @@
   make DESTDIR=${pkgdir} install
   install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
 }
-md5sums=('83337d7825d4cd6cd6da105c9ca04c99'
+md5sums=('2a27e5b27d1acce30738bbeb476898e8'
  '027576534885b8d5dded9be546057b12')



[arch-commits] Commit in linux/repos (25 files)

2011-12-31 Thread andyrtr
Date: Saturday, December 31, 2011 @ 10:10:28
  Author: andyrtr
Revision: 145781

db-move: moved linux from [testing] to [core] (x86_64)

Added:
  linux/repos/core-x86_64/PKGBUILD
(from rev 145779, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 145779, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 145779, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 145779, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/dib0700-fix.patch
(from rev 145779, linux/repos/testing-x86_64/dib0700-fix.patch)
  linux/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 145779, linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux/repos/core-x86_64/i915-fix-incorrect-error-message.patch
(from rev 145779, 
linux/repos/testing-x86_64/i915-fix-incorrect-error-message.patch)
  linux/repos/core-x86_64/iwlagn-fix-NULL-pointer-dereference.patch
(from rev 145779, 
linux/repos/testing-x86_64/iwlagn-fix-NULL-pointer-dereference.patch)
  linux/repos/core-x86_64/linux.install
(from rev 145779, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 145779, linux/repos/testing-x86_64/linux.preset)
  linux/repos/core-x86_64/md-raid10-fix-bug-when-activating-a-hot-spare.patch
(from rev 145779, 
linux/repos/testing-x86_64/md-raid10-fix-bug-when-activating-a-hot-spare.patch)
  linux/repos/core-x86_64/usb-add-reset-resume-quirk-for-several-webcams.patch
(from rev 145779, 
linux/repos/testing-x86_64/usb-add-reset-resume-quirk-for-several-webcams.patch)
Deleted:
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/dib0700-fix.patch
  linux/repos/core-x86_64/i915-fix-ghost-tv-output.patch
  linux/repos/core-x86_64/i915-fix-incorrect-error-message.patch
  linux/repos/core-x86_64/iwlagn-fix-NULL-pointer-dereference.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/core-x86_64/md-raid10-fix-bug-when-activating-a-hot-spare.patch
  linux/repos/core-x86_64/usb-add-reset-resume-quirk-for-several-webcams.patch
  linux/repos/testing-x86_64/

--+
 PKGBUILD |  608 
 change-default-console-loglevel.patch|   24 
 config   |11668 -
 config.x86_64|11186 
 dib0700-fix.patch| 2974 ++--
 i915-fix-ghost-tv-output.patch   |   52 
 i915-fix-incorrect-error-message.patch   |   44 
 iwlagn-fix-NULL-pointer-dereference.patch|   76 
 linux.install|  130 
 linux.preset |   28 
 md-raid10-fix-bug-when-activating-a-hot-spare.patch  |   80 
 usb-add-reset-resume-quirk-for-several-webcams.patch |  198 
 12 files changed, 13534 insertions(+), 13534 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 145780:145781 to see the changes.


[arch-commits] Commit in linux/repos (25 files)

2011-12-31 Thread andyrtr
Date: Saturday, December 31, 2011 @ 10:10:26
  Author: andyrtr
Revision: 145780

db-move: moved linux from [testing] to [core] (i686)

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 145779, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 145779, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 145779, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 145779, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/dib0700-fix.patch
(from rev 145779, linux/repos/testing-i686/dib0700-fix.patch)
  linux/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 145779, linux/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux/repos/core-i686/i915-fix-incorrect-error-message.patch
(from rev 145779, 
linux/repos/testing-i686/i915-fix-incorrect-error-message.patch)
  linux/repos/core-i686/iwlagn-fix-NULL-pointer-dereference.patch
(from rev 145779, 
linux/repos/testing-i686/iwlagn-fix-NULL-pointer-dereference.patch)
  linux/repos/core-i686/linux.install
(from rev 145779, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 145779, linux/repos/testing-i686/linux.preset)
  linux/repos/core-i686/md-raid10-fix-bug-when-activating-a-hot-spare.patch
(from rev 145779, 
linux/repos/testing-i686/md-raid10-fix-bug-when-activating-a-hot-spare.patch)
  linux/repos/core-i686/usb-add-reset-resume-quirk-for-several-webcams.patch
(from rev 145779, 
linux/repos/testing-i686/usb-add-reset-resume-quirk-for-several-webcams.patch)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/dib0700-fix.patch
  linux/repos/core-i686/i915-fix-ghost-tv-output.patch
  linux/repos/core-i686/i915-fix-incorrect-error-message.patch
  linux/repos/core-i686/iwlagn-fix-NULL-pointer-dereference.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-i686/md-raid10-fix-bug-when-activating-a-hot-spare.patch
  linux/repos/core-i686/usb-add-reset-resume-quirk-for-several-webcams.patch
  linux/repos/testing-i686/

--+
 PKGBUILD |  608 
 change-default-console-loglevel.patch|   24 
 config   |11668 -
 config.x86_64|11186 
 dib0700-fix.patch| 2974 ++--
 i915-fix-ghost-tv-output.patch   |   52 
 i915-fix-incorrect-error-message.patch   |   44 
 iwlagn-fix-NULL-pointer-dereference.patch|   76 
 linux.install|  130 
 linux.preset |   28 
 md-raid10-fix-bug-when-activating-a-hot-spare.patch  |   80 
 usb-add-reset-resume-quirk-for-several-webcams.patch |  198 
 12 files changed, 13534 insertions(+), 13534 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 145779:145780 to see the changes.


[arch-commits] Commit in cmake/repos (8 files)

2011-12-31 Thread Andrea Scarpino
Date: Saturday, December 31, 2011 @ 06:08:34
  Author: andrea
Revision: 145779

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 145778, cmake/trunk/PKGBUILD)
  cmake/repos/extra-i686/cmake.install
(from rev 145778, cmake/trunk/cmake.install)
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 145778, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/cmake.install
(from rev 145778, cmake/trunk/cmake.install)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/cmake.install
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/cmake.install

+
 extra-i686/PKGBUILD|   81 +--
 extra-i686/cmake.install   |   24 ++--
 extra-x86_64/PKGBUILD  |   81 +--
 extra-x86_64/cmake.install |   24 ++--
 4 files changed, 104 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-31 11:08:08 UTC (rev 145778)
+++ extra-i686/PKGBUILD 2011-12-31 11:08:34 UTC (rev 145779)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=2.8.6
-pkgrel=1
-pkgdesc="A cross-platform open-source make system"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.cmake.org";
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt')
-optdepends=('qt: cmake-gui')
-install="${pkgname}.install"
-source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('2147da452fd9212bb9b4542a9eee9d5b')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---system-libs \
---qt-gui \
---parallel=2
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="$pkgdir/usr/share/vim/vimfiles"
-  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
-  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
-  install -Dm644 Docs/cmake-mode.el 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
-  install -Dm644 Copyright.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 145778, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-31 11:08:34 UTC (rev 145779)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=2.8.7
+pkgrel=1
+pkgdesc="A cross-platform open-source make system"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.cmake.org";
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt')
+optdepends=('qt: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('e1b237aeaed880f65dec9c20602452f6')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=2
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="$pkgdir/usr/share/vim/vimfiles"
+  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
+  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
+  install -Dm644 Docs/cmake-mode.el 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+  install -Dm644 Copyright.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/cmake.install
===
--- extra-i686/cmake.install2011-12-31 11:08:08 UTC (rev 145778)
+++ extra-i686/cmake.install2011-12-31 11:08:34 UTC (rev 145779)
@@ -1,12 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || 
true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cmake/repos/extra-i686/cmake.install (from rev 145778, 
cmake/trunk/cmake.install)
===
--- extra-i686/cmake.install(rev 0)
+++ extra-i686/cmake.install2011-12-31 11:08:34 UTC (rev 145779)
@@ -0,0 +1,12 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || 
true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- ext

[arch-commits] Commit in cmake/trunk (PKGBUILD)

2011-12-31 Thread Andrea Scarpino
Date: Saturday, December 31, 2011 @ 06:08:08
  Author: andrea
Revision: 145778

upgpkg: cmake 2.8.7-1

Upstream release

Modified:
  cmake/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-31 09:11:28 UTC (rev 145777)
+++ PKGBUILD2011-12-31 11:08:08 UTC (rev 145778)
@@ -1,10 +1,9 @@
 # $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
+# Maintainer: Andrea Scarpino 
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=2.8.6
+pkgver=2.8.7
 pkgrel=1
 pkgdesc="A cross-platform open-source make system"
 arch=('i686' 'x86_64')
@@ -15,7 +14,7 @@
 optdepends=('qt: cmake-gui')
 install="${pkgname}.install"
 source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('2147da452fd9212bb9b4542a9eee9d5b')
+md5sums=('e1b237aeaed880f65dec9c20602452f6')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



[arch-commits] Commit in lftp/repos (4 files)

2011-12-31 Thread andyrtr
Date: Saturday, December 31, 2011 @ 04:11:28
  Author: andyrtr
Revision: 145777

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lftp/repos/extra-i686/PKGBUILD
(from rev 145776, lftp/trunk/PKGBUILD)
  lftp/repos/extra-x86_64/PKGBUILD
(from rev 145776, lftp/trunk/PKGBUILD)
Deleted:
  lftp/repos/extra-i686/PKGBUILD
  lftp/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-31 09:09:47 UTC (rev 145776)
+++ extra-i686/PKGBUILD 2011-12-31 09:11:28 UTC (rev 145777)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Aaron Griffin 
-
-pkgname=lftp
-pkgver=4.3.3
-pkgrel=1
-pkgdesc="Sophisticated command line based FTP client"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-makedepends=('autoconf')
-url="http://lftp.yar.ru/";
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('91757a201c1030714ac1996f27437cc7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-gnutls \
-   --without-openssl --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 145776, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-31 09:11:28 UTC (rev 145777)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.3.4
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+makedepends=('autoconf')
+url="http://lftp.yar.ru/";
+backup=('etc/lftp.conf')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4840d0d20fafff3792b0b8ac305ab01e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-gnutls \
+   --without-openssl --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-31 09:09:47 UTC (rev 145776)
+++ extra-x86_64/PKGBUILD   2011-12-31 09:11:28 UTC (rev 145777)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Aaron Griffin 
-
-pkgname=lftp
-pkgver=4.3.3
-pkgrel=1
-pkgdesc="Sophisticated command line based FTP client"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-makedepends=('autoconf')
-url="http://lftp.yar.ru/";
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('91757a201c1030714ac1996f27437cc7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-gnutls \
-   --without-openssl --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 145776, lftp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-31 09:11:28 UTC (rev 145777)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.3.4
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+makedepends=('autoconf')
+url="http://lftp.yar.ru/";
+backup=('etc/lftp.conf')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4840d0d20fafff3792b0b8ac305ab01e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-gnutls \
+   --without-openssl --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}



[arch-commits] Commit in lftp/trunk (PKGBUILD)

2011-12-31 Thread andyrtr
Date: Saturday, December 31, 2011 @ 04:09:47
  Author: andyrtr
Revision: 145776

upgpkg: lftp 4.3.4-1

upstream update 4.3.4

Modified:
  lftp/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-31 08:59:37 UTC (rev 145775)
+++ PKGBUILD2011-12-31 09:09:47 UTC (rev 145776)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=lftp
-pkgver=4.3.3
+pkgver=4.3.4
 pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 url="http://lftp.yar.ru/";
 backup=('etc/lftp.conf')
 source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('91757a201c1030714ac1996f27437cc7')
+md5sums=('4840d0d20fafff3792b0b8ac305ab01e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in kernel26-lts/repos (15 files)

2011-12-31 Thread andyrtr
Date: Saturday, December 31, 2011 @ 03:59:37
  Author: andyrtr
Revision: 145775

db-move: moved kernel26-lts from [testing] to [core] (x86_64)

Added:
  kernel26-lts/repos/core-x86_64/PKGBUILD
(from rev 145773, kernel26-lts/repos/testing-x86_64/PKGBUILD)
  kernel26-lts/repos/core-x86_64/buildfix-gcc46.diff
(from rev 145773, kernel26-lts/repos/testing-x86_64/buildfix-gcc46.diff)
  kernel26-lts/repos/core-x86_64/config
(from rev 145773, kernel26-lts/repos/testing-x86_64/config)
  kernel26-lts/repos/core-x86_64/config.x86_64
(from rev 145773, kernel26-lts/repos/testing-x86_64/config.x86_64)
  kernel26-lts/repos/core-x86_64/kernel26-lts.install
(from rev 145773, kernel26-lts/repos/testing-x86_64/kernel26-lts.install)
  kernel26-lts/repos/core-x86_64/kernel26-lts.preset
(from rev 145773, kernel26-lts/repos/testing-x86_64/kernel26-lts.preset)
  kernel26-lts/repos/core-x86_64/libata-alignment.patch
(from rev 145773, kernel26-lts/repos/testing-x86_64/libata-alignment.patch)
Deleted:
  kernel26-lts/repos/core-x86_64/PKGBUILD
  kernel26-lts/repos/core-x86_64/buildfix-gcc46.diff
  kernel26-lts/repos/core-x86_64/config
  kernel26-lts/repos/core-x86_64/config.x86_64
  kernel26-lts/repos/core-x86_64/kernel26-lts.install
  kernel26-lts/repos/core-x86_64/kernel26-lts.preset
  kernel26-lts/repos/core-x86_64/libata-alignment.patch
  kernel26-lts/repos/testing-x86_64/

+
 PKGBUILD   |  439 +-
 buildfix-gcc46.diff|   64 
 config | 9552 +++
 config.x86_64  | 9170 ++---
 kernel26-lts.install   |  292 -
 kernel26-lts.preset|   34 
 libata-alignment.patch |   96 
 7 files changed, 9824 insertions(+), 9823 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 145774:145775 to see the changes.


[arch-commits] Commit in kernel26-lts/repos (15 files)

2011-12-31 Thread andyrtr
Date: Saturday, December 31, 2011 @ 03:59:36
  Author: andyrtr
Revision: 145774

db-move: moved kernel26-lts from [testing] to [core] (i686)

Added:
  kernel26-lts/repos/core-i686/PKGBUILD
(from rev 145773, kernel26-lts/repos/testing-i686/PKGBUILD)
  kernel26-lts/repos/core-i686/buildfix-gcc46.diff
(from rev 145773, kernel26-lts/repos/testing-i686/buildfix-gcc46.diff)
  kernel26-lts/repos/core-i686/config
(from rev 145773, kernel26-lts/repos/testing-i686/config)
  kernel26-lts/repos/core-i686/config.x86_64
(from rev 145773, kernel26-lts/repos/testing-i686/config.x86_64)
  kernel26-lts/repos/core-i686/kernel26-lts.install
(from rev 145773, kernel26-lts/repos/testing-i686/kernel26-lts.install)
  kernel26-lts/repos/core-i686/kernel26-lts.preset
(from rev 145773, kernel26-lts/repos/testing-i686/kernel26-lts.preset)
  kernel26-lts/repos/core-i686/libata-alignment.patch
(from rev 145773, kernel26-lts/repos/testing-i686/libata-alignment.patch)
Deleted:
  kernel26-lts/repos/core-i686/PKGBUILD
  kernel26-lts/repos/core-i686/buildfix-gcc46.diff
  kernel26-lts/repos/core-i686/config
  kernel26-lts/repos/core-i686/config.x86_64
  kernel26-lts/repos/core-i686/kernel26-lts.install
  kernel26-lts/repos/core-i686/kernel26-lts.preset
  kernel26-lts/repos/core-i686/libata-alignment.patch
  kernel26-lts/repos/testing-i686/

+
 PKGBUILD   |  439 +-
 buildfix-gcc46.diff|   64 
 config | 9552 +++
 config.x86_64  | 9170 ++---
 kernel26-lts.install   |  292 -
 kernel26-lts.preset|   34 
 libata-alignment.patch |   96 
 7 files changed, 9824 insertions(+), 9823 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 145773:145774 to see the changes.