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

2012-02-08 Thread Dave Reisner
Date: Wednesday, February 8, 2012 @ 23:56:34
  Author: dreisner
Revision: 149700

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

Added:
  libssh2/repos/core-x86_64/PKGBUILD
(from rev 149698, libssh2/repos/testing-x86_64/PKGBUILD)
Deleted:
  libssh2/repos/core-x86_64/PKGBUILD
  libssh2/repos/testing-x86_64/

--+
 PKGBUILD |   68 +++--
 1 file changed, 35 insertions(+), 33 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-02-09 04:56:33 UTC (rev 149699)
+++ core-x86_64/PKGBUILD2012-02-09 04:56:34 UTC (rev 149700)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Angel Velasquez  
-# Contributor: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: ice-man 
-
-pkgname=libssh2
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts"
-url="http://www.libssh2.org/";
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('openssl')
-makedepends=('zlib')
-options=('!libtool')
-source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('6425331899ccf1015f1ed79448cb4709'
- '6ddcc9f2b37941f8291d7494ee8f89b7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libssh2/repos/core-x86_64/PKGBUILD (from rev 149698, 
libssh2/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-02-09 04:56:34 UTC (rev 149700)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez  
+# Contributor: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+
+pkgname=libssh2
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts"
+url="http://www.libssh2.org/";
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl')
+makedepends=('zlib')
+provides=('libssh2.so=1-64')
+options=('!libtool')
+source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('ee670161d8c5dff93ae84a3f34f15669'
+ 'd30af693479e5e88036ffb61ab8d0dc9')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2012-02-08 Thread Dave Reisner
Date: Wednesday, February 8, 2012 @ 23:56:33
  Author: dreisner
Revision: 149699

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

Added:
  libssh2/repos/core-i686/PKGBUILD
(from rev 149698, libssh2/repos/testing-i686/PKGBUILD)
Deleted:
  libssh2/repos/core-i686/PKGBUILD
  libssh2/repos/testing-i686/

--+
 PKGBUILD |   68 +++--
 1 file changed, 35 insertions(+), 33 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-02-09 03:31:55 UTC (rev 149698)
+++ core-i686/PKGBUILD  2012-02-09 04:56:33 UTC (rev 149699)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Angel Velasquez  
-# Contributor: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: ice-man 
-
-pkgname=libssh2
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts"
-url="http://www.libssh2.org/";
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('openssl')
-makedepends=('zlib')
-options=('!libtool')
-source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('6425331899ccf1015f1ed79448cb4709'
- '6ddcc9f2b37941f8291d7494ee8f89b7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libssh2/repos/core-i686/PKGBUILD (from rev 149698, 
libssh2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-02-09 04:56:33 UTC (rev 149699)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez  
+# Contributor: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+
+pkgname=libssh2
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts"
+url="http://www.libssh2.org/";
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl')
+makedepends=('zlib')
+provides=('libssh2.so=1-64')
+options=('!libtool')
+source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('ee670161d8c5dff93ae84a3f34f15669'
+ 'd30af693479e5e88036ffb61ab8d0dc9')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in systemd/repos (12 files)

2012-02-08 Thread Dave Reisner
Date: Wednesday, February 8, 2012 @ 22:31:55
  Author: dreisner
Revision: 149698

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

Added:
  systemd/repos/testing-i686/PKGBUILD
(from rev 149697, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/os-release
(from rev 149697, systemd/trunk/os-release)
  systemd/repos/testing-i686/systemd.install
(from rev 149697, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 149697, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/os-release
(from rev 149697, systemd/trunk/os-release)
  systemd/repos/testing-x86_64/systemd.install
(from rev 149697, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/os-release
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/os-release
  systemd/repos/testing-x86_64/systemd.install

+
 testing-i686/PKGBUILD  |  166 +++
 testing-i686/os-release|   10 +-
 testing-i686/systemd.install   |  106 
 testing-x86_64/PKGBUILD|  166 +++
 testing-x86_64/os-release  |   10 +-
 testing-x86_64/systemd.install |  106 
 6 files changed, 282 insertions(+), 282 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-02-09 03:31:41 UTC (rev 149697)
+++ testing-i686/PKGBUILD   2012-02-09 03:31:55 UTC (rev 149698)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=systemd
-pkgver=40
-pkgrel=1
-pkgdesc="Session and Startup manager"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/systemd";
-license=('GPL2')
-depends=('acl' 'dbus-core' 'kbd' 'libcap' 'util-linux>=2.19' 'udev>=172' 'xz')
-makedepends=('gperf' 'cryptsetup' 'intltool' 'linux-api-headers')
-optdepends=('cryptsetup: required for encrypted block devices'
-'dbus-python: systemd-analyze'
-'initscripts: legacy support for hostname and vconsole setup'
-'initscripts-systemd: native boot and initialization scripts'
-'python2-cairo: systemd-analyze'
-'systemd-arch-units: collection of native unit files for Arch 
daemon/init scripts')
-options=('!libtool')
-backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf
-etc/dbus-1/system.d/org.freedesktop.hostname1.conf
-etc/dbus-1/system.d/org.freedesktop.login1.conf
-etc/dbus-1/system.d/org.freedesktop.locale1.conf
-etc/dbus-1/system.d/org.freedesktop.timedate1.conf
-etc/systemd/system.conf
-etc/systemd/user.conf
-etc/systemd/systemd-logind.conf
-etc/systemd/systemd-journald.conf)
-install=systemd.install
-source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz";
-"os-release")
-md5sums=('8880180f54dac8618ef70c46492fd8d9'
- '752636def0db3c03f121f8b4f44a63cd')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # Don't unset locale in getty
-  # https://bugzilla.redhat.com/show_bug.cgi?id=663900
-  sed -i -e '/^Environ.*LANG/s/^/#/' \
- -e '/^ExecStart/s/agetty/& -8/' units/getty@.service.m4
-
-  ./configure --sysconfdir=/etc \
-  --libexecdir=/usr/lib \
-  --libdir=/usr/lib \
-  --localstatedir=/var \
-  --with-rootprefix= \
-  --with-rootlibdir=/lib
-
-  make
-
-  # fix .so links in manpages
-  sed -i 's|\.so halt\.8|.so man8/systemd.halt.8|' man/{halt,poweroff}.8
-  sed -i 's|\.so systemd\.1|.so man1/systemd.1|' man/init.1
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # needed by systemd-loginctl for enable-linger
-  install -dm755 "$pkgdir/var/lib/systemd"
-
-  install -Dm644 "$srcdir/os-release" "$pkgdir/etc/os-release"
-  printf "d /run/console 755 root root\n" > 
"$pkgdir/usr/lib/tmpfiles.d/console.conf"
-
-  # fix systemd-analyze for python2
-  sed -i '1s/python$/python2/' "$pkgdir/usr/bin/systemd-analyze"
-
-  # rename man pages to avoid conflicts with sysvinit and initscripts
-  cd "$pkgdir/usr/share/man"
-
-  manpages=(man8/{telinit,halt,reboot,poweroff,runlevel,shutdown}.8
-man5/{hostname,{vconsole,locale}.conf}.5)
-
-  for manpage in "${manpages[@]}"; do
-IFS='/' read section page <<< "$manpage"
-mv "$manpage" "$section/systemd.$page"
-  done
-}
-
-# vim: ft=sh syn=sh et

Copied: systemd/repos/testing-i686/PKGBUILD (from rev 149697, 
systemd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-09 03:31:55 UTC (rev 149698)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=systemd
+pkgver=41
+pkgrel=1
+pkgdesc="Session and Startup

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

2012-02-08 Thread Dave Reisner
Date: Wednesday, February 8, 2012 @ 22:31:41
  Author: dreisner
Revision: 149697

upgpkg: systemd 41-1

- add symlink /bin/systemd -> ../lib/systemd/systemd
- remove unneeded /var/lib/systemd dir creation
- add kmod dependency

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-09 03:27:19 UTC (rev 149696)
+++ PKGBUILD2012-02-09 03:31:41 UTC (rev 149697)
@@ -2,13 +2,13 @@
 # Maintainer: Dave Reisner 
 
 pkgname=systemd
-pkgver=40
+pkgver=41
 pkgrel=1
 pkgdesc="Session and Startup manager"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd";
 license=('GPL2')
-depends=('acl' 'dbus-core' 'kbd' 'libcap' 'util-linux>=2.19' 'udev>=172' 'xz')
+depends=('acl' 'dbus-core' 'kbd' 'kmod' 'libcap' 'util-linux' 'udev' 'xz')
 makedepends=('gperf' 'cryptsetup' 'intltool' 'linux-api-headers')
 optdepends=('cryptsetup: required for encrypted block devices'
 'dbus-python: systemd-analyze'
@@ -26,10 +26,10 @@
 etc/systemd/user.conf
 etc/systemd/systemd-logind.conf
 etc/systemd/systemd-journald.conf)
-install=systemd.install
+install="$pkgname.install"
 source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz";
 "os-release")
-md5sums=('8880180f54dac8618ef70c46492fd8d9'
+md5sums=('a73b50aeccaee088bf816e773fb4d0b8'
  '752636def0db3c03f121f8b4f44a63cd')
 
 build() {
@@ -59,12 +59,12 @@
 
   make DESTDIR="$pkgdir" install
 
-  # needed by systemd-loginctl for enable-linger
-  install -dm755 "$pkgdir/var/lib/systemd"
-
   install -Dm644 "$srcdir/os-release" "$pkgdir/etc/os-release"
   printf "d /run/console 755 root root\n" > 
"$pkgdir/usr/lib/tmpfiles.d/console.conf"
 
+  # symlink to /bin/systemd for compat and sanity
+  ln -s ../lib/systemd/systemd "$pkgdir"/bin/systemd
+
   # fix systemd-analyze for python2
   sed -i '1s/python$/python2/' "$pkgdir/usr/bin/systemd-analyze"
 



[arch-commits] Commit in ttf-freebanglafont/repos (5 files)

2012-02-08 Thread Gaetan Bisson
Date: Wednesday, February 8, 2012 @ 22:27:19
  Author: bisson
Revision: 149696

db-move: moved ttf-freebanglafont from [testing] to [extra] (any)

Added:
  ttf-freebanglafont/repos/extra-any/PKGBUILD
(from rev 149695, ttf-freebanglafont/repos/testing-any/PKGBUILD)
  ttf-freebanglafont/repos/extra-any/install
(from rev 149695, ttf-freebanglafont/repos/testing-any/install)
Deleted:
  ttf-freebanglafont/repos/extra-any/PKGBUILD
  ttf-freebanglafont/repos/extra-any/ttf.install
  ttf-freebanglafont/repos/testing-any/

-+
 PKGBUILD|   74 --
 install |   15 +++
 ttf.install |   15 ---
 3 files changed, 67 insertions(+), 37 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-02-09 00:00:30 UTC (rev 149695)
+++ extra-any/PKGBUILD  2012-02-09 03:27:19 UTC (rev 149696)
@@ -1,22 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa 
-# Maintainer: Firmicus  
-
-pkgname=ttf-freebanglafont
-pkgver=0.5
-pkgrel=7
-pkgdesc="TTFonts for Bangla (Bengali)"
-arch=('any')
-url="http://www.nongnu.org/freebangfont/";
-license=('GPL2')
-depends=('xorg-fonts-encodings' 'xorg-font-utils' 'fontconfig')
-makedepends=('unzip')
-install=ttf.install
-source=(ftp://ftp.archlinux.org/other/ttf-freebanglafont/all_bangla_fonts.zip)
-md5sums=('8bc4064da62a3ea9e26d12e0301032d5')
-
-build() {
-  cd ${srcdir}
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  install *.ttf ${pkgdir}/usr/share/fonts/TTF
-}

Copied: ttf-freebanglafont/repos/extra-any/PKGBUILD (from rev 149695, 
ttf-freebanglafont/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-02-09 03:27:19 UTC (rev 149696)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: Damir Perisa 
+# Contributor: Firmicus  
+# Maintainer: Gaetan Bisson 
+
+pkgname=ttf-freebanglafont
+pkgver=20120206
+pkgrel=2
+pkgdesc='Bengali fonts'
+url='http://sourceforge.net/projects/ekushey/'
+license=('GPL')
+arch=('any')
+depends=('xorg-fonts-encodings' 'xorg-font-utils' 'fontconfig')
+source=("http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Azad/Azad_27-02-2006.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Durga/Durga_03-09-2005.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Godhuli/Godhuli_03-09-2005.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Lohit/Lohit_14-04-2007.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Mohua/Mohua_07-09-05.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Puja/Puja-17-06-2006.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Punarbhaba/Punarbhaba_27-02-2006.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Saraswatii/Saraswatii_03-09-2005.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Sharifa/Sharifa_03-09-2005.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Sumit/Sumit_03-09-2005.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Other%20Fonts/LikhanNormal_11-08-2005.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Other%20Fonts/Mukti_17-03-2007.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Other%20Fonts/Sagar_11-08-2005_GPL.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Rupali/Rupali_01-02-2007.ttf";
+
"http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/SolaimanLipi/SolaimanLipi_20-04-07.ttf";)
+sha1sums=('6ba6c90f3e27265275775ae6bca14e77e72b3f7e'
+  '99284f3a7bdc123d4cf83d19ee3724da55cc6c7a'
+  'f8156b328678b551c9da3d146a0ec2f32caf1dd2'
+  'bab747cb3d74c1c7860f5c6692f9c11a0087e870'
+  '7af5d738b0c7d6493cbcae58b417d6d35d2621aa'
+  'da74e108083bb22f02a0f32ed7bae8d12be0ca79'
+  '24a8193d72528083bd4e4c97a8726b8c5ccb1c0a'
+  'cc51d70d1cb5b0ce9385663b11a4d27746e9061d'
+  'f80b57e9857bdfadf1b819bfd2ada146cbd6429f'
+  '733206bc06ae76c29ca14d9895052c9f59086cb4'
+  '3a8f46b3db493ed8d21892d86783799ccf843174'
+  'd6d94359dbe83a25544ce95edb39dd7bfcbfa795'
+  '93e8d038a0c95e675b9be9a39912fe7ea9594d19'
+  'c355d10cdafc0ff2b7c720b4c61123

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:30
  Author: allan
Revision: 149695

db-move: moved zsh from [staging] to [testing] (x86_64)

Added:
  zsh/repos/testing-x86_64/
  zsh/repos/testing-x86_64/PKGBUILD
(from rev 149641, zsh/repos/staging-x86_64/PKGBUILD)
  zsh/repos/testing-x86_64/svn-1.7.patch
(from rev 149641, zsh/repos/staging-x86_64/svn-1.7.patch)
  zsh/repos/testing-x86_64/zprofile
(from rev 149641, zsh/repos/staging-x86_64/zprofile)
  zsh/repos/testing-x86_64/zsh.install
(from rev 149641, zsh/repos/staging-x86_64/zsh.install)
Deleted:
  zsh/repos/staging-x86_64/

---+
 PKGBUILD  |   61 
 svn-1.7.patch |   34 +++
 zprofile  |1 
 zsh.install   |   11 ++
 4 files changed, 107 insertions(+)

Copied: zsh/repos/testing-x86_64/PKGBUILD (from rev 149641, 
zsh/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-09 00:00:30 UTC (rev 149695)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=zsh
+pkgver=4.3.15
+pkgrel=3
+pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
+arch=('i686' 'x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+depends=('pcre' 'libcap' 'gdbm')
+install=zsh.install
+source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2";
+'zprofile' 'svn-1.7.patch')
+backup=('etc/zsh/zprofile')
+md5sums=('11766b0dd674a513810903cd33ffcac4'
+ '24a9335edf77252a7b5f52e079f7aef7'
+ '4fcbc119fdb624a8c483a278f3a82efd')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i "${srcdir}/svn-1.7.patch"
+   # FS#16360
+   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
+Doc/zsh.texi \
+Completion/Unix/Type/_services \
+Completion/Unix/Command/_init_d
+   ./configure --prefix=/usr \
+   --bindir=/bin \
+   --enable-etcdir=/etc/zsh \
+   --enable-zshenv=/etc/zsh/zshenv \
+   --enable-zlogin=/etc/zsh/zlogin \
+   --enable-zlogout=/etc/zsh/zlogout \
+   --enable-zprofile=/etc/zsh/zprofile \
+   --enable-zshrc=/etc/zsh/zshrc \
+   --enable-maildir-support \
+   --with-term-lib='ncursesw' \
+   --enable-multibyte \
+   --enable-function-subdirs \
+   --enable-fndir=/usr/share/zsh/functions \
+   --enable-scriptdir=/usr/share/zsh/scripts \
+   --with-tcsetpgrp \
+   --enable-pcre \
+   --enable-cap \
+   --enable-zsh-secure-free
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   # This test wont work with the noatime mount option
+   rm Test/C02cond.ztst
+   HOME="${srcdir}" make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}/" install
+   install -D -m644 "${srcdir}/zprofile" "${pkgdir}/etc/zsh/zprofile"
+   install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: zsh/repos/testing-x86_64/svn-1.7.patch (from rev 149641, 
zsh/repos/staging-x86_64/svn-1.7.patch)
===
--- testing-x86_64/svn-1.7.patch(rev 0)
+++ testing-x86_64/svn-1.7.patch2012-02-09 00:00:30 UTC (rev 149695)
@@ -0,0 +1,34 @@
+diff --git a/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn 
b/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
+index b1cb730..41cc3e7 100644
+--- a/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
 b/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
+@@ -6,12 +6,28 @@
+ 
+ setopt localoptions noksharrays extendedglob NO_shwordsplit
+ local svnbase svnbranch a b rrn
++local -i rc
+ local -A svninfo parentinfo
+ local -xA hook_com
+ 
+ svnbase=".";
+ svninfo=()
+-${vcs_comm[cmd]} info --non-interactive | while IFS=: read a b; do 
svninfo[${a// /_}]="${b## #}"; done
++# Unfortunately, `$pipestatus' is broken currently. Until that problem is
++# resolved, here is a workaround that will get things done, without using it.
++# Clumsily, but that's life.
++local -a dat
++dat=( ${(f)"$(${vcs_comm[cmd]} info --non-interactive 2>&1)"} )
++rc=$?
++(( rc != 0 )) && return 1
++# The following line is the real code, the following is the workaround.
++#${vcs_comm[cmd]} info --non-interactive \
++print -l "${dat[@]}" \
++|& while IFS=: read a b; do
++svninfo[${a// /_}]="${b## #}"
++done
++#rc=${pipestatus[1]}
++#(( rc != 0 )) && return 1
++
+ while [[ -d "${svnbase}/../.svn" ]]; do
+ parentinfo=()
+ ${vcs_comm[cmd]} info --non-interactive "${svnbase}/.." | while IFS=: 
read a b; do parentinfo[${a// /_}]="${b##

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:29
  Author: allan
Revision: 149694

db-move: moved zsh from [staging] to [testing] (i686)

Added:
  zsh/repos/testing-i686/
  zsh/repos/testing-i686/PKGBUILD
(from rev 149641, zsh/repos/staging-i686/PKGBUILD)
  zsh/repos/testing-i686/svn-1.7.patch
(from rev 149641, zsh/repos/staging-i686/svn-1.7.patch)
  zsh/repos/testing-i686/zprofile
(from rev 149641, zsh/repos/staging-i686/zprofile)
  zsh/repos/testing-i686/zsh.install
(from rev 149641, zsh/repos/staging-i686/zsh.install)
Deleted:
  zsh/repos/staging-i686/

---+
 PKGBUILD  |   61 
 svn-1.7.patch |   34 +++
 zprofile  |1 
 zsh.install   |   11 ++
 4 files changed, 107 insertions(+)

Copied: zsh/repos/testing-i686/PKGBUILD (from rev 149641, 
zsh/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-09 00:00:29 UTC (rev 149694)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=zsh
+pkgver=4.3.15
+pkgrel=3
+pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
+arch=('i686' 'x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+depends=('pcre' 'libcap' 'gdbm')
+install=zsh.install
+source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2";
+'zprofile' 'svn-1.7.patch')
+backup=('etc/zsh/zprofile')
+md5sums=('11766b0dd674a513810903cd33ffcac4'
+ '24a9335edf77252a7b5f52e079f7aef7'
+ '4fcbc119fdb624a8c483a278f3a82efd')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i "${srcdir}/svn-1.7.patch"
+   # FS#16360
+   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
+Doc/zsh.texi \
+Completion/Unix/Type/_services \
+Completion/Unix/Command/_init_d
+   ./configure --prefix=/usr \
+   --bindir=/bin \
+   --enable-etcdir=/etc/zsh \
+   --enable-zshenv=/etc/zsh/zshenv \
+   --enable-zlogin=/etc/zsh/zlogin \
+   --enable-zlogout=/etc/zsh/zlogout \
+   --enable-zprofile=/etc/zsh/zprofile \
+   --enable-zshrc=/etc/zsh/zshrc \
+   --enable-maildir-support \
+   --with-term-lib='ncursesw' \
+   --enable-multibyte \
+   --enable-function-subdirs \
+   --enable-fndir=/usr/share/zsh/functions \
+   --enable-scriptdir=/usr/share/zsh/scripts \
+   --with-tcsetpgrp \
+   --enable-pcre \
+   --enable-cap \
+   --enable-zsh-secure-free
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   # This test wont work with the noatime mount option
+   rm Test/C02cond.ztst
+   HOME="${srcdir}" make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}/" install
+   install -D -m644 "${srcdir}/zprofile" "${pkgdir}/etc/zsh/zprofile"
+   install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: zsh/repos/testing-i686/svn-1.7.patch (from rev 149641, 
zsh/repos/staging-i686/svn-1.7.patch)
===
--- testing-i686/svn-1.7.patch  (rev 0)
+++ testing-i686/svn-1.7.patch  2012-02-09 00:00:29 UTC (rev 149694)
@@ -0,0 +1,34 @@
+diff --git a/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn 
b/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
+index b1cb730..41cc3e7 100644
+--- a/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
 b/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
+@@ -6,12 +6,28 @@
+ 
+ setopt localoptions noksharrays extendedglob NO_shwordsplit
+ local svnbase svnbranch a b rrn
++local -i rc
+ local -A svninfo parentinfo
+ local -xA hook_com
+ 
+ svnbase=".";
+ svninfo=()
+-${vcs_comm[cmd]} info --non-interactive | while IFS=: read a b; do 
svninfo[${a// /_}]="${b## #}"; done
++# Unfortunately, `$pipestatus' is broken currently. Until that problem is
++# resolved, here is a workaround that will get things done, without using it.
++# Clumsily, but that's life.
++local -a dat
++dat=( ${(f)"$(${vcs_comm[cmd]} info --non-interactive 2>&1)"} )
++rc=$?
++(( rc != 0 )) && return 1
++# The following line is the real code, the following is the workaround.
++#${vcs_comm[cmd]} info --non-interactive \
++print -l "${dat[@]}" \
++|& while IFS=: read a b; do
++svninfo[${a// /_}]="${b## #}"
++done
++#rc=${pipestatus[1]}
++#(( rc != 0 )) && return 1
++
+ while [[ -d "${svnbase}/../.svn" ]]; do
+ parentinfo=()
+ ${vcs_comm[cmd]} info --non-interactive "${svnbase}/.." | while IFS=: 
read a b; do parentinfo[${a// /_}]="${b## #}"; done

Copied: zsh/repos/testing-i686/zpr

[arch-commits] Commit in xfce4-verve-plugin/repos (3 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:27
  Author: allan
Revision: 149693

db-move: moved xfce4-verve-plugin from [staging] to [testing] (x86_64)

Added:
  xfce4-verve-plugin/repos/testing-x86_64/
  xfce4-verve-plugin/repos/testing-x86_64/PKGBUILD
(from rev 149641, xfce4-verve-plugin/repos/staging-x86_64/PKGBUILD)
Deleted:
  xfce4-verve-plugin/repos/staging-x86_64/

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: xfce4-verve-plugin/repos/testing-x86_64/PKGBUILD (from rev 149641, 
xfce4-verve-plugin/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-09 00:00:27 UTC (rev 149693)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-verve-plugin
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="command line plugin Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://xfce-goodies.berlios.de/";
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+replaces=('verve-plugin')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+md5sums=('ed7039c40d6e560ed8bcf9a324d2ae86')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in xfce4-verve-plugin/repos (3 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:26
  Author: allan
Revision: 149692

db-move: moved xfce4-verve-plugin from [staging] to [testing] (i686)

Added:
  xfce4-verve-plugin/repos/testing-i686/
  xfce4-verve-plugin/repos/testing-i686/PKGBUILD
(from rev 149641, xfce4-verve-plugin/repos/staging-i686/PKGBUILD)
Deleted:
  xfce4-verve-plugin/repos/staging-i686/

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: xfce4-verve-plugin/repos/testing-i686/PKGBUILD (from rev 149641, 
xfce4-verve-plugin/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-09 00:00:26 UTC (rev 149692)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-verve-plugin
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="command line plugin Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://xfce-goodies.berlios.de/";
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+replaces=('verve-plugin')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+md5sums=('ed7039c40d6e560ed8bcf9a324d2ae86')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:25
  Author: allan
Revision: 149691

db-move: moved varnish from [staging] to [testing] (x86_64)

Added:
  varnish/repos/testing-x86_64/
  varnish/repos/testing-x86_64/PKGBUILD
(from rev 149641, varnish/repos/staging-x86_64/PKGBUILD)
  varnish/repos/testing-x86_64/rc.varnish
(from rev 149641, varnish/repos/staging-x86_64/rc.varnish)
  varnish/repos/testing-x86_64/varnish.conf.d
(from rev 149641, varnish/repos/staging-x86_64/varnish.conf.d)
  varnish/repos/testing-x86_64/varnish.install
(from rev 149641, varnish/repos/staging-x86_64/varnish.install)
Deleted:
  varnish/repos/staging-x86_64/

-+
 PKGBUILD|   45 ++
 rc.varnish  |   71 ++
 varnish.conf.d  |   11 
 varnish.install |6 
 4 files changed, 133 insertions(+)

Copied: varnish/repos/testing-x86_64/PKGBUILD (from rev 149641, 
varnish/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-09 00:00:25 UTC (rev 149691)
@@ -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=5
+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"
+}

Copied: varnish/repos/testing-x86_64/rc.varnish (from rev 149641, 
varnish/repos/staging-x86_64/rc.varnish)
===
--- testing-x86_64/rc.varnish   (rev 0)
+++ testing-x86_64/rc.varnish   2012-02-09 00:00:25 UTC (rev 149691)
@@ -0,0 +1,71 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/varnish
+
+reload_vcl() {
+  local activecfg newcfg
+
+  if [[ -z $VARNISH_CFG ]]; then
+printf '==> ERROR: VARNISH_CFG is undefined in /etc/conf.d/varnish!\n'
+return 1
+  fi
+
+  activecfg=$(varnishadm 'vcl.list' | awk '/active/ { print $3 }')
+  if [[ -z $activecfg ]]; then
+printf '==> ERROR: No active VCL found!\n'
+return 1
+  fi
+
+  printf -v newcfg 'vcl-%(%s)T' -1
+
+  varnishadm "vcl.load $newcfg $VARNISH_CFG" &&
+  varnishadm "vcl.use $newcfg" &&
+  varnishadm "vcl.discard $activecfg" || return 1
+}
+
+pidfile=/run/varnish.pid
+if [[ -r $pidfile ]]; then
+  read -r PID < "$pidfile"
+if [[ ! -d /proc/$PID ]]; then
+  # stale pidfile
+  unset PID
+rm -f "$pidfile"
+  fi
+fi
+
+case $1 in
+  start)
+stat_busy "Starting Varnish Reverse Proxy"
+if /usr/sbin/varnishd $VARNISHD_OPTS -P "$pidfile"; then
+  add_daemon varnish
+  stat_done
+else
+  stat_fail
+  exit 1
+fi
+;;
+  stop)
+stat_busy "Stopping Varnish Reverse Proxy"
+if [[ $PID ]] && kill $PID &>/dev/null; then
+  rm_daemon varnish
+  stat_done
+else
+  stat_fail
+  exit 1
+fi
+;;
+  restart)
+$0 stop
+sleep 1
+$0 start
+;;
+  reload)
+stat_busy "Recompiling and Reloading VCL"
+reload_vcl && stat_done || stat_fail
+;;
+  *)
+echo "usage: $0 {start|stop|restart}"
+  ;;
+esac

Copied: varnish/repos/testing-x86_64/varnish.conf.d (from rev 149641, 
varnish/repos/staging-x86_64/varnish.conf.d)
===
--- testing-x86_64/varnish.conf.d   (rev 0)
+++ testing-x86_64/varnish.conf.d   2012-02-09 00:00:25 UTC (rev 149691)
@@ -0,0 +1,11 @@
+#
+# Command line options to varnishd
+#
+
+VARNISHD_OPTS="-a 0.0.0.0:80 \
+   -b localhost:8080 \
+   -T localhost:6082 \
+   -s malloc,64M
+   -u nobody -g nobody"
+
+VARNISH_CFG="/etc/varnish/default.vcl"

Copied: varnish/repos/testing-x86_64/varnish.install (from rev 149641, 
varnish/repos/staging-x86_64/varnish.install)
=

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:24
  Author: allan
Revision: 149690

db-move: moved varnish from [staging] to [testing] (i686)

Added:
  varnish/repos/testing-i686/
  varnish/repos/testing-i686/PKGBUILD
(from rev 149641, varnish/repos/staging-i686/PKGBUILD)
  varnish/repos/testing-i686/rc.varnish
(from rev 149641, varnish/repos/staging-i686/rc.varnish)
  varnish/repos/testing-i686/varnish.conf.d
(from rev 149641, varnish/repos/staging-i686/varnish.conf.d)
  varnish/repos/testing-i686/varnish.install
(from rev 149641, varnish/repos/staging-i686/varnish.install)
Deleted:
  varnish/repos/staging-i686/

-+
 PKGBUILD|   45 ++
 rc.varnish  |   71 ++
 varnish.conf.d  |   11 
 varnish.install |6 
 4 files changed, 133 insertions(+)

Copied: varnish/repos/testing-i686/PKGBUILD (from rev 149641, 
varnish/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-09 00:00:24 UTC (rev 149690)
@@ -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=5
+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"
+}

Copied: varnish/repos/testing-i686/rc.varnish (from rev 149641, 
varnish/repos/staging-i686/rc.varnish)
===
--- testing-i686/rc.varnish (rev 0)
+++ testing-i686/rc.varnish 2012-02-09 00:00:24 UTC (rev 149690)
@@ -0,0 +1,71 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/varnish
+
+reload_vcl() {
+  local activecfg newcfg
+
+  if [[ -z $VARNISH_CFG ]]; then
+printf '==> ERROR: VARNISH_CFG is undefined in /etc/conf.d/varnish!\n'
+return 1
+  fi
+
+  activecfg=$(varnishadm 'vcl.list' | awk '/active/ { print $3 }')
+  if [[ -z $activecfg ]]; then
+printf '==> ERROR: No active VCL found!\n'
+return 1
+  fi
+
+  printf -v newcfg 'vcl-%(%s)T' -1
+
+  varnishadm "vcl.load $newcfg $VARNISH_CFG" &&
+  varnishadm "vcl.use $newcfg" &&
+  varnishadm "vcl.discard $activecfg" || return 1
+}
+
+pidfile=/run/varnish.pid
+if [[ -r $pidfile ]]; then
+  read -r PID < "$pidfile"
+if [[ ! -d /proc/$PID ]]; then
+  # stale pidfile
+  unset PID
+rm -f "$pidfile"
+  fi
+fi
+
+case $1 in
+  start)
+stat_busy "Starting Varnish Reverse Proxy"
+if /usr/sbin/varnishd $VARNISHD_OPTS -P "$pidfile"; then
+  add_daemon varnish
+  stat_done
+else
+  stat_fail
+  exit 1
+fi
+;;
+  stop)
+stat_busy "Stopping Varnish Reverse Proxy"
+if [[ $PID ]] && kill $PID &>/dev/null; then
+  rm_daemon varnish
+  stat_done
+else
+  stat_fail
+  exit 1
+fi
+;;
+  restart)
+$0 stop
+sleep 1
+$0 start
+;;
+  reload)
+stat_busy "Recompiling and Reloading VCL"
+reload_vcl && stat_done || stat_fail
+;;
+  *)
+echo "usage: $0 {start|stop|restart}"
+  ;;
+esac

Copied: varnish/repos/testing-i686/varnish.conf.d (from rev 149641, 
varnish/repos/staging-i686/varnish.conf.d)
===
--- testing-i686/varnish.conf.d (rev 0)
+++ testing-i686/varnish.conf.d 2012-02-09 00:00:24 UTC (rev 149690)
@@ -0,0 +1,11 @@
+#
+# Command line options to varnishd
+#
+
+VARNISHD_OPTS="-a 0.0.0.0:80 \
+   -b localhost:8080 \
+   -T localhost:6082 \
+   -s malloc,64M
+   -u nobody -g nobody"
+
+VARNISH_CFG="/etc/varnish/default.vcl"

Copied: varnish/repos/testing-i686/varnish.install (from rev 149641, 
varnish/repos/staging-i686/varnish.install)
===
--- testing-i686/varnish.install   

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:06
  Author: allan
Revision: 149681

db-move: moved postfix from [staging] to [testing] (x86_64)

Added:
  postfix/repos/testing-x86_64/
  postfix/repos/testing-x86_64/PKGBUILD
(from rev 149641, postfix/repos/staging-x86_64/PKGBUILD)
  postfix/repos/testing-x86_64/aliases.patch
(from rev 149641, postfix/repos/staging-x86_64/aliases.patch)
  postfix/repos/testing-x86_64/install
(from rev 149641, postfix/repos/staging-x86_64/install)
  postfix/repos/testing-x86_64/rc.d
(from rev 149641, postfix/repos/staging-x86_64/rc.d)
Deleted:
  postfix/repos/staging-x86_64/

---+
 PKGBUILD  |   63 
 aliases.patch |   18 
 install   |   33 +
 rc.d  |   36 
 4 files changed, 150 insertions(+)

Copied: postfix/repos/testing-x86_64/PKGBUILD (from rev 149641, 
postfix/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-09 00:00:06 UTC (rev 149681)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Jeff Brodnax 
+# Contributor: Paul Mattal 
+# Maintainer: Gaetan Bisson 
+
+pkgname=postfix
+pkgver=2.9.0
+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=('a04a72a8b9436279a30b7d1b62197be63124a132'
+  '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"
+   sed 's/\(^\$manpage[^:]*\):/\1.gz:/' -i 
"${pkgdir}/usr/lib/${pkgname}/postfix-files"
+   cd "${pkgdir}"; patch -p0 -i "${srcdir}"/aliases.patch
+}

Copied: postfix/repos/testing-x86_64/aliases.patch (from rev 149641, 
postfix/repos/staging-x86_64/aliases.patch)
===
--- testing-x86_64/aliases.patch(rev 0)
+++ testing-x86_64/aliases.patch2012-02-09 00:00:06 UTC (rev 149681)
@@ -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/testing-x86_64/install (from rev 149641, 
postfix/repos/staging-x86_64/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2012-02-09 00:00:06 UTC (rev 149681)
@@ -0,0 +1,33 @@
+post_install() {
+   getent group postdrop &>/dev/null || groupadd -g 75 postdrop >/dev/null
+   getent group postfix  &>/dev/null || groupadd -g 7

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:03
  Author: allan
Revision: 149680

db-move: moved postfix from [staging] to [testing] (i686)

Added:
  postfix/repos/testing-i686/
  postfix/repos/testing-i686/PKGBUILD
(from rev 149641, postfix/repos/staging-i686/PKGBUILD)
  postfix/repos/testing-i686/aliases.patch
(from rev 149641, postfix/repos/staging-i686/aliases.patch)
  postfix/repos/testing-i686/install
(from rev 149641, postfix/repos/staging-i686/install)
  postfix/repos/testing-i686/rc.d
(from rev 149641, postfix/repos/staging-i686/rc.d)
Deleted:
  postfix/repos/staging-i686/

---+
 PKGBUILD  |   63 
 aliases.patch |   18 
 install   |   33 +
 rc.d  |   36 
 4 files changed, 150 insertions(+)

Copied: postfix/repos/testing-i686/PKGBUILD (from rev 149641, 
postfix/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-09 00:00:03 UTC (rev 149680)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Jeff Brodnax 
+# Contributor: Paul Mattal 
+# Maintainer: Gaetan Bisson 
+
+pkgname=postfix
+pkgver=2.9.0
+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=('a04a72a8b9436279a30b7d1b62197be63124a132'
+  '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"
+   sed 's/\(^\$manpage[^:]*\):/\1.gz:/' -i 
"${pkgdir}/usr/lib/${pkgname}/postfix-files"
+   cd "${pkgdir}"; patch -p0 -i "${srcdir}"/aliases.patch
+}

Copied: postfix/repos/testing-i686/aliases.patch (from rev 149641, 
postfix/repos/staging-i686/aliases.patch)
===
--- testing-i686/aliases.patch  (rev 0)
+++ testing-i686/aliases.patch  2012-02-09 00:00:03 UTC (rev 149680)
@@ -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/testing-i686/install (from rev 149641, 
postfix/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2012-02-09 00:00:03 UTC (rev 149680)
@@ -0,0 +1,33 @@
+post_install() {
+   getent group postdrop &>/dev/null || groupadd -g 75 postdrop >/dev/null
+   getent group postfix  &>/dev/null || groupadd -g 73 postfix  >/dev/null
+   getent passwd postfi

[arch-commits] Commit in php/repos (9 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:58
  Author: allan
Revision: 149679

db-move: moved php from [staging] to [testing] (x86_64)

Added:
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 149641, php/repos/staging-x86_64/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 149641, php/repos/staging-x86_64/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 149641, php/repos/staging-x86_64/logrotate.d.php-fpm)
  php/repos/testing-x86_64/pcre_info.patch
(from rev 149641, php/repos/staging-x86_64/pcre_info.patch)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 149641, php/repos/staging-x86_64/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php.ini.patch
(from rev 149641, php/repos/staging-x86_64/php.ini.patch)
  php/repos/testing-x86_64/rc.d.php-fpm
(from rev 149641, php/repos/staging-x86_64/rc.d.php-fpm)
Deleted:
  php/repos/staging-x86_64/

---+
 PKGBUILD  |  368 
 apache.conf   |   13 +
 logrotate.d.php-fpm   |6 
 pcre_info.patch   |   43 +
 php-fpm.conf.in.patch |   52 ++
 php.ini.patch |  126 
 rc.d.php-fpm  |  158 
 7 files changed, 766 insertions(+)

Copied: php/repos/testing-x86_64/PKGBUILD (from rev 149641, 
php/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:58 UTC (rev 149679)
@@ -0,0 +1,368 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.3.10
+_suhosinver=5.3.9-0.9.10
+pkgrel=4
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
+ 'sqlite3' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 
'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
+source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2";
+"http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz";
+"http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz.sig";
+'php.ini.patch' 'apache.conf' 'rc.d.php-fpm' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'pcre_info.patch')
+md5sums=('816259e5ca7d0a7e943e56a3bb32b17f'
+ 'c099b3d7eac95018ababd41ded7f3066'
+ 'c15d18f846be1d69144a5d0056ee6506'
+ 'ffc338e8ce2a990f6f2a486355bbab65'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ 'b01be5f816988fcee7e78225836e5e27'
+ '740ec5fe2ecfd9d7febd4081c90ec65b'
+ '07c4e412909ac65a44ec90e7a2c4bade'
+ '8d3806bbb19e390f9b32ccf21611d937')
+
+build() {
+   phpconfig="--srcdir=../${pkgbase}-${pkgver} \
+   --prefix=/usr \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --enable-inline-optimization \
+   --disable-debug \
+   --disable-rpath \
+   --disable-static \
+   --enable-shared \
+   --mandir=/usr/share/man \
+   --without-pear \
+   "
+
+   phpextensions="--enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-gd-native-ttf \
+   --enable-intl=shared \
+   --enable-json=shared \
+   --enable-mbregex \
+   --enable-mbstring \
+   --enable-pdo \
+   --enable-phar=shared \
+   --enable-posix=shared \
+   --enable-session \
+   --enable-shmop=shared \
+   --enable-soap=shared \
+   --enable-sockets=shared \
+   --enable-sqlite-utf8 \
+   --enable-sysvmsg=shared \
+   --enable-sysvsem=shared \
+   --enable-sysvshm=shared \
+   --enable-xml \
+   --enable-zip=shared \
+   --with-bz2=shared \
+   --with-curl=shared \
+   --with-db4=/usr \
+   --with-enchant=shared,/usr \
+   --with-freetype-dir=shared,/usr \
+ 

[arch-commits] Commit in php/repos (9 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:54
  Author: allan
Revision: 149678

db-move: moved php from [staging] to [testing] (i686)

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 149641, php/repos/staging-i686/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 149641, php/repos/staging-i686/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 149641, php/repos/staging-i686/logrotate.d.php-fpm)
  php/repos/testing-i686/pcre_info.patch
(from rev 149641, php/repos/staging-i686/pcre_info.patch)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 149641, php/repos/staging-i686/php-fpm.conf.in.patch)
  php/repos/testing-i686/php.ini.patch
(from rev 149641, php/repos/staging-i686/php.ini.patch)
  php/repos/testing-i686/rc.d.php-fpm
(from rev 149641, php/repos/staging-i686/rc.d.php-fpm)
Deleted:
  php/repos/staging-i686/

---+
 PKGBUILD  |  368 
 apache.conf   |   13 +
 logrotate.d.php-fpm   |6 
 pcre_info.patch   |   43 +
 php-fpm.conf.in.patch |   52 ++
 php.ini.patch |  126 
 rc.d.php-fpm  |  158 
 7 files changed, 766 insertions(+)

Copied: php/repos/testing-i686/PKGBUILD (from rev 149641, 
php/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:54 UTC (rev 149678)
@@ -0,0 +1,368 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.3.10
+_suhosinver=5.3.9-0.9.10
+pkgrel=4
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
+ 'sqlite3' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 
'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
+source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2";
+"http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz";
+"http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz.sig";
+'php.ini.patch' 'apache.conf' 'rc.d.php-fpm' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'pcre_info.patch')
+md5sums=('816259e5ca7d0a7e943e56a3bb32b17f'
+ 'c099b3d7eac95018ababd41ded7f3066'
+ 'c15d18f846be1d69144a5d0056ee6506'
+ 'ffc338e8ce2a990f6f2a486355bbab65'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ 'b01be5f816988fcee7e78225836e5e27'
+ '740ec5fe2ecfd9d7febd4081c90ec65b'
+ '07c4e412909ac65a44ec90e7a2c4bade'
+ '8d3806bbb19e390f9b32ccf21611d937')
+
+build() {
+   phpconfig="--srcdir=../${pkgbase}-${pkgver} \
+   --prefix=/usr \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --enable-inline-optimization \
+   --disable-debug \
+   --disable-rpath \
+   --disable-static \
+   --enable-shared \
+   --mandir=/usr/share/man \
+   --without-pear \
+   "
+
+   phpextensions="--enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-gd-native-ttf \
+   --enable-intl=shared \
+   --enable-json=shared \
+   --enable-mbregex \
+   --enable-mbstring \
+   --enable-pdo \
+   --enable-phar=shared \
+   --enable-posix=shared \
+   --enable-session \
+   --enable-shmop=shared \
+   --enable-soap=shared \
+   --enable-sockets=shared \
+   --enable-sqlite-utf8 \
+   --enable-sysvmsg=shared \
+   --enable-sysvsem=shared \
+   --enable-sysvshm=shared \
+   --enable-xml \
+   --enable-zip=shared \
+   --with-bz2=shared \
+   --with-curl=shared \
+   --with-db4=/usr \
+   --with-enchant=shared,/usr \
+   --with-freetype-dir=shared,/usr \
+   --with-gd=shared \
+

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:23
  Author: allan
Revision: 149689

db-move: moved thunar from [staging] to [testing] (x86_64)

Added:
  thunar/repos/testing-x86_64/
  thunar/repos/testing-x86_64/PKGBUILD
(from rev 149641, thunar/repos/staging-x86_64/PKGBUILD)
  thunar/repos/testing-x86_64/thunar.install
(from rev 149641, thunar/repos/staging-x86_64/thunar.install)
Deleted:
  thunar/repos/staging-x86_64/

+
 PKGBUILD   |   56 +++
 thunar.install |   14 +
 2 files changed, 70 insertions(+)

Copied: thunar/repos/testing-x86_64/PKGBUILD (from rev 149641, 
thunar/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-09 00:00:23 UTC (rev 149689)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.2.3
+pkgrel=4
+pkgdesc="Modern file manager for Xfce"
+arch=('i686' 'x86_64')
+url="http://thunar.xfce.org";
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev'
+ 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gtk-doc' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'polkit-gnome: for mounting internal partitions (needs root 
password)'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/${pkgname}/1.2/Thunar-$pkgver.tar.bz2)
+sha256sums=('e66aa9ad61a9202e15cc7c5fffc7b961da9ab3b4428f874c1ec8e46eb4ffaca6')
+
+build() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gio-unix \
+--enable-dbus \
+--enable-startup-notification \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--enable-gtk-doc \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  make DESTDIR=${pkgdir} install
+  sed -i 's:x-directory/gnome-default-handler;::' \
+"$pkgdir/usr/share/applications/Thunar-folder-handler.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thunar/repos/testing-x86_64/thunar.install (from rev 149641, 
thunar/repos/staging-x86_64/thunar.install)
===
--- testing-x86_64/thunar.install   (rev 0)
+++ testing-x86_64/thunar.install   2012-02-09 00:00:23 UTC (rev 149689)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:22
  Author: allan
Revision: 149688

db-move: moved thunar from [staging] to [testing] (i686)

Added:
  thunar/repos/testing-i686/
  thunar/repos/testing-i686/PKGBUILD
(from rev 149641, thunar/repos/staging-i686/PKGBUILD)
  thunar/repos/testing-i686/thunar.install
(from rev 149641, thunar/repos/staging-i686/thunar.install)
Deleted:
  thunar/repos/staging-i686/

+
 PKGBUILD   |   56 +++
 thunar.install |   14 +
 2 files changed, 70 insertions(+)

Copied: thunar/repos/testing-i686/PKGBUILD (from rev 149641, 
thunar/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-09 00:00:22 UTC (rev 149688)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.2.3
+pkgrel=4
+pkgdesc="Modern file manager for Xfce"
+arch=('i686' 'x86_64')
+url="http://thunar.xfce.org";
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev'
+ 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gtk-doc' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'polkit-gnome: for mounting internal partitions (needs root 
password)'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/${pkgname}/1.2/Thunar-$pkgver.tar.bz2)
+sha256sums=('e66aa9ad61a9202e15cc7c5fffc7b961da9ab3b4428f874c1ec8e46eb4ffaca6')
+
+build() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gio-unix \
+--enable-dbus \
+--enable-startup-notification \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--enable-gtk-doc \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  make DESTDIR=${pkgdir} install
+  sed -i 's:x-directory/gnome-default-handler;::' \
+"$pkgdir/usr/share/applications/Thunar-folder-handler.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thunar/repos/testing-i686/thunar.install (from rev 149641, 
thunar/repos/staging-i686/thunar.install)
===
--- testing-i686/thunar.install (rev 0)
+++ testing-i686/thunar.install 2012-02-09 00:00:22 UTC (rev 149688)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:20
  Author: allan
Revision: 149687

db-move: moved syslog-ng from [staging] to [testing] (x86_64)

Added:
  syslog-ng/repos/testing-x86_64/
  syslog-ng/repos/testing-x86_64/PKGBUILD
(from rev 149641, syslog-ng/repos/staging-x86_64/PKGBUILD)
  syslog-ng/repos/testing-x86_64/syslog-ng.conf
(from rev 149641, syslog-ng/repos/staging-x86_64/syslog-ng.conf)
  syslog-ng/repos/testing-x86_64/syslog-ng.logrotate
(from rev 149641, syslog-ng/repos/staging-x86_64/syslog-ng.logrotate)
  syslog-ng/repos/testing-x86_64/syslog-ng.rc
(from rev 149641, syslog-ng/repos/staging-x86_64/syslog-ng.rc)
Deleted:
  syslog-ng/repos/staging-x86_64/

-+
 PKGBUILD|   57 ++
 syslog-ng.conf  |   92 ++
 syslog-ng.logrotate |7 +++
 syslog-ng.rc|   66 +++
 4 files changed, 222 insertions(+)

Copied: syslog-ng/repos/testing-x86_64/PKGBUILD (from rev 149641, 
syslog-ng/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-09 00:00:20 UTC (rev 149687)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Eric Bélanger 
+# Maintainer: Aaron Griffin 
+
+pkgname=syslog-ng
+pkgver=3.3.4
+pkgrel=2
+pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
+arch=('i686' 'x86_64')
+license=('GPL2')
+groups=('base')
+url="http://www.balabit.com/network-security/syslog-ng/";
+depends=('glib2' 'eventlog' 'openssl' 'libcap' 'awk')
+makedepends=('flex' 'pkg-config')
+optdepends=('logrotate: for rotating log files')
+provides=('logger')
+options=('!libtool')
+backup=('etc/syslog-ng/modules.conf' 'etc/syslog-ng/scl.conf' \
+'etc/syslog-ng/syslog-ng.conf' 'etc/logrotate.d/syslog-ng')
+source=("http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz";
+syslog-ng.conf
+syslog-ng.logrotate
+syslog-ng.rc)
+sha1sums=('3437a50af027f281747087ab47a45aa5fbabbf14'
+  '98074e0facfc6ef036202662cc86d04b38a2c142'
+  '949128fe3d7f77a7aab99048061f885bc758000c'
+  'a6ad26912b5bcbe1b47b003309945d733613b98f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/syslog-ng \
+--libexecdir=/usr/lib \
+--localstatedir=/var/lib/syslog-ng \
+--with-pidfile-dir=/run \
+--disable-spoof-source \
+--enable-systemd \
+--with-systemdsystemunitdir=/lib/systemd/system
+
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir/var/lib/syslog-ng" 
"$pkgdir/etc/syslog-ng/patterndb.d"
+  install -Dm644 "$srcdir/syslog-ng.conf" 
"$pkgdir/etc/syslog-ng/syslog-ng.conf"
+  install -Dm644 "$srcdir/syslog-ng.logrotate" 
"$pkgdir/etc/logrotate.d/syslog-ng"
+  install -Dm755 "$srcdir/syslog-ng.rc" "$pkgdir/etc/rc.d/syslog-ng"
+
+  # compat with pre-systemd 38
+  # XXX: remove this once the journal is in extra
+  sed -i '/^ExecStartPre/s/=/=-/' 
"$pkgdir/lib/systemd/system/syslog-ng.service"
+}

Copied: syslog-ng/repos/testing-x86_64/syslog-ng.conf (from rev 149641, 
syslog-ng/repos/staging-x86_64/syslog-ng.conf)
===
--- testing-x86_64/syslog-ng.conf   (rev 0)
+++ testing-x86_64/syslog-ng.conf   2012-02-09 00:00:20 UTC (rev 149687)
@@ -0,0 +1,92 @@
+@version: 3.3
+#
+# /etc/syslog-ng/syslog-ng.conf
+#
+
+options {
+  stats_freq (0);
+  flush_lines (0);
+  time_reopen (10);
+  log_fifo_size (1);
+  chain_hostnames (off);
+  use_dns (no);
+  use_fqdn (no);
+  create_dirs (no);
+  keep_hostname (yes);
+  perm(0640);
+  group("log");
+};
+
+source src {
+  unix-dgram("/dev/log");
+  internal();
+  file("/proc/kmsg");
+};
+
+destination d_authlog { file("/var/log/auth.log"); };
+destination d_syslog { file("/var/log/syslog.log"); };
+destination d_cron { file("/var/log/crond.log"); };
+destination d_daemon { file("/var/log/daemon.log"); };
+destination d_kernel { file("/var/log/kernel.log"); };
+destination d_lpr { file("/var/log/lpr.log"); };
+destination d_user { file("/var/log/user.log"); };
+destination d_uucp { file("/var/log/uucp.log"); };
+destination d_mail { file("/var/log/mail.log"); };
+destination d_news { file("/var/log/news.log"); };
+destination d_ppp { file("/var/log/ppp.log"); };
+destination d_debug { file("/var/log/debug.log"); };
+destination d_messages { file("/var/log/messages.log"); };
+destination d_errors { file("/var/log/errors.log"); };
+destination d_everything { file("/var/log/everything.log"); };
+destination d_iptables { file("/var/log/iptables.log"); };
+destination d_acpid { file("/var/log/acpid.log"); };
+destination d_console { usertty("root"); };
+
+#

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:18
  Author: allan
Revision: 149686

db-move: moved syslog-ng from [staging] to [testing] (i686)

Added:
  syslog-ng/repos/testing-i686/
  syslog-ng/repos/testing-i686/PKGBUILD
(from rev 149641, syslog-ng/repos/staging-i686/PKGBUILD)
  syslog-ng/repos/testing-i686/syslog-ng.conf
(from rev 149641, syslog-ng/repos/staging-i686/syslog-ng.conf)
  syslog-ng/repos/testing-i686/syslog-ng.logrotate
(from rev 149641, syslog-ng/repos/staging-i686/syslog-ng.logrotate)
  syslog-ng/repos/testing-i686/syslog-ng.rc
(from rev 149641, syslog-ng/repos/staging-i686/syslog-ng.rc)
Deleted:
  syslog-ng/repos/staging-i686/

-+
 PKGBUILD|   57 ++
 syslog-ng.conf  |   92 ++
 syslog-ng.logrotate |7 +++
 syslog-ng.rc|   66 +++
 4 files changed, 222 insertions(+)

Copied: syslog-ng/repos/testing-i686/PKGBUILD (from rev 149641, 
syslog-ng/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-09 00:00:18 UTC (rev 149686)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Eric Bélanger 
+# Maintainer: Aaron Griffin 
+
+pkgname=syslog-ng
+pkgver=3.3.4
+pkgrel=2
+pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
+arch=('i686' 'x86_64')
+license=('GPL2')
+groups=('base')
+url="http://www.balabit.com/network-security/syslog-ng/";
+depends=('glib2' 'eventlog' 'openssl' 'libcap' 'awk')
+makedepends=('flex' 'pkg-config')
+optdepends=('logrotate: for rotating log files')
+provides=('logger')
+options=('!libtool')
+backup=('etc/syslog-ng/modules.conf' 'etc/syslog-ng/scl.conf' \
+'etc/syslog-ng/syslog-ng.conf' 'etc/logrotate.d/syslog-ng')
+source=("http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz";
+syslog-ng.conf
+syslog-ng.logrotate
+syslog-ng.rc)
+sha1sums=('3437a50af027f281747087ab47a45aa5fbabbf14'
+  '98074e0facfc6ef036202662cc86d04b38a2c142'
+  '949128fe3d7f77a7aab99048061f885bc758000c'
+  'a6ad26912b5bcbe1b47b003309945d733613b98f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/syslog-ng \
+--libexecdir=/usr/lib \
+--localstatedir=/var/lib/syslog-ng \
+--with-pidfile-dir=/run \
+--disable-spoof-source \
+--enable-systemd \
+--with-systemdsystemunitdir=/lib/systemd/system
+
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir/var/lib/syslog-ng" 
"$pkgdir/etc/syslog-ng/patterndb.d"
+  install -Dm644 "$srcdir/syslog-ng.conf" 
"$pkgdir/etc/syslog-ng/syslog-ng.conf"
+  install -Dm644 "$srcdir/syslog-ng.logrotate" 
"$pkgdir/etc/logrotate.d/syslog-ng"
+  install -Dm755 "$srcdir/syslog-ng.rc" "$pkgdir/etc/rc.d/syslog-ng"
+
+  # compat with pre-systemd 38
+  # XXX: remove this once the journal is in extra
+  sed -i '/^ExecStartPre/s/=/=-/' 
"$pkgdir/lib/systemd/system/syslog-ng.service"
+}

Copied: syslog-ng/repos/testing-i686/syslog-ng.conf (from rev 149641, 
syslog-ng/repos/staging-i686/syslog-ng.conf)
===
--- testing-i686/syslog-ng.conf (rev 0)
+++ testing-i686/syslog-ng.conf 2012-02-09 00:00:18 UTC (rev 149686)
@@ -0,0 +1,92 @@
+@version: 3.3
+#
+# /etc/syslog-ng/syslog-ng.conf
+#
+
+options {
+  stats_freq (0);
+  flush_lines (0);
+  time_reopen (10);
+  log_fifo_size (1);
+  chain_hostnames (off);
+  use_dns (no);
+  use_fqdn (no);
+  create_dirs (no);
+  keep_hostname (yes);
+  perm(0640);
+  group("log");
+};
+
+source src {
+  unix-dgram("/dev/log");
+  internal();
+  file("/proc/kmsg");
+};
+
+destination d_authlog { file("/var/log/auth.log"); };
+destination d_syslog { file("/var/log/syslog.log"); };
+destination d_cron { file("/var/log/crond.log"); };
+destination d_daemon { file("/var/log/daemon.log"); };
+destination d_kernel { file("/var/log/kernel.log"); };
+destination d_lpr { file("/var/log/lpr.log"); };
+destination d_user { file("/var/log/user.log"); };
+destination d_uucp { file("/var/log/uucp.log"); };
+destination d_mail { file("/var/log/mail.log"); };
+destination d_news { file("/var/log/news.log"); };
+destination d_ppp { file("/var/log/ppp.log"); };
+destination d_debug { file("/var/log/debug.log"); };
+destination d_messages { file("/var/log/messages.log"); };
+destination d_errors { file("/var/log/errors.log"); };
+destination d_everything { file("/var/log/everything.log"); };
+destination d_iptables { file("/var/log/iptables.log"); };
+destination d_acpid { file("/var/log/acpid.log"); };
+destination d_console { usertty("root"); };
+
+# Log everything to tty12
+destination console_

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:15
  Author: allan
Revision: 149685

db-move: moved swig from [staging] to [testing] (x86_64)

Added:
  swig/repos/testing-x86_64/
  swig/repos/testing-x86_64/PKGBUILD
(from rev 149641, swig/repos/staging-x86_64/PKGBUILD)
Deleted:
  swig/repos/staging-x86_64/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: swig/repos/testing-x86_64/PKGBUILD (from rev 149641, 
swig/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-09 00:00:15 UTC (rev 149685)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Tom Newsom 
+
+pkgname=swig
+pkgver=2.0.4
+pkgrel=3
+pkgdesc="Generate scripting interfaces to C/C++ code"
+arch=('i686' 'x86_64')
+url="http://www.swig.org/";
+license=('custom')
+depends=('zlib' 'pcre')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ace563563a8f6f367ba82236e5bea240adea0d94')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}



[arch-commits] Commit in swig/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:13
  Author: allan
Revision: 149684

db-move: moved swig from [staging] to [testing] (i686)

Added:
  swig/repos/testing-i686/
  swig/repos/testing-i686/PKGBUILD
(from rev 149641, swig/repos/staging-i686/PKGBUILD)
Deleted:
  swig/repos/staging-i686/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: swig/repos/testing-i686/PKGBUILD (from rev 149641, 
swig/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-09 00:00:13 UTC (rev 149684)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Tom Newsom 
+
+pkgname=swig
+pkgver=2.0.4
+pkgrel=3
+pkgdesc="Generate scripting interfaces to C/C++ code"
+arch=('i686' 'x86_64')
+url="http://www.swig.org/";
+license=('custom')
+depends=('zlib' 'pcre')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ace563563a8f6f367ba82236e5bea240adea0d94')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}



[arch-commits] Commit in slang/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:08
  Author: allan
Revision: 149682

db-move: moved slang from [staging] to [testing] (i686)

Added:
  slang/repos/testing-i686/
  slang/repos/testing-i686/PKGBUILD
(from rev 149641, slang/repos/staging-i686/PKGBUILD)
Deleted:
  slang/repos/staging-i686/

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: slang/repos/testing-i686/PKGBUILD (from rev 149641, 
slang/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-09 00:00:08 UTC (rev 149682)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=slang
+pkgver=2.2.4
+pkgrel=2
+pkgdesc="S-Lang is a powerful interpreted language"
+arch=('i686' 'x86_64')
+url="http://www.jedsoft.org/slang/";
+license=('GPL')
+depends=('glibc' 'pcre' 'zlib')
+backup=('etc/slsh.rc')
+options=('!makeflags')
+source=(ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('7fcfd447e378f07dd0c0bae671fe6487'
+ '0e37091fe52b4ef609c3cee8eda0e101')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-all
+}



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:10
  Author: allan
Revision: 149683

db-move: moved slang from [staging] to [testing] (x86_64)

Added:
  slang/repos/testing-x86_64/
  slang/repos/testing-x86_64/PKGBUILD
(from rev 149641, slang/repos/staging-x86_64/PKGBUILD)
Deleted:
  slang/repos/staging-x86_64/

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: slang/repos/testing-x86_64/PKGBUILD (from rev 149641, 
slang/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-09 00:00:10 UTC (rev 149683)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=slang
+pkgver=2.2.4
+pkgrel=2
+pkgdesc="S-Lang is a powerful interpreted language"
+arch=('i686' 'x86_64')
+url="http://www.jedsoft.org/slang/";
+license=('GPL')
+depends=('glibc' 'pcre' 'zlib')
+backup=('etc/slsh.rc')
+options=('!makeflags')
+source=(ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('7fcfd447e378f07dd0c0bae671fe6487'
+ '0e37091fe52b4ef609c3cee8eda0e101')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-all
+}



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:51
  Author: allan
Revision: 149677

db-move: moved pcre from [staging] to [testing] (x86_64)

Added:
  pcre/repos/testing-x86_64/
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 149641, pcre/repos/staging-x86_64/PKGBUILD)
Deleted:
  pcre/repos/staging-x86_64/

--+
 PKGBUILD |   38 ++
 1 file changed, 38 insertions(+)

Copied: pcre/repos/testing-x86_64/PKGBUILD (from rev 149641, 
pcre/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:51 UTC (rev 149677)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.30
+pkgrel=1
+pkgdesc="A library that implements Perl 5-style regular expressions"
+arch=('i686' 'x86_64')
+url="http://www.pcre.org/";
+license=('BSD')
+depends=('gcc-libs')
+options=('!libtool')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('98e8928945d04279581e778fbdff'
+ '01eee0333fa71687e0b6756db77f94ad')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  
+  [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
+  ./configure --prefix=/usr --enable-pcre16 --enable-jit \
+--enable-utf8 --enable-unicode-properties
+  make
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in pcre/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:50
  Author: allan
Revision: 149676

db-move: moved pcre from [staging] to [testing] (i686)

Added:
  pcre/repos/testing-i686/
  pcre/repos/testing-i686/PKGBUILD
(from rev 149641, pcre/repos/staging-i686/PKGBUILD)
Deleted:
  pcre/repos/staging-i686/

--+
 PKGBUILD |   38 ++
 1 file changed, 38 insertions(+)

Copied: pcre/repos/testing-i686/PKGBUILD (from rev 149641, 
pcre/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:50 UTC (rev 149676)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.30
+pkgrel=1
+pkgdesc="A library that implements Perl 5-style regular expressions"
+arch=('i686' 'x86_64')
+url="http://www.pcre.org/";
+license=('BSD')
+depends=('gcc-libs')
+options=('!libtool')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('98e8928945d04279581e778fbdff'
+ '01eee0333fa71687e0b6756db77f94ad')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  
+  [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
+  ./configure --prefix=/usr --enable-pcre16 --enable-jit \
+--enable-utf8 --enable-unicode-properties
+  make
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in octave/repos (7 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:49
  Author: allan
Revision: 149675

db-move: moved octave from [staging] to [testing] (x86_64)

Added:
  octave/repos/testing-x86_64/
  octave/repos/testing-x86_64/PKGBUILD
(from rev 149641, octave/repos/staging-x86_64/PKGBUILD)
  octave/repos/testing-x86_64/curlfix.patch
(from rev 149641, octave/repos/staging-x86_64/curlfix.patch)
  octave/repos/testing-x86_64/imread.patch
(from rev 149641, octave/repos/staging-x86_64/imread.patch)
  octave/repos/testing-x86_64/octave-3.4.0-gcc46.patch
(from rev 149641, octave/repos/staging-x86_64/octave-3.4.0-gcc46.patch)
  octave/repos/testing-x86_64/octave.install
(from rev 149641, octave/repos/staging-x86_64/octave.install)
Deleted:
  octave/repos/staging-x86_64/

--+
 PKGBUILD |   44 
 curlfix.patch|   10 ++
 imread.patch |   29 +
 octave-3.4.0-gcc46.patch |   24 
 octave.install   |   18 ++
 5 files changed, 125 insertions(+)

Copied: octave/repos/testing-x86_64/PKGBUILD (from rev 149641, 
octave/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:49 UTC (rev 149675)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=3.4.3
+pkgrel=2
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org";
+license=('GPL')
+depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 
'gcc-libs' 'qhull')
+makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'umfpack' 'texlive-core' 
'fltk')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+   'umfpack: LU decomposition of some large sparse matrices'
+   'fltk: alternative plotting')
+source=("ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2";)
+options=('!emptydirs')
+install=octave.install
+sha1sums=('fe622c28a38f8730c59e46211bc7b18e7f51a679')
+   
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # http://www.nabble.com/Random-rounding-errors-td16010966.html
+  FFLAGS="-O -ffloat-store" \
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static --with-quantum-depth=16
+
+  LANG=C make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo "/usr/lib/${pkgname}-${pkgver}" > 
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
+}

Copied: octave/repos/testing-x86_64/curlfix.patch (from rev 149641, 
octave/repos/staging-x86_64/curlfix.patch)
===
--- testing-x86_64/curlfix.patch(rev 0)
+++ testing-x86_64/curlfix.patch2012-02-08 23:59:49 UTC (rev 149675)
@@ -0,0 +1,10 @@
+--- src/DLD-FUNCTIONS/urlwrite.cc.old  2011-07-02 16:39:22.466603778 +0200
 src/DLD-FUNCTIONS/urlwrite.cc  2011-07-02 16:39:54.543269859 +0200
+@@ -52,7 +52,6 @@
+ 
+ #include 
+ #include 
+-#include 
+ #include 
+ 
+ static int

Copied: octave/repos/testing-x86_64/imread.patch (from rev 149641, 
octave/repos/staging-x86_64/imread.patch)
===
--- testing-x86_64/imread.patch (rev 0)
+++ testing-x86_64/imread.patch 2012-02-08 23:59:49 UTC (rev 149675)
@@ -0,0 +1,29 @@
+--- src/DLD-FUNCTIONS/__magick_read__.cc.orig  2010-03-06 08:05:25.0 
+
 src/DLD-FUNCTIONS/__magick_read__.cc   2009-08-25 09:26:01.0 
+0100
+@@ -30,6 +30,7 @@
+ #include "defun-dld.h"
+ #include "error.h"
+ #include "ov-struct.h"
++#include "oct-env.h"
+ 
+ #ifdef HAVE_MAGICK
+ 
+@@ -359,6 +358,18 @@
+ 
+ #ifdef HAVE_MAGICK
+ 
++  static bool initialized = false;
++
++  if (! initialized)
++{
++  std::string program_name = octave_env::get_program_invocation_name ();
++
++  Magick::InitializeMagick (program_name.c_str ());
++
++  initialized = true;
++}
++
++
+   if (args.length () > 2 || args.length () < 1 || ! args(0).is_string ()
+   || nargout > 3)
+ {

Copied: octave/repos/testing-x86_64/octave-3.4.0-gcc46.patch (from rev 149641, 
octave/repos/staging-x86_64/octave-3.4.0-gcc46.patch)
===
--- testing-x86_64/octave-3.4.0-gcc46.patch (rev 0)
+++ testing-x86_64/octave-3.4.0-gcc46.patch 2012-02-08 23:59:49 UTC (rev 
149675)
@@ -0,0 +1,24 @@
+diff -up octave-3.4.0/liboctave/oct-alloc.h.gcc46 
octave-3.4.0/liboctave/oct-alloc.h
+--- octave-3.4.0/l

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:46
  Author: allan
Revision: 149673

db-move: moved nmap from [staging] to [testing] (x86_64)

Added:
  nmap/repos/testing-x86_64/
  nmap/repos/testing-x86_64/ChangeLog
(from rev 149641, nmap/repos/staging-x86_64/ChangeLog)
  nmap/repos/testing-x86_64/PKGBUILD
(from rev 149641, nmap/repos/staging-x86_64/PKGBUILD)
Deleted:
  nmap/repos/staging-x86_64/

---+
 ChangeLog |   17 +
 PKGBUILD  |   41 +
 2 files changed, 58 insertions(+)

Copied: nmap/repos/testing-x86_64/ChangeLog (from rev 149641, 
nmap/repos/staging-x86_64/ChangeLog)
===
--- testing-x86_64/ChangeLog(rev 0)
+++ testing-x86_64/ChangeLog2012-02-08 23:59:46 UTC (rev 149673)
@@ -0,0 +1,17 @@
+
+2008-10-28  Douglas Soares de Andrade  
+
+   * Python 2.6 rebuild.
+
+2008-07-23  Hugo Doria  
+
+   * Added pygtk in optdepends: 4.68-3
+
+2008-07-09  Douglas Soares de Andrade  
+
+   * Fixing the pixmaps path for i686: 4.68
+
+2008-07-09  Douglas Soares de Andrade  
+
+   * Updated for i686: 4.68
+

Copied: nmap/repos/testing-x86_64/PKGBUILD (from rev 149641, 
nmap/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:46 UTC (rev 149673)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=5.51
+pkgrel=2
+pkgdesc="A network exploration tool and security/port scanner"
+arch=('i686' 'x86_64')
+url="http://nmap.org";
+license=('GPL')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+# python is needed for zenmap
+makedepends=('python2')
+optdepends=('pygtk: gui for nmap')
+options=('!makeflags')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  echo "TryExec=/usr/bin/pygtk-demo" >> 
zenmap/install_scripts/unix/zenmap.desktop 
+  echo "TryExec=/usr/bin/pygtk-demo" >> 
zenmap/install_scripts/unix/zenmap-root.desktop 
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # remove zenmap uninstall script
+  rm "${pkgdir}/usr/bin/uninstall_zenmap"
+
+  # install custom GPL2 license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+md5sums=('0b80d2cb92ace5ebba8095a4c2850275')



[arch-commits] Commit in octave/repos (7 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:47
  Author: allan
Revision: 149674

db-move: moved octave from [staging] to [testing] (i686)

Added:
  octave/repos/testing-i686/
  octave/repos/testing-i686/PKGBUILD
(from rev 149641, octave/repos/staging-i686/PKGBUILD)
  octave/repos/testing-i686/curlfix.patch
(from rev 149641, octave/repos/staging-i686/curlfix.patch)
  octave/repos/testing-i686/imread.patch
(from rev 149641, octave/repos/staging-i686/imread.patch)
  octave/repos/testing-i686/octave-3.4.0-gcc46.patch
(from rev 149641, octave/repos/staging-i686/octave-3.4.0-gcc46.patch)
  octave/repos/testing-i686/octave.install
(from rev 149641, octave/repos/staging-i686/octave.install)
Deleted:
  octave/repos/staging-i686/

--+
 PKGBUILD |   44 
 curlfix.patch|   10 ++
 imread.patch |   29 +
 octave-3.4.0-gcc46.patch |   24 
 octave.install   |   18 ++
 5 files changed, 125 insertions(+)

Copied: octave/repos/testing-i686/PKGBUILD (from rev 149641, 
octave/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:47 UTC (rev 149674)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=3.4.3
+pkgrel=2
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org";
+license=('GPL')
+depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 
'gcc-libs' 'qhull')
+makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'umfpack' 'texlive-core' 
'fltk')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+   'umfpack: LU decomposition of some large sparse matrices'
+   'fltk: alternative plotting')
+source=("ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2";)
+options=('!emptydirs')
+install=octave.install
+sha1sums=('fe622c28a38f8730c59e46211bc7b18e7f51a679')
+   
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # http://www.nabble.com/Random-rounding-errors-td16010966.html
+  FFLAGS="-O -ffloat-store" \
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static --with-quantum-depth=16
+
+  LANG=C make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo "/usr/lib/${pkgname}-${pkgver}" > 
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
+}

Copied: octave/repos/testing-i686/curlfix.patch (from rev 149641, 
octave/repos/staging-i686/curlfix.patch)
===
--- testing-i686/curlfix.patch  (rev 0)
+++ testing-i686/curlfix.patch  2012-02-08 23:59:47 UTC (rev 149674)
@@ -0,0 +1,10 @@
+--- src/DLD-FUNCTIONS/urlwrite.cc.old  2011-07-02 16:39:22.466603778 +0200
 src/DLD-FUNCTIONS/urlwrite.cc  2011-07-02 16:39:54.543269859 +0200
+@@ -52,7 +52,6 @@
+ 
+ #include 
+ #include 
+-#include 
+ #include 
+ 
+ static int

Copied: octave/repos/testing-i686/imread.patch (from rev 149641, 
octave/repos/staging-i686/imread.patch)
===
--- testing-i686/imread.patch   (rev 0)
+++ testing-i686/imread.patch   2012-02-08 23:59:47 UTC (rev 149674)
@@ -0,0 +1,29 @@
+--- src/DLD-FUNCTIONS/__magick_read__.cc.orig  2010-03-06 08:05:25.0 
+
 src/DLD-FUNCTIONS/__magick_read__.cc   2009-08-25 09:26:01.0 
+0100
+@@ -30,6 +30,7 @@
+ #include "defun-dld.h"
+ #include "error.h"
+ #include "ov-struct.h"
++#include "oct-env.h"
+ 
+ #ifdef HAVE_MAGICK
+ 
+@@ -359,6 +358,18 @@
+ 
+ #ifdef HAVE_MAGICK
+ 
++  static bool initialized = false;
++
++  if (! initialized)
++{
++  std::string program_name = octave_env::get_program_invocation_name ();
++
++  Magick::InitializeMagick (program_name.c_str ());
++
++  initialized = true;
++}
++
++
+   if (args.length () > 2 || args.length () < 1 || ! args(0).is_string ()
+   || nargout > 3)
+ {

Copied: octave/repos/testing-i686/octave-3.4.0-gcc46.patch (from rev 149641, 
octave/repos/staging-i686/octave-3.4.0-gcc46.patch)
===
--- testing-i686/octave-3.4.0-gcc46.patch   (rev 0)
+++ testing-i686/octave-3.4.0-gcc46.patch   2012-02-08 23:59:47 UTC (rev 
149674)
@@ -0,0 +1,24 @@
+diff -up octave-3.4.0/liboctave/oct-alloc.h.gcc46 
octave-3.4.0/liboctave/oct-alloc.h
+--- octave-3.4.0/liboctave/oct-alloc.h.gcc46   2011-02-08 03:00:51.0

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:45
  Author: allan
Revision: 149672

db-move: moved nmap from [staging] to [testing] (i686)

Added:
  nmap/repos/testing-i686/
  nmap/repos/testing-i686/ChangeLog
(from rev 149641, nmap/repos/staging-i686/ChangeLog)
  nmap/repos/testing-i686/PKGBUILD
(from rev 149641, nmap/repos/staging-i686/PKGBUILD)
Deleted:
  nmap/repos/staging-i686/

---+
 ChangeLog |   17 +
 PKGBUILD  |   41 +
 2 files changed, 58 insertions(+)

Copied: nmap/repos/testing-i686/ChangeLog (from rev 149641, 
nmap/repos/staging-i686/ChangeLog)
===
--- testing-i686/ChangeLog  (rev 0)
+++ testing-i686/ChangeLog  2012-02-08 23:59:45 UTC (rev 149672)
@@ -0,0 +1,17 @@
+
+2008-10-28  Douglas Soares de Andrade  
+
+   * Python 2.6 rebuild.
+
+2008-07-23  Hugo Doria  
+
+   * Added pygtk in optdepends: 4.68-3
+
+2008-07-09  Douglas Soares de Andrade  
+
+   * Fixing the pixmaps path for i686: 4.68
+
+2008-07-09  Douglas Soares de Andrade  
+
+   * Updated for i686: 4.68
+

Copied: nmap/repos/testing-i686/PKGBUILD (from rev 149641, 
nmap/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:45 UTC (rev 149672)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=5.51
+pkgrel=2
+pkgdesc="A network exploration tool and security/port scanner"
+arch=('i686' 'x86_64')
+url="http://nmap.org";
+license=('GPL')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+# python is needed for zenmap
+makedepends=('python2')
+optdepends=('pygtk: gui for nmap')
+options=('!makeflags')
+source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  echo "TryExec=/usr/bin/pygtk-demo" >> 
zenmap/install_scripts/unix/zenmap.desktop 
+  echo "TryExec=/usr/bin/pygtk-demo" >> 
zenmap/install_scripts/unix/zenmap-root.desktop 
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # remove zenmap uninstall script
+  rm "${pkgdir}/usr/bin/uninstall_zenmap"
+
+  # install custom GPL2 license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+md5sums=('0b80d2cb92ace5ebba8095a4c2850275')



[arch-commits] Commit in metalog/repos (5 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:44
  Author: allan
Revision: 149671

db-move: moved metalog from [staging] to [testing] (x86_64)

Added:
  metalog/repos/testing-x86_64/
  metalog/repos/testing-x86_64/PKGBUILD
(from rev 149641, metalog/repos/staging-x86_64/PKGBUILD)
  metalog/repos/testing-x86_64/metalog
(from rev 149641, metalog/repos/staging-x86_64/metalog)
  metalog/repos/testing-x86_64/metalog.confd
(from rev 149641, metalog/repos/staging-x86_64/metalog.confd)
Deleted:
  metalog/repos/staging-x86_64/

---+
 PKGBUILD  |   34 ++
 metalog   |   40 
 metalog.confd |8 
 3 files changed, 82 insertions(+)

Copied: metalog/repos/testing-x86_64/PKGBUILD (from rev 149641, 
metalog/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:44 UTC (rev 149671)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: juergen 
+# Contributor: Tom Newsom 
+
+pkgname=metalog
+pkgver=1.0
+pkgrel=3
+pkgdesc="Metalog is a modern replacement for syslogd and klogd"
+url="http://metalog.sourceforge.net";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('pcre')
+provides=('logger')
+backup=('etc/metalog.conf' 'etc/conf.d/metalog')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-1.tar.lzma";
+'metalog'
+'metalog.confd')
+md5sums=('df4ec89f6a0df24a43f9592ee80ab6be'
+ 'cdd1d34eedbfbc2d9e659bf0a0f58f56'
+ '86bccd5a02996921e29eff8a0394d11f')
+
+build() {
+  cd $srcdir/$pkgname-1
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-1
+  make DESTDIR=$pkgdir install
+  install -D -m755 $srcdir/metalog $pkgdir/etc/rc.d/metalog
+  install -D -m644 $srcdir/metalog.confd $pkgdir/etc/conf.d/metalog
+  install -D -m644 metalog.conf $pkgdir/etc/metalog.conf
+}

Copied: metalog/repos/testing-x86_64/metalog (from rev 149641, 
metalog/repos/staging-x86_64/metalog)
===
--- testing-x86_64/metalog  (rev 0)
+++ testing-x86_64/metalog  2012-02-08 23:59:44 UTC (rev 149671)
@@ -0,0 +1,40 @@
+#!/bin/bash
+
+# source application-specific settings
+[ -f /etc/conf.d/metalog ] && . /etc/conf.d/metalog
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+PID=`pidof -o %PPID /usr/sbin/metalog`
+case "$1" in
+  start)
+stat_busy "Starting Metalog"
+[ -z "$PID" ] && /usr/sbin/metalog -B $METALOG_OPTS 2>&1
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  echo $PID > /var/run/metalog.pid
+  add_daemon metalog
+  stat_done
+fi
+;;
+  stop)
+stat_busy "Stopping Metalog"
+[ ! -z "$PID" ]  && kill $PID &>/dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  rm_daemon metalog
+  stat_done
+fi
+;;
+  restart)
+$0 stop
+sleep 1
+$0 start
+;;
+  *)
+echo "usage: $0 {start|stop|restart}" 
+esac
+exit 0 

Copied: metalog/repos/testing-x86_64/metalog.confd (from rev 149641, 
metalog/repos/staging-x86_64/metalog.confd)
===
--- testing-x86_64/metalog.confd(rev 0)
+++ testing-x86_64/metalog.confd2012-02-08 23:59:44 UTC (rev 149671)
@@ -0,0 +1,8 @@
+#
+# Parameters to be passed to metalog
+#
+
+# NOTE: Since v.0.7, metalog disables buffering by default.
+# Add '-a' if you want buffering.
+
+METALOG_OPTS=""



[arch-commits] Commit in metalog/repos (5 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:43
  Author: allan
Revision: 149670

db-move: moved metalog from [staging] to [testing] (i686)

Added:
  metalog/repos/testing-i686/
  metalog/repos/testing-i686/PKGBUILD
(from rev 149641, metalog/repos/staging-i686/PKGBUILD)
  metalog/repos/testing-i686/metalog
(from rev 149641, metalog/repos/staging-i686/metalog)
  metalog/repos/testing-i686/metalog.confd
(from rev 149641, metalog/repos/staging-i686/metalog.confd)
Deleted:
  metalog/repos/staging-i686/

---+
 PKGBUILD  |   34 ++
 metalog   |   40 
 metalog.confd |8 
 3 files changed, 82 insertions(+)

Copied: metalog/repos/testing-i686/PKGBUILD (from rev 149641, 
metalog/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:43 UTC (rev 149670)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: juergen 
+# Contributor: Tom Newsom 
+
+pkgname=metalog
+pkgver=1.0
+pkgrel=3
+pkgdesc="Metalog is a modern replacement for syslogd and klogd"
+url="http://metalog.sourceforge.net";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('pcre')
+provides=('logger')
+backup=('etc/metalog.conf' 'etc/conf.d/metalog')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-1.tar.lzma";
+'metalog'
+'metalog.confd')
+md5sums=('df4ec89f6a0df24a43f9592ee80ab6be'
+ 'cdd1d34eedbfbc2d9e659bf0a0f58f56'
+ '86bccd5a02996921e29eff8a0394d11f')
+
+build() {
+  cd $srcdir/$pkgname-1
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-1
+  make DESTDIR=$pkgdir install
+  install -D -m755 $srcdir/metalog $pkgdir/etc/rc.d/metalog
+  install -D -m644 $srcdir/metalog.confd $pkgdir/etc/conf.d/metalog
+  install -D -m644 metalog.conf $pkgdir/etc/metalog.conf
+}

Copied: metalog/repos/testing-i686/metalog (from rev 149641, 
metalog/repos/staging-i686/metalog)
===
--- testing-i686/metalog(rev 0)
+++ testing-i686/metalog2012-02-08 23:59:43 UTC (rev 149670)
@@ -0,0 +1,40 @@
+#!/bin/bash
+
+# source application-specific settings
+[ -f /etc/conf.d/metalog ] && . /etc/conf.d/metalog
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+PID=`pidof -o %PPID /usr/sbin/metalog`
+case "$1" in
+  start)
+stat_busy "Starting Metalog"
+[ -z "$PID" ] && /usr/sbin/metalog -B $METALOG_OPTS 2>&1
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  echo $PID > /var/run/metalog.pid
+  add_daemon metalog
+  stat_done
+fi
+;;
+  stop)
+stat_busy "Stopping Metalog"
+[ ! -z "$PID" ]  && kill $PID &>/dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  rm_daemon metalog
+  stat_done
+fi
+;;
+  restart)
+$0 stop
+sleep 1
+$0 start
+;;
+  *)
+echo "usage: $0 {start|stop|restart}" 
+esac
+exit 0 

Copied: metalog/repos/testing-i686/metalog.confd (from rev 149641, 
metalog/repos/staging-i686/metalog.confd)
===
--- testing-i686/metalog.confd  (rev 0)
+++ testing-i686/metalog.confd  2012-02-08 23:59:43 UTC (rev 149670)
@@ -0,0 +1,8 @@
+#
+# Parameters to be passed to metalog
+#
+
+# NOTE: Since v.0.7, metalog disables buffering by default.
+# Add '-a' if you want buffering.
+
+METALOG_OPTS=""



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:41
  Author: allan
Revision: 149669

db-move: moved lighttpd from [staging] to [testing] (x86_64)

Added:
  lighttpd/repos/testing-x86_64/
  lighttpd/repos/testing-x86_64/PKGBUILD
(from rev 149641, lighttpd/repos/staging-x86_64/PKGBUILD)
  lighttpd/repos/testing-x86_64/lighttpd.conf
(from rev 149641, lighttpd/repos/staging-x86_64/lighttpd.conf)
  lighttpd/repos/testing-x86_64/lighttpd.logrotate.d
(from rev 149641, lighttpd/repos/staging-x86_64/lighttpd.logrotate.d)
  lighttpd/repos/testing-x86_64/lighttpd.rc.d
(from rev 149641, lighttpd/repos/staging-x86_64/lighttpd.rc.d)
Deleted:
  lighttpd/repos/staging-x86_64/

--+
 PKGBUILD |   67 
 lighttpd.conf|   12 
 lighttpd.logrotate.d |9 +++
 lighttpd.rc.d|  132 +
 4 files changed, 220 insertions(+)

Copied: lighttpd/repos/testing-x86_64/PKGBUILD (from rev 149641, 
lighttpd/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:41 UTC (rev 149669)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=lighttpd
+pkgver=1.4.30
+pkgrel=3
+pkgdesc='a secure, fast, compliant and very flexible web-server'
+license=('custom')
+arch=('i686' 'x86_64')
+url="http://www.lighttpd.net/";
+depends=('pcre' 'bzip2' 'libldap' 'util-linux')
+makedepends=('fcgi' 'libmysqlclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite3' 
'gdbm' 'pkgconfig')
+optdepends=('libxml2: mod_webdav'
+'lua: mod_cml/mod_magnet'
+'libmysqlclient: mod_mysql_vhost'
+'sqlite3: mod_webdav')
+backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
+options=('!libtool' 'emptydirs')
+source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz";
+
"http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc";
+'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf')
+sha256sums=('c237692366935b19ef8a6a600b2f3c9b259a9c3107271594c081a45902bd9c9b'
+'941ab747aeb97ca111fb670d21eefecdf745debc5e139bc5bd6881ee66b2742a'
+'ceff3a88e876f6104c094379d507b89bc504777d0f98a0930406a70624fcf024'
+'550aa1abaced6bc9e8d65c2b069bfc96bf4d06734b17eeb140c5d00705de1230'
+'ee56422fe48f2683ccb5ca2e3dc6bad79ea8e1cbd043b21d2ea73b87018e35aa')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/lighttpd/modules \
+   --sysconfdir=/etc/lighttpd \
+   --with-mysql \
+   --with-ldap \
+   --with-attr \
+   --with-openssl \
+   --with-kerberos5 \
+   --without-fam \
+   --with-webdav-props \
+   --with-webdav-locks \
+   --with-gdbm \
+   --with-memcache \
+   --with-lua
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   install -D -m755 $srcdir/lighttpd.rc.d $pkgdir/etc/rc.d/lighttpd
+   install -D -m644 $srcdir/lighttpd.logrotate.d 
$pkgdir/etc/logrotate.d/lighttpd
+   install -D -m644 $srcdir/lighttpd.conf 
$pkgdir/etc/lighttpd/lighttpd.conf
+   install -d -m755 -o http -g http $pkgdir/var/{log,cache}/lighttpd/
+
+   pushd doc/config >/dev/null
+   find . -type f ! -name 'Makefile*' -exec install -D -m644 {} 
${pkgdir}/usr/share/doc/lighttpd/config/{} \;
+   popd >/dev/null
+
+   install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: lighttpd/repos/testing-x86_64/lighttpd.conf (from rev 149641, 
lighttpd/repos/staging-x86_64/lighttpd.conf)
===
--- testing-x86_64/lighttpd.conf(rev 0)
+++ testing-x86_64/lighttpd.conf2012-02-08 23:59:41 UTC (rev 149669)
@@ -0,0 +1,12 @@
+# This is a minimal example config
+# See /usr/share/doc/lighttpd
+# and 
http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions
+
+server.port= 80
+server.username= "http"
+server.groupname   = "http"
+server.document-root   = "/srv/http"
+server.errorlog= "/var/log/lighttpd/error.log"
+dir-listing.activate   = "enable"
+index-file.names   = ( "index.html" )
+mimetype.assign= ( ".html" => "text/html", ".txt" => 
"text/plain", ".jpg" => "image/jpeg", ".png" => "image/png", "" => 
"application/octet-stream" )

Copied: lighttpd/repos/testing-x86_64/lighttpd.logrotate.d (from rev 149641, 
lighttpd/repos/staging-x86_64/lighttpd.logrotate.d)
=

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:40
  Author: allan
Revision: 149668

db-move: moved lighttpd from [staging] to [testing] (i686)

Added:
  lighttpd/repos/testing-i686/
  lighttpd/repos/testing-i686/PKGBUILD
(from rev 149641, lighttpd/repos/staging-i686/PKGBUILD)
  lighttpd/repos/testing-i686/lighttpd.conf
(from rev 149641, lighttpd/repos/staging-i686/lighttpd.conf)
  lighttpd/repos/testing-i686/lighttpd.logrotate.d
(from rev 149641, lighttpd/repos/staging-i686/lighttpd.logrotate.d)
  lighttpd/repos/testing-i686/lighttpd.rc.d
(from rev 149641, lighttpd/repos/staging-i686/lighttpd.rc.d)
Deleted:
  lighttpd/repos/staging-i686/

--+
 PKGBUILD |   67 
 lighttpd.conf|   12 
 lighttpd.logrotate.d |9 +++
 lighttpd.rc.d|  132 +
 4 files changed, 220 insertions(+)

Copied: lighttpd/repos/testing-i686/PKGBUILD (from rev 149641, 
lighttpd/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:40 UTC (rev 149668)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=lighttpd
+pkgver=1.4.30
+pkgrel=3
+pkgdesc='a secure, fast, compliant and very flexible web-server'
+license=('custom')
+arch=('i686' 'x86_64')
+url="http://www.lighttpd.net/";
+depends=('pcre' 'bzip2' 'libldap' 'util-linux')
+makedepends=('fcgi' 'libmysqlclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite3' 
'gdbm' 'pkgconfig')
+optdepends=('libxml2: mod_webdav'
+'lua: mod_cml/mod_magnet'
+'libmysqlclient: mod_mysql_vhost'
+'sqlite3: mod_webdav')
+backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
+options=('!libtool' 'emptydirs')
+source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz";
+
"http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc";
+'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf')
+sha256sums=('c237692366935b19ef8a6a600b2f3c9b259a9c3107271594c081a45902bd9c9b'
+'941ab747aeb97ca111fb670d21eefecdf745debc5e139bc5bd6881ee66b2742a'
+'ceff3a88e876f6104c094379d507b89bc504777d0f98a0930406a70624fcf024'
+'550aa1abaced6bc9e8d65c2b069bfc96bf4d06734b17eeb140c5d00705de1230'
+'ee56422fe48f2683ccb5ca2e3dc6bad79ea8e1cbd043b21d2ea73b87018e35aa')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/lighttpd/modules \
+   --sysconfdir=/etc/lighttpd \
+   --with-mysql \
+   --with-ldap \
+   --with-attr \
+   --with-openssl \
+   --with-kerberos5 \
+   --without-fam \
+   --with-webdav-props \
+   --with-webdav-locks \
+   --with-gdbm \
+   --with-memcache \
+   --with-lua
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   install -D -m755 $srcdir/lighttpd.rc.d $pkgdir/etc/rc.d/lighttpd
+   install -D -m644 $srcdir/lighttpd.logrotate.d 
$pkgdir/etc/logrotate.d/lighttpd
+   install -D -m644 $srcdir/lighttpd.conf 
$pkgdir/etc/lighttpd/lighttpd.conf
+   install -d -m755 -o http -g http $pkgdir/var/{log,cache}/lighttpd/
+
+   pushd doc/config >/dev/null
+   find . -type f ! -name 'Makefile*' -exec install -D -m644 {} 
${pkgdir}/usr/share/doc/lighttpd/config/{} \;
+   popd >/dev/null
+
+   install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: lighttpd/repos/testing-i686/lighttpd.conf (from rev 149641, 
lighttpd/repos/staging-i686/lighttpd.conf)
===
--- testing-i686/lighttpd.conf  (rev 0)
+++ testing-i686/lighttpd.conf  2012-02-08 23:59:40 UTC (rev 149668)
@@ -0,0 +1,12 @@
+# This is a minimal example config
+# See /usr/share/doc/lighttpd
+# and 
http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions
+
+server.port= 80
+server.username= "http"
+server.groupname   = "http"
+server.document-root   = "/srv/http"
+server.errorlog= "/var/log/lighttpd/error.log"
+dir-listing.activate   = "enable"
+index-file.names   = ( "index.html" )
+mimetype.assign= ( ".html" => "text/html", ".txt" => 
"text/plain", ".jpg" => "image/jpeg", ".png" => "image/png", "" => 
"application/octet-stream" )

Copied: lighttpd/repos/testing-i686/lighttpd.logrotate.d (from rev 149641, 
lighttpd/repos/staging-i686/lighttpd.logrotate.d)
===
--- testing-i686/lighttpd.logrotate.d  

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:39
  Author: allan
Revision: 149667

db-move: moved libtool from [staging] to [testing] (x86_64)

Added:
  libtool/repos/testing-x86_64/
  libtool/repos/testing-x86_64/PKGBUILD
(from rev 149641, libtool/repos/staging-x86_64/PKGBUILD)
  libtool/repos/testing-x86_64/libtool.install
(from rev 149641, libtool/repos/staging-x86_64/libtool.install)
Deleted:
  libtool/repos/staging-x86_64/

-+
 PKGBUILD|   49 +
 libtool.install |   20 
 2 files changed, 69 insertions(+)

Copied: libtool/repos/testing-x86_64/PKGBUILD (from rev 149641, 
libtool/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:39 UTC (rev 149667)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=('libtool' 'libltdl')
+pkgver=2.4.2
+pkgrel=3
+pkgdesc="A generic library support script"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libtool";
+license=('GPL')
+options=('!libtool')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
+ '1e6ba57420c82c663c85e745d11c7eed')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make check
+}
+
+package_libtool() {
+  depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.6.2')
+  groups=('base-devel')
+  install=libtool.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \
+ install-data-local
+  rm -rf ${pkgdir}/usr/share/libtool/libltdl/
+}
+
+package_libltdl() {
+  pkgdesc="A system independent dlopen wrapper for GNU libtool"
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES install-includeHEADERS \
+ install-ltdlincludeHEADERS install-data-local
+  rm -rf ${pkgdir}/usr/share/{aclocal,libtool/config}
+}

Copied: libtool/repos/testing-x86_64/libtool.install (from rev 149641, 
libtool/repos/staging-x86_64/libtool.install)
===
--- testing-x86_64/libtool.install  (rev 0)
+++ testing-x86_64/libtool.install  2012-02-08 23:59:39 UTC (rev 149667)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libtool.info  libtool.info-1  libtool.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2> /dev/null
+  done
+}



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:38
  Author: allan
Revision: 149666

db-move: moved libtool from [staging] to [testing] (i686)

Added:
  libtool/repos/testing-i686/
  libtool/repos/testing-i686/PKGBUILD
(from rev 149641, libtool/repos/staging-i686/PKGBUILD)
  libtool/repos/testing-i686/libtool.install
(from rev 149641, libtool/repos/staging-i686/libtool.install)
Deleted:
  libtool/repos/staging-i686/

-+
 PKGBUILD|   49 +
 libtool.install |   20 
 2 files changed, 69 insertions(+)

Copied: libtool/repos/testing-i686/PKGBUILD (from rev 149641, 
libtool/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:38 UTC (rev 149666)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=('libtool' 'libltdl')
+pkgver=2.4.2
+pkgrel=3
+pkgdesc="A generic library support script"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libtool";
+license=('GPL')
+options=('!libtool')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
+ '1e6ba57420c82c663c85e745d11c7eed')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make check
+}
+
+package_libtool() {
+  depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.6.2')
+  groups=('base-devel')
+  install=libtool.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \
+ install-data-local
+  rm -rf ${pkgdir}/usr/share/libtool/libltdl/
+}
+
+package_libltdl() {
+  pkgdesc="A system independent dlopen wrapper for GNU libtool"
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES install-includeHEADERS \
+ install-ltdlincludeHEADERS install-data-local
+  rm -rf ${pkgdir}/usr/share/{aclocal,libtool/config}
+}

Copied: libtool/repos/testing-i686/libtool.install (from rev 149641, 
libtool/repos/staging-i686/libtool.install)
===
--- testing-i686/libtool.install(rev 0)
+++ testing-i686/libtool.install2012-02-08 23:59:38 UTC (rev 149666)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libtool.info  libtool.info-1  libtool.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2> /dev/null
+  done
+}



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:36
  Author: allan
Revision: 149664

db-move: moved libmp3splt from [staging] to [testing] (i686)

Added:
  libmp3splt/repos/testing-i686/
  libmp3splt/repos/testing-i686/PKGBUILD
(from rev 149641, libmp3splt/repos/staging-i686/PKGBUILD)
Deleted:
  libmp3splt/repos/staging-i686/

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: libmp3splt/repos/testing-i686/PKGBUILD (from rev 149641, 
libmp3splt/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:36 UTC (rev 149664)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libmp3splt
+pkgver=0.7
+pkgrel=2
+pkgdesc="Library for splitting mp3 and ogg files without decoding"
+arch=('i686' 'x86_64')
+url="http://mp3splt.sourceforge.net";
+license=('GPL')
+depends=('libmad' 'libvorbis' 'libid3tag' 'libtool')
+makedepends=('git')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+md5sums=('dadb166361e2a28955032a1b9f10ed38')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  libtoolize --copy --force
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() { 
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:37
  Author: allan
Revision: 149665

db-move: moved libmp3splt from [staging] to [testing] (x86_64)

Added:
  libmp3splt/repos/testing-x86_64/
  libmp3splt/repos/testing-x86_64/PKGBUILD
(from rev 149641, libmp3splt/repos/staging-x86_64/PKGBUILD)
Deleted:
  libmp3splt/repos/staging-x86_64/

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: libmp3splt/repos/testing-x86_64/PKGBUILD (from rev 149641, 
libmp3splt/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:37 UTC (rev 149665)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libmp3splt
+pkgver=0.7
+pkgrel=2
+pkgdesc="Library for splitting mp3 and ogg files without decoding"
+arch=('i686' 'x86_64')
+url="http://mp3splt.sourceforge.net";
+license=('GPL')
+depends=('libmad' 'libvorbis' 'libid3tag' 'libtool')
+makedepends=('git')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+md5sums=('dadb166361e2a28955032a1b9f10ed38')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  libtoolize --copy --force
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() { 
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:35
  Author: allan
Revision: 149663

db-move: moved less from [staging] to [testing] (x86_64)

Added:
  less/repos/testing-x86_64/
  less/repos/testing-x86_64/PKGBUILD
(from rev 149641, less/repos/staging-x86_64/PKGBUILD)
Deleted:
  less/repos/staging-x86_64/

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: less/repos/testing-x86_64/PKGBUILD (from rev 149641, 
less/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:35 UTC (rev 149663)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=less
+pkgver=444
+pkgrel=3
+pkgdesc="A terminal based program for viewing text files"
+license=('GPL3')
+arch=('i686' 'x86_64')
+url="http://www.greenwoodsoftware.com/less";
+groups=('base')
+depends=('ncurses' 'pcre')
+source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('56f9f76ffe13f70155f47f6b3c87d421'
+ 'd5fafbd94a9cfdeaad0c82143a033fe5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}"/usr install
+}



[arch-commits] Commit in kismet/repos (5 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:33
  Author: allan
Revision: 149661

db-move: moved kismet from [staging] to [testing] (x86_64)

Added:
  kismet/repos/testing-x86_64/
  kismet/repos/testing-x86_64/PKGBUILD
(from rev 149641, kismet/repos/staging-x86_64/PKGBUILD)
  kismet/repos/testing-x86_64/kismet.changelog
(from rev 149641, kismet/repos/staging-x86_64/kismet.changelog)
  kismet/repos/testing-x86_64/kismet.install
(from rev 149641, kismet/repos/staging-x86_64/kismet.install)
Deleted:
  kismet/repos/staging-x86_64/

--+
 PKGBUILD |   57 +
 kismet.changelog |   26 
 kismet.install   |   34 +++
 3 files changed, 117 insertions(+)

Copied: kismet/repos/testing-x86_64/PKGBUILD (from rev 149641, 
kismet/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:33 UTC (rev 149661)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Jason Chu 
+# Contributor: Juergen Hoetzel 
+
+pkgname=kismet
+pkgver=2011_03_R2
+_realver="${pkgver//_/-}"
+pkgrel=3
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
+arch=('i686' 'x86_64')
+url="http://www.kismetwireless.net/";
+license=('GPL')
+depends=('libcap' 'libnl' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl') 
# already in core: ('linux-api-headers' 'glibc' 'libusb' 'libusb-compat')
+makedepends=() # already in core: ('grep' 'gcc-libs')
+optdepends=('gpsd: log coordinates of detected networks'
+'wireshark-cli: provide OUI files used to determine device 
manufacturer'
+'wireshark-cli: mergecap, to merge multiple capture files'
+'sox: provide the default kismet sound playback binary'
+'festival: text-to-speech support'
+'flite:  alternative/lightweight text-to-speech support'
+'mac80211-driver: full rfmon support'
+'ruby: ruby interface')
+backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
+install=kismet.install
+changelog=kismet.changelog
+source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz";)
+md5sums=('8bf077e8111e6dc8c12cadefdf40aadd')
+
+build() {
+cd "${srcdir}/${pkgname}-${_realver}"
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+make dep
+make
+
+# Include plugins bundled with kismet
+make plugins
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${_realver}"
+
+# Install kismet
+make DESTDIR="$pkgdir" install
+
+# Install plugins
+make plugins-install DESTDIR="$pkgdir"
+
+# the README is very comprehensive, a good idea to include it
+install -D -m 644 "${srcdir}/kismet-${_realver}/README" 
"${pkgdir}/usr/share/kismet/README"
+
+# Our own suid-install, first half (see kismet.install)
+install -o "root" -g "root" -m 4550 kismet_capture "${pkgdir}/usr/bin/"
+}

Copied: kismet/repos/testing-x86_64/kismet.changelog (from rev 149641, 
kismet/repos/staging-x86_64/kismet.changelog)
===
--- testing-x86_64/kismet.changelog (rev 0)
+++ testing-x86_64/kismet.changelog 2012-02-08 23:59:33 UTC (rev 149661)
@@ -0,0 +1,26 @@
+2010-05-07 Angel Velasquez 
+* ChangeLog added
+
+* Removed old patches from SVN
+
+* Applied changes from FS#15746 thanks to people who worked on it. 
+
+* Files that are no longer shipped and so should not be backed up:
+  backup=('etc/ap_manuf' 'etc/client_manuf' 'etc/kismet_ui.conf')
+
+*  No longer needed; gpsmap is deprecated and being replaced with a 
tile-based
+  mapper, as of yet incomplete
+  optdepends=('perl-libwww: fetch maps for gpsmap')
+
+* Configuration has completely changed, no longer containing
+  references to either prism2 or wlanng 
+  sed -i 's/prism2/wlanng/g' conf/kismet.conf
+
+* Ownership of man pages now defaults to "root" if the group "man" does 
not exist
+  chown root:root "$pkgdir"/usr/share/man/man{1,5}/*
+
+* Dependencies no longer needed
+  depends=('gmp' 'imagemagick' 'dbus' 'libjpeg>=7')
+
+* Options no longer needed
+  options=('!makeflags')

Copied: kismet/repos/testing-x86_64/kismet.install (from rev 149641, 
kismet/repos/staging-x86_64/kismet.install)
===
--- testing-x86_64/kismet.install   (rev 0)
+++ testing-x86_64/kismet.install   2012-02-08 23:59:33 UTC (rev 149661)
@@ -0,0 +1,34 @@
+## arg 1:  the new package version
+post_install() {
+  post_upgrade
+
+  cat << EOP
+  If you have not done so already, read the README file and the FAQ file.
+   You MUST edit /etc/kisme

[arch-commits] Commit in less/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:34
  Author: allan
Revision: 149662

db-move: moved less from [staging] to [testing] (i686)

Added:
  less/repos/testing-i686/
  less/repos/testing-i686/PKGBUILD
(from rev 149641, less/repos/staging-i686/PKGBUILD)
Deleted:
  less/repos/staging-i686/

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: less/repos/testing-i686/PKGBUILD (from rev 149641, 
less/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:34 UTC (rev 149662)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=less
+pkgver=444
+pkgrel=3
+pkgdesc="A terminal based program for viewing text files"
+license=('GPL3')
+arch=('i686' 'x86_64')
+url="http://www.greenwoodsoftware.com/less";
+groups=('base')
+depends=('ncurses' 'pcre')
+source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('56f9f76ffe13f70155f47f6b3c87d421'
+ 'd5fafbd94a9cfdeaad0c82143a033fe5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}"/usr install
+}



[arch-commits] Commit in kismet/repos (5 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:32
  Author: allan
Revision: 149660

db-move: moved kismet from [staging] to [testing] (i686)

Added:
  kismet/repos/testing-i686/
  kismet/repos/testing-i686/PKGBUILD
(from rev 149641, kismet/repos/staging-i686/PKGBUILD)
  kismet/repos/testing-i686/kismet.changelog
(from rev 149641, kismet/repos/staging-i686/kismet.changelog)
  kismet/repos/testing-i686/kismet.install
(from rev 149641, kismet/repos/staging-i686/kismet.install)
Deleted:
  kismet/repos/staging-i686/

--+
 PKGBUILD |   57 +
 kismet.changelog |   26 
 kismet.install   |   34 +++
 3 files changed, 117 insertions(+)

Copied: kismet/repos/testing-i686/PKGBUILD (from rev 149641, 
kismet/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:32 UTC (rev 149660)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Jason Chu 
+# Contributor: Juergen Hoetzel 
+
+pkgname=kismet
+pkgver=2011_03_R2
+_realver="${pkgver//_/-}"
+pkgrel=3
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
+arch=('i686' 'x86_64')
+url="http://www.kismetwireless.net/";
+license=('GPL')
+depends=('libcap' 'libnl' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl') 
# already in core: ('linux-api-headers' 'glibc' 'libusb' 'libusb-compat')
+makedepends=() # already in core: ('grep' 'gcc-libs')
+optdepends=('gpsd: log coordinates of detected networks'
+'wireshark-cli: provide OUI files used to determine device 
manufacturer'
+'wireshark-cli: mergecap, to merge multiple capture files'
+'sox: provide the default kismet sound playback binary'
+'festival: text-to-speech support'
+'flite:  alternative/lightweight text-to-speech support'
+'mac80211-driver: full rfmon support'
+'ruby: ruby interface')
+backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
+install=kismet.install
+changelog=kismet.changelog
+source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz";)
+md5sums=('8bf077e8111e6dc8c12cadefdf40aadd')
+
+build() {
+cd "${srcdir}/${pkgname}-${_realver}"
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+make dep
+make
+
+# Include plugins bundled with kismet
+make plugins
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${_realver}"
+
+# Install kismet
+make DESTDIR="$pkgdir" install
+
+# Install plugins
+make plugins-install DESTDIR="$pkgdir"
+
+# the README is very comprehensive, a good idea to include it
+install -D -m 644 "${srcdir}/kismet-${_realver}/README" 
"${pkgdir}/usr/share/kismet/README"
+
+# Our own suid-install, first half (see kismet.install)
+install -o "root" -g "root" -m 4550 kismet_capture "${pkgdir}/usr/bin/"
+}

Copied: kismet/repos/testing-i686/kismet.changelog (from rev 149641, 
kismet/repos/staging-i686/kismet.changelog)
===
--- testing-i686/kismet.changelog   (rev 0)
+++ testing-i686/kismet.changelog   2012-02-08 23:59:32 UTC (rev 149660)
@@ -0,0 +1,26 @@
+2010-05-07 Angel Velasquez 
+* ChangeLog added
+
+* Removed old patches from SVN
+
+* Applied changes from FS#15746 thanks to people who worked on it. 
+
+* Files that are no longer shipped and so should not be backed up:
+  backup=('etc/ap_manuf' 'etc/client_manuf' 'etc/kismet_ui.conf')
+
+*  No longer needed; gpsmap is deprecated and being replaced with a 
tile-based
+  mapper, as of yet incomplete
+  optdepends=('perl-libwww: fetch maps for gpsmap')
+
+* Configuration has completely changed, no longer containing
+  references to either prism2 or wlanng 
+  sed -i 's/prism2/wlanng/g' conf/kismet.conf
+
+* Ownership of man pages now defaults to "root" if the group "man" does 
not exist
+  chown root:root "$pkgdir"/usr/share/man/man{1,5}/*
+
+* Dependencies no longer needed
+  depends=('gmp' 'imagemagick' 'dbus' 'libjpeg>=7')
+
+* Options no longer needed
+  options=('!makeflags')

Copied: kismet/repos/testing-i686/kismet.install (from rev 149641, 
kismet/repos/staging-i686/kismet.install)
===
--- testing-i686/kismet.install (rev 0)
+++ testing-i686/kismet.install 2012-02-08 23:59:32 UTC (rev 149660)
@@ -0,0 +1,34 @@
+## arg 1:  the new package version
+post_install() {
+  post_upgrade
+
+  cat << EOP
+  If you have not done so already, read the README file and the FAQ file.
+   You MUST edit /etc/kismet.conf and configure Kismet for your system, o

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:22
  Author: allan
Revision: 149655

db-move: moved grep from [staging] to [testing] (x86_64)

Added:
  grep/repos/testing-x86_64/
  grep/repos/testing-x86_64/PKGBUILD
(from rev 149641, grep/repos/staging-x86_64/PKGBUILD)
  grep/repos/testing-x86_64/grep.install
(from rev 149641, grep/repos/staging-x86_64/grep.install)
Deleted:
  grep/repos/staging-x86_64/

--+
 PKGBUILD |   34 ++
 grep.install |   21 +
 2 files changed, 55 insertions(+)

Copied: grep/repos/testing-x86_64/PKGBUILD (from rev 149641, 
grep/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:22 UTC (rev 149655)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.10
+pkgrel=2
+pkgdesc="A string search utility"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.gnu.org/software/grep/grep.html";
+groups=('base')
+depends=('glibc' 'pcre' 'sh')
+makedepends=('texinfo')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('709915434d09f5db655e5ebd7fd6bb7f'
+ '9ad5c390a6ad7f566c58db28ddb06aed')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: grep/repos/testing-x86_64/grep.install (from rev 149641, 
grep/repos/staging-x86_64/grep.install)
===
--- testing-x86_64/grep.install (rev 0)
+++ testing-x86_64/grep.install 2012-02-08 23:59:22 UTC (rev 149655)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(grep.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2> /dev/null
+  done
+}
+



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:29
  Author: allan
Revision: 149658

db-move: moved kdelibs3 from [staging] to [testing] (i686)

Added:
  kdelibs3/repos/testing-i686/
  kdelibs3/repos/testing-i686/PKGBUILD
(from rev 149641, kdelibs3/repos/staging-i686/PKGBUILD)
  kdelibs3/repos/testing-i686/acinclude.patch
(from rev 149641, kdelibs3/repos/staging-i686/acinclude.patch)
  kdelibs3/repos/testing-i686/kconf_updaterc
(from rev 149641, kdelibs3/repos/staging-i686/kconf_updaterc)
  kdelibs3/repos/testing-i686/kde3.profile
(from rev 149641, kdelibs3/repos/staging-i686/kde3.profile)
  kdelibs3/repos/testing-i686/kde4-compatibility.patch
(from rev 149641, kdelibs3/repos/staging-i686/kde4-compatibility.patch)
  kdelibs3/repos/testing-i686/kdelibs3-missing-include.patch
(from rev 149641, 
kdelibs3/repos/staging-i686/kdelibs3-missing-include.patch)
  kdelibs3/repos/testing-i686/kdelibs3.install
(from rev 149641, kdelibs3/repos/staging-i686/kdelibs3.install)
  kdelibs3/repos/testing-i686/openssl.patch
(from rev 149641, kdelibs3/repos/staging-i686/openssl.patch)
Deleted:
  kdelibs3/repos/staging-i686/

+
 PKGBUILD   |   94 +++
 acinclude.patch|   66 ++
 kconf_updaterc |2 
 kde3.profile   |6 
 kde4-compatibility.patch   | 1012 +++
 kdelibs3-missing-include.patch |   10 
 kdelibs3.install   |   12 
 openssl.patch  |  180 ++
 8 files changed, 1382 insertions(+)

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


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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:30
  Author: allan
Revision: 149659

db-move: moved kdelibs3 from [staging] to [testing] (x86_64)

Added:
  kdelibs3/repos/testing-x86_64/
  kdelibs3/repos/testing-x86_64/PKGBUILD
(from rev 149641, kdelibs3/repos/staging-x86_64/PKGBUILD)
  kdelibs3/repos/testing-x86_64/acinclude.patch
(from rev 149641, kdelibs3/repos/staging-x86_64/acinclude.patch)
  kdelibs3/repos/testing-x86_64/kconf_updaterc
(from rev 149641, kdelibs3/repos/staging-x86_64/kconf_updaterc)
  kdelibs3/repos/testing-x86_64/kde3.profile
(from rev 149641, kdelibs3/repos/staging-x86_64/kde3.profile)
  kdelibs3/repos/testing-x86_64/kde4-compatibility.patch
(from rev 149641, kdelibs3/repos/staging-x86_64/kde4-compatibility.patch)
  kdelibs3/repos/testing-x86_64/kdelibs3-missing-include.patch
(from rev 149641, 
kdelibs3/repos/staging-x86_64/kdelibs3-missing-include.patch)
  kdelibs3/repos/testing-x86_64/kdelibs3.install
(from rev 149641, kdelibs3/repos/staging-x86_64/kdelibs3.install)
  kdelibs3/repos/testing-x86_64/openssl.patch
(from rev 149641, kdelibs3/repos/staging-x86_64/openssl.patch)
Deleted:
  kdelibs3/repos/staging-x86_64/

+
 PKGBUILD   |   94 +++
 acinclude.patch|   66 ++
 kconf_updaterc |2 
 kde3.profile   |6 
 kde4-compatibility.patch   | 1012 +++
 kdelibs3-missing-include.patch |   10 
 kdelibs3.install   |   12 
 openssl.patch  |  180 ++
 8 files changed, 1382 insertions(+)

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


[arch-commits] Commit in kdelibs/repos (7 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:27
  Author: allan
Revision: 149657

db-move: moved kdelibs from [staging] to [testing] (x86_64)

Added:
  kdelibs/repos/testing-x86_64/
  kdelibs/repos/testing-x86_64/PKGBUILD
(from rev 149641, kdelibs/repos/staging-x86_64/PKGBUILD)
  kdelibs/repos/testing-x86_64/archlinux-menu.patch
(from rev 149641, kdelibs/repos/staging-x86_64/archlinux-menu.patch)
  kdelibs/repos/testing-x86_64/fix-knotify-filepath.patch
(from rev 149641, kdelibs/repos/staging-x86_64/fix-knotify-filepath.patch)
  kdelibs/repos/testing-x86_64/kde-applications-menu.patch
(from rev 149641, kdelibs/repos/staging-x86_64/kde-applications-menu.patch)
  kdelibs/repos/testing-x86_64/kdelibs.install
(from rev 149641, kdelibs/repos/staging-x86_64/kdelibs.install)
Deleted:
  kdelibs/repos/staging-x86_64/

-+
 PKGBUILD|   61 ++
 archlinux-menu.patch|   22 +++
 fix-knotify-filepath.patch  |   13 
 kde-applications-menu.patch |   22 +++
 kdelibs.install |   13 
 5 files changed, 131 insertions(+)

Copied: kdelibs/repos/testing-x86_64/PKGBUILD (from rev 149641, 
kdelibs/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:27 UTC (rev 149657)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdelibs
+pkgver=4.8.0
+pkgrel=3
+pkgdesc="KDE Core Libraries"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'attica' 'libxss' 'xz' 'soprano' 'krb5' 'grantlee'
+'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'docbook-xsl'
+'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
+replaces=('kdelibs-experimental')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
+'kde-applications-menu.patch' 'archlinux-menu.patch'
+'fix-knotify-filepath.patch')
+sha1sums=('5e4744405734e6c3ce572ef7d16054390692b38a'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  '3312f6005aa56a9b992c74008fe5b314f1c8ffba')
+
+build() {
+   cd "${srcdir}"/${pkgname}-${pkgver}
+
+   # avoid file conflict with gnome-menus
+   patch -p1 -i "${srcdir}"/kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i "${srcdir}"/archlinux-menu.patch
+
+   # https://bugs.kde.org/show_bug.cgi?id=285028
+   patch -p1 -i "${srcdir}"/fix-knotify-filepath.patch
+
+   cd "${srcdir}"
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF
+   make
+}
+
+package() {
+   cd "${srcdir}"/build
+   make DESTDIR="${pkgdir}" install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f "${pkgdir}"/usr/share/apps/kssl/ca-bundle.crt
+   ln -sf /etc/ssl/certs/ca-certificates.crt 
"${pkgdir}"/usr/share/apps/kssl/ca-bundle.crt
+}

Copied: kdelibs/repos/testing-x86_64/archlinux-menu.patch (from rev 149641, 
kdelibs/repos/staging-x86_64/archlinux-menu.patch)
===
--- testing-x86_64/archlinux-menu.patch (rev 0)
+++ testing-x86_64/archlinux-menu.patch 2012-02-08 23:59:27 UTC (rev 149657)
@@ -0,0 +1,22 @@
+--- kdelibs-4.3.98/kded/applications.menu  2010-01-31 19:28:11.0 
+
 kdelibs-4.3.98/kded/applications.menu  2010-01-31 22:25:53.556043077 
+
+@@ -16,11 +16,19 @@
+   
+   
+   
++  Arch Linux
+   Applications
+   
+   
+ 
+   
++  Arch Linux 
  
++  Archlinux.directory  
 
++ 
 
++  Archlinux  
 
++  
++  
++  
+   Applications
+   kde-unknown.directory
+

[arch-commits] Commit in kdelibs/repos (7 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:24
  Author: allan
Revision: 149656

db-move: moved kdelibs from [staging] to [testing] (i686)

Added:
  kdelibs/repos/testing-i686/
  kdelibs/repos/testing-i686/PKGBUILD
(from rev 149641, kdelibs/repos/staging-i686/PKGBUILD)
  kdelibs/repos/testing-i686/archlinux-menu.patch
(from rev 149641, kdelibs/repos/staging-i686/archlinux-menu.patch)
  kdelibs/repos/testing-i686/fix-knotify-filepath.patch
(from rev 149641, kdelibs/repos/staging-i686/fix-knotify-filepath.patch)
  kdelibs/repos/testing-i686/kde-applications-menu.patch
(from rev 149641, kdelibs/repos/staging-i686/kde-applications-menu.patch)
  kdelibs/repos/testing-i686/kdelibs.install
(from rev 149641, kdelibs/repos/staging-i686/kdelibs.install)
Deleted:
  kdelibs/repos/staging-i686/

-+
 PKGBUILD|   61 ++
 archlinux-menu.patch|   22 +++
 fix-knotify-filepath.patch  |   13 
 kde-applications-menu.patch |   22 +++
 kdelibs.install |   13 
 5 files changed, 131 insertions(+)

Copied: kdelibs/repos/testing-i686/PKGBUILD (from rev 149641, 
kdelibs/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:24 UTC (rev 149656)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdelibs
+pkgver=4.8.0
+pkgrel=3
+pkgdesc="KDE Core Libraries"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'attica' 'libxss' 'xz' 'soprano' 'krb5' 'grantlee'
+'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'docbook-xsl'
+'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
+replaces=('kdelibs-experimental')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
+'kde-applications-menu.patch' 'archlinux-menu.patch'
+'fix-knotify-filepath.patch')
+sha1sums=('5e4744405734e6c3ce572ef7d16054390692b38a'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  '3312f6005aa56a9b992c74008fe5b314f1c8ffba')
+
+build() {
+   cd "${srcdir}"/${pkgname}-${pkgver}
+
+   # avoid file conflict with gnome-menus
+   patch -p1 -i "${srcdir}"/kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i "${srcdir}"/archlinux-menu.patch
+
+   # https://bugs.kde.org/show_bug.cgi?id=285028
+   patch -p1 -i "${srcdir}"/fix-knotify-filepath.patch
+
+   cd "${srcdir}"
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF
+   make
+}
+
+package() {
+   cd "${srcdir}"/build
+   make DESTDIR="${pkgdir}" install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f "${pkgdir}"/usr/share/apps/kssl/ca-bundle.crt
+   ln -sf /etc/ssl/certs/ca-certificates.crt 
"${pkgdir}"/usr/share/apps/kssl/ca-bundle.crt
+}

Copied: kdelibs/repos/testing-i686/archlinux-menu.patch (from rev 149641, 
kdelibs/repos/staging-i686/archlinux-menu.patch)
===
--- testing-i686/archlinux-menu.patch   (rev 0)
+++ testing-i686/archlinux-menu.patch   2012-02-08 23:59:24 UTC (rev 149656)
@@ -0,0 +1,22 @@
+--- kdelibs-4.3.98/kded/applications.menu  2010-01-31 19:28:11.0 
+
 kdelibs-4.3.98/kded/applications.menu  2010-01-31 22:25:53.556043077 
+
+@@ -16,11 +16,19 @@
+   
+   
+   
++  Arch Linux
+   Applications
+   
+   
+ 
+   
++  Arch Linux 
  
++  Archlinux.directory  
 
++ 
 
++  Archlinux  
 
++  
++  
++  
+   Applications
+   kde-unknown.directory
+   

Copied: kdelibs/repos/tes

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:21
  Author: allan
Revision: 149654

db-move: moved grep from [staging] to [testing] (i686)

Added:
  grep/repos/testing-i686/
  grep/repos/testing-i686/PKGBUILD
(from rev 149641, grep/repos/staging-i686/PKGBUILD)
  grep/repos/testing-i686/grep.install
(from rev 149641, grep/repos/staging-i686/grep.install)
Deleted:
  grep/repos/staging-i686/

--+
 PKGBUILD |   34 ++
 grep.install |   21 +
 2 files changed, 55 insertions(+)

Copied: grep/repos/testing-i686/PKGBUILD (from rev 149641, 
grep/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:21 UTC (rev 149654)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.10
+pkgrel=2
+pkgdesc="A string search utility"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.gnu.org/software/grep/grep.html";
+groups=('base')
+depends=('glibc' 'pcre' 'sh')
+makedepends=('texinfo')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('709915434d09f5db655e5ebd7fd6bb7f'
+ '9ad5c390a6ad7f566c58db28ddb06aed')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: grep/repos/testing-i686/grep.install (from rev 149641, 
grep/repos/staging-i686/grep.install)
===
--- testing-i686/grep.install   (rev 0)
+++ testing-i686/grep.install   2012-02-08 23:59:21 UTC (rev 149654)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(grep.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2> /dev/null
+  done
+}
+



[arch-commits] Commit in glib2/repos (5 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:19
  Author: allan
Revision: 149653

db-move: moved glib2 from [staging] to [testing] (x86_64)

Added:
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 149641, glib2/repos/staging-x86_64/PKGBUILD)
  glib2/repos/testing-x86_64/glib2.csh
(from rev 149641, glib2/repos/staging-x86_64/glib2.csh)
  glib2/repos/testing-x86_64/glib2.sh
(from rev 149641, glib2/repos/staging-x86_64/glib2.sh)
Deleted:
  glib2/repos/staging-x86_64/

---+
 PKGBUILD  |   43 +++
 glib2.csh |1 +
 glib2.sh  |1 +
 3 files changed, 45 insertions(+)

Copied: glib2/repos/testing-x86_64/PKGBUILD (from rev 149641, 
glib2/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:19 UTC (rev 149653)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=glib2
+pkgver=2.30.2
+pkgrel=2
+pkgdesc="Common C routines used by GTK+ and other libs"
+url="http://www.gtk.org/";
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkgconfig' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.30/glib-${pkgver}.tar.xz
+glib2.sh
+glib2.csh)
+sha256sums=('f0e91e621ddb48fa12b5c66f56c3d5f05325748c66dd2e9016c278ff8e82'
+'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
+
+build() {
+  cd "${srcdir}/glib-${pkgver}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd "${srcdir}/glib-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}/etc/profile.d"
+  install -m755 "${srcdir}/glib2.sh" "${pkgdir}/etc/profile.d/"
+  install -m755 "${srcdir}/glib2.csh" "${pkgdir}/etc/profile.d/"
+
+  for _i in "${pkgdir}/etc/bash_completion.d/"*; do
+  chmod -x "${_i}"
+  done
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir"/usr/bin/gdbus-codegen
+}

Copied: glib2/repos/testing-x86_64/glib2.csh (from rev 149641, 
glib2/repos/staging-x86_64/glib2.csh)
===
--- testing-x86_64/glib2.csh(rev 0)
+++ testing-x86_64/glib2.csh2012-02-08 23:59:19 UTC (rev 149653)
@@ -0,0 +1 @@
+setenv G_BROKEN_FILENAMES 1

Copied: glib2/repos/testing-x86_64/glib2.sh (from rev 149641, 
glib2/repos/staging-x86_64/glib2.sh)
===
--- testing-x86_64/glib2.sh (rev 0)
+++ testing-x86_64/glib2.sh 2012-02-08 23:59:19 UTC (rev 149653)
@@ -0,0 +1 @@
+export G_BROKEN_FILENAMES=1



[arch-commits] Commit in glib2/repos (5 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:18
  Author: allan
Revision: 149652

db-move: moved glib2 from [staging] to [testing] (i686)

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 149641, glib2/repos/staging-i686/PKGBUILD)
  glib2/repos/testing-i686/glib2.csh
(from rev 149641, glib2/repos/staging-i686/glib2.csh)
  glib2/repos/testing-i686/glib2.sh
(from rev 149641, glib2/repos/staging-i686/glib2.sh)
Deleted:
  glib2/repos/staging-i686/

---+
 PKGBUILD  |   43 +++
 glib2.csh |1 +
 glib2.sh  |1 +
 3 files changed, 45 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 149641, 
glib2/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:18 UTC (rev 149652)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=glib2
+pkgver=2.30.2
+pkgrel=2
+pkgdesc="Common C routines used by GTK+ and other libs"
+url="http://www.gtk.org/";
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkgconfig' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.30/glib-${pkgver}.tar.xz
+glib2.sh
+glib2.csh)
+sha256sums=('f0e91e621ddb48fa12b5c66f56c3d5f05325748c66dd2e9016c278ff8e82'
+'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
+
+build() {
+  cd "${srcdir}/glib-${pkgver}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd "${srcdir}/glib-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}/etc/profile.d"
+  install -m755 "${srcdir}/glib2.sh" "${pkgdir}/etc/profile.d/"
+  install -m755 "${srcdir}/glib2.csh" "${pkgdir}/etc/profile.d/"
+
+  for _i in "${pkgdir}/etc/bash_completion.d/"*; do
+  chmod -x "${_i}"
+  done
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir"/usr/bin/gdbus-codegen
+}

Copied: glib2/repos/testing-i686/glib2.csh (from rev 149641, 
glib2/repos/staging-i686/glib2.csh)
===
--- testing-i686/glib2.csh  (rev 0)
+++ testing-i686/glib2.csh  2012-02-08 23:59:18 UTC (rev 149652)
@@ -0,0 +1 @@
+setenv G_BROKEN_FILENAMES 1

Copied: glib2/repos/testing-i686/glib2.sh (from rev 149641, 
glib2/repos/staging-i686/glib2.sh)
===
--- testing-i686/glib2.sh   (rev 0)
+++ testing-i686/glib2.sh   2012-02-08 23:59:18 UTC (rev 149652)
@@ -0,0 +1 @@
+export G_BROKEN_FILENAMES=1



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:17
  Author: allan
Revision: 149651

db-move: moved git from [staging] to [testing] (x86_64)

Added:
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/ChangeLog
(from rev 149641, git/repos/staging-x86_64/ChangeLog)
  git/repos/testing-x86_64/PKGBUILD
(from rev 149641, git/repos/staging-x86_64/PKGBUILD)
  git/repos/testing-x86_64/git-daemon
(from rev 149641, git/repos/staging-x86_64/git-daemon)
  git/repos/testing-x86_64/git-daemon.conf
(from rev 149641, git/repos/staging-x86_64/git-daemon.conf)
Deleted:
  git/repos/staging-x86_64/

-+
 ChangeLog   |   57 +++
 PKGBUILD|   86 ++
 git-daemon  |   70 +++
 git-daemon.conf |5 +++
 4 files changed, 218 insertions(+)

Copied: git/repos/testing-x86_64/ChangeLog (from rev 149641, 
git/repos/staging-x86_64/ChangeLog)
===
--- testing-x86_64/ChangeLog(rev 0)
+++ testing-x86_64/ChangeLog2012-02-08 23:59:17 UTC (rev 149651)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee 
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee 
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee 
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee 
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae 
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee 
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * Add git-daemon RC scripts (FS#19291)
+
+2009-06-05 Dan McGee 
+   Version 1.6.3.2-1
+   * Remove gitweb from /usr/share; it needs customization to be helpful
+   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
+
+2008-09-14 Dan McGee 
+   Version 1.6.0.2-1
+   * Moved optional depends from install file to optdepends array
+
+2008-06-15 Dan McGee 
+   Version 1.5.6-1
+   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
+
+2008-02-02 Dan McGee 
+   Version 1.5.4-1
+   * Upstream version 1.5.4
+   * Enable pthreads support in pack-objects. To use, set the pack.threads
+ git config option. Read manpages of pack-objects and config for more
+ details.
+   * Changelog added (with entries going back a bit).
+
+2008-01-28 Kevin Piche 
+   Version 1.5.3.7-2
+   * Updated for new perl policy (vendor dirs)
+   * Change license to GPL2
+
+2007-11-01 Eric Belanger 
+   Version 1.5.3.5-2
+   * Fix Perl module location

Copied: git/repos/testing-x86_64/PKGBUILD (from rev 149641, 
git/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:17 UTC (rev 149651)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=1.7.9
+pkgrel=2
+pkgdesc="the fast distributed version control system"
+arch=(i686 x86_64)
+url="http://git-scm.com/";
+license=('GPL2')
+depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
+makedepends=('python2' 'emacs')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn'
+'perl-mime-tools: git send-email'
+'perl-net-smtp-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'python2: various helper scripts'
+'subversion: git svn'
+'cvsps: git cvsimport')
+replaces=('git-core')
+provides=('git-core')
+backup=('etc/conf.d/git-daemon.conf')
+#source=("http://kernel.org/pub/software/scm/git/${pkgname}-${pkgver}.tar.bz2";
+#"http://kernel.org/pub/software/scm/git/git-manpages-$pkgver.tar.bz2";
+source=("http://git-core.googlecode.com/files/git-$pkgver.tar.gz";
+"http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz";
+git-daemon
+git-daemon.conf)
+changelog=ChangeLog
+
+build() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1
+
+  cd contrib/emacs
+  make prefix=/usr
+}
+
+package() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+INSTALLDIRS=vendor DE

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:14
  Author: allan
Revision: 149649

db-move: moved ettercap from [staging] to [testing] (x86_64)

Added:
  ettercap/repos/testing-x86_64/
  ettercap/repos/testing-x86_64/PKGBUILD
(from rev 149641, ettercap/repos/staging-x86_64/PKGBUILD)
  ettercap/repos/testing-x86_64/ettercap-gtk.install
(from rev 149641, ettercap/repos/staging-x86_64/ettercap-gtk.install)
Deleted:
  ettercap/repos/staging-x86_64/

--+
 PKGBUILD |   70 +
 ettercap-gtk.install |   11 +++
 2 files changed, 81 insertions(+)

Copied: ettercap/repos/testing-x86_64/PKGBUILD (from rev 149641, 
ettercap/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:14 UTC (rev 149649)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom 
+
+pkgbase=ettercap
+pkgname=('ettercap' 'ettercap-gtk')
+pkgver=NG_0.7.4.2
+_origver=${pkgver/_/-}
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://ettercap.sourceforge.net/";
+license=('GPL')
+makedepends=('libpcap' 'libltdl' 'libnet' 'gtk2' 'hicolor-icon-theme')
+options=('!libtool' '!makeflags' '!emptydirs')
+source=("http://drizztbsd.github.com/${pkgbase}/dist/${pkgbase}-${_origver}.tar.gz";)
+md5sums=('ab2354bf9c91195f06ad0b5d058565a4')
+
+build() {
+  cd "${srcdir}"
+  sed -i 's/su-to-root -c/gksu/' 
${pkgbase}-${_origver}/desktop/ettercap.desktop
+
+  cp -r ${pkgbase}-${_origver} ${pkgbase}-${_origver}-gtk
+
+  cd ${pkgbase}-${_origver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man \
+  --datarootdir=/usr/share \
+  --enable-plugins \
+  --enable-https \
+  --disable-gtk
+  make
+
+  cd ../${pkgbase}-${_origver}-gtk
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man \
+  --datarootdir=/usr/share \
+  --enable-plugins \
+  --enable-https \
+  --enable-gtk
+  make
+}
+
+package_ettercap() {
+  pkgdesc="A network sniffer/interceptor/logger for ethernet LANs - console"
+  depends=('openssl' 'libpcap' 'pcre' 'libltdl' 'libnet')
+  backup=('etc/etter.conf')
+
+  cd "${srcdir}"/${pkgbase}-${_origver}
+  make DESTDIR="${pkgdir}" install
+}
+
+package_ettercap-gtk() {
+  pkgdesc="A network sniffer/interceptor/logger for ethernet LANs - GTK"
+  depends=('ettercap' 'gtk2' 'hicolor-icon-theme')
+  optdepends=('gksu: to run ettercap from the menu')
+  install=ettercap-gtk.install
+
+  cd "${srcdir}"/${pkgbase}-${_origver}-gtk
+  install -Dm755 src/ettercap "${pkgdir}"/usr/bin/ettercap-gtk
+  install -Dm644 desktop/ettercap.desktop \
+"${pkgdir}"/usr/share/applications/ettercap.desktop
+  install -Dm644 share/ettercap.png \
+"${pkgdir}"/usr/share/ettercap/ettercap.png
+  install -Dm644 desktop/ettercap.xpm \
+"${pkgdir}"/usr/share/icons/hicolor/32x32/apps/ettercap.xpm
+  install -Dm644 desktop/ettercap.svg \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/ettercap.svg
+}

Copied: ettercap/repos/testing-x86_64/ettercap-gtk.install (from rev 149641, 
ettercap/repos/staging-x86_64/ettercap-gtk.install)
===
--- testing-x86_64/ettercap-gtk.install (rev 0)
+++ testing-x86_64/ettercap-gtk.install 2012-02-08 23:59:14 UTC (rev 149649)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:16
  Author: allan
Revision: 149650

db-move: moved git from [staging] to [testing] (i686)

Added:
  git/repos/testing-i686/
  git/repos/testing-i686/ChangeLog
(from rev 149641, git/repos/staging-i686/ChangeLog)
  git/repos/testing-i686/PKGBUILD
(from rev 149641, git/repos/staging-i686/PKGBUILD)
  git/repos/testing-i686/git-daemon
(from rev 149641, git/repos/staging-i686/git-daemon)
  git/repos/testing-i686/git-daemon.conf
(from rev 149641, git/repos/staging-i686/git-daemon.conf)
Deleted:
  git/repos/staging-i686/

-+
 ChangeLog   |   57 +++
 PKGBUILD|   86 ++
 git-daemon  |   70 +++
 git-daemon.conf |5 +++
 4 files changed, 218 insertions(+)

Copied: git/repos/testing-i686/ChangeLog (from rev 149641, 
git/repos/staging-i686/ChangeLog)
===
--- testing-i686/ChangeLog  (rev 0)
+++ testing-i686/ChangeLog  2012-02-08 23:59:16 UTC (rev 149650)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee 
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee 
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee 
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee 
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae 
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee 
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * Add git-daemon RC scripts (FS#19291)
+
+2009-06-05 Dan McGee 
+   Version 1.6.3.2-1
+   * Remove gitweb from /usr/share; it needs customization to be helpful
+   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
+
+2008-09-14 Dan McGee 
+   Version 1.6.0.2-1
+   * Moved optional depends from install file to optdepends array
+
+2008-06-15 Dan McGee 
+   Version 1.5.6-1
+   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
+
+2008-02-02 Dan McGee 
+   Version 1.5.4-1
+   * Upstream version 1.5.4
+   * Enable pthreads support in pack-objects. To use, set the pack.threads
+ git config option. Read manpages of pack-objects and config for more
+ details.
+   * Changelog added (with entries going back a bit).
+
+2008-01-28 Kevin Piche 
+   Version 1.5.3.7-2
+   * Updated for new perl policy (vendor dirs)
+   * Change license to GPL2
+
+2007-11-01 Eric Belanger 
+   Version 1.5.3.5-2
+   * Fix Perl module location

Copied: git/repos/testing-i686/PKGBUILD (from rev 149641, 
git/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:16 UTC (rev 149650)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=1.7.9
+pkgrel=2
+pkgdesc="the fast distributed version control system"
+arch=(i686 x86_64)
+url="http://git-scm.com/";
+license=('GPL2')
+depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
+makedepends=('python2' 'emacs')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn'
+'perl-mime-tools: git send-email'
+'perl-net-smtp-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'python2: various helper scripts'
+'subversion: git svn'
+'cvsps: git cvsimport')
+replaces=('git-core')
+provides=('git-core')
+backup=('etc/conf.d/git-daemon.conf')
+#source=("http://kernel.org/pub/software/scm/git/${pkgname}-${pkgver}.tar.bz2";
+#"http://kernel.org/pub/software/scm/git/git-manpages-$pkgver.tar.bz2";
+source=("http://git-core.googlecode.com/files/git-$pkgver.tar.gz";
+"http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz";
+git-daemon
+git-daemon.conf)
+changelog=ChangeLog
+
+build() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1
+
+  cd contrib/emacs
+  make prefix=/usr
+}
+
+package() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+INSTALLDIRS=vendor DESTDIR="$pkgdir" install 
+
+  

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:09
  Author: allan
Revision: 149646

db-move: moved dansguardian from [staging] to [testing] (i686)

Added:
  dansguardian/repos/testing-i686/
  dansguardian/repos/testing-i686/PKGBUILD
(from rev 149641, dansguardian/repos/staging-i686/PKGBUILD)
  dansguardian/repos/testing-i686/dansguardian
(from rev 149641, dansguardian/repos/staging-i686/dansguardian)
  dansguardian/repos/testing-i686/dansguardian.install
(from rev 149641, dansguardian/repos/staging-i686/dansguardian.install)
  dansguardian/repos/testing-i686/dg2.10.1.1-missing.stdio.patch
(from rev 149641, 
dansguardian/repos/staging-i686/dg2.10.1.1-missing.stdio.patch)
Deleted:
  dansguardian/repos/staging-i686/

+
 PKGBUILD   |  154 +++
 dansguardian   |   36 +
 dansguardian.install   |8 ++
 dg2.10.1.1-missing.stdio.patch |   10 ++
 4 files changed, 208 insertions(+)

Copied: dansguardian/repos/testing-i686/PKGBUILD (from rev 149641, 
dansguardian/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:09 UTC (rev 149646)
@@ -0,0 +1,154 @@
+# $Id$
+# Maintainer: Kevin Piche 
+# Contributor: Manolis Tzanidakis
+
+pkgname=dansguardian
+pkgver=2.10.1.1
+pkgrel=3
+pkgdesc="Squid plugin for web content filtering."
+url="http://dansguardian.org";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('squid' 'pcre' 'zlib')
+install=${pkgname}.install
+source=(http://dansguardian.org/downloads/2/Stable/${pkgname}-${pkgver}.tar.gz
+dansguardian
+dg2.10.1.1-missing.stdio.patch)
+md5sums=('0987a1c9bfbdf398118386f10279611a'
+ 'a65a2cb6309670ad8978f1544907d290'
+ '3444718c00cc17337cba711ceaa1c0e5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/dg2.10.1.1-missing.stdio.patch
+  ./configure --prefix="/usr" --with-proxyuser=proxy --with-proxygroup=proxy \
+  --sysconfdir=/etc --localstatedir=/var --enable-email
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -D data/scripts/dansguardian ${pkgdir}/etc/logrotate.d/dansguardian
+  install -D -m755 ${srcdir}/dansguardian ${pkgdir}/etc/rc.d/dansguardian
+}
+
+backup=(etc/dansguardian/dansguardian.conf 
+etc/dansguardian/dansguardianf1.conf
+etc/dansguardian/downloadmanagers/default.conf
+etc/dansguardian/downloadmanagers/fancy.conf
+etc/dansguardian/authplugins/proxy-digest.conf
+etc/dansguardian/authplugins/proxy-basic.conf
+etc/dansguardian/authplugins/ident.conf
+etc/dansguardian/authplugins/ip.conf
+etc/dansguardian/lists/weightedphraselist 
+etc/dansguardian/lists/contentregexplist
+etc/dansguardian/lists/exceptionfileurllist
+etc/dansguardian/lists/exceptionextensionlist
+etc/dansguardian/lists/bannedextensionlist
+etc/dansguardian/lists/exceptionmimetypelist
+etc/dansguardian/lists/blacklists/ads/urls
+etc/dansguardian/lists/blacklists/ads/domains
+etc/dansguardian/lists/exceptionregexpurllist
+etc/dansguardian/lists/authplugins/ipgroups
+etc/dansguardian/lists/bannedregexpheaderlist
+etc/dansguardian/lists/phraselists/rta/banned
+etc/dansguardian/lists/phraselists/sport/weighted
+etc/dansguardian/lists/phraselists/proxies/weighted
+etc/dansguardian/lists/phraselists/safelabel/banned
+etc/dansguardian/lists/phraselists/peer2peer/weighted
+etc/dansguardian/lists/phraselists/drugadvocacy/weighted
+etc/dansguardian/lists/phraselists/googlesearches/banned
+etc/dansguardian/lists/phraselists/conspiracy/weighted
+etc/dansguardian/lists/phraselists/secretsocieties/weighted
+etc/dansguardian/lists/phraselists/idtheft/weighted
+etc/dansguardian/lists/phraselists/illegaldrugs/banned
+etc/dansguardian/lists/phraselists/illegaldrugs/weighted_portuguese
+etc/dansguardian/lists/phraselists/illegaldrugs/weighted
+etc/dansguardian/lists/phraselists/violence/weighted_portuguese
+etc/dansguardian/lists/phraselists/violence/weighted
+etc/dansguardian/lists/phraselists/domainsforsale/weighted
+etc/dansguardian/lists/phraselists/music/weighted
+etc/dansguardian/lists/phraselists/upstreamfilter/weighted
+etc/dansguardian/lists/phraselists/games/weighted
+etc/dansguardian/lists/phraselists/weapons/weighted_portuguese
+etc/dansguardian/lists/phraselists/weapons/weighted
+etc/dansguardian/lists/phraselists/legaldrugs/weighted
+etc/dansguardian/lists/phraselists/gore/weighted_portuguese
+etc/dansguardian/lists/phraselists/gore/weighted
+etc/dansguardian/lists/phraselists/warezhacking/weighted
+etc/dansguardian/lists/phraselists/pornography/weighted_chinese
+etc/dansguardian/lists/phraselists/pornography/weighted_malay
+etc/dansguardian/lists/phraselists/pornography/weighted_german
+etc/dansguardian/lists/phraselists/pornography/weighted_dutch
+etc/dansguardian/lists/phrasel

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:13
  Author: allan
Revision: 149648

db-move: moved ettercap from [staging] to [testing] (i686)

Added:
  ettercap/repos/testing-i686/
  ettercap/repos/testing-i686/PKGBUILD
(from rev 149641, ettercap/repos/staging-i686/PKGBUILD)
  ettercap/repos/testing-i686/ettercap-gtk.install
(from rev 149641, ettercap/repos/staging-i686/ettercap-gtk.install)
Deleted:
  ettercap/repos/staging-i686/

--+
 PKGBUILD |   70 +
 ettercap-gtk.install |   11 +++
 2 files changed, 81 insertions(+)

Copied: ettercap/repos/testing-i686/PKGBUILD (from rev 149641, 
ettercap/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:13 UTC (rev 149648)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom 
+
+pkgbase=ettercap
+pkgname=('ettercap' 'ettercap-gtk')
+pkgver=NG_0.7.4.2
+_origver=${pkgver/_/-}
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://ettercap.sourceforge.net/";
+license=('GPL')
+makedepends=('libpcap' 'libltdl' 'libnet' 'gtk2' 'hicolor-icon-theme')
+options=('!libtool' '!makeflags' '!emptydirs')
+source=("http://drizztbsd.github.com/${pkgbase}/dist/${pkgbase}-${_origver}.tar.gz";)
+md5sums=('ab2354bf9c91195f06ad0b5d058565a4')
+
+build() {
+  cd "${srcdir}"
+  sed -i 's/su-to-root -c/gksu/' 
${pkgbase}-${_origver}/desktop/ettercap.desktop
+
+  cp -r ${pkgbase}-${_origver} ${pkgbase}-${_origver}-gtk
+
+  cd ${pkgbase}-${_origver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man \
+  --datarootdir=/usr/share \
+  --enable-plugins \
+  --enable-https \
+  --disable-gtk
+  make
+
+  cd ../${pkgbase}-${_origver}-gtk
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man \
+  --datarootdir=/usr/share \
+  --enable-plugins \
+  --enable-https \
+  --enable-gtk
+  make
+}
+
+package_ettercap() {
+  pkgdesc="A network sniffer/interceptor/logger for ethernet LANs - console"
+  depends=('openssl' 'libpcap' 'pcre' 'libltdl' 'libnet')
+  backup=('etc/etter.conf')
+
+  cd "${srcdir}"/${pkgbase}-${_origver}
+  make DESTDIR="${pkgdir}" install
+}
+
+package_ettercap-gtk() {
+  pkgdesc="A network sniffer/interceptor/logger for ethernet LANs - GTK"
+  depends=('ettercap' 'gtk2' 'hicolor-icon-theme')
+  optdepends=('gksu: to run ettercap from the menu')
+  install=ettercap-gtk.install
+
+  cd "${srcdir}"/${pkgbase}-${_origver}-gtk
+  install -Dm755 src/ettercap "${pkgdir}"/usr/bin/ettercap-gtk
+  install -Dm644 desktop/ettercap.desktop \
+"${pkgdir}"/usr/share/applications/ettercap.desktop
+  install -Dm644 share/ettercap.png \
+"${pkgdir}"/usr/share/ettercap/ettercap.png
+  install -Dm644 desktop/ettercap.xpm \
+"${pkgdir}"/usr/share/icons/hicolor/32x32/apps/ettercap.xpm
+  install -Dm644 desktop/ettercap.svg \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/ettercap.svg
+}

Copied: ettercap/repos/testing-i686/ettercap-gtk.install (from rev 149641, 
ettercap/repos/staging-i686/ettercap-gtk.install)
===
--- testing-i686/ettercap-gtk.install   (rev 0)
+++ testing-i686/ettercap-gtk.install   2012-02-08 23:59:13 UTC (rev 149648)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:11
  Author: allan
Revision: 149647

db-move: moved dansguardian from [staging] to [testing] (x86_64)

Added:
  dansguardian/repos/testing-x86_64/
  dansguardian/repos/testing-x86_64/PKGBUILD
(from rev 149641, dansguardian/repos/staging-x86_64/PKGBUILD)
  dansguardian/repos/testing-x86_64/dansguardian
(from rev 149641, dansguardian/repos/staging-x86_64/dansguardian)
  dansguardian/repos/testing-x86_64/dansguardian.install
(from rev 149641, dansguardian/repos/staging-x86_64/dansguardian.install)
  dansguardian/repos/testing-x86_64/dg2.10.1.1-missing.stdio.patch
(from rev 149641, 
dansguardian/repos/staging-x86_64/dg2.10.1.1-missing.stdio.patch)
Deleted:
  dansguardian/repos/staging-x86_64/

+
 PKGBUILD   |  154 +++
 dansguardian   |   36 +
 dansguardian.install   |8 ++
 dg2.10.1.1-missing.stdio.patch |   10 ++
 4 files changed, 208 insertions(+)

Copied: dansguardian/repos/testing-x86_64/PKGBUILD (from rev 149641, 
dansguardian/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:11 UTC (rev 149647)
@@ -0,0 +1,154 @@
+# $Id$
+# Maintainer: Kevin Piche 
+# Contributor: Manolis Tzanidakis
+
+pkgname=dansguardian
+pkgver=2.10.1.1
+pkgrel=3
+pkgdesc="Squid plugin for web content filtering."
+url="http://dansguardian.org";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('squid' 'pcre' 'zlib')
+install=${pkgname}.install
+source=(http://dansguardian.org/downloads/2/Stable/${pkgname}-${pkgver}.tar.gz
+dansguardian
+dg2.10.1.1-missing.stdio.patch)
+md5sums=('0987a1c9bfbdf398118386f10279611a'
+ 'a65a2cb6309670ad8978f1544907d290'
+ '3444718c00cc17337cba711ceaa1c0e5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/dg2.10.1.1-missing.stdio.patch
+  ./configure --prefix="/usr" --with-proxyuser=proxy --with-proxygroup=proxy \
+  --sysconfdir=/etc --localstatedir=/var --enable-email
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -D data/scripts/dansguardian ${pkgdir}/etc/logrotate.d/dansguardian
+  install -D -m755 ${srcdir}/dansguardian ${pkgdir}/etc/rc.d/dansguardian
+}
+
+backup=(etc/dansguardian/dansguardian.conf 
+etc/dansguardian/dansguardianf1.conf
+etc/dansguardian/downloadmanagers/default.conf
+etc/dansguardian/downloadmanagers/fancy.conf
+etc/dansguardian/authplugins/proxy-digest.conf
+etc/dansguardian/authplugins/proxy-basic.conf
+etc/dansguardian/authplugins/ident.conf
+etc/dansguardian/authplugins/ip.conf
+etc/dansguardian/lists/weightedphraselist 
+etc/dansguardian/lists/contentregexplist
+etc/dansguardian/lists/exceptionfileurllist
+etc/dansguardian/lists/exceptionextensionlist
+etc/dansguardian/lists/bannedextensionlist
+etc/dansguardian/lists/exceptionmimetypelist
+etc/dansguardian/lists/blacklists/ads/urls
+etc/dansguardian/lists/blacklists/ads/domains
+etc/dansguardian/lists/exceptionregexpurllist
+etc/dansguardian/lists/authplugins/ipgroups
+etc/dansguardian/lists/bannedregexpheaderlist
+etc/dansguardian/lists/phraselists/rta/banned
+etc/dansguardian/lists/phraselists/sport/weighted
+etc/dansguardian/lists/phraselists/proxies/weighted
+etc/dansguardian/lists/phraselists/safelabel/banned
+etc/dansguardian/lists/phraselists/peer2peer/weighted
+etc/dansguardian/lists/phraselists/drugadvocacy/weighted
+etc/dansguardian/lists/phraselists/googlesearches/banned
+etc/dansguardian/lists/phraselists/conspiracy/weighted
+etc/dansguardian/lists/phraselists/secretsocieties/weighted
+etc/dansguardian/lists/phraselists/idtheft/weighted
+etc/dansguardian/lists/phraselists/illegaldrugs/banned
+etc/dansguardian/lists/phraselists/illegaldrugs/weighted_portuguese
+etc/dansguardian/lists/phraselists/illegaldrugs/weighted
+etc/dansguardian/lists/phraselists/violence/weighted_portuguese
+etc/dansguardian/lists/phraselists/violence/weighted
+etc/dansguardian/lists/phraselists/domainsforsale/weighted
+etc/dansguardian/lists/phraselists/music/weighted
+etc/dansguardian/lists/phraselists/upstreamfilter/weighted
+etc/dansguardian/lists/phraselists/games/weighted
+etc/dansguardian/lists/phraselists/weapons/weighted_portuguese
+etc/dansguardian/lists/phraselists/weapons/weighted
+etc/dansguardian/lists/phraselists/legaldrugs/weighted
+etc/dansguardian/lists/phraselists/gore/weighted_portuguese
+etc/dansguardian/lists/phraselists/gore/weighted
+etc/dansguardian/lists/phraselists/warezhacking/weighted
+etc/dansguardian/lists/phraselists/pornography/weighted_chinese
+etc/dansguardian/lists/phraselists/pornography/weighted_malay
+etc/dansguardian/lists/phraselists/pornography/weighted_german
+etc/dansguardian/lists/phraselists/pornography/weighted_dutch
+etc/

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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:08
  Author: allan
Revision: 149645

db-move: moved apr from [staging] to [testing] (x86_64)

Added:
  apr/repos/testing-x86_64/
  apr/repos/testing-x86_64/PKGBUILD
(from rev 149641, apr/repos/staging-x86_64/PKGBUILD)
Deleted:
  apr/repos/staging-x86_64/

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: apr/repos/testing-x86_64/PKGBUILD (from rev 149641, 
apr/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:08 UTC (rev 149645)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=apr
+pkgver=1.4.5
+pkgrel=2
+pkgdesc="The Apache Portable Runtime"
+arch=('i686' 'x86_64')
+url="http://apr.apache.org/";
+depends=('util-linux-ng>=2.16')
+options=('!libtool')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2)
+md5sums=('8b53f5a5669d0597f2da889a2f576eb6')
+
+build() {
+  cd "${srcdir}/apr-${pkgver}"
+  export apr_cv_accept4=no
+
+  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
+--with-installbuilddir=/usr/share/apr-1/build \
+--enable-nonportable-atomics \
+--with-devrandom=/dev/urandom
+  make
+}
+
+check() {
+  cd "${srcdir}/apr-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/apr-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in apache/repos (9 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:06
  Author: allan
Revision: 149643

db-move: moved apache from [staging] to [testing] (x86_64)

Added:
  apache/repos/testing-x86_64/
  apache/repos/testing-x86_64/PKGBUILD
(from rev 149641, apache/repos/staging-x86_64/PKGBUILD)
  apache/repos/testing-x86_64/apache.conf.d
(from rev 149641, apache/repos/staging-x86_64/apache.conf.d)
  apache/repos/testing-x86_64/apachectl-confd.patch
(from rev 149641, apache/repos/staging-x86_64/apachectl-confd.patch)
  apache/repos/testing-x86_64/arch.layout
(from rev 149641, apache/repos/staging-x86_64/arch.layout)
  apache/repos/testing-x86_64/httpd
(from rev 149641, apache/repos/staging-x86_64/httpd)
  apache/repos/testing-x86_64/httpd.logrotate
(from rev 149641, apache/repos/staging-x86_64/httpd.logrotate)
  apache/repos/testing-x86_64/pcre_info.patch
(from rev 149641, apache/repos/staging-x86_64/pcre_info.patch)
Deleted:
  apache/repos/staging-x86_64/

---+
 PKGBUILD  |  150 
 apache.conf.d |   15 
 apachectl-confd.patch |   15 
 arch.layout   |   22 +++
 httpd |   65 
 httpd.logrotate   |6 +
 pcre_info.patch   |   22 +++
 7 files changed, 295 insertions(+)

Copied: apache/repos/testing-x86_64/PKGBUILD (from rev 149641, 
apache/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 23:59:06 UTC (rev 149643)
@@ -0,0 +1,150 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=apache
+pkgver=2.2.22
+pkgrel=3
+pkgdesc='A high performance Unix-based HTTP server'
+arch=('i686' 'x86_64')
+options=('!libtool')
+url='http://www.apache.org/dist/httpd'
+license=('APACHE')
+backup=(etc/conf.d/apache etc/httpd/conf/httpd.conf
+etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
+etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
+etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/logrotate.d/httpd)
+depends=('openssl' 'zlib' 'apr-util' 'pcre')
+optdepends=('lynx: apachectl status')
+_itkurl=http://mpm-itk.sesse.net/apache2.2-mpm-itk-2.2.17-01
+source=(http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2
+http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2.asc
+${_itkurl}/02-rename-prefork-to-itk.patch
+${_itkurl}/03-add-mpm-to-build-system.patch
+${_itkurl}/04-correct-output-makefile-location.patch
+${_itkurl}/05-add-copyright.patch
+${_itkurl}/06-hook-just-after-merging-perdir-config.patch
+${_itkurl}/07-base-functionality.patch
+${_itkurl}/08-max-clients-per-vhost.patch
+${_itkurl}/09-capabilities.patch
+${_itkurl}/10-nice.patch
+${_itkurl}/11-fix-htaccess-reads-for-persistent-connections.patch
+apachectl-confd.patch
+apache.conf.d
+httpd.logrotate
+httpd
+arch.layout
+pcre_info.patch)
+md5sums=('9fe3093194c8a57f085ff7c3fc43715f'
+ '41b3a6e4948679cab70b9caf490877c4'
+ 'f1d9d41360908ceb2374da55ae99197a'
+ 'cdfa04985a0efa850976aef01c2a0c40'
+ '0930d2d0612eb0a53a0d00aea7e8687f'
+ '3a0c29bb91442c33ea73ebbe072af922'
+ '0ef4729a6f1ffc848ad0e9b440a66f66'
+ '940944caa948340b11ddae56adaef89b'
+ 'ce09a987523884de8838f73dc8ec0d19'
+ 'e75b7dd8d8afcd299ba4ab2ab81c11e4'
+ 'ce1ccc21f3ad8625169c8f62913450ac'
+ '1e5b222edcfbf99a3edc56fcb2074fbe'
+ '4ac64df6e019edbe137017cba1ff2f51'
+ '08b3c875f6260644f2f52b4056d656b0'
+ '6382331e9700ed9e8cc78ea51887b537'
+ 'c7e300a287ef7e2e066ac7639536f87e'
+ '3d659d41276ba3bfcb20c231eb254e0c'
+ 'fde5121e32b5aeef5a7eedb5a97009ff')
+
+build() {
+   cd "${srcdir}/httpd-${pkgver}"
+
+   patch -p1 -i "${srcdir}/pcre_info.patch"
+   patch -Np0 -i "${srcdir}/apachectl-confd.patch"
+
+   # set default user
+   sed -e 's#User daemon#User http#' \
+   -e 's#Group daemon#Group http#' \
+   -i docs/conf/httpd.conf.in
+
+   cat "${srcdir}/arch.layout" >> config.layout
+
+   for mpm in prefork worker itk; do
+   if [ "${mpm}" = "itk" ]; then
+# Fix patch to apply with latest Apache version
+sed -i -e 's/mpmt_os2}/mpmt_os2|winnt}/g' 
"${srcdir}/03-add-mpm-to-build-system.patch"
+
+   mkdir -p server/mpm/experimental/itk
+   cp -r server/mpm/prefork/* server/mpm/experimental/itk/
+   mv server/mpm/experimental/itk/prefork.c 
server/mpm/experimental/itk/itk.c
+
+   patch -Np1 -i "${srcdir}/02-rename-prefork-to-i

[arch-commits] Commit in apr/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:07
  Author: allan
Revision: 149644

db-move: moved apr from [staging] to [testing] (i686)

Added:
  apr/repos/testing-i686/
  apr/repos/testing-i686/PKGBUILD
(from rev 149641, apr/repos/staging-i686/PKGBUILD)
Deleted:
  apr/repos/staging-i686/

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: apr/repos/testing-i686/PKGBUILD (from rev 149641, 
apr/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:07 UTC (rev 149644)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=apr
+pkgver=1.4.5
+pkgrel=2
+pkgdesc="The Apache Portable Runtime"
+arch=('i686' 'x86_64')
+url="http://apr.apache.org/";
+depends=('util-linux-ng>=2.16')
+options=('!libtool')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2)
+md5sums=('8b53f5a5669d0597f2da889a2f576eb6')
+
+build() {
+  cd "${srcdir}/apr-${pkgver}"
+  export apr_cv_accept4=no
+
+  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
+--with-installbuilddir=/usr/share/apr-1/build \
+--enable-nonportable-atomics \
+--with-devrandom=/dev/urandom
+  make
+}
+
+check() {
+  cd "${srcdir}/apr-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/apr-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in apache/repos (9 files)

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 18:59:05
  Author: allan
Revision: 149642

db-move: moved apache from [staging] to [testing] (i686)

Added:
  apache/repos/testing-i686/
  apache/repos/testing-i686/PKGBUILD
(from rev 149641, apache/repos/staging-i686/PKGBUILD)
  apache/repos/testing-i686/apache.conf.d
(from rev 149641, apache/repos/staging-i686/apache.conf.d)
  apache/repos/testing-i686/apachectl-confd.patch
(from rev 149641, apache/repos/staging-i686/apachectl-confd.patch)
  apache/repos/testing-i686/arch.layout
(from rev 149641, apache/repos/staging-i686/arch.layout)
  apache/repos/testing-i686/httpd
(from rev 149641, apache/repos/staging-i686/httpd)
  apache/repos/testing-i686/httpd.logrotate
(from rev 149641, apache/repos/staging-i686/httpd.logrotate)
  apache/repos/testing-i686/pcre_info.patch
(from rev 149641, apache/repos/staging-i686/pcre_info.patch)
Deleted:
  apache/repos/staging-i686/

---+
 PKGBUILD  |  150 
 apache.conf.d |   15 
 apachectl-confd.patch |   15 
 arch.layout   |   22 +++
 httpd |   65 
 httpd.logrotate   |6 +
 pcre_info.patch   |   22 +++
 7 files changed, 295 insertions(+)

Copied: apache/repos/testing-i686/PKGBUILD (from rev 149641, 
apache/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 23:59:05 UTC (rev 149642)
@@ -0,0 +1,150 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=apache
+pkgver=2.2.22
+pkgrel=3
+pkgdesc='A high performance Unix-based HTTP server'
+arch=('i686' 'x86_64')
+options=('!libtool')
+url='http://www.apache.org/dist/httpd'
+license=('APACHE')
+backup=(etc/conf.d/apache etc/httpd/conf/httpd.conf
+etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
+etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
+etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/logrotate.d/httpd)
+depends=('openssl' 'zlib' 'apr-util' 'pcre')
+optdepends=('lynx: apachectl status')
+_itkurl=http://mpm-itk.sesse.net/apache2.2-mpm-itk-2.2.17-01
+source=(http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2
+http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2.asc
+${_itkurl}/02-rename-prefork-to-itk.patch
+${_itkurl}/03-add-mpm-to-build-system.patch
+${_itkurl}/04-correct-output-makefile-location.patch
+${_itkurl}/05-add-copyright.patch
+${_itkurl}/06-hook-just-after-merging-perdir-config.patch
+${_itkurl}/07-base-functionality.patch
+${_itkurl}/08-max-clients-per-vhost.patch
+${_itkurl}/09-capabilities.patch
+${_itkurl}/10-nice.patch
+${_itkurl}/11-fix-htaccess-reads-for-persistent-connections.patch
+apachectl-confd.patch
+apache.conf.d
+httpd.logrotate
+httpd
+arch.layout
+pcre_info.patch)
+md5sums=('9fe3093194c8a57f085ff7c3fc43715f'
+ '41b3a6e4948679cab70b9caf490877c4'
+ 'f1d9d41360908ceb2374da55ae99197a'
+ 'cdfa04985a0efa850976aef01c2a0c40'
+ '0930d2d0612eb0a53a0d00aea7e8687f'
+ '3a0c29bb91442c33ea73ebbe072af922'
+ '0ef4729a6f1ffc848ad0e9b440a66f66'
+ '940944caa948340b11ddae56adaef89b'
+ 'ce09a987523884de8838f73dc8ec0d19'
+ 'e75b7dd8d8afcd299ba4ab2ab81c11e4'
+ 'ce1ccc21f3ad8625169c8f62913450ac'
+ '1e5b222edcfbf99a3edc56fcb2074fbe'
+ '4ac64df6e019edbe137017cba1ff2f51'
+ '08b3c875f6260644f2f52b4056d656b0'
+ '6382331e9700ed9e8cc78ea51887b537'
+ 'c7e300a287ef7e2e066ac7639536f87e'
+ '3d659d41276ba3bfcb20c231eb254e0c'
+ 'fde5121e32b5aeef5a7eedb5a97009ff')
+
+build() {
+   cd "${srcdir}/httpd-${pkgver}"
+
+   patch -p1 -i "${srcdir}/pcre_info.patch"
+   patch -Np0 -i "${srcdir}/apachectl-confd.patch"
+
+   # set default user
+   sed -e 's#User daemon#User http#' \
+   -e 's#Group daemon#Group http#' \
+   -i docs/conf/httpd.conf.in
+
+   cat "${srcdir}/arch.layout" >> config.layout
+
+   for mpm in prefork worker itk; do
+   if [ "${mpm}" = "itk" ]; then
+# Fix patch to apply with latest Apache version
+sed -i -e 's/mpmt_os2}/mpmt_os2|winnt}/g' 
"${srcdir}/03-add-mpm-to-build-system.patch"
+
+   mkdir -p server/mpm/experimental/itk
+   cp -r server/mpm/prefork/* server/mpm/experimental/itk/
+   mv server/mpm/experimental/itk/prefork.c 
server/mpm/experimental/itk/itk.c
+
+   patch -Np1 -i "${srcdir}/02-rename-prefork-to-itk.patch"
+   patc

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

2012-02-08 Thread Ionut Biru
Date: Wednesday, February 8, 2012 @ 17:34:52
  Author: ibiru
Revision: 149641

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

Added:
  testdisk/repos/testing-i686/
  testdisk/repos/testing-i686/PKGBUILD
(from rev 149640, testdisk/trunk/PKGBUILD)
  testdisk/repos/testing-x86_64/
  testdisk/repos/testing-x86_64/PKGBUILD
(from rev 149640, testdisk/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: testdisk/repos/testing-i686/PKGBUILD (from rev 149640, 
testdisk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 22:34:52 UTC (rev 149641)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Sergej Pupykin 
+# Contributor: Michal Krenek 
+
+pkgname=testdisk
+pkgver=6.13
+pkgrel=2
+pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery 
tool"
+arch=('i686' 'x86_64')
+url="http://www.cgsecurity.org/index.html?testdisk.html";
+license=('GPL')
+depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
+source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
+md5sums=('3bcbf0722d3823ca155e633969ce9f0b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --without-ewf \
+  --enable-sudo
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: testdisk/repos/testing-x86_64/PKGBUILD (from rev 149640, 
testdisk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 22:34:52 UTC (rev 149641)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Sergej Pupykin 
+# Contributor: Michal Krenek 
+
+pkgname=testdisk
+pkgver=6.13
+pkgrel=2
+pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery 
tool"
+arch=('i686' 'x86_64')
+url="http://www.cgsecurity.org/index.html?testdisk.html";
+license=('GPL')
+depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
+source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
+md5sums=('3bcbf0722d3823ca155e633969ce9f0b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --without-ewf \
+  --enable-sudo
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2012-02-08 Thread Ionut Biru
Date: Wednesday, February 8, 2012 @ 17:33:35
  Author: ibiru
Revision: 149640

ntfs-3g 2012.1.15 rebuild

Modified:
  testdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 22:27:28 UTC (rev 149639)
+++ PKGBUILD2012-02-08 22:33:35 UTC (rev 149640)
@@ -5,22 +5,25 @@
 
 pkgname=testdisk
 pkgver=6.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery 
tool"
 arch=('i686' 'x86_64')
 url="http://www.cgsecurity.org/index.html?testdisk.html";
 license=('GPL')
-depends=('libjpeg>=8' 'openssl' 'progsreiserfs' 'ntfsprogs')
-makedepends=('pkgconfig')
-source=(http://www.cgsecurity.org/${pkgname}-${pkgver}.tar.bz2)
+depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
+source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
+md5sums=('3bcbf0722d3823ca155e633969ce9f0b')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
 
   ./configure --prefix=/usr \
   --without-ewf \
   --enable-sudo
-  make || return 1
-  make DESTDIR="${pkgdir}/" install || return 1
+  make
 }
-md5sums=('3bcbf0722d3823ca155e633969ce9f0b')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in ntfs-3g_ntfsprogs/repos (4 files)

2012-02-08 Thread Ionut Biru
Date: Wednesday, February 8, 2012 @ 17:27:28
  Author: ibiru
Revision: 149639

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

Added:
  ntfs-3g_ntfsprogs/repos/testing-i686/
  ntfs-3g_ntfsprogs/repos/testing-i686/PKGBUILD
(from rev 149638, ntfs-3g_ntfsprogs/trunk/PKGBUILD)
  ntfs-3g_ntfsprogs/repos/testing-x86_64/
  ntfs-3g_ntfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 149638, ntfs-3g_ntfsprogs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   43 +++
 testing-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: ntfs-3g_ntfsprogs/repos/testing-i686/PKGBUILD (from rev 149638, 
ntfs-3g_ntfsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-08 22:27:28 UTC (rev 149639)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgbase=ntfs-3g_ntfsprogs
+pkgname=('ntfs-3g' 'ntfsprogs')
+pkgver=2012.1.15
+pkgrel=1
+url="http://www.tuxera.com";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glibc' 'fuse')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
+sha1sums=('8d55cf49afde172fefa369a0a85289e09c4d7bbb')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
+--with-fuse=external --disable-static \
+--mandir=/usr/share/man
+  make
+}
+
+package_ntfs-3g() {
+  pkgdesc="Stable read and write NTFS driver"
+
+  for DIR in src libntfs-3g include; do
+cd "$srcdir/$pkgbase-$pkgver/$DIR"
+make DESTDIR="$pkgdir" install
+  done
+
+  ln -s /bin/ntfs-3g "$pkgdir/sbin/mount.ntfs"
+}
+
+package_ntfsprogs() {
+  pkgdesc="NTFS filesystem utilities"
+  depends=('util-linux' 'ntfs-3g')
+
+  cd "$srcdir/$pkgbase-$pkgver/ntfsprogs"
+  make DESTDIR="$pkgdir" install
+}

Copied: ntfs-3g_ntfsprogs/repos/testing-x86_64/PKGBUILD (from rev 149638, 
ntfs-3g_ntfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-08 22:27:28 UTC (rev 149639)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgbase=ntfs-3g_ntfsprogs
+pkgname=('ntfs-3g' 'ntfsprogs')
+pkgver=2012.1.15
+pkgrel=1
+url="http://www.tuxera.com";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glibc' 'fuse')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
+sha1sums=('8d55cf49afde172fefa369a0a85289e09c4d7bbb')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
+--with-fuse=external --disable-static \
+--mandir=/usr/share/man
+  make
+}
+
+package_ntfs-3g() {
+  pkgdesc="Stable read and write NTFS driver"
+
+  for DIR in src libntfs-3g include; do
+cd "$srcdir/$pkgbase-$pkgver/$DIR"
+make DESTDIR="$pkgdir" install
+  done
+
+  ln -s /bin/ntfs-3g "$pkgdir/sbin/mount.ntfs"
+}
+
+package_ntfsprogs() {
+  pkgdesc="NTFS filesystem utilities"
+  depends=('util-linux' 'ntfs-3g')
+
+  cd "$srcdir/$pkgbase-$pkgver/ntfsprogs"
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in ntfs-3g_ntfsprogs/trunk (2 files)

2012-02-08 Thread Ionut Biru
Date: Wednesday, February 8, 2012 @ 17:25:55
  Author: ibiru
Revision: 149638

update to 2012.1.15
drop the hal fdi configuration from package

Modified:
  ntfs-3g_ntfsprogs/trunk/PKGBUILD
Deleted:
  ntfs-3g_ntfsprogs/trunk/25-ntfs-config-write-policy.fdi

-+
 25-ntfs-config-write-policy.fdi |   42 --
 PKGBUILD|   24 +
 2 files changed, 10 insertions(+), 56 deletions(-)

Deleted: 25-ntfs-config-write-policy.fdi
===
--- 25-ntfs-config-write-policy.fdi 2012-02-08 21:50:56 UTC (rev 149637)
+++ 25-ntfs-config-write-policy.fdi 2012-02-08 22:25:55 UTC (rev 149638)
@@ -1,42 +0,0 @@
-
-
-  
-   
-volume.fstype
-volume.mount.valid_options
-volume.unmount.valid_options
-ntfs-3g
-   ro
-atime
-noatime
-   relatime
-   fake_rw
-   no_def_opts
-   default_permissions
-   umask=
-   fmask=
-   dmask=
-   uid=
-   gid=
-   show_sys_files
-   silent
-   force
-   remove_hiberfile
-   locale=
-   streams_interface=
-   debug
-   no_detatch
-   sync
-   dirsync
-   nodiratime
-   noexec
-quiet
-   remount
-   exec
-   recover
-   norecover
-   lazy
-   ntfs-3g
-   
-  
-

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 21:50:56 UTC (rev 149637)
+++ PKGBUILD2012-02-08 22:25:55 UTC (rev 149638)
@@ -4,21 +4,19 @@
 
 pkgbase=ntfs-3g_ntfsprogs
 pkgname=('ntfs-3g' 'ntfsprogs')
-pkgver=2011.4.12
-pkgrel=2
+pkgver=2012.1.15
+pkgrel=1
 url="http://www.tuxera.com";
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('glibc' 'fuse')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://tuxera.com/opensource/${pkgbase}-${pkgver}.tgz
-25-ntfs-config-write-policy.fdi)
-sha1sums=('a4340ae611a3f26089f7d5601a86a5847517bff7'
-  '200029f2999a2c284fd30ae25734abf6459c3501')
+source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
+sha1sums=('8d55cf49afde172fefa369a0a85289e09c4d7bbb')
 
 build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
+  cd "$srcdir/$pkgbase-$pkgver"
   ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
 --with-fuse=external --disable-static \
 --mandir=/usr/share/man
@@ -29,19 +27,17 @@
   pkgdesc="Stable read and write NTFS driver"
 
   for DIR in src libntfs-3g include; do
-cd "${srcdir}/${pkgbase}-${pkgver}/${DIR}"
-make DESTDIR="${pkgdir}" install
+cd "$srcdir/$pkgbase-$pkgver/$DIR"
+make DESTDIR="$pkgdir" install
   done
 
-  ln -s /bin/ntfs-3g "${pkgdir}/sbin/mount.ntfs"
-  install -m755 -d "${pkgdir}/usr/share/hal/fdi/policy/10osvendor"
-  install -m644 "${srcdir}/25-ntfs-config-write-policy.fdi" 
"${pkgdir}/usr/share/hal/fdi/policy/10osvendor/"
+  ln -s /bin/ntfs-3g "$pkgdir/sbin/mount.ntfs"
 }
 
 package_ntfsprogs() {
   pkgdesc="NTFS filesystem utilities"
   depends=('util-linux' 'ntfs-3g')
 
-  cd "${srcdir}/${pkgbase}-${pkgver}/ntfsprogs"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgbase-$pkgver/ntfsprogs"
+  make DESTDIR="$pkgdir" install
 }



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

2012-02-08 Thread Ronald van Haren
Date: Wednesday, February 8, 2012 @ 16:50:56
  Author: ronald
Revision: 149637

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

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

---+
 extra-i686/PKGBUILD   |  124 ++--
 extra-i686/fuse.conf  |   18 +++---
 extra-i686/fuse.install   |   20 +++
 extra-i686/fuse.rc.d  |   98 +-
 extra-x86_64/PKGBUILD |  124 ++--
 extra-x86_64/fuse.conf|   18 +++---
 extra-x86_64/fuse.install |   20 +++
 extra-x86_64/fuse.rc.d|   98 +-
 8 files changed, 262 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-08 21:50:11 UTC (rev 149636)
+++ extra-i686/PKGBUILD 2012-02-08 21:50:56 UTC (rev 149637)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Mark Rosenstand 
-
-pkgname=fuse
-pkgver=2.8.6
-pkgrel=1
-pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
-arch=('i686' 'x86_64')
-url="http://fuse.sourceforge.net/";
-license="GPL2"
-depends=('glibc')
-makedepends=('pkg-config')
-backup=(etc/fuse.conf)
-install=fuse.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-   'fuse.conf')
-options=(!libtool)
-sha1sums=('c2c0f9fff8bfee217da200888123e5abb5b498f2'
-  '3b42e37a741d4651099225987dc40e7f02a716ad')
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # fix building with glibc-2.14
-  sed -i '1i#define _GNU_SOURCE' util/fusermount.c
-
-  ./configure --prefix=/usr --enable-lib \
-  --enable-util --bindir=/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # static device nodes will cause collision.
-  rm -rf ${pkgdir}/dev
- 
-  # Remove init script in wrong path
-  # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -rf ${pkgdir}/etc/init.d
-  #install -D -m755 ${srcdir}/fuse.rc.d ${pkgdir}/etc/rc.d/fuse
-
-  install -d ${pkgdir}/lib
-  mv ${pkgdir}/usr/lib/libfuse.so.${pkgver} ${pkgdir}/lib/
-  ln -s ../../lib/libfuse.so.${pkgver} ${pkgdir}/usr/lib/libfuse.so.${pkgver}
-  ln -s libfuse.so.${pkgver} ${pkgdir}/lib/libfuse.so.2
-  mv ${pkgdir}/usr/lib/libulockmgr.so.1.0.1 ${pkgdir}/lib/
-  ln -s ../../lib/libulockmgr.so.1.0.1 ${pkgdir}/usr/lib/libulockmgr.so.1.0.1
-  ln -s libulockmgr.so.1.0.1 ${pkgdir}/lib/libulockmgr.so.1
-
-  # install sample config file
-  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
-  # Fix udev rule location
-  install -d -m755 "${pkgdir}/lib"
-  mv "${pkgdir}/etc/udev" "${pkgdir}/lib/"
-
-  # remove udev rules (should already be in udev package}
-  rm -f ${pkgdir}/lib/udev/rules.d/99-fuse.rules
-}

Copied: fuse/repos/extra-i686/PKGBUILD (from rev 149636, fuse/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-08 21:50:56 UTC (rev 149637)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Mark Rosenstand 
+
+pkgname=fuse
+pkgver=2.8.7
+pkgrel=1
+pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
+arch=('i686' 'x86_64')
+url="http://fuse.sourceforge.net/";
+license="GPL2"
+depends=('glibc')
+makedepends=('pkg-config')
+backup=(etc/fuse.conf)
+install=fuse.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+   'fuse.conf')
+options=(!libtool)
+sha1sums=('284f22401131ec148bd04362dc86f7b0e94fb5f4'
+  '3b42e37a741d4651099225987dc40e7f02a716ad')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix building with glibc-2.14
+  sed -i '1i#define _GNU_SOURCE' util/fusermount.c
+
+  ./configure --prefix=/usr --enable-lib \
+  --enable-util --bindir=/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=$

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

2012-02-08 Thread Ronald van Haren
Date: Wednesday, February 8, 2012 @ 16:50:11
  Author: ronald
Revision: 149636

upgpkg: fuse 2.8.7-1

update to 2.8.7

Modified:
  fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 21:43:02 UTC (rev 149635)
+++ PKGBUILD2012-02-08 21:50:11 UTC (rev 149636)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=fuse
-pkgver=2.8.6
+pkgver=2.8.7
 pkgrel=1
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('i686' 'x86_64')
@@ -16,8 +16,9 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
 options=(!libtool)
-sha1sums=('c2c0f9fff8bfee217da200888123e5abb5b498f2'
+sha1sums=('284f22401131ec148bd04362dc86f7b0e94fb5f4'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
@@ -52,6 +53,7 @@
 
   # install sample config file
   install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
+
   # Fix udev rule location
   install -d -m755 "${pkgdir}/lib"
   mv "${pkgdir}/etc/udev" "${pkgdir}/lib/"



[arch-commits] Commit in dhcpcd/repos (12 files)

2012-02-08 Thread Ronald van Haren
Date: Wednesday, February 8, 2012 @ 16:43:02
  Author: ronald
Revision: 149635

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

Added:
  dhcpcd/repos/testing-i686/
  
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 149634, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 149634, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 149634, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.conf.d
(from rev 149634, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/testing-i686/remove_ifconfig.patch
(from rev 149634, dhcpcd/trunk/remove_ifconfig.patch)
  dhcpcd/repos/testing-x86_64/
  
dhcpcd/repos/testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 149634, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 149634, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 149634, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.conf.d
(from rev 149634, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/testing-x86_64/remove_ifconfig.patch
(from rev 149634, dhcpcd/trunk/remove_ifconfig.patch)

--+
 testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch   |   33 
+
 testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch   |   61 
++
 testing-i686/PKGBUILD|   58 
+
 testing-i686/dhcpcd.conf.d   |6 
 testing-i686/remove_ifconfig.patch   |   20 +++
 testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch |   33 
+
 testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch |   61 
++
 testing-x86_64/PKGBUILD  |   58 
+
 testing-x86_64/dhcpcd.conf.d |6 
 testing-x86_64/remove_ifconfig.patch |   20 +++
 10 files changed, 356 insertions(+)

Copied: 
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
(from rev 149634, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
===
--- testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch  
(rev 0)
+++ testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch  
2012-02-08 21:43:02 UTC (rev 149635)
@@ -0,0 +1,33 @@
+From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
+From: Dan McGee 
+Date: Sun, 19 Jun 2011 16:04:25 -0500
+Subject: [PATCH] Set hostname via /proc if file is available
+
+On Linux, the hostname can be set via this file if available, precluding
+the need for a `hostname` binary.
+
+Signed-off-by: Dan McGee 
+---
+ dhcpcd-hooks/30-hostname |6 +-
+ 1 files changed, 5 insertions(+), 1 deletions(-)
+
+diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
+index 65d1a13..af94262 100644
+--- a/dhcpcd-hooks/30-hostname
 b/dhcpcd-hooks/30-hostname
+@@ -21,7 +21,11 @@ need_hostname()
+ try_hostname()
+ {
+   if valid_domainname "$1"; then
+-  hostname "$1"
++  if [ -w /proc/sys/kernel/hostname ]; then
++  echo "$1" > /proc/sys/kernel/hostname
++  else
++  hostname "$1"
++  fi
+   else
+   syslog err "Invalid hostname: $1"
+   fi
+-- 
+1.7.5.4
+

Copied: 
dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch 
(from rev 149634, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
===
--- testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch  
(rev 0)
+++ testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch  
2012-02-08 21:43:02 UTC (rev 149635)
@@ -0,0 +1,61 @@
+From 950c00d1b183796034d227ef47a90eb248d79b72 Mon Sep 17 00:00:00 2001
+From: Dave Reisner 
+Date: Tue, 21 Jun 2011 09:32:47 -0400
+Subject: [PATCH] set MTU via sysfs if file is available
+
+On Linux, a network interface's MTU can be set by writing to
+/sys/class/net/$interface/mtu, which removes the dependency on ifconfig.
+
+Signed-off-by: Dave Reisner 
+---
+ dhcpcd-hooks/10-mtu |4 ++--
+ dhcpcd-run-hooks.in |   11 +++
+ 2 files changed, 13 insertions(+), 2 deletions(-)
+
+diff --git a/dhcpcd-hooks/10-mtu b/dhcpcd-hooks/10-mtu
+index 639697c..8763930 100644
+--- a/dhcpcd-hooks/10-mtu
 b/dhcpcd-hooks/10-mtu
+@

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

2012-02-08 Thread Ronald van Haren
Date: Wednesday, February 8, 2012 @ 16:42:05
  Author: ronald
Revision: 149634

upgpkg: dhcpcd 5.5.4-1

update to 5.5.4; FS#27765 move rundir to /run

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 21:18:08 UTC (rev 149633)
+++ PKGBUILD2012-02-08 21:42:05 UTC (rev 149634)
@@ -4,8 +4,8 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=5.2.12
-pkgrel=4
+pkgver=5.5.4
+pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/dhcpcd/";
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2"; \
 'dhcpcd.conf.d' 
'0001-Set-hostname-via-proc-if-file-is-available.patch' \
'0001-set-MTU-via-sysfs-if-file-is-available.patch')
-sha1sums=('27378a251705c7888332e6d60eea7805d1f8aeb5'
+sha1sums=('8aa42abd28d49cce5b179998490c36f6c490e338'
   'b67b9ce6a2faaca75fea356966a16be2283b7db0'
   'ee85adac972a8172a9d9b3a1bdd46e0430301582'
   'afbed18dc5544f7d0b81e2266b322ca12becf9a4')
@@ -30,7 +30,8 @@
   patch -Np1 -i ${srcdir}/0001-set-MTU-via-sysfs-if-file-is-available.patch
 
   # configure variables
-  ./configure --libexecdir=/usr/lib/dhcpcd --dbdir=/var/lib/dhcpcd
+  ./configure --libexecdir=/usr/lib/dhcpcd --dbdir=/var/lib/dhcpcd \
+   --rundir=/run
 
   # Build
   make



[arch-commits] Commit in chromium/repos (28 files)

2012-02-08 Thread Evangelos Foutras
Date: Wednesday, February 8, 2012 @ 16:18:08
  Author: foutrelis
Revision: 149633

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 149632, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-media-no-sse-r0.patch
(from rev 149632, chromium/trunk/chromium-media-no-sse-r0.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 149632, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 149632, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 149632, chromium/trunk/chromium.sh)
  chromium/repos/extra-i686/gcc-4.6.patch
(from rev 149632, chromium/trunk/gcc-4.6.patch)
  chromium/repos/extra-i686/nacl-cflags-remove-fstack-protector.patch
(from rev 149632, chromium/trunk/nacl-cflags-remove-fstack-protector.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 149632, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-media-no-sse-r0.patch
(from rev 149632, chromium/trunk/chromium-media-no-sse-r0.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 149632, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 149632, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 149632, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/gcc-4.6.patch
(from rev 149632, chromium/trunk/gcc-4.6.patch)
  chromium/repos/extra-x86_64/nacl-cflags-remove-fstack-protector.patch
(from rev 149632, chromium/trunk/nacl-cflags-remove-fstack-protector.patch)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-i686/fix-downloads-on-ntfs.patch
  chromium/repos/extra-i686/gcc-4.6.patch
  chromium/repos/extra-i686/nacl-cflags-remove-fstack-protector.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh
  chromium/repos/extra-x86_64/fix-downloads-on-ntfs.patch
  chromium/repos/extra-x86_64/gcc-4.6.patch
  chromium/repos/extra-x86_64/nacl-cflags-remove-fstack-protector.patch

+
 extra-i686/PKGBUILD|  290 +++
 extra-i686/chromium-media-no-sse-r0.patch  |   17 
 extra-i686/chromium.desktop|  226 +--
 extra-i686/chromium.install|   24 -
 extra-i686/chromium.sh |8 
 extra-i686/fix-downloads-on-ntfs.patch |   26 -
 extra-i686/gcc-4.6.patch   |  198 +-
 extra-i686/nacl-cflags-remove-fstack-protector.patch   |   28 -
 extra-x86_64/PKGBUILD  |  290 +++
 extra-x86_64/chromium-media-no-sse-r0.patch|   17 
 extra-x86_64/chromium.desktop  |  226 +--
 extra-x86_64/chromium.install  |   24 -
 extra-x86_64/chromium.sh   |8 
 extra-x86_64/fix-downloads-on-ntfs.patch   |   26 -
 extra-x86_64/gcc-4.6.patch |  198 +-
 extra-x86_64/nacl-cflags-remove-fstack-protector.patch |   28 -
 16 files changed, 810 insertions(+), 824 deletions(-)

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


[arch-commits] Commit in chromium/trunk (4 files)

2012-02-08 Thread Evangelos Foutras
Date: Wednesday, February 8, 2012 @ 16:17:24
  Author: foutrelis
Revision: 149632

upgpkg: chromium 17.0.963.46-1

New upstream release.

Added:
  chromium/trunk/chromium-media-no-sse-r0.patch
Modified:
  chromium/trunk/PKGBUILD
  chromium/trunk/nacl-cflags-remove-fstack-protector.patch
Deleted:
  chromium/trunk/fix-downloads-on-ntfs.patch

---+
 PKGBUILD  |   34 
 chromium-media-no-sse-r0.patch|   17 ++
 fix-downloads-on-ntfs.patch   |   26 -
 nacl-cflags-remove-fstack-protector.patch |   28 ++-
 4 files changed, 49 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 20:57:56 UTC (rev 149631)
+++ PKGBUILD2012-02-08 21:17:24 UTC (rev 149632)
@@ -9,8 +9,8 @@
 # build time.
 
 pkgname=chromium
-pkgver=16.0.912.77
-pkgrel=2
+pkgver=17.0.963.46
+pkgrel=1
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
 url="http://www.chromium.org/";
@@ -31,15 +31,15 @@
 chromium.desktop
 chromium.sh
 gcc-4.6.patch
-fix-downloads-on-ntfs.patch
-nacl-cflags-remove-fstack-protector.patch)
-sha256sums=('fc84e9a96d00a95c44beb6539b9ffe7224dc3ca51afef6486e0e7ad705445a32'
+nacl-cflags-remove-fstack-protector.patch
+chromium-media-no-sse-r0.patch)
+sha256sums=('9f9a3799dee3f998b8e629edeb686976567fc145d659e5bb744af8a425d26879'
 '964fe3a5ec56f2505649aba00f900abe4205674b7fdaa16772647d347173bb01'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 'c53bfc4db9dde684fbaed6a4bbecb207e3e7a0a2703233426fe076a6d3c557f3'
 '9c5e0803904d1a0e71ab7444c92a7046a34a9518eeba7a70f2eec7abecb8bf4e'
-'6364c464d1885b2ec21076f01f993725925ccc066805f1ecbbeaf6f79b93c209'
-'406f06a1a18fad4ba9e5d4e142509f1ac1512d176cc36c1744a7abf949991e2e')
+'59e732880314333d6e9acf6ac99de467c98e8a92aa5c5292ae808a805e0f8d76'
+'71751bf5913da1eec3c88c433044224c869b0abd5a29172cf239bddbb4eff761')
 
 build() {
   cd "$srcdir/chromium-$pkgver"
@@ -48,18 +48,14 @@
   # http://code.google.com/p/chromium/issues/detail?id=80071
   patch -Np0 -i "$srcdir/gcc-4.6.patch"
 
-  # Fix build with CUPS 1.5
-  sed -i '/#include / a #include ' \
-chrome/browser/ui/webui/print_preview_handler.cc
-
-  # Fix downloading on NTFS partitions
-  # http://code.google.com/p/chromium/issues/detail?id=102200
-  patch -Np2 -i "$srcdir/fix-downloads-on-ntfs.patch"
-
   # Filter -fstack-protector out of cflags for nacl_helper_bootstrap
   # http://code.google.com/p/chromium/issues/detail?id=104569
-  patch -Np2 -i "$srcdir/nacl-cflags-remove-fstack-protector.patch"
+  patch -d native_client -Np1 -i \
+"$srcdir/nacl-cflags-remove-fstack-protector.patch"
 
+  # Remove unconditional use of SSE3 (patch from Gentoo)
+  patch -Np0 -i "$srcdir/chromium-media-no-sse-r0.patch"
+
   # Use Python 2
   find . -type f -exec sed -i -r \
 -e 's|/usr/bin/python$|&2|g' \
@@ -71,10 +67,10 @@
   export PATH="$srcdir/python2-path:$PATH"
 
   pushd "$srcdir/nacl_sdk"
-  ./naclsdk update pepper_15
+  ./naclsdk update pepper_16
   popd
 
-  ln -s "$srcdir/nacl_sdk/pepper_15/toolchain/linux_x86_newlib" \
+  ln -s "$srcdir/nacl_sdk/pepper_16/toolchain/linux_x86_newlib" \
 native_client/toolchain/linux_x86_newlib
 
   # We need to disable system_ssl until "next protocol negotiation" support is
@@ -95,7 +91,7 @@
 -Duse_system_bzip2=1 \
 -Duse_system_ffmpeg=0 \
 -Duse_system_libevent=1 \
--Duse_system_libjpeg=1 \
+-Duse_system_libjpeg=0 \
 -Duse_system_libpng=1 \
 -Duse_system_libxml=0 \
 -Duse_system_ssl=0 \

Added: chromium-media-no-sse-r0.patch
===
--- chromium-media-no-sse-r0.patch  (rev 0)
+++ chromium-media-no-sse-r0.patch  2012-02-08 21:17:24 UTC (rev 149632)
@@ -0,0 +1,17 @@
+--- media/media.gyp.orig   2012-02-02 10:03:41.0 +0100
 media/media.gyp2012-02-02 10:04:09.0 +0100
+@@ -467,14 +467,6 @@
+ [ 'os_posix == 1 and OS != "mac" and OS != "android"', {
+   'cflags': [
+ '-msse2',
+-'-msse3',
+-'-mssse3',
+-  ],
+-}],
+-[ 'OS == "openbsd"', {
+-  # OpenBSD's gcc (4.2.1) does not support -mssse3
+-  'cflags!': [
+-'-mssse3',
+   ],
+ }],
+ [ 'OS == "mac"', {

Deleted: fix-downloads-on-ntfs.patch
===
--- fix-downloads-on-ntfs.patch 2012-02-08 20:57:56 UTC (rev 149631)
+++ fix-downloads-on-ntfs.patch 2012-02-08 21:17:24 UTC (rev 149632)
@@ -1,26 +0

[arch-commits] Commit in qtcurve-kde3/repos (12 files)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:57:56
  Author: pierre
Revision: 149631

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

Added:
  qtcurve-kde3/repos/extra-i686/PKGBUILD
(from rev 149630, qtcurve-kde3/trunk/PKGBUILD)
  qtcurve-kde3/repos/extra-i686/bypass-kde-config.patch
(from rev 149630, qtcurve-kde3/trunk/bypass-kde-config.patch)
  qtcurve-kde3/repos/extra-i686/kdeglobals
(from rev 149630, qtcurve-kde3/trunk/kdeglobals)
  qtcurve-kde3/repos/extra-x86_64/PKGBUILD
(from rev 149630, qtcurve-kde3/trunk/PKGBUILD)
  qtcurve-kde3/repos/extra-x86_64/bypass-kde-config.patch
(from rev 149630, qtcurve-kde3/trunk/bypass-kde-config.patch)
  qtcurve-kde3/repos/extra-x86_64/kdeglobals
(from rev 149630, qtcurve-kde3/trunk/kdeglobals)
Deleted:
  qtcurve-kde3/repos/extra-i686/PKGBUILD
  qtcurve-kde3/repos/extra-i686/bypass-kde-config.patch
  qtcurve-kde3/repos/extra-i686/kdeglobals
  qtcurve-kde3/repos/extra-x86_64/PKGBUILD
  qtcurve-kde3/repos/extra-x86_64/bypass-kde-config.patch
  qtcurve-kde3/repos/extra-x86_64/kdeglobals

--+
 extra-i686/PKGBUILD  |   98 -
 extra-i686/bypass-kde-config.patch   |   48 
 extra-i686/kdeglobals|4 -
 extra-x86_64/PKGBUILD|   98 -
 extra-x86_64/bypass-kde-config.patch |   48 
 extra-x86_64/kdeglobals  |4 -
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-08 20:57:23 UTC (rev 149630)
+++ extra-i686/PKGBUILD 2012-02-08 20:57:56 UTC (rev 149631)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=qtcurve-kde3
-pkgver=1.8.5
-pkgrel=1
-arch=('i686' 'x86_64')
-groups=('qtcurve')
-license=('GPL')
-pkgdesc='A configurable set of widget styles for KDE and Gtk'
-url='http://www.kde-look.org/content/show.php?content=40492'
-depends=('kdelibs3')
-makedepends=('cmake' 'kdelibs')
-source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE3-${pkgver}.tar.bz2";
-   'kdeglobals'
-   'bypass-kde-config.patch')
-md5sums=('d9cca99526079782f9fc7bd7ba432582'
- '05a6294c7f0e239e698e7e5224fc8e7f'
- 'e1ab2c0995e412b2cbfe804fba75517e')
-
-build() {
-  . /etc/profile.d/qt3.sh
-  . /etc/profile.d/kde3.sh
-
-  cd ${srcdir}/QtCurve-KDE3-${pkgver}
-  # Bypass KDE prefix detection by kde4-config, see:
-  # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
-  patch -Np1 -i ${srcdir}/bypass-kde-config.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../QtCurve-KDE3-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/opt/kde
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-
-  # remove kcontrol plugins
-  rm -f $pkgdir/opt/kde/lib/kde3/kstyle_qtcurve_config.*
-
-  # set default theme
-  install -D -m644 $srcdir/kdeglobals $pkgdir/opt/kde/share/config/kdeglobals
-}

Copied: qtcurve-kde3/repos/extra-i686/PKGBUILD (from rev 149630, 
qtcurve-kde3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-08 20:57:56 UTC (rev 149631)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=qtcurve-kde3
+pkgver=1.8.5
+pkgrel=2
+arch=('i686' 'x86_64')
+groups=('qtcurve')
+license=('GPL')
+pkgdesc='A configurable set of widget styles for KDE and Gtk'
+url='http://www.kde-look.org/content/show.php?content=40492'
+depends=('kdelibs3')
+makedepends=('cmake' 'kdelibs')
+source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE3-${pkgver}.tar.bz2";
+   'kdeglobals'
+   'bypass-kde-config.patch')
+md5sums=('d9cca99526079782f9fc7bd7ba432582'
+ '05a6294c7f0e239e698e7e5224fc8e7f'
+ 'e1ab2c0995e412b2cbfe804fba75517e')
+
+build() {
+  . /etc/profile.d/qt3.sh
+  . /etc/profile.d/kde3.sh
+
+  cd ${srcdir}/QtCurve-KDE3-${pkgver}
+  # Bypass KDE prefix detection by kde4-config, see:
+  # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
+  patch -Np1 -i ${srcdir}/bypass-kde-config.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../QtCurve-KDE3-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/opt/kde
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+
+  # remove kcontrol plugins
+  rm -f $pkgdir/opt/kde/lib/kde3/kstyle_qtcurve_config.*
+
+  # set default theme
+  install -D -m644 $srcdir/kdeglobals $pkgdir/opt/kde/share/config/kdeglobals
+}

Deleted: extra-i686/bypass-kde-config.patch
===
--- extra-i686/bypass-kde-config.patch  2012-02-08 20:57:23 UTC (rev 149630)
+++ extra-i686/bypass-kde-config.patch  2012-02-08 20:57:56 UTC 

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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:57:23
  Author: pierre
Revision: 149630

upgpkg: qtcurve-kde3 1.8.5-2

rebuild old package

Modified:
  qtcurve-kde3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 20:53:42 UTC (rev 149629)
+++ PKGBUILD2012-02-08 20:57:23 UTC (rev 149630)
@@ -4,7 +4,7 @@
 
 pkgname=qtcurve-kde3
 pkgver=1.8.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 groups=('qtcurve')
 license=('GPL')



[arch-commits] Commit in qt-assistant-compat/repos (8 files)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:53:42
  Author: pierre
Revision: 149629

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

Added:
  qt-assistant-compat/repos/extra-i686/PKGBUILD
(from rev 149628, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/extra-i686/debian_patches_01_build_system.diff
(from rev 149628, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
  qt-assistant-compat/repos/extra-x86_64/PKGBUILD
(from rev 149628, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/extra-x86_64/debian_patches_01_build_system.diff
(from rev 149628, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
Deleted:
  qt-assistant-compat/repos/extra-i686/PKGBUILD
  qt-assistant-compat/repos/extra-i686/debian_patches_01_build_system.diff
  qt-assistant-compat/repos/extra-x86_64/PKGBUILD
  qt-assistant-compat/repos/extra-x86_64/debian_patches_01_build_system.diff

--+
 extra-i686/PKGBUILD  |  109 ++---
 extra-i686/debian_patches_01_build_system.diff   |   96 +-
 extra-x86_64/PKGBUILD|  109 ++---
 extra-x86_64/debian_patches_01_build_system.diff |   96 +-
 4 files changed, 204 insertions(+), 206 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-08 20:53:15 UTC (rev 149628)
+++ extra-i686/PKGBUILD 2012-02-08 20:53:42 UTC (rev 149629)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-
-pkgname=qt-assistant-compat
-pkgver=4.6.3
-pkgrel=1
-pkgdesk="compat version of Qt Assistant"
-url="http://qt.nokia.com/";
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-depends=('qt')
-source=('ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
-   'debian_patches_01_build_system.diff')
-md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
- '1b55290dc9fab0c035797e9301d2fa61')
-
-# separate package function does not really work here due to broken build files
-build() {
-   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
-
-   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
-rm -f translations/assistant_adp_*.qm
-
-   qmake CONFIG+=create_prl
-make
-cd  ../translations; lrelease assistant_adp_*.ts
-cd ..
-qmake CONFIG+=create_prl
-make
-}
-
-package(){
-cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   make install INSTALL_ROOT=${pkgdir}
-cd lib
-make install INSTALL_ROOT=${pkgdir}
-cd ..
-
-   # Fix wrong path in prl file
-   sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" \
-   ${pkgdir}/usr/lib/libQtAssistantClient.prl
-
-   # Install translations
-   install -d ${pkgdir}/usr/share/qt/translations/
-   install -p -m0644 translations/assistant_adp_*.qm \
-   ${pkgdir}/usr/share/qt/translations/
-
-   # Install prf file
-   install -D -p -m0644 features/assistant.prf \
-   ${pkgdir}/usr/share/qt/mkspecs/features/assistant.prf
-
-}

Copied: qt-assistant-compat/repos/extra-i686/PKGBUILD (from rev 149628, 
qt-assistant-compat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-08 20:53:42 UTC (rev 149629)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+
+pkgname=qt-assistant-compat
+pkgver=4.6.3
+pkgrel=2
+pkgdesc="compat version of Qt Assistant"
+url="http://qt.nokia.com/";
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+depends=('qt')
+source=('ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
+'debian_patches_01_build_system.diff')
+md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
+ '1b55290dc9fab0c035797e9301d2fa61')
+
+# separate package function does not really work here due to broken build files
+build() {
+   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+
+   patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
+
+   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
+   rm -f translations/assistant_adp_*.qm
+
+   qmake CONFIG+=create_prl
+   make
+   cd  ../translations; lrelease assistant_adp_*.ts
+   cd ..
+   qmake CONFIG+=create_prl
+   make
+}
+
+package() {
+   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+
+   make install INSTALL_ROOT=${pkgdir}
+   cd lib
+   make install INSTALL_ROOT=${pkgdir}
+   cd ..
+
+   # Fix wrong path in prl file
+   sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" \
+   ${pkgdir}/usr/lib/libQtAssistantCli

[arch-commits] Commit in qt-assistant-compat/trunk (PKGBUILD)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:53:15
  Author: pierre
Revision: 149628

upgpkg: qt-assistant-compat 4.6.3-2

rebuild old package

Modified:
  qt-assistant-compat/trunk/PKGBUILD

--+
 PKGBUILD |   41 -
 1 file changed, 20 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 20:47:17 UTC (rev 149627)
+++ PKGBUILD2012-02-08 20:53:15 UTC (rev 149628)
@@ -3,14 +3,14 @@
 
 pkgname=qt-assistant-compat
 pkgver=4.6.3
-pkgrel=1
-pkgdesk="compat version of Qt Assistant"
+pkgrel=2
+pkgdesc="compat version of Qt Assistant"
 url="http://qt.nokia.com/";
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL')
 depends=('qt')
 
source=('ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
-   'debian_patches_01_build_system.diff')
+'debian_patches_01_build_system.diff')
 md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
  '1b55290dc9fab0c035797e9301d2fa61')
 
@@ -18,38 +18,37 @@
 build() {
cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
 
-   patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
-
+   patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
+
cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
-rm -f translations/assistant_adp_*.qm
+   rm -f translations/assistant_adp_*.qm
 
qmake CONFIG+=create_prl
-make
-cd  ../translations; lrelease assistant_adp_*.ts
-cd ..
-qmake CONFIG+=create_prl
-make
+   make
+   cd  ../translations; lrelease assistant_adp_*.ts
+   cd ..
+   qmake CONFIG+=create_prl
+   make
 }
 
-package(){
-cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+package() {
+   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
 
-   make install INSTALL_ROOT=${pkgdir}
-cd lib
-make install INSTALL_ROOT=${pkgdir}
-cd ..
+   make install INSTALL_ROOT=${pkgdir}
+   cd lib
+   make install INSTALL_ROOT=${pkgdir}
+   cd ..
 
# Fix wrong path in prl file
sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" \
-   ${pkgdir}/usr/lib/libQtAssistantClient.prl
+   ${pkgdir}/usr/lib/libQtAssistantClient.prl
 
# Install translations
install -d ${pkgdir}/usr/share/qt/translations/
install -p -m0644 translations/assistant_adp_*.qm \
-   ${pkgdir}/usr/share/qt/translations/
+   ${pkgdir}/usr/share/qt/translations/
 
# Install prf file
install -D -p -m0644 features/assistant.prf \
-   ${pkgdir}/usr/share/qt/mkspecs/features/assistant.prf
-
+   ${pkgdir}/usr/share/qt/mkspecs/features/assistant.prf
 }



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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:47:17
  Author: pierre
Revision: 149627

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

Added:
  qwt/repos/extra-i686/PKGBUILD
(from rev 149626, qwt/trunk/PKGBUILD)
  qwt/repos/extra-i686/qwtconfig-archlinux.pri
(from rev 149626, qwt/trunk/qwtconfig-archlinux.pri)
  qwt/repos/extra-x86_64/PKGBUILD
(from rev 149626, qwt/trunk/PKGBUILD)
  qwt/repos/extra-x86_64/qwtconfig-archlinux.pri
(from rev 149626, qwt/trunk/qwtconfig-archlinux.pri)
Deleted:
  qwt/repos/extra-i686/PKGBUILD
  qwt/repos/extra-i686/qwtconfig-archlinux.pri
  qwt/repos/extra-x86_64/PKGBUILD
  qwt/repos/extra-x86_64/qwtconfig-archlinux.pri

--+
 extra-i686/PKGBUILD  |   84 +--
 extra-i686/qwtconfig-archlinux.pri   |  236 -
 extra-x86_64/PKGBUILD|   84 +--
 extra-x86_64/qwtconfig-archlinux.pri |  236 -
 4 files changed, 320 insertions(+), 320 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-08 20:46:50 UTC (rev 149626)
+++ extra-i686/PKGBUILD 2012-02-08 20:47:17 UTC (rev 149627)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-
-pkgname=qwt
-pkgver=6.0.1
-pkgrel=1
-pkgdesc="Qt Widgets for Technical Applications"
-arch=('i686' 'x86_64')
-url="http://qwt.sourceforge.net/";
-depends=('qt')
-options=('!makeflags')
-license=("custom:$pkgname")
-source=("http://downloads.sourceforge.net/sourceforge/qwt/$pkgname-$pkgver.tar.bz2";
 \
-"qwtconfig-archlinux.pri")
-sha1sums=('301cca0c49c7efc14363b42e082b09056178973e'
-  'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # copy our config file to the right place
-  install -Dm644 ${srcdir}/qwtconfig-archlinux.pri \
-   ${srcdir}/${pkgname}-${pkgver}/qwtconfig.pri
-
-  # build qwt:
-  qmake qwt.pro
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make INSTALL_ROOT=${pkgdir} QTDIR=/usr install
-
-  # Move man files to proper directory.
-#  install -d ${pkgdir}/usr/share/man/man3
-#  mv -f ${pkgdir}/usr/share/doc/qwt/man/man3/* ${pkgdir}/usr/share/man/man3
-
-  # install licence
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
-   ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: qwt/repos/extra-i686/PKGBUILD (from rev 149626, qwt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-08 20:47:17 UTC (rev 149627)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+
+pkgname=qwt
+pkgver=6.0.1
+pkgrel=2
+pkgdesc="Qt Widgets for Technical Applications"
+arch=('i686' 'x86_64')
+url="http://qwt.sourceforge.net/";
+depends=('qt')
+options=('!makeflags')
+license=("custom:$pkgname")
+source=("http://downloads.sourceforge.net/sourceforge/qwt/$pkgname-$pkgver.tar.bz2";
 \
+"qwtconfig-archlinux.pri")
+sha1sums=('301cca0c49c7efc14363b42e082b09056178973e'
+  'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # copy our config file to the right place
+  install -Dm644 ${srcdir}/qwtconfig-archlinux.pri \
+   ${srcdir}/${pkgname}-${pkgver}/qwtconfig.pri
+
+  # build qwt:
+  qmake qwt.pro
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make INSTALL_ROOT=${pkgdir} QTDIR=/usr install
+
+  # Move man files to proper directory.
+#  install -d ${pkgdir}/usr/share/man/man3
+#  mv -f ${pkgdir}/usr/share/doc/qwt/man/man3/* ${pkgdir}/usr/share/man/man3
+
+  # install licence
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+   ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: extra-i686/qwtconfig-archlinux.pri
===
--- extra-i686/qwtconfig-archlinux.pri  2012-02-08 20:46:50 UTC (rev 149626)
+++ extra-i686/qwtconfig-archlinux.pri  2012-02-08 20:47:17 UTC (rev 149627)
@@ -1,118 +0,0 @@
-
-# Qwt Widget Library
-# Copyright (C) 1997   Josef Wilgen
-# Copyright (C) 2002   Uwe Rathmann
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the Qwt License, Version 1.0
-
-
-QWT_VER_MAJ  = 6
-QWT_VER_MIN  = 1
-QWT_VER_PAT  = 0
-QWT_VERSION  = $${QWT_VER_MAJ}.$${QWT_VER_MIN}.$${QWT_VER_PAT}
-
-##
-# Install paths
-##
-
-QWT_INSTALL_PREFIX = $$[QT_INSTALL_PREFIX]
-
-unix {
-QWT_INSTALL_PREFIX= /usr
-}
-
-win32 {
-QWT_INSTALL_PREFIX= C:/Qwt
-}
-
-QWT_INSTALL_DOCS  = $${QWT_INSTALL_PRE

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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:46:50
  Author: pierre
Revision: 149626

upgpkg: qwt 6.0.1-2

rebuild old package

Modified:
  qwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 20:40:04 UTC (rev 149625)
+++ PKGBUILD2012-02-08 20:46:50 UTC (rev 149626)
@@ -3,7 +3,7 @@
 
 pkgname=qwt
 pkgver=6.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt Widgets for Technical Applications"
 arch=('i686' 'x86_64')
 url="http://qwt.sourceforge.net/";



[arch-commits] Commit in ntfs-3g_ntfsprogs/repos (8 files)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:40:04
  Author: pierre
Revision: 149625

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

Added:
  ntfs-3g_ntfsprogs/repos/extra-i686/25-ntfs-config-write-policy.fdi
(from rev 149624, ntfs-3g_ntfsprogs/trunk/25-ntfs-config-write-policy.fdi)
  ntfs-3g_ntfsprogs/repos/extra-i686/PKGBUILD
(from rev 149624, ntfs-3g_ntfsprogs/trunk/PKGBUILD)
  ntfs-3g_ntfsprogs/repos/extra-x86_64/25-ntfs-config-write-policy.fdi
(from rev 149624, ntfs-3g_ntfsprogs/trunk/25-ntfs-config-write-policy.fdi)
  ntfs-3g_ntfsprogs/repos/extra-x86_64/PKGBUILD
(from rev 149624, ntfs-3g_ntfsprogs/trunk/PKGBUILD)
Deleted:
  ntfs-3g_ntfsprogs/repos/extra-i686/25-ntfs-config-write-policy.fdi
  ntfs-3g_ntfsprogs/repos/extra-i686/PKGBUILD
  ntfs-3g_ntfsprogs/repos/extra-x86_64/25-ntfs-config-write-policy.fdi
  ntfs-3g_ntfsprogs/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/25-ntfs-config-write-policy.fdi   |   84 +++---
 extra-i686/PKGBUILD  |   94 -
 extra-x86_64/25-ntfs-config-write-policy.fdi |   84 +++---
 extra-x86_64/PKGBUILD|   94 -
 4 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/25-ntfs-config-write-policy.fdi
===
--- extra-i686/25-ntfs-config-write-policy.fdi  2012-02-08 20:39:37 UTC (rev 
149624)
+++ extra-i686/25-ntfs-config-write-policy.fdi  2012-02-08 20:40:04 UTC (rev 
149625)
@@ -1,42 +0,0 @@
-
-
-  
-   
-volume.fstype
-volume.mount.valid_options
-volume.unmount.valid_options
-ntfs-3g
-   ro
-atime
-noatime
-   relatime
-   fake_rw
-   no_def_opts
-   default_permissions
-   umask=
-   fmask=
-   dmask=
-   uid=
-   gid=
-   show_sys_files
-   silent
-   force
-   remove_hiberfile
-   locale=
-   streams_interface=
-   debug
-   no_detatch
-   sync
-   dirsync
-   nodiratime
-   noexec
-quiet
-   remount
-   exec
-   recover
-   norecover
-   lazy
-   ntfs-3g
-   
-  
-

Copied: ntfs-3g_ntfsprogs/repos/extra-i686/25-ntfs-config-write-policy.fdi 
(from rev 149624, ntfs-3g_ntfsprogs/trunk/25-ntfs-config-write-policy.fdi)
===
--- extra-i686/25-ntfs-config-write-policy.fdi  (rev 0)
+++ extra-i686/25-ntfs-config-write-policy.fdi  2012-02-08 20:40:04 UTC (rev 
149625)
@@ -0,0 +1,42 @@
+
+
+  
+   
+volume.fstype
+volume.mount.valid_options
+volume.unmount.valid_options
+ntfs-3g
+   ro
+atime
+noatime
+   relatime
+   fake_rw
+   no_def_opts
+   default_permissions
+   umask=
+   fmask=
+   dmask=
+   uid=
+   gid=
+   show_sys_files
+   silent
+   force
+   remove_hiberfile
+   locale=
+   streams_interface=
+   debug
+   no_detatch
+   sync
+   dirsync
+   nodiratime
+   noexec
+quiet
+   remount
+   exec
+   recover
+   norecover
+   lazy
+   ntfs-3g
+   
+  
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-08 20:39:37 UTC (rev 149624)
+++ extra-i686/PKGBUILD 2012-02-08 20:40:04 UTC (rev 149625)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Thomas B�chler 
-
-pkgbase=ntfs-3g_ntfsprogs
-pkgname=('ntfs-3g' 'ntfsprogs')
-pkgver=2011.4.12
-pkgrel=1
-url="http://www.tuxera.com";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('glibc' 'fuse')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(http://tuxera.com/opensource/${pkgbase}-${pkgver}.tgz
-25-ntfs-config-write-policy.fdi)
-sha1sums=('a4340ae611a3f26089f7d5601a86a5847517bff7'
-  '200029f2999a2c284fd30ae25734abf6459c3501')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
---with-fuse=external --disable-static --disable-gnome-vfs \
-  --mandir=/usr/share/man
-  make
-}
-
-package_ntfs-3g() {
-  pkgdesc="Stable read and write NTFS driver"
-
-  for DIR in src libntfs-3g include; do
-cd "${srcdir}/${pkgbase}-${pkgver}/${DIR}"
-make DESTDIR="${pkgdir}" install
-  done
-
-  ln -s /bin/ntfs-3g "${pkgdir}

[arch-commits] Commit in ntfs-3g_ntfsprogs/trunk (PKGBUILD)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:39:37
  Author: pierre
Revision: 149624

upgpkg: ntfs-3g_ntfsprogs 2011.4.12-2

rebuild old package

Modified:
  ntfs-3g_ntfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 20:36:29 UTC (rev 149623)
+++ PKGBUILD2012-02-08 20:39:37 UTC (rev 149624)
@@ -5,7 +5,7 @@
 pkgbase=ntfs-3g_ntfsprogs
 pkgname=('ntfs-3g' 'ntfsprogs')
 pkgver=2011.4.12
-pkgrel=1
+pkgrel=2
 url="http://www.tuxera.com";
 arch=('i686' 'x86_64')
 license=('GPL2')



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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:36:29
  Author: pierre
Revision: 149623

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

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

-+
 extra-i686/PKGBUILD |   64 +-
 extra-i686/basket.install   |   24 +++
 extra-x86_64/PKGBUILD   |   64 +-
 extra-x86_64/basket.install |   24 +++
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-08 20:36:02 UTC (rev 149622)
+++ extra-i686/PKGBUILD 2012-02-08 20:36:29 UTC (rev 149623)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: James Rayner 
-# Contributor: lucke 
-
-pkgname=basket
-pkgver=1.81
-pkgrel=1
-pkgdesc="All-purpose notes taker for KDE."
-arch=('i686' 'x86_64')
-url="http://basket.kde.org/";
-depends=('kdelibs' 'gpgme' 'qimageblitz' 'hicolor-icon-theme')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-license=('GPL')
-source=(http://basket.kde.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('cbb1bc5ca7c2ad1485c433c00a8f65a1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-
-  make || return 1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$startdir/pkg install
-}

Copied: basket/repos/extra-i686/PKGBUILD (from rev 149622, 
basket/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-08 20:36:29 UTC (rev 149623)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: James Rayner 
+# Contributor: lucke 
+
+pkgname=basket
+pkgver=1.81
+pkgrel=2
+pkgdesc="All-purpose notes taker for KDE."
+arch=('i686' 'x86_64')
+url="http://basket.kde.org/";
+depends=('kdelibs' 'gpgme' 'qimageblitz' 'hicolor-icon-theme')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+license=('GPL')
+source=(http://basket.kde.org/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('cbb1bc5ca7c2ad1485c433c00a8f65a1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$startdir/pkg install
+}

Deleted: extra-i686/basket.install
===
--- extra-i686/basket.install   2012-02-08 20:36:02 UTC (rev 149622)
+++ extra-i686/basket.install   2012-02-08 20:36:29 UTC (rev 149623)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: basket/repos/extra-i686/basket.install (from rev 149622, 
basket/trunk/basket.install)
===
--- extra-i686/basket.install   (rev 0)
+++ extra-i686/basket.install   2012-02-08 20:36:29 UTC (rev 149623)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-08 20:36:02 UTC (rev 149622)
+++ extra-x86_64/PKGBUILD   2012-02-08 20:36:29 UTC (rev 149623)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: James Rayner 
-# Contributor: lucke 
-
-pkgname=basket
-pkgver=1.81
-pkgrel=1
-pkgdesc="All-purpose notes taker for KDE."
-arch=('i686' 'x86_64')
-url="http://basket.kde.org/";
-depends=('kdelibs' 'gpgme' 'qimageblitz' 'hicolor-icon-theme')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-license=('GPL')
-source=(http://basket.kde.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('cbb1bc5ca7c2ad1485c433c00a8f65a1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-
-  make || return 1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTD

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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:36:02
  Author: pierre
Revision: 149622

upgpkg: basket 1.81-2

rebuild old package

Modified:
  basket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 20:32:59 UTC (rev 149621)
+++ PKGBUILD2012-02-08 20:36:02 UTC (rev 149622)
@@ -5,7 +5,7 @@
 
 pkgname=basket
 pkgver=1.81
-pkgrel=1
+pkgrel=2
 pkgdesc="All-purpose notes taker for KDE."
 arch=('i686' 'x86_64')
 url="http://basket.kde.org/";
@@ -23,7 +23,7 @@
 -DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_INSTALL_PREFIX=/usr
 
-  make || return 1
+  make
 }
 
 package() {



[arch-commits] Commit in apache-ant/repos/extra-any (8 files)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:32:59
  Author: pierre
Revision: 149621

archrelease: copy trunk to extra-any

Added:
  apache-ant/repos/extra-any/PKGBUILD
(from rev 149620, apache-ant/trunk/PKGBUILD)
  apache-ant/repos/extra-any/ant_diagnostics.patch
(from rev 149620, apache-ant/trunk/ant_diagnostics.patch)
  apache-ant/repos/extra-any/apache-ant.csh
(from rev 149620, apache-ant/trunk/apache-ant.csh)
  apache-ant/repos/extra-any/apache-ant.sh
(from rev 149620, apache-ant/trunk/apache-ant.sh)
Deleted:
  apache-ant/repos/extra-any/PKGBUILD
  apache-ant/repos/extra-any/ant_diagnostics.patch
  apache-ant/repos/extra-any/apache-ant.csh
  apache-ant/repos/extra-any/apache-ant.sh

---+
 PKGBUILD  |  106 
 ant_diagnostics.patch |   46 ++--
 apache-ant.csh|4 -
 apache-ant.sh |6 +-
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-08 20:32:36 UTC (rev 149620)
+++ PKGBUILD2012-02-08 20:32:59 UTC (rev 149621)
@@ -1,53 +0,0 @@
-# $Id$
-# Contributor: Andrew Wright 
-# Maintainer: Paul Mattal 
-
-pkgname=apache-ant
-pkgver=1.8.2
-pkgrel=2
-pkgdesc="A java-based build tool"
-arch=('any')
-license=('APACHE')
-url="http://ant.apache.org/";
-depends=('java-environment')
-optdepends=('junit: to jave junit on the classpath in javac tasks')
-source=(http://archive.apache.org/dist/ant/binaries/${pkgname}-${pkgver}-bin.tar.bz2
-${pkgname}.sh ${pkgname}.csh
-ant_diagnostics.patch)
-md5sums=('9e9ae9fc7352960191489a1286fb0928'
- '593ee6ebd9b8ec321534a028e686880f'
- '475b684eb8202c09cbb51496cd8ee1e0'
- 'cbaab423be40a6e63f0fde901b91eb50')
-
-package() {
-  # install profile.d script
-  install -dm755 "${pkgdir}"/etc/profile.d
-  install -m755 "${srcdir}"/${pkgname}.{csh,sh} "${pkgdir}"/etc/profile.d/
-
-  # Get the ANT_HOME env var
-  source "${srcdir}"/${pkgname}.sh
-
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -dm755 "${pkgdir}"/${ANT_HOME}/{bin,lib}
-
-  install -m644 ./lib/*.jar "${pkgdir}"/${ANT_HOME}/lib
-  cp -Rp ./etc "${pkgdir}"/${ANT_HOME}
-
-  # Do not copy Windows .bat/.cmd files
-  find ./bin -type f -a ! -name \*.bat -a ! -name \*.cmd \
--exec install -m755 {} "${pkgdir}"/${ANT_HOME}/bin \;
-
-  # symlink to junit so it's on the javac build path for ant
-  # matches behavior on ubuntu 9 and makes sense for compatibility
-  # http://bugs.archlinux.org/task/15229
-  ln -sf /usr/share/java/junit.jar "${pkgdir}"/usr/share/java/apache-ant/lib/
-
-  # fix python2 path
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
"${pkgdir}"/usr/share/java/apache-ant/bin/runant.py
-
-  # The license says the NOTICE file should be redistributed for derivative
-  # works, so lets supply it.
-  cd "${srcdir}"/${pkgname}-${pkgver} 
-  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 LICENSE NOTICE "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: apache-ant/repos/extra-any/PKGBUILD (from rev 149620, 
apache-ant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-08 20:32:59 UTC (rev 149621)
@@ -0,0 +1,53 @@
+# $Id$
+# Contributor: Andrew Wright 
+# Maintainer: Paul Mattal 
+
+pkgname=apache-ant
+pkgver=1.8.2
+pkgrel=3
+pkgdesc="A java-based build tool"
+arch=('any')
+license=('APACHE')
+url="http://ant.apache.org/";
+depends=('java-environment')
+optdepends=('junit: to jave junit on the classpath in javac tasks')
+source=(http://archive.apache.org/dist/ant/binaries/${pkgname}-${pkgver}-bin.tar.bz2
+${pkgname}.sh ${pkgname}.csh
+ant_diagnostics.patch)
+md5sums=('9e9ae9fc7352960191489a1286fb0928'
+ '593ee6ebd9b8ec321534a028e686880f'
+ '475b684eb8202c09cbb51496cd8ee1e0'
+ 'cbaab423be40a6e63f0fde901b91eb50')
+
+package() {
+  # install profile.d script
+  install -dm755 "${pkgdir}"/etc/profile.d
+  install -m755 "${srcdir}"/${pkgname}.{csh,sh} "${pkgdir}"/etc/profile.d/
+
+  # Get the ANT_HOME env var
+  source "${srcdir}"/${pkgname}.sh
+
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -dm755 "${pkgdir}"/${ANT_HOME}/{bin,lib}
+
+  install -m644 ./lib/*.jar "${pkgdir}"/${ANT_HOME}/lib
+  cp -Rp ./etc "${pkgdir}"/${ANT_HOME}
+
+  # Do not copy Windows .bat/.cmd files
+  find ./bin -type f -a ! -name \*.bat -a ! -name \*.cmd \
+-exec install -m755 {} "${pkgdir}"/${ANT_HOME}/bin \;
+
+  # symlink to junit so it's on the javac build path for ant
+  # matches behavior on ubuntu 9 and makes sense for compatibility
+  # http://bugs.archlinux.org/task/15229
+  ln -sf /usr/share/java/junit.jar "${pkgdir}"/usr/share/java/apache-ant/lib/
+
+  # fix python2 path
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
"${pkgdir}"/usr/share/java/apache-ant/bin/runant.py
+
+  # The lic

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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:32:36
  Author: pierre
Revision: 149620

upgpkg: apache-ant 1.8.2-3

rebuild old package

Modified:
  apache-ant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 20:30:46 UTC (rev 149619)
+++ PKGBUILD2012-02-08 20:32:36 UTC (rev 149620)
@@ -4,7 +4,7 @@
 
 pkgname=apache-ant
 pkgver=1.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A java-based build tool"
 arch=('any')
 license=('APACHE')



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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:30:46
  Author: pierre
Revision: 149619

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

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

---+
 extra-i686/PKGBUILD   |   50 ++--
 extra-i686/ddrescue.install   |   44 +--
 extra-x86_64/PKGBUILD |   50 ++--
 extra-x86_64/ddrescue.install |   44 +--
 4 files changed, 100 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-08 20:30:19 UTC (rev 149618)
+++ extra-i686/PKGBUILD 2012-02-08 20:30:46 UTC (rev 149619)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal 
-
-pkgname=ddrescue
-pkgver=1.14
-pkgrel=1
-pkgdesc="GNU data recovery tool"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/ddrescue/ddrescue.html";
-license=('GPL3')
-depends=('gcc-libs')
-install=$pkgname.install
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('d6f6cc63df9ad352bc6e43b65c975af5')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="$pkgdir" install install-man || return 1
-  rm "$pkgdir"/usr/share/info/dir || return 1
-}

Copied: ddrescue/repos/extra-i686/PKGBUILD (from rev 149618, 
ddrescue/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-08 20:30:46 UTC (rev 149619)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Paul Mattal 
+
+pkgname=ddrescue
+pkgver=1.15
+pkgrel=1
+pkgdesc="GNU data recovery tool"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ddrescue/ddrescue.html";
+license=('GPL3')
+depends=('gcc-libs')
+install=$pkgname.install
+source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz";
+"http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig";)
+md5sums=('6b445f6246074a7fa02f3b2599031096'
+ '53bc7e1f5b2a260def5207eb358b7dca')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install install-man
+  rm "$pkgdir"/usr/share/info/dir
+}

Deleted: extra-i686/ddrescue.install
===
--- extra-i686/ddrescue.install 2012-02-08 20:30:19 UTC (rev 149618)
+++ extra-i686/ddrescue.install 2012-02-08 20:30:46 UTC (rev 149619)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(ddrescue.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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ddrescue/repos/extra-i686/ddrescue.install (from rev 149618, 
ddrescue/trunk/ddrescue.install)
===
--- extra-i686/ddrescue.install (rev 0)
+++ extra-i686/ddrescue.install 2012-02-08 20:30:46 UTC (rev 149619)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(ddrescue.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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-08 20:30:19 UTC (rev 149618)
+++ extra-x86_64/PKGBUILD   2012-02-08 20:30:46 UTC (rev 149619)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal 
-
-pkgname=ddrescue
-pkgver=1.14
-pkgrel=1
-pkgdesc="GNU data recovery tool"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/ddrescue/ddrescue.html";
-license=('GPL3')
-depends=('gcc-libs')
-install=$pkgname.install
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.g

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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:30:19
  Author: pierre
Revision: 149618

upgpkg: ddrescue 1.15-1

upstream update

Modified:
  ddrescue/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 20:27:24 UTC (rev 149617)
+++ PKGBUILD2012-02-08 20:30:19 UTC (rev 149618)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal 
 
 pkgname=ddrescue
-pkgver=1.14
+pkgver=1.15
 pkgrel=1
 pkgdesc="GNU data recovery tool"
 arch=('i686' 'x86_64')
@@ -10,13 +10,19 @@
 license=('GPL3')
 depends=('gcc-libs')
 install=$pkgname.install
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('d6f6cc63df9ad352bc6e43b65c975af5')
+source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz";
+"http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig";)
+md5sums=('6b445f6246074a7fa02f3b2599031096'
+ '53bc7e1f5b2a260def5207eb358b7dca')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="$pkgdir" install install-man || return 1
-  rm "$pkgdir"/usr/share/info/dir || return 1
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install install-man
+  rm "$pkgdir"/usr/share/info/dir
+}



[arch-commits] Commit in hicolor-icon-theme/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:27:24
  Author: pierre
Revision: 149617

archrelease: copy trunk to extra-any

Added:
  hicolor-icon-theme/repos/extra-any/PKGBUILD
(from rev 149616, hicolor-icon-theme/trunk/PKGBUILD)
Deleted:
  hicolor-icon-theme/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   42 +++---
 1 file changed, 23 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-08 20:27:07 UTC (rev 149616)
+++ PKGBUILD2012-02-08 20:27:24 UTC (rev 149617)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Jan De Groot 
-
-pkgname=hicolor-icon-theme
-pkgver=0.12
-pkgrel=1
-pkgdesc="Freedesktop.org Hicolor icon theme"
-arch=(any)
-url="http://icon-theme.freedesktop.org/wiki/HicolorTheme";
-license=('GPL2')
-source=(http://icon-theme.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('55cafbcef8bcf7107f6d502149eb4d87')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-}

Copied: hicolor-icon-theme/repos/extra-any/PKGBUILD (from rev 149616, 
hicolor-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-08 20:27:24 UTC (rev 149617)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan De Groot 
+
+pkgname=hicolor-icon-theme
+pkgver=0.12
+pkgrel=2
+pkgdesc="Freedesktop.org Hicolor icon theme"
+arch=('any')
+url="http://icon-theme.freedesktop.org/wiki/HicolorTheme";
+license=('GPL2')
+source=("http://icon-theme.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('55cafbcef8bcf7107f6d502149eb4d87')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in hicolor-icon-theme/trunk (PKGBUILD)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:27:07
  Author: pierre
Revision: 149616

upgpkg: hicolor-icon-theme 0.12-2

rebuild old package

Modified:
  hicolor-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 20:25:04 UTC (rev 149615)
+++ PKGBUILD2012-02-08 20:27:07 UTC (rev 149616)
@@ -3,17 +3,21 @@
 
 pkgname=hicolor-icon-theme
 pkgver=0.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Freedesktop.org Hicolor icon theme"
-arch=(any)
+arch=('any')
 url="http://icon-theme.freedesktop.org/wiki/HicolorTheme";
 license=('GPL2')
-source=(http://icon-theme.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+source=("http://icon-theme.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz";)
 md5sums=('55cafbcef8bcf7107f6d502149eb4d87')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:25:04
  Author: pierre
Revision: 149615

cleanup

Modified:
  kshutdown/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 20:20:28 UTC (rev 149614)
+++ PKGBUILD2012-02-08 20:25:04 UTC (rev 149615)
@@ -5,26 +5,26 @@
 pkgver=2.0
 pkgrel=1
 pkgdesc="Shutdown Utility for KDE"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://kshutdown.sourceforge.net/";
 license=('GPL')
 depends=('kdebase-workspace')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install='kshutdown.install'
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${pkgver}.zip";)
+md5sums=('af9d2bfda919e7712319e14e6ca89610')
 
 build() {
cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 
 package() {
-cd "${srcdir}/build"
+   cd "${srcdir}/build"
make DESTDIR="${pkgdir}" install
 }
-md5sums=('af9d2bfda919e7712319e14e6ca89610')



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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:20:28
  Author: pierre
Revision: 149614

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

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

---+
 extra-i686/PKGBUILD   |   74 
 extra-i686/krusader.install   |   22 +--
 extra-x86_64/PKGBUILD |   74 
 extra-x86_64/krusader.install |   22 +--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-08 20:20:01 UTC (rev 149613)
+++ extra-i686/PKGBUILD 2012-02-08 20:20:28 UTC (rev 149614)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Baldeck 
-# Contributor: Lucien Immink 
-
-pkgname=krusader
-pkgver=2.4.0beta1
-_pkgver=2.4.0-beta1
-pkgrel=4
-pkgdesc="An alternative file manager for KDE resembling Midnight Commander"
-arch=('i686' 'x86_64')
-url="http://krusader.sourceforge.net/";
-license=('GPL')
-depends=('kdebase-runtime' 'kdebase-lib')
-makedepends=('cmake' 'automoc4' 'docbook-xsl' 'kdeutils-ark')
-optdepends=("kdebase-keditbookmarks: to edit bookmarks"
-"kdebase-kwrite: to edit/view files"
-"kdeutils-ark: extract archive with right-click")
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2";)
-md5sums=('d2340718d05d69e7f2a7f0846471ee12')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${_pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: krusader/repos/extra-i686/PKGBUILD (from rev 149613, 
krusader/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-08 20:20:28 UTC (rev 149614)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Baldeck 
+# Contributor: Lucien Immink 
+
+pkgname=krusader
+pkgver=2.4.0beta1
+_pkgver=2.4.0-beta1
+pkgrel=5
+pkgdesc="An alternative file manager for KDE resembling Midnight Commander"
+arch=('i686' 'x86_64')
+url="http://krusader.sourceforge.net/";
+license=('GPL')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'kdeutils-ark')
+optdepends=("kdebase-keditbookmarks: to edit bookmarks"
+"kdebase-kwrite: to edit/view files"
+"kdeutils-ark: extract archive with right-click")
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2";)
+md5sums=('d2340718d05d69e7f2a7f0846471ee12')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${_pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/krusader.install
===
--- extra-i686/krusader.install 2012-02-08 20:20:01 UTC (rev 149613)
+++ extra-i686/krusader.install 2012-02-08 20:20:28 UTC (rev 149614)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: krusader/repos/extra-i686/krusader.install (from rev 149613, 
krusader/trunk/krusader.install)
===
--- extra-i686/krusader.install (rev 0)
+++ extra-i686/krusader.install 2012-02-08 20:20:28 UTC (rev 149614)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-08 20:20:01 UTC (rev 149613)
+++ extra-x86_64/PKGBUILD   2012-02-08 20:20:28 UTC (rev 149614)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Baldeck 
-# Contributor: Lucien Immink 
-
-pkgname=krusader
-pkgver=2.4.0beta1
-_pkgver=2

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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:20:01
  Author: pierre
Revision: 149613

upgpkg: krusader 2.4.0beta1-5

rebuild old package

Modified:
  krusader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 20:16:43 UTC (rev 149612)
+++ PKGBUILD2012-02-08 20:20:01 UTC (rev 149613)
@@ -7,7 +7,7 @@
 pkgname=krusader
 pkgver=2.4.0beta1
 _pkgver=2.4.0-beta1
-pkgrel=4
+pkgrel=5
 pkgdesc="An alternative file manager for KDE resembling Midnight Commander"
 arch=('i686' 'x86_64')
 url="http://krusader.sourceforge.net/";



[arch-commits] Commit in pm-utils/repos (24 files)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:16:43
  Author: pierre
Revision: 149612

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

Added:
  pm-utils/repos/extra-i686/02-logging-append.patch
(from rev 149611, pm-utils/trunk/02-logging-append.patch)
  pm-utils/repos/extra-i686/11netcfg
(from rev 149611, pm-utils/trunk/11netcfg)
  pm-utils/repos/extra-i686/12-fix-intel-audio-powersave-hook.patch
(from rev 149611, pm-utils/trunk/12-fix-intel-audio-powersave-hook.patch)
  pm-utils/repos/extra-i686/13-49bluetooth-sync.patch
(from rev 149611, pm-utils/trunk/13-49bluetooth-sync.patch)
  pm-utils/repos/extra-i686/14-disable-sata-alpm.patch
(from rev 149611, pm-utils/trunk/14-disable-sata-alpm.patch)
  pm-utils/repos/extra-i686/PKGBUILD
(from rev 149611, pm-utils/trunk/PKGBUILD)
  pm-utils/repos/extra-x86_64/02-logging-append.patch
(from rev 149611, pm-utils/trunk/02-logging-append.patch)
  pm-utils/repos/extra-x86_64/11netcfg
(from rev 149611, pm-utils/trunk/11netcfg)
  pm-utils/repos/extra-x86_64/12-fix-intel-audio-powersave-hook.patch
(from rev 149611, pm-utils/trunk/12-fix-intel-audio-powersave-hook.patch)
  pm-utils/repos/extra-x86_64/13-49bluetooth-sync.patch
(from rev 149611, pm-utils/trunk/13-49bluetooth-sync.patch)
  pm-utils/repos/extra-x86_64/14-disable-sata-alpm.patch
(from rev 149611, pm-utils/trunk/14-disable-sata-alpm.patch)
  pm-utils/repos/extra-x86_64/PKGBUILD
(from rev 149611, pm-utils/trunk/PKGBUILD)
Deleted:
  pm-utils/repos/extra-i686/02-logging-append.patch
  pm-utils/repos/extra-i686/11netcfg
  pm-utils/repos/extra-i686/12-fix-intel-audio-powersave-hook.patch
  pm-utils/repos/extra-i686/13-49bluetooth-sync.patch
  pm-utils/repos/extra-i686/14-disable-sata-alpm.patch
  pm-utils/repos/extra-i686/PKGBUILD
  pm-utils/repos/extra-x86_64/02-logging-append.patch
  pm-utils/repos/extra-x86_64/11netcfg
  pm-utils/repos/extra-x86_64/12-fix-intel-audio-powersave-hook.patch
  pm-utils/repos/extra-x86_64/13-49bluetooth-sync.patch
  pm-utils/repos/extra-x86_64/14-disable-sata-alpm.patch
  pm-utils/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/02-logging-append.patch   |   38 +++---
 extra-i686/11netcfg  |   52 
 extra-i686/12-fix-intel-audio-powersave-hook.patch   |   80 ++---
 extra-i686/13-49bluetooth-sync.patch |   86 +++---
 extra-i686/14-disable-sata-alpm.patch|   52 
 extra-i686/PKGBUILD  |  100 -
 extra-x86_64/02-logging-append.patch |   38 +++---
 extra-x86_64/11netcfg|   52 
 extra-x86_64/12-fix-intel-audio-powersave-hook.patch |   80 ++---
 extra-x86_64/13-49bluetooth-sync.patch   |   86 +++---
 extra-x86_64/14-disable-sata-alpm.patch  |   52 
 extra-x86_64/PKGBUILD|  100 -
 12 files changed, 412 insertions(+), 404 deletions(-)

Deleted: extra-i686/02-logging-append.patch
===
--- extra-i686/02-logging-append.patch  2012-02-08 20:15:52 UTC (rev 149611)
+++ extra-i686/02-logging-append.patch  2012-02-08 20:16:43 UTC (rev 149612)
@@ -1,19 +0,0 @@
-Author: James Westby 
-Description: Do not clear the log file on each operation, but instead append 
to it.
- This makes debugging of several suspends much easier.
-Bug: https://bugs.freedesktop.org/show_bug.cgi?id=25255
-Bug-Ubuntu: https://launchpad.net/bugs/410352
-
-Index: pm-utils/pm/pm-functions.in
-===
 pm-utils.orig/pm/pm-functions.in   2010-07-05 18:41:21.118322244 +0200
-+++ pm-utils/pm/pm-functions.in2010-07-05 18:41:24.126325221 +0200
-@@ -271,7 +271,7 @@
-   return 1
-   fi
-   export LOGGING=true
--  exec > "$1" 2>&1
-+  exec >> "$1" 2>&1
- }
- 
- check_suspend() { [ -n "$SUSPEND_MODULE" ]; }

Copied: pm-utils/repos/extra-i686/02-logging-append.patch (from rev 149611, 
pm-utils/trunk/02-logging-append.patch)
===
--- extra-i686/02-logging-append.patch  (rev 0)
+++ extra-i686/02-logging-append.patch  2012-02-08 20:16:43 UTC (rev 149612)
@@ -0,0 +1,19 @@
+Author: James Westby 
+Description: Do not clear the log file on each operation, but instead append 
to it.
+ This makes debugging of several suspends much easier.
+Bug: https://bugs.freedesktop.org/show_bug.cgi?id=25255
+Bug-Ubuntu: https://launchpad.net/bugs/410352
+
+Index: pm-utils/pm/pm-functions.in
+===
+--- pm-utils.orig/pm/pm-functions.in   2010-07-05 18:41:21.118322244 +0200
 pm-utils/pm/pm-functions.in2010-07-05 18:41:24.126325221 +0200
+@@ -271,7 +2

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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:15:52
  Author: pierre
Revision: 149611

upgpkg: pm-utils 1.4.1-4

rebuild old package

Modified:
  pm-utils/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 20:11:44 UTC (rev 149610)
+++ PKGBUILD2012-02-08 20:15:52 UTC (rev 149611)
@@ -5,7 +5,7 @@
 
 pkgname=pm-utils
 pkgver=1.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Utilities and scripts for suspend and hibernate power management"
 arch=('i686' 'x86_64')
 url="http://pm-utils.freedesktop.org";
@@ -13,10 +13,10 @@
 depends=('bash' 'procps' 'pm-quirks')
 makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
 source=(http://pm-utils.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
-02-logging-append.patch
-12-fix-intel-audio-powersave-hook.patch
-13-49bluetooth-sync.patch
-14-disable-sata-alpm.patch
+02-logging-append.patch
+12-fix-intel-audio-powersave-hook.patch
+13-49bluetooth-sync.patch
+14-disable-sata-alpm.patch
 11netcfg)
 md5sums=('1742a556089c36c3a89eb1b957da5a60'
  'a45149617bf3eb8dc32e6d9e22ae715d'
@@ -35,6 +35,10 @@
   --sysconfdir=/etc \
   --localstatedir=/var
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   # install additional hooks



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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:11:44
  Author: pierre
Revision: 149610

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-08 20:11:08 UTC (rev 149609)
+++ extra-i686/PKGBUILD 2012-02-08 20:11:44 UTC (rev 149610)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: damir 
-# Contributor : Tobias Powalowski 
-
-pkgname=pwgen
-pkgver=2.06
-pkgrel=2
-pkgdesc="Pwgen is a small password generator which creates passwords which can 
be easily memorized by a human"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/pwgen/";
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/pwgen/${pkgname}-${pkgver}.tar.gz)
-md5sums=('935aebcbe610fbc9de8125e7b7d71297')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: pwgen/repos/extra-i686/PKGBUILD (from rev 149609, pwgen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-08 20:11:44 UTC (rev 149610)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: damir 
+# Contributor : Tobias Powalowski 
+
+pkgname=pwgen
+pkgver=2.06
+pkgrel=3
+pkgdesc="Pwgen is a small password generator which creates passwords which can 
be easily memorized by a human"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/pwgen/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/pwgen/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('935aebcbe610fbc9de8125e7b7d71297')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-08 20:11:08 UTC (rev 149609)
+++ extra-x86_64/PKGBUILD   2012-02-08 20:11:44 UTC (rev 149610)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: damir 
-# Contributor : Tobias Powalowski 
-
-pkgname=pwgen
-pkgver=2.06
-pkgrel=2
-pkgdesc="Pwgen is a small password generator which creates passwords which can 
be easily memorized by a human"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/pwgen/";
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/pwgen/${pkgname}-${pkgver}.tar.gz)
-md5sums=('935aebcbe610fbc9de8125e7b7d71297')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: pwgen/repos/extra-x86_64/PKGBUILD (from rev 149609, 
pwgen/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-08 20:11:44 UTC (rev 149610)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: damir 
+# Contributor : Tobias Powalowski 
+
+pkgname=pwgen
+pkgver=2.06
+pkgrel=3
+pkgdesc="Pwgen is a small password generator which creates passwords which can 
be easily memorized by a human"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/pwgen/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/pwgen/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('935aebcbe610fbc9de8125e7b7d71297')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:11:08
  Author: pierre
Revision: 149609

upgpkg: pwgen 2.06-3

rebuild old package

Modified:
  pwgen/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 19:58:56 UTC (rev 149608)
+++ PKGBUILD2012-02-08 20:11:08 UTC (rev 149609)
@@ -4,18 +4,22 @@
 
 pkgname=pwgen
 pkgver=2.06
-pkgrel=2
+pkgrel=3
 pkgdesc="Pwgen is a small password generator which creates passwords which can 
be easily memorized by a human"
 arch=("i686" "x86_64")
 url="http://sourceforge.net/projects/pwgen/";
 license=('GPL')
 depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/pwgen/${pkgname}-${pkgver}.tar.gz)
+source=("http://downloads.sourceforge.net/sourceforge/pwgen/${pkgname}-${pkgver}.tar.gz";)
 md5sums=('935aebcbe610fbc9de8125e7b7d71297')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in koffice-l10n/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 14:58:56
  Author: pierre
Revision: 149608

archrelease: copy trunk to extra-any

Added:
  koffice-l10n/repos/extra-any/PKGBUILD
(from rev 149607, koffice-l10n/trunk/PKGBUILD)
Deleted:
  koffice-l10n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  874 ++---
 1 file changed, 437 insertions(+), 437 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-08 19:43:22 UTC (rev 149607)
+++ PKGBUILD2012-02-08 19:58:56 UTC (rev 149608)
@@ -1,437 +0,0 @@
-# $Id: $
-# Maintainer: Ronald van Haren 
-
-pkgbase=koffice-l10n
-pkgname=('koffice-l10n-ca'
-'koffice-l10n-ca@valencia'
-'koffice-l10n-da'
-'koffice-l10n-de'
-'koffice-l10n-el'
-'koffice-l10n-en_gb'
-'koffice-l10n-es'
-'koffice-l10n-et'
-'koffice-l10n-fr'
-'koffice-l10n-gl'
-'koffice-l10n-hu'
-'koffice-l10n-it'
-'koffice-l10n-ja'
-'koffice-l10n-kk'
-'koffice-l10n-nb'
-'koffice-l10n-nds'
-'koffice-l10n-nl'
-'koffice-l10n-pl'
-'koffice-l10n-pt'
-'koffice-l10n-pt_br'
-'koffice-l10n-ru'
-'koffice-l10n-sv'
-'koffice-l10n-tr'
-'koffice-l10n-uk'
-'koffice-l10n-zh_cn'
-'koffice-l10n-zh_tw')
-pkgver=2.3.2
-pkgrel=1
-arch=('any')
-url='http://www.koffice.org'
-license=('GPL')
-groups=('koffice-l10n')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'docbook-xml')
-options=('docs')
-source=("http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-ca-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-ca@valencia-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-da-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-de-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-el-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-en_GB-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-es-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-et-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-fr-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-gl-${pkgver}.tar.bz2";
-
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-hu-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-it-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-ja-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-kk-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-nb-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-nds-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-nl-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-pl-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-pt-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-pt_BR-${pkgver}.tar.bz2";
-
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-ru-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-sv-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-tr-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-uk-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-zh_CN-${pkgver}.tar.bz2";
-   
"http://download.kde.org/stable/koffice-${pkgver}/koffice-l10n/${pkgbase}-zh_TW-${pkgver}.tar.bz2";)
-sha1sums=('cd2ce0d719b68a762ee4a4c3f312427de9229614'
-  '87db015b8a8480955ae989cf4a17490aefabdae6'
-  '1a25131cd37e15e40fa6518146370f907abf2cfb'
-  'b7cc12c2081c01c5dd46dc7879dc55237d6ae8d2'
-  'cfc6f1c4dffec7e7094b56d70c494ef66a096fd0'
-  'a73dcbbd8263889da3cb58f496c74fc9a110b590'
-  '583bdc5ec58fbb70713030f6517ad85fa8423c62'
-  'eb8e59252aa8bcd8b6d10b1055c10927a6c2d9e9'
-  'f59118355ecb963fb234a14cfb5ab518df22f1fe'
-  '7b07e05ce1ea7f5acbbb583ebae6e9203b8f79ed'
-  '21b7959cc7a0db2354d789c782cb903ab692777c'
-   

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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 14:43:22
  Author: pierre
Revision: 149607

upgpkg: koffice-l10n 2.3.2-2

rebuild old package

Modified:
  koffice-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 19:42:17 UTC (rev 149606)
+++ PKGBUILD2012-02-08 19:43:22 UTC (rev 149607)
@@ -29,7 +29,7 @@
 'koffice-l10n-zh_cn'
 'koffice-l10n-zh_tw')
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://www.koffice.org'
 license=('GPL')



[arch-commits] Commit in koffice-meta/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 14:42:17
  Author: pierre
Revision: 149606

archrelease: copy trunk to extra-any

Added:
  koffice-meta/repos/extra-any/PKGBUILD
(from rev 149605, koffice-meta/trunk/PKGBUILD)
Deleted:
  koffice-meta/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-08 19:41:58 UTC (rev 149605)
+++ PKGBUILD2012-02-08 19:42:17 UTC (rev 149606)
@@ -1,62 +0,0 @@
-# $Id: $
-# Maintainer: Ronald van Haren 
-
-pkgbase=koffice-meta
-pkgname=('koffice-meta-koffice'
-   'koffice-meta-koffice-doc')
-pkgver=2.3.0
-pkgrel=1
-arch=('any')
-url='http://www.archlinux.org'
-license=('GPL')
-
-build() {
-return 0
-}
-
-package_koffice-meta-koffice(){
-pkgdesc="Meta package for koffice"
-depends=(
-   'koffice-filters'
-   'koffice-interfaces'
-   'koffice-libs'
-   'koffice-plugins'
-   'koffice-pics'
-   'koffice-servicetypes'
-   'koffice-templates'
-   'koffice-tools'
-   'koffice-karbon'
-#  'koffice-kchart'
-   'koffice-kexi'
-   'koffice-kformula'
-   'koffice-kounavail'
-   'koffice-kplato'
-   'koffice-kpresenter'
-   'koffice-krita'
-   'koffice-kspread'
-   'koffice-kword'
-#  'koffice-kdgantt' # still an empty package
-)
-replaces=('koffice')
-conflicts=('koffice-doc')
-}
-
-package_koffice-meta-koffice-doc(){
-pkgdesc="Meta package for koffice-doc"
-depends=(
-   'koffice-karbon-doc'
-#  'koffice-kword-doc' # see http://userbase.kde.org/KWord/Manual for 
documentation (not supplied by upstream anymore in the sources)
-   'koffice-kspread-doc'
-   'koffice-thesaurus-doc'
-   'koffice-handbook'
-   'koffice-kexi-doc'
-   'koffice-kpresenter-doc'
-#  'koffice-kplato-doc'
-#  'koffice-krita-doc' # no krita-doc anymore upstream
-   'koffice-kformula-doc'
-#  'koffice-kchart-doc'
- )
-replaces=('koffice-doc')
-conflicts=('koffice-doc')
-}
-

Copied: koffice-meta/repos/extra-any/PKGBUILD (from rev 149605, 
koffice-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-08 19:42:17 UTC (rev 149606)
@@ -0,0 +1,62 @@
+# $Id: $
+# Maintainer: Ronald van Haren 
+
+pkgbase=koffice-meta
+pkgname=('koffice-meta-koffice'
+   'koffice-meta-koffice-doc')
+pkgver=2.3.0
+pkgrel=2
+arch=('any')
+url='http://www.archlinux.org'
+license=('GPL')
+
+build() {
+return 0
+}
+
+package_koffice-meta-koffice(){
+pkgdesc="Meta package for koffice"
+depends=(
+   'koffice-filters'
+   'koffice-interfaces'
+   'koffice-libs'
+   'koffice-plugins'
+   'koffice-pics'
+   'koffice-servicetypes'
+   'koffice-templates'
+   'koffice-tools'
+   'koffice-karbon'
+#  'koffice-kchart'
+   'koffice-kexi'
+   'koffice-kformula'
+   'koffice-kounavail'
+   'koffice-kplato'
+   'koffice-kpresenter'
+   'koffice-krita'
+   'koffice-kspread'
+   'koffice-kword'
+#  'koffice-kdgantt' # still an empty package
+)
+replaces=('koffice')
+conflicts=('koffice-doc')
+}
+
+package_koffice-meta-koffice-doc(){
+pkgdesc="Meta package for koffice-doc"
+depends=(
+   'koffice-karbon-doc'
+#  'koffice-kword-doc' # see http://userbase.kde.org/KWord/Manual for 
documentation (not supplied by upstream anymore in the sources)
+   'koffice-kspread-doc'
+   'koffice-thesaurus-doc'
+   'koffice-handbook'
+   'koffice-kexi-doc'
+   'koffice-kpresenter-doc'
+#  'koffice-kplato-doc'
+#  'koffice-krita-doc' # no krita-doc anymore upstream
+   'koffice-kformula-doc'
+#  'koffice-kchart-doc'
+ )
+replaces=('koffice-doc')
+conflicts=('koffice-doc')
+}
+



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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 14:41:58
  Author: pierre
Revision: 149605

upgpkg: koffice-meta 2.3.0-2

rebuild old package

Modified:
  koffice-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 19:38:19 UTC (rev 149604)
+++ PKGBUILD2012-02-08 19:41:58 UTC (rev 149605)
@@ -5,7 +5,7 @@
 pkgname=('koffice-meta-koffice'
'koffice-meta-koffice-doc')
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://www.archlinux.org'
 license=('GPL')



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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 14:38:19
  Author: pierre
Revision: 149604

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-08 19:37:41 UTC (rev 149603)
+++ extra-i686/PKGBUILD 2012-02-08 19:38:19 UTC (rev 149604)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell 
-
-pkgname=zip
-pkgver=3.0
-_pkgver=30
-pkgrel=2
-pkgdesc="Creates PKZIP-compatible .zip files"
-arch=(i686 x86_64)
-url="http://www.info-zip.org/pub/infozip/Zip.html";
-license=('BSD')
-depends=('bzip2')
-options=('!makeflags')
-source=("ftp://ftp.info-zip.org/pub/infozip/src/${pkgname}${_pkgver}.zip";)
-md5sums=('e88492c8abd68fa9cfba72bc08757dba')
-
-build() {
-   cd "${srcdir}/${pkgname}${_pkgver}"
-   make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic_gcc
-}
-
-package() {
-   cd "${srcdir}/${pkgname}${_pkgver}"
-   make -f unix/Makefile INSTALL=/bin/install prefix=${pkgdir}/usr \
- MANDIR=${pkgdir}/usr/share/man/man1 install
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zip/repos/extra-i686/PKGBUILD (from rev 149603, zip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-08 19:38:19 UTC (rev 149604)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: dorphell 
+
+pkgname=zip
+pkgver=3.0
+_pkgver=30
+pkgrel=3
+pkgdesc="Creates PKZIP-compatible .zip files"
+arch=('i686' 'x86_64')
+url="http://www.info-zip.org/Zip.html";
+license=('BSD')
+depends=('bzip2')
+options=('!makeflags')
+source=("ftp://ftp.info-zip.org/pub/infozip/src/${pkgname}${_pkgver}.zip";)
+md5sums=('e88492c8abd68fa9cfba72bc08757dba')
+
+build() {
+   cd "${srcdir}/${pkgname}${_pkgver}"
+   make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic_gcc
+}
+
+package() {
+   cd "${srcdir}/${pkgname}${_pkgver}"
+   make -f unix/Makefile INSTALL=/bin/install prefix=${pkgdir}/usr \
+ MANDIR=${pkgdir}/usr/share/man/man1 install
+   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-08 19:37:41 UTC (rev 149603)
+++ extra-x86_64/PKGBUILD   2012-02-08 19:38:19 UTC (rev 149604)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell 
-
-pkgname=zip
-pkgver=3.0
-_pkgver=30
-pkgrel=2
-pkgdesc="Creates PKZIP-compatible .zip files"
-arch=(i686 x86_64)
-url="http://www.info-zip.org/pub/infozip/Zip.html";
-license=('BSD')
-depends=('bzip2')
-options=('!makeflags')
-source=("ftp://ftp.info-zip.org/pub/infozip/src/${pkgname}${_pkgver}.zip";)
-md5sums=('e88492c8abd68fa9cfba72bc08757dba')
-
-build() {
-   cd "${srcdir}/${pkgname}${_pkgver}"
-   make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic_gcc
-}
-
-package() {
-   cd "${srcdir}/${pkgname}${_pkgver}"
-   make -f unix/Makefile INSTALL=/bin/install prefix=${pkgdir}/usr \
- MANDIR=${pkgdir}/usr/share/man/man1 install
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zip/repos/extra-x86_64/PKGBUILD (from rev 149603, zip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-08 19:38:19 UTC (rev 149604)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: dorphell 
+
+pkgname=zip
+pkgver=3.0
+_pkgver=30
+pkgrel=3
+pkgdesc="Creates PKZIP-compatible .zip files"
+arch=('i686' 'x86_64')
+url="http://www.info-zip.org/Zip.html";
+license=('BSD')
+depends=('bzip2')
+options=('!makeflags')
+source=("ftp://ftp.info-zip.org/pub/infozip/src/${pkgname}${_pkgver}.zip";)
+md5sums=('e88492c8abd68fa9cfba72bc08757dba')
+
+build() {
+   cd "${srcdir}/${pkgname}${_pkgver}"
+   make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic_gcc
+}
+
+package() {
+   cd "${srcdir}/${pkgname}${_pkgver}"
+   make -f unix/Makefile INSTALL=/bin/install prefix=${pkgdir}/usr \
+ MANDIR=${pkgdir}/usr/share/man/man1 install
+   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}



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

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 14:37:41
  Author: pierre
Revision: 149603

upgpkg: zip 3.0-3

rebuild old package

Modified:
  zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 17:29:14 UTC (rev 149602)
+++ PKGBUILD2012-02-08 19:37:41 UTC (rev 149603)
@@ -5,10 +5,10 @@
 pkgname=zip
 pkgver=3.0
 _pkgver=30
-pkgrel=2
+pkgrel=3
 pkgdesc="Creates PKZIP-compatible .zip files"
-arch=(i686 x86_64)
-url="http://www.info-zip.org/pub/infozip/Zip.html";
+arch=('i686' 'x86_64')
+url="http://www.info-zip.org/Zip.html";
 license=('BSD')
 depends=('bzip2')
 options=('!makeflags')



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

2012-02-08 Thread Stéphane Gaudreault
Date: Wednesday, February 8, 2012 @ 12:29:14
  Author: stephane
Revision: 149602

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

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

--+
 extra-i686/PKGBUILD  |   68 ++---
 extra-i686/boo.install   |   22 +++---
 extra-x86_64/PKGBUILD|   68 ++---
 extra-x86_64/boo.install |   22 +++---
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-08 17:29:02 UTC (rev 149601)
+++ extra-i686/PKGBUILD 2012-02-08 17:29:14 UTC (rev 149602)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria 
-# Contributor: tardo 
-# Contributor: Brice Carpentier 
-
-pkgname=boo
-pkgver=0.9.4.9
-pkgrel=1
-pkgdesc="A wrist friendly language for the CLI"
-arch=('i686' 'x86_64')
-url="http://boo.codehaus.org/";
-license=('GPL')
-depends=('sh' 'mono' 'shared-mime-info')
-options=('!makeflags')
-install=boo.install
-source=(http://dist.codehaus.org/boo/distributions/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e8b04c63d4c983f82e8a2b2d49115c80')
-sha1sums=('fdd0f91ae1b2917d83fc8fa7f4610e3c22c06bf9')
-
-build() {
-  export MONO_SHARED_DIR="${srcdir}/.wabi"
-  mkdir -p $MONO_SHARED_DIR
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e 's|/lib|/lib/mono|' extras/boo.pc.in
-  ./configure --prefix=/usr --libdir=/usr/lib
-  make VERBOSE=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/share/"
-  rm -rf "${pkgdir}/usr/share/gtksourceview-1.0/language-specs/boo.lang"
-}

Copied: boo/repos/extra-i686/PKGBUILD (from rev 149601, boo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-08 17:29:14 UTC (rev 149602)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Hugo Doria 
+# Contributor: tardo 
+# Contributor: Brice Carpentier 
+
+pkgname=boo
+pkgver=0.9.4.9
+pkgrel=2
+pkgdesc="A wrist friendly language for the CLI"
+arch=('i686' 'x86_64')
+url="http://boo.codehaus.org/";
+license=('GPL')
+depends=('sh' 'mono' 'shared-mime-info')
+options=('!makeflags')
+install=boo.install
+source=(http://dist.codehaus.org/boo/distributions/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e8b04c63d4c983f82e8a2b2d49115c80')
+sha1sums=('fdd0f91ae1b2917d83fc8fa7f4610e3c22c06bf9')
+
+build() {
+  export MONO_SHARED_DIR="${srcdir}/.wabi"
+  mkdir -p $MONO_SHARED_DIR
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i -e 's|/lib|/lib/mono|' extras/boo.pc.in
+  ./configure --prefix=/usr --libdir=/usr/lib
+  make VERBOSE=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/share/"
+  rm -rf "${pkgdir}/usr/share/gtksourceview-1.0/language-specs/boo.lang"
+}

Deleted: extra-i686/boo.install
===
--- extra-i686/boo.install  2012-02-08 17:29:02 UTC (rev 149601)
+++ extra-i686/boo.install  2012-02-08 17:29:14 UTC (rev 149602)
@@ -1,11 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: boo/repos/extra-i686/boo.install (from rev 149601, 
boo/trunk/boo.install)
===
--- extra-i686/boo.install  (rev 0)
+++ extra-i686/boo.install  2012-02-08 17:29:14 UTC (rev 149602)
@@ -0,0 +1,11 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-08 17:29:02 UTC (rev 149601)
+++ extra-x86_64/PKGBUILD   2012-02-08 17:29:14 UTC (rev 149602)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria 
-# Contributor: tardo 
-# Contributor: Brice Carpentier 
-
-pkgname=boo
-pkgver=0.9.4.9
-pkgrel=1
-pkgdesc="A wrist friendly language for the CLI"
-arch=('i686' 'x86_64')
-url="http://boo.codehaus.org/";
-license=('GPL')
-depends=('sh' 'mono' 'shared-mime-info')
-options=('!makeflags')
-install=boo.install
-source=(http://dist.codehaus.org/boo/distributions/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e8b04c63d4c983f82e8a2b2d49115c80')
-sha1sums=('fdd0f91ae1b2917d83fc

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

2012-02-08 Thread Stéphane Gaudreault
Date: Wednesday, February 8, 2012 @ 12:29:02
  Author: stephane
Revision: 149601

upgpkg: boo 0.9.4.9-2

signed rebuild

Modified:
  boo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 16:02:53 UTC (rev 149600)
+++ PKGBUILD2012-02-08 17:29:02 UTC (rev 149601)
@@ -5,7 +5,7 @@
 
 pkgname=boo
 pkgver=0.9.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A wrist friendly language for the CLI"
 arch=('i686' 'x86_64')
 url="http://boo.codehaus.org/";



  1   2   3   >