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

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:08:14
  Author: foutrelis
Revision: 159803

upgpkg: glib-perl 1.260-1

Update to 1.260 to fix an issue with Perl 5.16.

Modified:
  glib-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 05:55:13 UTC (rev 159802)
+++ PKGBUILD2012-05-27 06:08:14 UTC (rev 159803)
@@ -3,8 +3,8 @@
 # Contributor: Sarah Hay sa...@archlinux.org
 
 pkgname=glib-perl
-pkgver=1.242
-pkgrel=2
+pkgver=1.260
+pkgrel=1
 pkgdesc=Perl wrappers for glib 2.x, including GObject
 arch=(i686 x86_64)
 license=('LGPL')
@@ -13,7 +13,7 @@
 depends=('glib2=2.24.1' 'perl=5.14')
 makedepends=('perl-extutils-depends=0.302' 'perl-extutils-pkgconfig=1.12')
 
source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
-md5sums=('59c176888e8ef8139c4e1b8c2d45f1d0')
+md5sums=('faa052bdf6e9b87ea30b630c2806e71e')
 
 build() {
   cd ${srcdir}/Glib-${pkgver}



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

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:08:33
  Author: foutrelis
Revision: 159804

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

Added:
  glib-perl/repos/staging-i686/PKGBUILD
(from rev 159803, glib-perl/trunk/PKGBUILD)
  glib-perl/repos/staging-x86_64/PKGBUILD
(from rev 159803, glib-perl/trunk/PKGBUILD)
Deleted:
  glib-perl/repos/staging-i686/PKGBUILD
  glib-perl/repos/staging-x86_64/PKGBUILD

-+
 staging-i686/PKGBUILD   |   64 +++---
 staging-x86_64/PKGBUILD |   64 +++---
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-05-27 06:08:14 UTC (rev 159803)
+++ staging-i686/PKGBUILD   2012-05-27 06:08:33 UTC (rev 159804)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sarah Hay sa...@archlinux.org
-
-pkgname=glib-perl
-pkgver=1.242
-pkgrel=2
-pkgdesc=Perl wrappers for glib 2.x, including GObject
-arch=(i686 x86_64)
-license=('LGPL')
-url=http://gtk2-perl.sourceforge.net/;
-options=('!emptydirs')
-depends=('glib2=2.24.1' 'perl=5.14')
-makedepends=('perl-extutils-depends=0.302' 'perl-extutils-pkgconfig=1.12')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
-md5sums=('59c176888e8ef8139c4e1b8c2d45f1d0')
-
-build() {
-  cd ${srcdir}/Glib-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/Glib-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/Glib-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: glib-perl/repos/staging-i686/PKGBUILD (from rev 159803, 
glib-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:08:33 UTC (rev 159804)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=glib-perl
+pkgver=1.260
+pkgrel=1
+pkgdesc=Perl wrappers for glib 2.x, including GObject
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+options=('!emptydirs')
+depends=('glib2=2.24.1' 'perl=5.14')
+makedepends=('perl-extutils-depends=0.302' 'perl-extutils-pkgconfig=1.12')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('faa052bdf6e9b87ea30b630c2806e71e')
+
+build() {
+  cd ${srcdir}/Glib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Glib-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/Glib-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2012-05-27 06:08:14 UTC (rev 159803)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:08:33 UTC (rev 159804)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sarah Hay sa...@archlinux.org
-
-pkgname=glib-perl
-pkgver=1.242
-pkgrel=2
-pkgdesc=Perl wrappers for glib 2.x, including GObject
-arch=(i686 x86_64)
-license=('LGPL')
-url=http://gtk2-perl.sourceforge.net/;
-options=('!emptydirs')
-depends=('glib2=2.24.1' 'perl=5.14')
-makedepends=('perl-extutils-depends=0.302' 'perl-extutils-pkgconfig=1.12')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
-md5sums=('59c176888e8ef8139c4e1b8c2d45f1d0')
-
-build() {
-  cd ${srcdir}/Glib-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/Glib-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/Glib-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: glib-perl/repos/staging-x86_64/PKGBUILD (from rev 159803, 
glib-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:08:33 UTC (rev 159804)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=glib-perl
+pkgver=1.260
+pkgrel=1
+pkgdesc=Perl wrappers for glib 2.x, including GObject
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+options=('!emptydirs')
+depends=('glib2=2.24.1' 'perl=5.14')
+makedepends=('perl-extutils-depends=0.302' 'perl-extutils-pkgconfig=1.12')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('faa052bdf6e9b87ea30b630c2806e71e')
+
+build() {
+  cd ${srcdir}/Glib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Glib-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/Glib-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:12:57
  Author: foutrelis
Revision: 159805

upgpkg: gtk2-perl 1.244-1

Perl 5.16 rebuild. Bump to latest release.

Modified:
  gtk2-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:08:33 UTC (rev 159804)
+++ PKGBUILD2012-05-27 06:12:57 UTC (rev 159805)
@@ -3,7 +3,7 @@
 # Contributor: Sarah Hay sa...@archlinux.org
 
 pkgname=gtk2-perl
-pkgver=1.241
+pkgver=1.244
 pkgrel=1
 pkgdesc=Perl bindings for GTK+ 2.x
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
-md5sums=('82ee2af46ef9ab7b560601e3ae6f8f7a')
+md5sums=('191fda807f44a7c82d699838bf544bca')
 
 build() {
   cd ${srcdir}/Gtk2-${pkgver}



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

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:13:13
  Author: foutrelis
Revision: 159806

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

Added:
  gtk2-perl/repos/staging-i686/
  gtk2-perl/repos/staging-i686/PKGBUILD
(from rev 159805, gtk2-perl/trunk/PKGBUILD)
  gtk2-perl/repos/staging-x86_64/
  gtk2-perl/repos/staging-x86_64/PKGBUILD
(from rev 159805, gtk2-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: gtk2-perl/repos/staging-i686/PKGBUILD (from rev 159805, 
gtk2-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:13:13 UTC (rev 159806)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gtk2-perl
+pkgver=1.244
+pkgrel=1
+pkgdesc=Perl bindings for GTK+ 2.x
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2' 'pango-perl')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
+md5sums=('191fda807f44a7c82d699838bf544bca')
+
+build() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  LD_PRELOAD= Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 
+  LD_PRELOAD= DISPLAY=:99 make test
+  kill $!
+}
+
+package() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Copied: gtk2-perl/repos/staging-x86_64/PKGBUILD (from rev 159805, 
gtk2-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:13:13 UTC (rev 159806)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gtk2-perl
+pkgver=1.244
+pkgrel=1
+pkgdesc=Perl bindings for GTK+ 2.x
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2' 'pango-perl')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
+md5sums=('191fda807f44a7c82d699838bf544bca')
+
+build() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  LD_PRELOAD= Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 
+  LD_PRELOAD= DISPLAY=:99 make test
+  kill $!
+}
+
+package() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:16:10
  Author: foutrelis
Revision: 159807

upgpkg: glade-perl 1.007-6

Perl 5.16 rebuild.

Modified:
  glade-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:13:13 UTC (rev 159806)
+++ PKGBUILD2012-05-27 06:16:10 UTC (rev 159807)
@@ -4,7 +4,7 @@
 pkgname=glade-perl
 _realname=Gtk2-GladeXML
 pkgver=1.007
-pkgrel=5
+pkgrel=6
 pkgdesc=Gtk2-GladeXML perl bindings for glade 2.x
 arch=(i686 x86_64)
 license=('LGPL')



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

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:16:26
  Author: foutrelis
Revision: 159808

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

Added:
  glade-perl/repos/staging-i686/
  glade-perl/repos/staging-i686/PKGBUILD
(from rev 159807, glade-perl/trunk/PKGBUILD)
  glade-perl/repos/staging-x86_64/
  glade-perl/repos/staging-x86_64/PKGBUILD
(from rev 159807, glade-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: glade-perl/repos/staging-i686/PKGBUILD (from rev 159807, 
glade-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:16:26 UTC (rev 159808)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glade-perl
+_realname=Gtk2-GladeXML
+pkgver=1.007
+pkgrel=6
+pkgdesc=Gtk2-GladeXML perl bindings for glade 2.x
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('libglade' 'gtk2-perl' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6ca234e2a9f0221263acd2a593c583b')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: glade-perl/repos/staging-x86_64/PKGBUILD (from rev 159807, 
glade-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:16:26 UTC (rev 159808)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glade-perl
+_realname=Gtk2-GladeXML
+pkgver=1.007
+pkgrel=6
+pkgdesc=Gtk2-GladeXML perl bindings for glade 2.x
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('libglade' 'gtk2-perl' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6ca234e2a9f0221263acd2a593c583b')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:17:24
  Author: foutrelis
Revision: 159809

upgpkg: gnomecanvas-perl 1.002-10

Perl 5.16 rebuild.

Modified:
  gnomecanvas-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:16:26 UTC (rev 159808)
+++ PKGBUILD2012-05-27 06:17:24 UTC (rev 159809)
@@ -4,7 +4,7 @@
 pkgname=gnomecanvas-perl
 _realname=Gnome2-Canvas
 pkgver=1.002
-pkgrel=9
+pkgrel=10
 pkgdesc=Gnome2-Canvas perl bindings for libgnomecanvas
 arch=('i686' 'x86_64')
 license=('LGPL')



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

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:18:46
  Author: foutrelis
Revision: 159810

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

Added:
  gnomecanvas-perl/repos/staging-i686/
  gnomecanvas-perl/repos/staging-i686/PKGBUILD
(from rev 159809, gnomecanvas-perl/trunk/PKGBUILD)
  gnomecanvas-perl/repos/staging-x86_64/
  gnomecanvas-perl/repos/staging-x86_64/PKGBUILD
(from rev 159809, gnomecanvas-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: gnomecanvas-perl/repos/staging-i686/PKGBUILD (from rev 159809, 
gnomecanvas-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:18:46 UTC (rev 159810)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnomecanvas-perl
+_realname=Gnome2-Canvas
+pkgver=1.002
+pkgrel=10
+pkgdesc=Gnome2-Canvas perl bindings for libgnomecanvas
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'libgnomecanvas' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('93405a987ba4bbd03c2f91592b88f5cb')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Copied: gnomecanvas-perl/repos/staging-x86_64/PKGBUILD (from rev 159809, 
gnomecanvas-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:18:46 UTC (rev 159810)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnomecanvas-perl
+_realname=Gnome2-Canvas
+pkgver=1.002
+pkgrel=10
+pkgdesc=Gnome2-Canvas perl bindings for libgnomecanvas
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'libgnomecanvas' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('93405a987ba4bbd03c2f91592b88f5cb')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



[arch-commits] Commit in gnome-vfs-perl/trunk (PKGBUILD)

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:21:51
  Author: foutrelis
Revision: 159811

upgpkg: gnome-vfs-perl 1.081-5

Perl 5.16 rebuild.

Modified:
  gnome-vfs-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:18:46 UTC (rev 159810)
+++ PKGBUILD2012-05-27 06:21:51 UTC (rev 159811)
@@ -4,7 +4,7 @@
 pkgname=gnome-vfs-perl
 _realname=Gnome2-VFS
 pkgver=1.081
-pkgrel=4
+pkgrel=5
 pkgdesc=Gnome2-VFS perl bindings for gnome-vfs
 arch=(i686 x86_64)
 license=('LGPL')



[arch-commits] Commit in gnome-vfs-perl/repos (4 files)

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:22:07
  Author: foutrelis
Revision: 159812

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

Added:
  gnome-vfs-perl/repos/staging-i686/
  gnome-vfs-perl/repos/staging-i686/PKGBUILD
(from rev 159811, gnome-vfs-perl/trunk/PKGBUILD)
  gnome-vfs-perl/repos/staging-x86_64/
  gnome-vfs-perl/repos/staging-x86_64/PKGBUILD
(from rev 159811, gnome-vfs-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   23 +++
 staging-x86_64/PKGBUILD |   23 +++
 2 files changed, 46 insertions(+)

Copied: gnome-vfs-perl/repos/staging-i686/PKGBUILD (from rev 159811, 
gnome-vfs-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:22:07 UTC (rev 159812)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-vfs-perl
+_realname=Gnome2-VFS
+pkgver=1.081
+pkgrel=5
+pkgdesc=Gnome2-VFS perl bindings for gnome-vfs
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'gnome-vfs' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('3d220cbbe9f1ebc78d7047593f9cd633')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-vfs-perl/repos/staging-x86_64/PKGBUILD (from rev 159811, 
gnome-vfs-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:22:07 UTC (rev 159812)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-vfs-perl
+_realname=Gnome2-VFS
+pkgver=1.081
+pkgrel=5
+pkgdesc=Gnome2-VFS perl bindings for gnome-vfs
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'gnome-vfs' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('3d220cbbe9f1ebc78d7047593f9cd633')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:25:14
  Author: foutrelis
Revision: 159813

upgpkg: gnome-perl 1.042-8

Perl 5.16 rebuild.

Modified:
  gnome-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:22:07 UTC (rev 159812)
+++ PKGBUILD2012-05-27 06:25:14 UTC (rev 159813)
@@ -4,7 +4,7 @@
 pkgname=gnome-perl
 _realname=Gnome2
 pkgver=1.042
-pkgrel=7
+pkgrel=8
 pkgdesc=Perl bindings for libgnome
 arch=('i686' 'x86_64')
 license=('LGPL')



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

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:25:36
  Author: foutrelis
Revision: 159814

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

Added:
  gnome-perl/repos/staging-i686/
  gnome-perl/repos/staging-i686/PKGBUILD
(from rev 159813, gnome-perl/trunk/PKGBUILD)
  gnome-perl/repos/staging-x86_64/
  gnome-perl/repos/staging-x86_64/PKGBUILD
(from rev 159813, gnome-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: gnome-perl/repos/staging-i686/PKGBUILD (from rev 159813, 
gnome-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:25:36 UTC (rev 159814)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-perl
+_realname=Gnome2
+pkgver=1.042
+pkgrel=8
+pkgdesc=Perl bindings for libgnome
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gnomecanvas-perl' 'gnome-vfs-perl' 'libgnomeui' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('eb7b624114e45e54e022a633ffc1cce6')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-perl/repos/staging-x86_64/PKGBUILD (from rev 159813, 
gnome-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:25:36 UTC (rev 159814)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-perl
+_realname=Gnome2
+pkgver=1.042
+pkgrel=8
+pkgdesc=Perl bindings for libgnome
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gnomecanvas-perl' 'gnome-vfs-perl' 'libgnomeui' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('eb7b624114e45e54e022a633ffc1cce6')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:37:52
  Author: foutrelis
Revision: 159815

upgpkg: gnumeric 1.10.17-2

Perl 5.16 rebuild.

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:25:36 UTC (rev 159814)
+++ PKGBUILD2012-05-27 06:37:52 UTC (rev 159815)
@@ -4,7 +4,7 @@
 
 pkgname=gnumeric
 pkgver=1.10.17
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME Spreadsheet Program
 arch=('i686' 'x86_64')
 url=http://www.gnome.org/projects/gnumeric/;



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

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:38:09
  Author: foutrelis
Revision: 159816

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

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

-+
 staging-i686/PKGBUILD   |   39 ++
 staging-i686/gnumeric.install   |   26 +
 staging-x86_64/PKGBUILD |   39 ++
 staging-x86_64/gnumeric.install |   26 +
 4 files changed, 130 insertions(+)

Copied: gnumeric/repos/staging-i686/PKGBUILD (from rev 159815, 
gnumeric/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:38:09 UTC (rev 159816)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Kritoke typeoli...@yahoo.com
+
+pkgname=gnumeric
+pkgver=1.10.17
+pkgrel=2
+pkgdesc=A GNOME Spreadsheet Program
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice' 'gconf' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'python2' 'gnome-doc-utils' 'pygobject' 'psiconv')
+optdepends=('pygobject: for python plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+install=gnumeric.install
+options=('libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-install --enable-ssindex
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnumeric ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -rf ${pkgdir}/etc/gconf
+}

Copied: gnumeric/repos/staging-i686/gnumeric.install (from rev 159815, 
gnumeric/trunk/gnumeric.install)
===
--- staging-i686/gnumeric.install   (rev 0)
+++ staging-i686/gnumeric.install   2012-05-27 06:38:09 UTC (rev 159816)
@@ -0,0 +1,26 @@
+pkgname=gnumeric
+
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor   
+  update-desktop-database -q
+}

Copied: gnumeric/repos/staging-x86_64/PKGBUILD (from rev 159815, 
gnumeric/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-27 06:38:09 UTC (rev 159816)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Kritoke typeoli...@yahoo.com
+
+pkgname=gnumeric
+pkgver=1.10.17
+pkgrel=2
+pkgdesc=A GNOME Spreadsheet Program
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice' 'gconf' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'python2' 'gnome-doc-utils' 'pygobject' 'psiconv')
+optdepends=('pygobject: for python plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+install=gnumeric.install
+options=('libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-install --enable-ssindex
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}

[arch-commits] Commit in libproxy/trunk (PKGBUILD libproxy-0.4.7-unistd.patch)

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:42:37
  Author: foutrelis
Revision: 159817

upgpkg: libproxy 0.4.7-2

Perl 5.16 rebuild.

Added:
  libproxy/trunk/libproxy-0.4.7-unistd.patch
Modified:
  libproxy/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 libproxy-0.4.7-unistd.patch |   40 
 2 files changed, 50 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-27 06:38:09 UTC (rev 159816)
+++ PKGBUILD2012-05-27 06:42:37 UTC (rev 159817)
@@ -3,7 +3,7 @@
 
 pkgname=libproxy
 pkgver=0.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc=A library that provides automatic proxy configuration management
 arch=(i686 x86_64)
 license=('LGPL')
@@ -14,12 +14,19 @@
 'python2: Python bindings')
 makedepends=('cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl')
 url=http://libproxy.googlecode.com;
-source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+libproxy-0.4.7-unistd.patch)
 options=('!libtool')
-md5sums=('509e03a488a61cd62bfbaf3ab6a2a7a5')
+md5sums=('509e03a488a61cd62bfbaf3ab6a2a7a5'
+ 'e90c03f296e553ace347b46f4fea3625')
 
 build() {
   cd ${srcdir}
+
+  # Fix build with GCC 4.7 (patch from Fedora)
+  patch -d ${pkgname}-${pkgver} -Np1 -i \
+${srcdir}/libproxy-0.4.7-unistd.patch
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \

Added: libproxy-0.4.7-unistd.patch
===
--- libproxy-0.4.7-unistd.patch (rev 0)
+++ libproxy-0.4.7-unistd.patch 2012-05-27 06:42:37 UTC (rev 159817)
@@ -0,0 +1,40 @@
+--- libproxy-0.4.7/libproxy/url.cpp.orig   2012-02-28 21:05:15.572948027 
+
 libproxy-0.4.7/libproxy/url.cpp2012-02-28 21:05:45.635937474 +
+@@ -27,6 +27,7 @@
+ #define close _close
+ #endif
+ #include fcntl.h // For ::open()
++#include unistd.h // For ::read() and ::close()
+ #include cstring // For memcpy()
+ #include sstream // For int/string conversion (using stringstream)
+ #include cstdio  // For sscanf()
+--- libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp.orig  2012-02-28 
21:06:01.552943358 +
 libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp   2012-02-28 
21:11:21.429953982 +
+@@ -18,6 +18,7 @@
+  
**/
+ 
+ #include sys/stat.h
++#include unistd.h
+ #include cstdlib
+ #include map
+ #include fstream
+--- libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp.orig   2012-02-28 
21:06:11.637943033 +
 libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp2012-02-28 
21:11:46.560961409 +
+@@ -17,6 +17,7 @@
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 
USA
+  
**/
+ 
++#include unistd.h // for ::gethostname()
+ #include cstring // ?
+ 
+ #include ../extension_pacrunner.hpp
+--- libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp.orig  2012-02-28 
21:06:29.615943614 +
 libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp   2012-02-28 
21:12:35.530965553 +
+@@ -17,6 +17,7 @@
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 
USA
+  
**/
+ 
++#include unistd.h // for ::gethostname()
+ #include ../extension_pacrunner.hpp
+ using namespace libproxy;
+ 



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

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 02:42:56
  Author: foutrelis
Revision: 159818

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

Added:
  libproxy/repos/staging-i686/
  libproxy/repos/staging-i686/PKGBUILD
(from rev 159817, libproxy/trunk/PKGBUILD)
  libproxy/repos/staging-i686/libproxy-0.4.7-unistd.patch
(from rev 159817, libproxy/trunk/libproxy-0.4.7-unistd.patch)
  libproxy/repos/staging-x86_64/
  libproxy/repos/staging-x86_64/PKGBUILD
(from rev 159817, libproxy/trunk/PKGBUILD)
  libproxy/repos/staging-x86_64/libproxy-0.4.7-unistd.patch
(from rev 159817, libproxy/trunk/libproxy-0.4.7-unistd.patch)

+
 staging-i686/PKGBUILD  |   47 +++
 staging-i686/libproxy-0.4.7-unistd.patch   |   40 ++
 staging-x86_64/PKGBUILD|   47 +++
 staging-x86_64/libproxy-0.4.7-unistd.patch |   40 ++
 4 files changed, 174 insertions(+)

Copied: libproxy/repos/staging-i686/PKGBUILD (from rev 159817, 
libproxy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 06:42:56 UTC (rev 159818)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 24494 2009-01-17 20:42:01Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libproxy
+pkgver=0.4.7
+pkgrel=2
+pkgdesc=A library that provides automatic proxy configuration management
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gcc-libs')
+optdepends=('kdelibs: KDE configuration module'
+'networkmanager: NetworkManager configuration module'
+'perl: Perl bindings'
+'python2: Python bindings')
+makedepends=('cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl')
+url=http://libproxy.googlecode.com;
+source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+libproxy-0.4.7-unistd.patch)
+options=('!libtool')
+md5sums=('509e03a488a61cd62bfbaf3ab6a2a7a5'
+ 'e90c03f296e553ace347b46f4fea3625')
+
+build() {
+  cd ${srcdir}
+
+  # Fix build with GCC 4.7 (patch from Fedora)
+  patch -d ${pkgname}-${pkgver} -Np1 -i \
+${srcdir}/libproxy-0.4.7-unistd.patch
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/libproxy \
+-DCMAKE_SKIP_RPATH=ON \
+-DPERL_VENDORINSTALL=yes \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_WEBKIT=OFF \
+-DCMAKE_CXX_FLAGS=${CXXFLAGS} \
+-DCMAKE_C_FLAGS=${CFLAGS}
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libproxy/repos/staging-i686/libproxy-0.4.7-unistd.patch (from rev 
159817, libproxy/trunk/libproxy-0.4.7-unistd.patch)
===
--- staging-i686/libproxy-0.4.7-unistd.patch(rev 0)
+++ staging-i686/libproxy-0.4.7-unistd.patch2012-05-27 06:42:56 UTC (rev 
159818)
@@ -0,0 +1,40 @@
+--- libproxy-0.4.7/libproxy/url.cpp.orig   2012-02-28 21:05:15.572948027 
+
 libproxy-0.4.7/libproxy/url.cpp2012-02-28 21:05:45.635937474 +
+@@ -27,6 +27,7 @@
+ #define close _close
+ #endif
+ #include fcntl.h // For ::open()
++#include unistd.h // For ::read() and ::close()
+ #include cstring // For memcpy()
+ #include sstream // For int/string conversion (using stringstream)
+ #include cstdio  // For sscanf()
+--- libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp.orig  2012-02-28 
21:06:01.552943358 +
 libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp   2012-02-28 
21:11:21.429953982 +
+@@ -18,6 +18,7 @@
+  
**/
+ 
+ #include sys/stat.h
++#include unistd.h
+ #include cstdlib
+ #include map
+ #include fstream
+--- libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp.orig   2012-02-28 
21:06:11.637943033 +
 libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp2012-02-28 
21:11:46.560961409 +
+@@ -17,6 +17,7 @@
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 
USA
+  
**/
+ 
++#include unistd.h // for ::gethostname()
+ #include cstring // ?
+ 
+ #include ../extension_pacrunner.hpp
+--- libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp.orig  2012-02-28 
21:06:29.615943614 +
 libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp   2012-02-28 
21:12:35.530965553 +
+@@ -17,6 +17,7 @@
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 
USA
+  
**/
+ 
++#include unistd.h // for ::gethostname()
+ #include ../extension_pacrunner.hpp
+ using namespace libproxy;
+ 

Copied: libproxy/repos/staging-x86_64/PKGBUILD (from 

[arch-commits] Commit in postgresql/repos (14 files)

2012-05-27 Thread Evangelos Foutras
Date: Sunday, May 27, 2012 @ 03:30:09
  Author: foutrelis
Revision: 159819

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

Added:
  postgresql/repos/staging-i686/
  postgresql/repos/staging-i686/PKGBUILD
(from rev 159818, postgresql/trunk/PKGBUILD)
  postgresql/repos/staging-i686/postgresql.confd
(from rev 159818, postgresql/trunk/postgresql.confd)
  postgresql/repos/staging-i686/postgresql.install
(from rev 159818, postgresql/trunk/postgresql.install)
  postgresql/repos/staging-i686/postgresql.logrotate
(from rev 159818, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/staging-i686/postgresql.pam
(from rev 159818, postgresql/trunk/postgresql.pam)
  postgresql/repos/staging-i686/postgresql.rcd
(from rev 159818, postgresql/trunk/postgresql.rcd)
  postgresql/repos/staging-x86_64/
  postgresql/repos/staging-x86_64/PKGBUILD
(from rev 159818, postgresql/trunk/PKGBUILD)
  postgresql/repos/staging-x86_64/postgresql.confd
(from rev 159818, postgresql/trunk/postgresql.confd)
  postgresql/repos/staging-x86_64/postgresql.install
(from rev 159818, postgresql/trunk/postgresql.install)
  postgresql/repos/staging-x86_64/postgresql.logrotate
(from rev 159818, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/staging-x86_64/postgresql.pam
(from rev 159818, postgresql/trunk/postgresql.pam)
  postgresql/repos/staging-x86_64/postgresql.rcd
(from rev 159818, postgresql/trunk/postgresql.rcd)

-+
 staging-i686/PKGBUILD   |  146 ++
 staging-i686/postgresql.confd   |   11 ++
 staging-i686/postgresql.install |   26 ++
 staging-i686/postgresql.logrotate   |4 
 staging-i686/postgresql.pam |3 
 staging-i686/postgresql.rcd |   79 ++
 staging-x86_64/PKGBUILD |  146 ++
 staging-x86_64/postgresql.confd |   11 ++
 staging-x86_64/postgresql.install   |   26 ++
 staging-x86_64/postgresql.logrotate |4 
 staging-x86_64/postgresql.pam   |3 
 staging-x86_64/postgresql.rcd   |   79 ++
 12 files changed, 538 insertions(+)

Copied: postgresql/repos/staging-i686/PKGBUILD (from rev 159818, 
postgresql/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-27 07:30:09 UTC (rev 159819)
@@ -0,0 +1,146 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgbase=postgresql
+pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
+pkgver=9.1.3
+_majorver=${pkgver%.*}
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.postgresql.org/;
+license=('custom:PostgreSQL')
+makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl' 'openssl=1.0.0')
+source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
+postgresql.rcd postgresql.confd postgresql.pam postgresql.logrotate)
+
+build() {
+  cd ${srcdir}/postgresql-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --datadir=/usr/share/postgresql \
+  --with-krb5 \
+  --with-libxml \
+  --with-openssl \
+  --with-perl \
+  --with-python PYTHON=/usr/bin/python2 \
+  --with-tcl \
+  --with-pam \
+  --with-system-tzdata=/usr/share/zoneinfo \
+  --enable-nls \
+  --enable-thread-safety
+
+  make world
+}
+
+package_postgresql-libs() {
+  pkgdesc=Libraries for use with PostgreSQL
+  depends=('krb5' 'openssl=1.0.0' 'readline=6.0')
+  provides=('postgresql-client')
+  conflicts=('postgresql-client')
+
+  cd ${srcdir}/postgresql-${pkgver}
+
+  # install license
+  install -D -m644 COPYRIGHT 
${pkgdir}/usr/share/licenses/postgresql-libs/LICENSE
+
+  # install libs
+  for dir in src/interfaces src/bin/pg_config src/bin/psql; do
+make -C ${dir} DESTDIR=${pkgdir} install
+  done
+
+  install -D -m644 doc/src/sgml/man1/pg_config.1 
${pkgdir}/usr/share/man/man1/pg_config.1
+  install -D -m644 doc/src/sgml/man1/psql.1 
${pkgdir}/usr/share/man/man1/psql.1
+
+  cd src/include
+
+  mkdir -p ${pkgdir}/usr/include/{libpq,postgresql/internal/libpq}
+
+  # these headers are needed by the public headers of the interfaces
+  install -m644 pg_config.h ${pkgdir}/usr/include/
+  install -m644 pg_config_os.h ${pkgdir}/usr/include/
+  install -m644 postgres_ext.h ${pkgdir}/usr/include/
+  install -m644 libpq/libpq-fs.h ${pkgdir}/usr/include/libpq/
+  install -m644 pg_config_manual.h ${pkgdir}/usr/include/
+
+  # these headers are needed by the not-so-public headers of the interfaces
+  install -m644 c.h ${pkgdir}/usr/include/postgresql/internal/
+  install -m644 port.h ${pkgdir}/usr/include/postgresql/internal/
+  install -m644 postgres_fe.h ${pkgdir}/usr/include/postgresql/internal/
+  install -m644 libpq/pqcomm.h 
${pkgdir}/usr/include/postgresql/internal/libpq/
+}
+
+package_postgresql-docs() {
+  pkgdesc=HTML documentation for PostgreSQL
+  options=(docs)
+

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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:41:52
  Author: bluewind
Revision: 159820

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

Added:
  cairo-perl/repos/testing-i686/
  cairo-perl/repos/testing-i686/PKGBUILD
(from rev 159819, cairo-perl/repos/staging-i686/PKGBUILD)
  cairo-perl/repos/testing-i686/testsuite.patch
(from rev 159819, cairo-perl/repos/staging-i686/testsuite.patch)
Deleted:
  cairo-perl/repos/staging-i686/

-+
 PKGBUILD|   34 +
 testsuite.patch |  135 ++
 2 files changed, 169 insertions(+)

Copied: cairo-perl/repos/testing-i686/PKGBUILD (from rev 159819, 
cairo-perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:41:52 UTC (rev 159820)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=cairo-perl
+pkgver=1.082
+pkgrel=2
+pkgdesc=Perl wrappers for cairo
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+options=('!emptydirs')
+depends=('cairo' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Cairo-${pkgver}.tar.gz
+testsuite.patch)
+md5sums=('cfd61e519ff20023979c255d4040fe06'
+ '6a3ceac304a5a53f8fdd5652d98f6855')
+
+build() {
+  cd ${srcdir}/Cairo-${pkgver}
+  patch -Np1 -i ${srcdir}/testsuite.patch
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Cairo-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/Cairo-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: cairo-perl/repos/testing-i686/testsuite.patch (from rev 159819, 
cairo-perl/repos/staging-i686/testsuite.patch)
===
--- testing-i686/testsuite.patch(rev 0)
+++ testing-i686/testsuite.patch2012-05-27 07:41:52 UTC (rev 159820)
@@ -0,0 +1,135 @@
+From 21dd8a0600cbfac46723c7745b377fce94c8bdc3 Mon Sep 17 00:00:00 2001
+From: Torsten Schönfeld kaffeeti...@gmx.de
+Date: Sat, 31 Mar 2012 10:34:11 +
+Subject: Fix compiling and testing against older versions of cairo
+
+---
+(limited to 't/CairoPath.t')
+
+diff --git a/t/CairoPath.t b/t/CairoPath.t
+index e515172..770e464 100644
+--- a/t/CairoPath.t
 b/t/CairoPath.t
+@@ -11,11 +11,17 @@ use strict;
+ use warnings;
+ use Cairo;
+ 
+-use Test::More tests = 6;
++use Test::More;
+ 
+ use constant IMG_WIDTH = 256;
+ use constant IMG_HEIGHT = 256;
+ 
++if (Cairo::VERSION = Cairo::VERSION_ENCODE (1, 4, 0)) {
++  plan tests = 6;
++} else {
++  plan skip_all = 'path behavior not predictable on cairo  1.4';
++}
++
+ my $surf = Cairo::ImageSurface-create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
+ my $cr = Cairo::Context-create ($surf);
+ 
+--
+cgit v0.9.0.2
+From a1cd2e45b4ee49a724ae5d7e854ad9829eebf00d Mon Sep 17 00:00:00 2001
+From: Torsten Schönfeld kaffeeti...@gmx.de
+Date: Sat, 07 Apr 2012 18:01:31 +
+Subject: Make t/CairoPath.t more robust
+
+The end of a path that took a round trip into cairo and back might differ
+for different versions of cairo.  Hence, compare only the beginning with
+the expected path.
+---
+diff --git a/t/CairoPath.t b/t/CairoPath.t
+index 770e464..27a3aad 100644
+--- a/t/CairoPath.t
 b/t/CairoPath.t
+@@ -11,17 +11,11 @@ use strict;
+ use warnings;
+ use Cairo;
+ 
+-use Test::More;
++use Test::More tests = 18;
+ 
+ use constant IMG_WIDTH = 256;
+ use constant IMG_HEIGHT = 256;
+ 
+-if (Cairo::VERSION = Cairo::VERSION_ENCODE (1, 4, 0)) {
+-  plan tests = 6;
+-} else {
+-  plan skip_all = 'path behavior not predictable on cairo  1.4';
+-}
+-
+ my $surf = Cairo::ImageSurface-create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
+ my $cr = Cairo::Context-create ($surf);
+ 
+@@ -40,14 +34,7 @@ my $expected_path = [
+ ];
+ 
+ my $path = $cr-copy_path;
+-is_deeply ($path, $expected_path);
+-
+-sub paths_agree {
+-  my ($cr, $path, $expected_path) = @_;
+-  $cr-new_path;
+-  $cr-append_path ($path);
+-  is_deeply ($cr-copy_path, $expected_path);
+-}
++paths_agree ($path, $expected_path);
+ 
+ # Modifying single point values.
+ foreach ($path, $expected_path) {
+@@ -57,21 +44,21 @@ foreach ($path, $expected_path) {
+   $_-[2]{points}[2][0] = 99;
+   $_-[2]{points}[2][1] = 1010;
+ }
+-paths_agree ($cr, $path, $expected_path);
++path_round_trip_ok ($cr, $path, $expected_path);
+ 
+ # Modifying single points.
+ foreach ($path, $expected_path) {
+   $_-[1]{points}[0] = [333, 444];
+   $_-[2]{points}[2] = [77, 88];
+ }
+-paths_agree ($cr, $path, $expected_path);
++path_round_trip_ok ($cr, $path, $expected_path);
+ 
+ # Replacing all points.
+ foreach ($path, $expected_path) {
+   $_-[1]{points} = [[, ]];
+   $_-[2]{points} = [[55, 66], [77, 88], [99, 1010]];
+ }
+-paths_agree ($cr, $path, $expected_path);
++path_round_trip_ok 

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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:41:53
  Author: bluewind
Revision: 159821

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

Added:
  cairo-perl/repos/testing-x86_64/
  cairo-perl/repos/testing-x86_64/PKGBUILD
(from rev 159819, cairo-perl/repos/staging-x86_64/PKGBUILD)
  cairo-perl/repos/testing-x86_64/testsuite.patch
(from rev 159819, cairo-perl/repos/staging-x86_64/testsuite.patch)
Deleted:
  cairo-perl/repos/staging-x86_64/

-+
 PKGBUILD|   34 +
 testsuite.patch |  135 ++
 2 files changed, 169 insertions(+)

Copied: cairo-perl/repos/testing-x86_64/PKGBUILD (from rev 159819, 
cairo-perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:41:53 UTC (rev 159821)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=cairo-perl
+pkgver=1.082
+pkgrel=2
+pkgdesc=Perl wrappers for cairo
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+options=('!emptydirs')
+depends=('cairo' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Cairo-${pkgver}.tar.gz
+testsuite.patch)
+md5sums=('cfd61e519ff20023979c255d4040fe06'
+ '6a3ceac304a5a53f8fdd5652d98f6855')
+
+build() {
+  cd ${srcdir}/Cairo-${pkgver}
+  patch -Np1 -i ${srcdir}/testsuite.patch
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Cairo-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/Cairo-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: cairo-perl/repos/testing-x86_64/testsuite.patch (from rev 159819, 
cairo-perl/repos/staging-x86_64/testsuite.patch)
===
--- testing-x86_64/testsuite.patch  (rev 0)
+++ testing-x86_64/testsuite.patch  2012-05-27 07:41:53 UTC (rev 159821)
@@ -0,0 +1,135 @@
+From 21dd8a0600cbfac46723c7745b377fce94c8bdc3 Mon Sep 17 00:00:00 2001
+From: Torsten Schönfeld kaffeeti...@gmx.de
+Date: Sat, 31 Mar 2012 10:34:11 +
+Subject: Fix compiling and testing against older versions of cairo
+
+---
+(limited to 't/CairoPath.t')
+
+diff --git a/t/CairoPath.t b/t/CairoPath.t
+index e515172..770e464 100644
+--- a/t/CairoPath.t
 b/t/CairoPath.t
+@@ -11,11 +11,17 @@ use strict;
+ use warnings;
+ use Cairo;
+ 
+-use Test::More tests = 6;
++use Test::More;
+ 
+ use constant IMG_WIDTH = 256;
+ use constant IMG_HEIGHT = 256;
+ 
++if (Cairo::VERSION = Cairo::VERSION_ENCODE (1, 4, 0)) {
++  plan tests = 6;
++} else {
++  plan skip_all = 'path behavior not predictable on cairo  1.4';
++}
++
+ my $surf = Cairo::ImageSurface-create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
+ my $cr = Cairo::Context-create ($surf);
+ 
+--
+cgit v0.9.0.2
+From a1cd2e45b4ee49a724ae5d7e854ad9829eebf00d Mon Sep 17 00:00:00 2001
+From: Torsten Schönfeld kaffeeti...@gmx.de
+Date: Sat, 07 Apr 2012 18:01:31 +
+Subject: Make t/CairoPath.t more robust
+
+The end of a path that took a round trip into cairo and back might differ
+for different versions of cairo.  Hence, compare only the beginning with
+the expected path.
+---
+diff --git a/t/CairoPath.t b/t/CairoPath.t
+index 770e464..27a3aad 100644
+--- a/t/CairoPath.t
 b/t/CairoPath.t
+@@ -11,17 +11,11 @@ use strict;
+ use warnings;
+ use Cairo;
+ 
+-use Test::More;
++use Test::More tests = 18;
+ 
+ use constant IMG_WIDTH = 256;
+ use constant IMG_HEIGHT = 256;
+ 
+-if (Cairo::VERSION = Cairo::VERSION_ENCODE (1, 4, 0)) {
+-  plan tests = 6;
+-} else {
+-  plan skip_all = 'path behavior not predictable on cairo  1.4';
+-}
+-
+ my $surf = Cairo::ImageSurface-create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
+ my $cr = Cairo::Context-create ($surf);
+ 
+@@ -40,14 +34,7 @@ my $expected_path = [
+ ];
+ 
+ my $path = $cr-copy_path;
+-is_deeply ($path, $expected_path);
+-
+-sub paths_agree {
+-  my ($cr, $path, $expected_path) = @_;
+-  $cr-new_path;
+-  $cr-append_path ($path);
+-  is_deeply ($cr-copy_path, $expected_path);
+-}
++paths_agree ($path, $expected_path);
+ 
+ # Modifying single point values.
+ foreach ($path, $expected_path) {
+@@ -57,21 +44,21 @@ foreach ($path, $expected_path) {
+   $_-[2]{points}[2][0] = 99;
+   $_-[2]{points}[2][1] = 1010;
+ }
+-paths_agree ($cr, $path, $expected_path);
++path_round_trip_ok ($cr, $path, $expected_path);
+ 
+ # Modifying single points.
+ foreach ($path, $expected_path) {
+   $_-[1]{points}[0] = [333, 444];
+   $_-[2]{points}[2] = [77, 88];
+ }
+-paths_agree ($cr, $path, $expected_path);
++path_round_trip_ok ($cr, $path, $expected_path);
+ 
+ # Replacing all points.
+ foreach ($path, $expected_path) {
+   $_-[1]{points} = [[, ]];
+   $_-[2]{points} = [[55, 66], [77, 88], [99, 1010]];
+ }
+-paths_agree ($cr, $path, 

[arch-commits] Commit in claws-mail-extra-plugins/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:41:54
  Author: bluewind
Revision: 159822

db-move: moved claws-mail-extra-plugins from [staging] to [testing] (i686)

Added:
  claws-mail-extra-plugins/repos/testing-i686/
  claws-mail-extra-plugins/repos/testing-i686/PKGBUILD
(from rev 159819, claws-mail-extra-plugins/repos/staging-i686/PKGBUILD)
Deleted:
  claws-mail-extra-plugins/repos/staging-i686/

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

Copied: claws-mail-extra-plugins/repos/testing-i686/PKGBUILD (from rev 159819, 
claws-mail-extra-plugins/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:41:54 UTC (rev 159822)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.8.0
+pkgrel=3
+pkgdesc=Extra plugins for claws-mail
+url=http://www.claws-mail.org/plugins.php?branch=EXT;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail=3.8.0')
+makedepends=('make' 'bc' 'perl=5.16.0' 'libgtkhtml=2.11.1-2' 'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
+'python2: for python plugin'
+   'libgdata: for gdata plugin')
+conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
+   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
+   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
+   'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
+replaces=('sylpheed-claws-extra-plugins')
+options=('!libtool' '!strip')
+source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
+md5sums=('4776f6e0357a694f384349ac73b6da52')
+
+build() {
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+
+  # fix for python2
+  export PYTHON=/usr/bin/python2
+
+  # fix gdata plugin build
+  sed -i -e s:libgdata\ \ 0.9.0:libgdata\ \ 0.11.0:g 
gdata_plugin-0.3/configure
+ 
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  (
+  cd $dir
+
+  ./configure --prefix=/usr --disable-static
+  make
+)
+  done
+}
+
+package() {
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  
+  make -C $dir DESTDIR=$pkgdir install
+  done
+
+  # fix fileconflict with libical, #11485
+  rm -f $pkgdir/usr/include/ical.h
+}



[arch-commits] Commit in claws-mail-extra-plugins/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:41:56
  Author: bluewind
Revision: 159823

db-move: moved claws-mail-extra-plugins from [staging] to [testing] (x86_64)

Added:
  claws-mail-extra-plugins/repos/testing-x86_64/
  claws-mail-extra-plugins/repos/testing-x86_64/PKGBUILD
(from rev 159819, claws-mail-extra-plugins/repos/staging-x86_64/PKGBUILD)
Deleted:
  claws-mail-extra-plugins/repos/staging-x86_64/

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

Copied: claws-mail-extra-plugins/repos/testing-x86_64/PKGBUILD (from rev 
159819, claws-mail-extra-plugins/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:41:56 UTC (rev 159823)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Mildred mildred593 at online dot fr
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.8.0
+pkgrel=3
+pkgdesc=Extra plugins for claws-mail
+url=http://www.claws-mail.org/plugins.php?branch=EXT;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail=3.8.0')
+makedepends=('make' 'bc' 'perl=5.16.0' 'libgtkhtml=2.11.1-2' 'libnotify=0.7'
+ 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.6.1'
+ 'pygtk=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
+'python2: for python plugin'
+   'libgdata: for gdata plugin')
+conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
+   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
+   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
+   'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
+replaces=('sylpheed-claws-extra-plugins')
+options=('!libtool' '!strip')
+source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
+md5sums=('4776f6e0357a694f384349ac73b6da52')
+
+build() {
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+
+  # fix for python2
+  export PYTHON=/usr/bin/python2
+
+  # fix gdata plugin build
+  sed -i -e s:libgdata\ \ 0.9.0:libgdata\ \ 0.11.0:g 
gdata_plugin-0.3/configure
+ 
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  (
+  cd $dir
+
+  ./configure --prefix=/usr --disable-static
+  make
+)
+  done
+}
+
+package() {
+  cd $srcdir/claws-mail-extra-plugins-$pkgver
+  for dir in */; do
+[[ $dir != geolocation_plugin-* ]]  
+  make -C $dir DESTDIR=$pkgdir install
+  done
+
+  # fix fileconflict with libical, #11485
+  rm -f $pkgdir/usr/include/ical.h
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:41:58
  Author: bluewind
Revision: 159824

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

Added:
  frozen-bubble/repos/testing-i686/
  frozen-bubble/repos/testing-i686/PKGBUILD
(from rev 159819, frozen-bubble/repos/staging-i686/PKGBUILD)
  frozen-bubble/repos/testing-i686/frozen-bubble.desktop
(from rev 159819, frozen-bubble/repos/staging-i686/frozen-bubble.desktop)
Deleted:
  frozen-bubble/repos/staging-i686/

---+
 PKGBUILD  |   41 +
 frozen-bubble.desktop |9 +
 2 files changed, 50 insertions(+)

Copied: frozen-bubble/repos/testing-i686/PKGBUILD (from rev 159819, 
frozen-bubble/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:41:58 UTC (rev 159824)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Brandon Niemczyk macco...@cfl.rr.com
+
+pkgname=frozen-bubble
+_pkgver=2.2.1-beta1
+pkgver=${_pkgver/-/}
+pkgrel=4
+pkgdesc=A game in which you throw colorful bubbles and build groups to 
destroy the bubbles
+arch=(i686 x86_64)
+url=http://www.frozen-bubble.org;
+license=(GPL2)
+depends=(perl-sdl perl-ipc-system-simple perl-compress-bzip2 perl-file-which)
+makedepends=(perl-file-slurp perl-locale-maketext-lexicon)
+options=('!emptydirs')
+source=(http://www.frozen-bubble.org/data/$pkgname-$_pkgver.tar.bz2 \
+frozen-bubble.desktop)
+md5sums=('825cc23ed806838b9d86de9982a5687a'
+ '01b10b77ba6ad856f5c199121c582272')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+  unset CFLAGS
+  # install module in vendor directories
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd $srcdir/$pkgname-$_pkgver
+  perl Build test
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  perl Build install destdir=$pkgdir
+
+  install -D -m644 share/icons/frozen-bubble-icon-64x64.png 
$pkgdir/usr/share/pixmaps/frozen-bubble.png
+  install -D -m644 $srcdir/frozen-bubble.desktop 
$pkgdir/usr/share/applications/frozen-bubble.desktop
+}

Copied: frozen-bubble/repos/testing-i686/frozen-bubble.desktop (from rev 
159819, frozen-bubble/repos/staging-i686/frozen-bubble.desktop)
===
--- testing-i686/frozen-bubble.desktop  (rev 0)
+++ testing-i686/frozen-bubble.desktop  2012-05-27 07:41:58 UTC (rev 159824)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=Frozen Bubble
+Icon=frozen-bubble.png
+Exec=/usr/bin/vendor_perl/frozen-bubble
+Terminal=false
+Categories=Game;



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:41:59
  Author: bluewind
Revision: 159825

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

Added:
  frozen-bubble/repos/testing-x86_64/
  frozen-bubble/repos/testing-x86_64/PKGBUILD
(from rev 159819, frozen-bubble/repos/staging-x86_64/PKGBUILD)
  frozen-bubble/repos/testing-x86_64/frozen-bubble.desktop
(from rev 159819, frozen-bubble/repos/staging-x86_64/frozen-bubble.desktop)
Deleted:
  frozen-bubble/repos/staging-x86_64/

---+
 PKGBUILD  |   41 +
 frozen-bubble.desktop |9 +
 2 files changed, 50 insertions(+)

Copied: frozen-bubble/repos/testing-x86_64/PKGBUILD (from rev 159819, 
frozen-bubble/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:41:59 UTC (rev 159825)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Brandon Niemczyk macco...@cfl.rr.com
+
+pkgname=frozen-bubble
+_pkgver=2.2.1-beta1
+pkgver=${_pkgver/-/}
+pkgrel=4
+pkgdesc=A game in which you throw colorful bubbles and build groups to 
destroy the bubbles
+arch=(i686 x86_64)
+url=http://www.frozen-bubble.org;
+license=(GPL2)
+depends=(perl-sdl perl-ipc-system-simple perl-compress-bzip2 perl-file-which)
+makedepends=(perl-file-slurp perl-locale-maketext-lexicon)
+options=('!emptydirs')
+source=(http://www.frozen-bubble.org/data/$pkgname-$_pkgver.tar.bz2 \
+frozen-bubble.desktop)
+md5sums=('825cc23ed806838b9d86de9982a5687a'
+ '01b10b77ba6ad856f5c199121c582272')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+  unset CFLAGS
+  # install module in vendor directories
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd $srcdir/$pkgname-$_pkgver
+  perl Build test
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  perl Build install destdir=$pkgdir
+
+  install -D -m644 share/icons/frozen-bubble-icon-64x64.png 
$pkgdir/usr/share/pixmaps/frozen-bubble.png
+  install -D -m644 $srcdir/frozen-bubble.desktop 
$pkgdir/usr/share/applications/frozen-bubble.desktop
+}

Copied: frozen-bubble/repos/testing-x86_64/frozen-bubble.desktop (from rev 
159819, frozen-bubble/repos/staging-x86_64/frozen-bubble.desktop)
===
--- testing-x86_64/frozen-bubble.desktop(rev 0)
+++ testing-x86_64/frozen-bubble.desktop2012-05-27 07:41:59 UTC (rev 
159825)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=Frozen Bubble
+Icon=frozen-bubble.png
+Exec=/usr/bin/vendor_perl/frozen-bubble
+Terminal=false
+Categories=Game;



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:01
  Author: bluewind
Revision: 159827

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

Added:
  gconf-perl/repos/testing-x86_64/
  gconf-perl/repos/testing-x86_64/PKGBUILD
(from rev 159819, gconf-perl/repos/staging-x86_64/PKGBUILD)
  gconf-perl/repos/testing-x86_64/disable-orbit.patch
(from rev 159819, gconf-perl/repos/staging-x86_64/disable-orbit.patch)
Deleted:
  gconf-perl/repos/staging-x86_64/

-+
 PKGBUILD|   34 ++
 disable-orbit.patch |   30 ++
 2 files changed, 64 insertions(+)

Copied: gconf-perl/repos/testing-x86_64/PKGBUILD (from rev 159819, 
gconf-perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:01 UTC (rev 159827)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gconf-perl
+pkgver=1.044
+pkgrel=7
+pkgdesc=Gnome2-GConf perl bindings for gconf
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('glib-perl' 'gconf' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-GConf-${pkgver}.tar.gz
+disable-orbit.patch)
+md5sums=('ea386003b18f067524833b0eeb271330'
+ '14852fc936ce7b552eb204913d55fd1c')
+
+build() {
+  cd ${srcdir}/Gnome2-GConf-${pkgver}
+  patch -Np1 -i ${srcdir}/disable-orbit.patch
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Gnome2-GConf-${pkgver}
+  dbus-launch --exit-with-session make test
+}
+
+package() {
+  cd ${srcdir}/Gnome2-GConf-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gconf-perl/repos/testing-x86_64/disable-orbit.patch (from rev 159819, 
gconf-perl/repos/staging-x86_64/disable-orbit.patch)
===
--- testing-x86_64/disable-orbit.patch  (rev 0)
+++ testing-x86_64/disable-orbit.patch  2012-05-27 07:42:01 UTC (rev 159827)
@@ -0,0 +1,30 @@
+Description: Disable gconf_engine_key_is_writable
+ This symbol is not available in libgconf when it is configured without
+ ORBit support, which is currently the case in Debian.
+Author: Colin Watson cjwat...@ubuntu.com
+Bug-Debian: http://bugs.debian.org/649055
+Forwarded: no
+Last-Update: 2011-11-17
+
+Index: b/xs/GConfEngine.xs
+===
+--- a/xs/GConfEngine.xs
 b/xs/GConfEngine.xs
+@@ -350,6 +350,8 @@
+   if (err)
+   gperl_croak_gerror (NULL, err);
+ 
++#if 0 /* requires gconf to be configured with ORBit support */
++
+ ##gboolean gconf_engine_key_is_writable  (GConfEngine *conf,
+ ##const gchar *key,
+ ##GError **err);
+@@ -366,6 +368,8 @@
+ OUTPUT:
+ RETVAL
+ 
++#endif
++
+ guint
+ gconf_engine_notify_add (engine, namespace_section, func, data=NULL)
+   GConfEngine * engine



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:04
  Author: bluewind
Revision: 159828

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

Added:
  glade-perl/repos/testing-i686/
  glade-perl/repos/testing-i686/PKGBUILD
(from rev 159819, glade-perl/repos/staging-i686/PKGBUILD)
Deleted:
  glade-perl/repos/staging-i686/

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

Copied: glade-perl/repos/testing-i686/PKGBUILD (from rev 159819, 
glade-perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:04 UTC (rev 159828)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glade-perl
+_realname=Gtk2-GladeXML
+pkgver=1.007
+pkgrel=6
+pkgdesc=Gtk2-GladeXML perl bindings for glade 2.x
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('libglade' 'gtk2-perl' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6ca234e2a9f0221263acd2a593c583b')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:06
  Author: bluewind
Revision: 159829

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

Added:
  glade-perl/repos/testing-x86_64/
  glade-perl/repos/testing-x86_64/PKGBUILD
(from rev 159819, glade-perl/repos/staging-x86_64/PKGBUILD)
Deleted:
  glade-perl/repos/staging-x86_64/

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

Copied: glade-perl/repos/testing-x86_64/PKGBUILD (from rev 159819, 
glade-perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:06 UTC (rev 159829)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glade-perl
+_realname=Gtk2-GladeXML
+pkgver=1.007
+pkgrel=6
+pkgdesc=Gtk2-GladeXML perl bindings for glade 2.x
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('libglade' 'gtk2-perl' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6ca234e2a9f0221263acd2a593c583b')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:07
  Author: bluewind
Revision: 159830

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

Added:
  glib-perl/repos/testing-i686/
  glib-perl/repos/testing-i686/PKGBUILD
(from rev 159819, glib-perl/repos/staging-i686/PKGBUILD)
Deleted:
  glib-perl/repos/staging-i686/

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

Copied: glib-perl/repos/testing-i686/PKGBUILD (from rev 159819, 
glib-perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:07 UTC (rev 159830)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=glib-perl
+pkgver=1.260
+pkgrel=1
+pkgdesc=Perl wrappers for glib 2.x, including GObject
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+options=('!emptydirs')
+depends=('glib2=2.24.1' 'perl=5.14')
+makedepends=('perl-extutils-depends=0.302' 'perl-extutils-pkgconfig=1.12')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('faa052bdf6e9b87ea30b630c2806e71e')
+
+build() {
+  cd ${srcdir}/Glib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Glib-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/Glib-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:08
  Author: bluewind
Revision: 159831

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

Added:
  glib-perl/repos/testing-x86_64/
  glib-perl/repos/testing-x86_64/PKGBUILD
(from rev 159819, glib-perl/repos/staging-x86_64/PKGBUILD)
Deleted:
  glib-perl/repos/staging-x86_64/

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

Copied: glib-perl/repos/testing-x86_64/PKGBUILD (from rev 159819, 
glib-perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:08 UTC (rev 159831)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=glib-perl
+pkgver=1.260
+pkgrel=1
+pkgdesc=Perl wrappers for glib 2.x, including GObject
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+options=('!emptydirs')
+depends=('glib2=2.24.1' 'perl=5.14')
+makedepends=('perl-extutils-depends=0.302' 'perl-extutils-pkgconfig=1.12')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('faa052bdf6e9b87ea30b630c2806e71e')
+
+build() {
+  cd ${srcdir}/Glib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Glib-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/Glib-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:09
  Author: bluewind
Revision: 159832

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

Added:
  gnome-perl/repos/testing-i686/
  gnome-perl/repos/testing-i686/PKGBUILD
(from rev 159819, gnome-perl/repos/staging-i686/PKGBUILD)
Deleted:
  gnome-perl/repos/staging-i686/

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

Copied: gnome-perl/repos/testing-i686/PKGBUILD (from rev 159819, 
gnome-perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:09 UTC (rev 159832)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-perl
+_realname=Gnome2
+pkgver=1.042
+pkgrel=8
+pkgdesc=Perl bindings for libgnome
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gnomecanvas-perl' 'gnome-vfs-perl' 'libgnomeui' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('eb7b624114e45e54e022a633ffc1cce6')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:00
  Author: bluewind
Revision: 159826

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

Added:
  gconf-perl/repos/testing-i686/
  gconf-perl/repos/testing-i686/PKGBUILD
(from rev 159819, gconf-perl/repos/staging-i686/PKGBUILD)
  gconf-perl/repos/testing-i686/disable-orbit.patch
(from rev 159819, gconf-perl/repos/staging-i686/disable-orbit.patch)
Deleted:
  gconf-perl/repos/staging-i686/

-+
 PKGBUILD|   34 ++
 disable-orbit.patch |   30 ++
 2 files changed, 64 insertions(+)

Copied: gconf-perl/repos/testing-i686/PKGBUILD (from rev 159819, 
gconf-perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:00 UTC (rev 159826)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gconf-perl
+pkgver=1.044
+pkgrel=7
+pkgdesc=Gnome2-GConf perl bindings for gconf
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('glib-perl' 'gconf' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-GConf-${pkgver}.tar.gz
+disable-orbit.patch)
+md5sums=('ea386003b18f067524833b0eeb271330'
+ '14852fc936ce7b552eb204913d55fd1c')
+
+build() {
+  cd ${srcdir}/Gnome2-GConf-${pkgver}
+  patch -Np1 -i ${srcdir}/disable-orbit.patch
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Gnome2-GConf-${pkgver}
+  dbus-launch --exit-with-session make test
+}
+
+package() {
+  cd ${srcdir}/Gnome2-GConf-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gconf-perl/repos/testing-i686/disable-orbit.patch (from rev 159819, 
gconf-perl/repos/staging-i686/disable-orbit.patch)
===
--- testing-i686/disable-orbit.patch(rev 0)
+++ testing-i686/disable-orbit.patch2012-05-27 07:42:00 UTC (rev 159826)
@@ -0,0 +1,30 @@
+Description: Disable gconf_engine_key_is_writable
+ This symbol is not available in libgconf when it is configured without
+ ORBit support, which is currently the case in Debian.
+Author: Colin Watson cjwat...@ubuntu.com
+Bug-Debian: http://bugs.debian.org/649055
+Forwarded: no
+Last-Update: 2011-11-17
+
+Index: b/xs/GConfEngine.xs
+===
+--- a/xs/GConfEngine.xs
 b/xs/GConfEngine.xs
+@@ -350,6 +350,8 @@
+   if (err)
+   gperl_croak_gerror (NULL, err);
+ 
++#if 0 /* requires gconf to be configured with ORBit support */
++
+ ##gboolean gconf_engine_key_is_writable  (GConfEngine *conf,
+ ##const gchar *key,
+ ##GError **err);
+@@ -366,6 +368,8 @@
+ OUTPUT:
+ RETVAL
+ 
++#endif
++
+ guint
+ gconf_engine_notify_add (engine, namespace_section, func, data=NULL)
+   GConfEngine * engine



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:10
  Author: bluewind
Revision: 159833

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

Added:
  gnome-perl/repos/testing-x86_64/
  gnome-perl/repos/testing-x86_64/PKGBUILD
(from rev 159819, gnome-perl/repos/staging-x86_64/PKGBUILD)
Deleted:
  gnome-perl/repos/staging-x86_64/

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

Copied: gnome-perl/repos/testing-x86_64/PKGBUILD (from rev 159819, 
gnome-perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:10 UTC (rev 159833)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-perl
+_realname=Gnome2
+pkgver=1.042
+pkgrel=8
+pkgdesc=Perl bindings for libgnome
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gnomecanvas-perl' 'gnome-vfs-perl' 'libgnomeui' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('eb7b624114e45e54e022a633ffc1cce6')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gnome-vfs-perl/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:11
  Author: bluewind
Revision: 159834

db-move: moved gnome-vfs-perl from [staging] to [testing] (i686)

Added:
  gnome-vfs-perl/repos/testing-i686/
  gnome-vfs-perl/repos/testing-i686/PKGBUILD
(from rev 159819, gnome-vfs-perl/repos/staging-i686/PKGBUILD)
Deleted:
  gnome-vfs-perl/repos/staging-i686/

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

Copied: gnome-vfs-perl/repos/testing-i686/PKGBUILD (from rev 159819, 
gnome-vfs-perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:11 UTC (rev 159834)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-vfs-perl
+_realname=Gnome2-VFS
+pkgver=1.081
+pkgrel=5
+pkgdesc=Gnome2-VFS perl bindings for gnome-vfs
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'gnome-vfs' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('3d220cbbe9f1ebc78d7047593f9cd633')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gnome-vfs-perl/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:12
  Author: bluewind
Revision: 159835

db-move: moved gnome-vfs-perl from [staging] to [testing] (x86_64)

Added:
  gnome-vfs-perl/repos/testing-x86_64/
  gnome-vfs-perl/repos/testing-x86_64/PKGBUILD
(from rev 159819, gnome-vfs-perl/repos/staging-x86_64/PKGBUILD)
Deleted:
  gnome-vfs-perl/repos/staging-x86_64/

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

Copied: gnome-vfs-perl/repos/testing-x86_64/PKGBUILD (from rev 159819, 
gnome-vfs-perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:12 UTC (rev 159835)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-vfs-perl
+_realname=Gnome2-VFS
+pkgver=1.081
+pkgrel=5
+pkgdesc=Gnome2-VFS perl bindings for gnome-vfs
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'gnome-vfs' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('3d220cbbe9f1ebc78d7047593f9cd633')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:13
  Author: bluewind
Revision: 159836

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

Added:
  gnomecanvas-perl/repos/testing-i686/
  gnomecanvas-perl/repos/testing-i686/PKGBUILD
(from rev 159819, gnomecanvas-perl/repos/staging-i686/PKGBUILD)
Deleted:
  gnomecanvas-perl/repos/staging-i686/

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

Copied: gnomecanvas-perl/repos/testing-i686/PKGBUILD (from rev 159819, 
gnomecanvas-perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:13 UTC (rev 159836)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnomecanvas-perl
+_realname=Gnome2-Canvas
+pkgver=1.002
+pkgrel=10
+pkgdesc=Gnome2-Canvas perl bindings for libgnomecanvas
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'libgnomecanvas' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('93405a987ba4bbd03c2f91592b88f5cb')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:14
  Author: bluewind
Revision: 159837

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

Added:
  gnomecanvas-perl/repos/testing-x86_64/
  gnomecanvas-perl/repos/testing-x86_64/PKGBUILD
(from rev 159819, gnomecanvas-perl/repos/staging-x86_64/PKGBUILD)
Deleted:
  gnomecanvas-perl/repos/staging-x86_64/

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

Copied: gnomecanvas-perl/repos/testing-x86_64/PKGBUILD (from rev 159819, 
gnomecanvas-perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:14 UTC (rev 159837)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnomecanvas-perl
+_realname=Gnome2-Canvas
+pkgver=1.002
+pkgrel=10
+pkgdesc=Gnome2-Canvas perl bindings for libgnomecanvas
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'libgnomecanvas' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('93405a987ba4bbd03c2f91592b88f5cb')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:15
  Author: bluewind
Revision: 159838

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

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

--+
 PKGBUILD |   39 +++
 gnumeric.install |   26 ++
 2 files changed, 65 insertions(+)

Copied: gnumeric/repos/testing-i686/PKGBUILD (from rev 159819, 
gnumeric/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:15 UTC (rev 159838)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Kritoke typeoli...@yahoo.com
+
+pkgname=gnumeric
+pkgver=1.10.17
+pkgrel=2
+pkgdesc=A GNOME Spreadsheet Program
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice' 'gconf' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'python2' 'gnome-doc-utils' 'pygobject' 'psiconv')
+optdepends=('pygobject: for python plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+install=gnumeric.install
+options=('libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-install --enable-ssindex
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnumeric ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -rf ${pkgdir}/etc/gconf
+}

Copied: gnumeric/repos/testing-i686/gnumeric.install (from rev 159819, 
gnumeric/repos/staging-i686/gnumeric.install)
===
--- testing-i686/gnumeric.install   (rev 0)
+++ testing-i686/gnumeric.install   2012-05-27 07:42:15 UTC (rev 159838)
@@ -0,0 +1,26 @@
+pkgname=gnumeric
+
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor   
+  update-desktop-database -q
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:16
  Author: bluewind
Revision: 159839

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

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

--+
 PKGBUILD |   39 +++
 gnumeric.install |   26 ++
 2 files changed, 65 insertions(+)

Copied: gnumeric/repos/testing-x86_64/PKGBUILD (from rev 159819, 
gnumeric/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:16 UTC (rev 159839)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Kritoke typeoli...@yahoo.com
+
+pkgname=gnumeric
+pkgver=1.10.17
+pkgrel=2
+pkgdesc=A GNOME Spreadsheet Program
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice' 'gconf' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'python2' 'gnome-doc-utils' 'pygobject' 'psiconv')
+optdepends=('pygobject: for python plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+install=gnumeric.install
+options=('libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-install --enable-ssindex
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnumeric ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -rf ${pkgdir}/etc/gconf
+}

Copied: gnumeric/repos/testing-x86_64/gnumeric.install (from rev 159819, 
gnumeric/repos/staging-x86_64/gnumeric.install)
===
--- testing-x86_64/gnumeric.install (rev 0)
+++ testing-x86_64/gnumeric.install 2012-05-27 07:42:16 UTC (rev 159839)
@@ -0,0 +1,26 @@
+pkgname=gnumeric
+
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor   
+  update-desktop-database -q
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:17
  Author: bluewind
Revision: 159840

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

Added:
  graphicsmagick/repos/testing-i686/
  graphicsmagick/repos/testing-i686/PKGBUILD
(from rev 159819, graphicsmagick/repos/staging-i686/PKGBUILD)
Deleted:
  graphicsmagick/repos/staging-i686/

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

Copied: graphicsmagick/repos/testing-i686/PKGBUILD (from rev 159819, 
graphicsmagick/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:17 UTC (rev 159840)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.15
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('d5df4000d5531fad3ede9e008f9c8dc2d085d546')
+
+build() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   # fix typemap bug
+   # https://rt.cpan.org/Public/Bug/Display.html?id=70150
+   # 
http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.7.7/PerlMagick/typemap
+   echo 'Graphics::Magick T_PTROBJ'  typemap
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   # Install MIT license
+   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
+   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:18
  Author: bluewind
Revision: 159841

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

Added:
  graphicsmagick/repos/testing-x86_64/
  graphicsmagick/repos/testing-x86_64/PKGBUILD
(from rev 159819, graphicsmagick/repos/staging-x86_64/PKGBUILD)
Deleted:
  graphicsmagick/repos/staging-x86_64/

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

Copied: graphicsmagick/repos/testing-x86_64/PKGBUILD (from rev 159819, 
graphicsmagick/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:18 UTC (rev 159841)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.15
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('d5df4000d5531fad3ede9e008f9c8dc2d085d546')
+
+build() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   # fix typemap bug
+   # https://rt.cpan.org/Public/Bug/Display.html?id=70150
+   # 
http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.7.7/PerlMagick/typemap
+   echo 'Graphics::Magick T_PTROBJ'  typemap
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   # Install MIT license
+   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
+   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:20
  Author: bluewind
Revision: 159842

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

Added:
  graphviz/repos/testing-i686/
  graphviz/repos/testing-i686/LICENSE
(from rev 159819, graphviz/repos/staging-i686/LICENSE)
  graphviz/repos/testing-i686/PKGBUILD
(from rev 159819, graphviz/repos/staging-i686/PKGBUILD)
  graphviz/repos/testing-i686/install
(from rev 159819, graphviz/repos/staging-i686/install)
Deleted:
  graphviz/repos/staging-i686/

--+
 LICENSE  |   87 +
 PKGBUILD |   55 ++
 install  |   12 
 3 files changed, 154 insertions(+)

Copied: graphviz/repos/testing-i686/LICENSE (from rev 159819, 
graphviz/repos/staging-i686/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2012-05-27 07:42:20 UTC (rev 159842)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth in this Agreement.
+
+3. REQUIREMENTS
+
+A Contributor may choose to distribute the Program in object code form under 
its own license agreement, provided that:
+
+a) it complies with the terms and conditions of this Agreement; and
+
+b) its license agreement:
+
+i) effectively disclaims on behalf of all Contributors all warranties and 
conditions, express and implied, including warranties or conditions of title 
and 

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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:21
  Author: bluewind
Revision: 159843

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

Added:
  graphviz/repos/testing-x86_64/
  graphviz/repos/testing-x86_64/LICENSE
(from rev 159819, graphviz/repos/staging-x86_64/LICENSE)
  graphviz/repos/testing-x86_64/PKGBUILD
(from rev 159819, graphviz/repos/staging-x86_64/PKGBUILD)
  graphviz/repos/testing-x86_64/install
(from rev 159819, graphviz/repos/staging-x86_64/install)
Deleted:
  graphviz/repos/staging-x86_64/

--+
 LICENSE  |   87 +
 PKGBUILD |   55 ++
 install  |   12 
 3 files changed, 154 insertions(+)

Copied: graphviz/repos/testing-x86_64/LICENSE (from rev 159819, 
graphviz/repos/staging-x86_64/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2012-05-27 07:42:21 UTC (rev 159843)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth in this Agreement.
+
+3. REQUIREMENTS
+
+A Contributor may choose to distribute the Program in object code form under 
its own license agreement, provided that:
+
+a) it complies with the terms and conditions of this Agreement; and
+
+b) its license agreement:
+
+i) effectively disclaims on behalf of all Contributors all warranties and 
conditions, express and implied, including warranties or 

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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:22
  Author: bluewind
Revision: 159844

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

Added:
  gtk2-perl/repos/testing-i686/
  gtk2-perl/repos/testing-i686/PKGBUILD
(from rev 159819, gtk2-perl/repos/staging-i686/PKGBUILD)
Deleted:
  gtk2-perl/repos/staging-i686/

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

Copied: gtk2-perl/repos/testing-i686/PKGBUILD (from rev 159819, 
gtk2-perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:22 UTC (rev 159844)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gtk2-perl
+pkgver=1.244
+pkgrel=1
+pkgdesc=Perl bindings for GTK+ 2.x
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2' 'pango-perl')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
+md5sums=('191fda807f44a7c82d699838bf544bca')
+
+build() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  LD_PRELOAD= Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 
+  LD_PRELOAD= DISPLAY=:99 make test
+  kill $!
+}
+
+package() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:23
  Author: bluewind
Revision: 159845

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

Added:
  gtk2-perl/repos/testing-x86_64/
  gtk2-perl/repos/testing-x86_64/PKGBUILD
(from rev 159819, gtk2-perl/repos/staging-x86_64/PKGBUILD)
Deleted:
  gtk2-perl/repos/staging-x86_64/

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

Copied: gtk2-perl/repos/testing-x86_64/PKGBUILD (from rev 159819, 
gtk2-perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:23 UTC (rev 159845)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gtk2-perl
+pkgver=1.244
+pkgrel=1
+pkgdesc=Perl bindings for GTK+ 2.x
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2' 'pango-perl')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
+md5sums=('191fda807f44a7c82d699838bf544bca')
+
+build() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  LD_PRELOAD= Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 
+  LD_PRELOAD= DISPLAY=:99 make test
+  kill $!
+}
+
+package() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:24
  Author: bluewind
Revision: 159846

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

Added:
  imagemagick/repos/testing-i686/
  imagemagick/repos/testing-i686/PKGBUILD
(from rev 159819, imagemagick/repos/staging-i686/PKGBUILD)
  imagemagick/repos/testing-i686/perlmagick.rpath.patch
(from rev 159819, imagemagick/repos/staging-i686/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/staging-i686/

+
 PKGBUILD   |   83 +++
 perlmagick.rpath.patch |   10 +
 2 files changed, 93 insertions(+)

Copied: imagemagick/repos/testing-i686/PKGBUILD (from rev 159819, 
imagemagick/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:24 UTC (rev 159846)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.7.7.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.imagemagick.org/;
+license=('custom')
+makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
+ 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper')
+source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
+perlmagick.rpath.patch)
+sha1sums=('cf60b4e9ae6a55777082c7a0b1adb59f31f0865e'
+  '23405f80904b1de94ebd7bd6fe2a332471b8c283')
+
+build() {
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf --install
+  patch -p0 -i ../perlmagick.rpath.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
+--enable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
+--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
+--with-perl --with-perl-options=INSTALLDIRS=vendor \
+--without-gvc --without-djvu --without-autotrace --without-webp \
+--without-jbig --without-fpx --without-dps --without-fftw --without-lqr
+  make
+}
+
+check() {
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+#  make check
+}
+
+package_imagemagick() {
+  pkgdesc=An image viewing/manipulation program
+  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext')
+  optdepends=('ghostscript: for Ghostscript support' 
+  'openexr: for OpenEXR support' 
+  'libwmf: for WMF support' 
+  'librsvg: for SVG support' 
+  'libxml2: for XML support' 
+  'jasper: for JPEG-2000 support' 
+  'libpng: for PNG support')
+  backup=('etc/ImageMagick/coder.xml'
+  'etc/ImageMagick/colors.xml'
+  'etc/ImageMagick/delegates.xml'
+  'etc/ImageMagick/log.xml'
+  'etc/ImageMagick/magic.xml'
+  'etc/ImageMagick/mime.xml'
+  'etc/ImageMagick/policy.xml'
+  'etc/ImageMagick/quantization-table.xml'
+  'etc/ImageMagick/sRGB.icc'
+  'etc/ImageMagick/thresholds.xml'
+  'etc/ImageMagick/type.xml'
+  'etc/ImageMagick/type-dejavu.xml'
+  'etc/ImageMagick/type-ghostscript.xml'
+  'etc/ImageMagick/type-windows.xml')
+  options=('!docs' 'libtool' '!emptydirs')
+
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install
+  chmod 755 ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Image/Magick/Magick.so 
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
+
+#Cleaning
+  find ${pkgdir} -name '*.bs' -delete
+  rm -f ${pkgdir}/usr/lib/*.la
+}
+
+package_imagemagick-doc() {
+  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
+
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install-data-html
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
+}

Copied: imagemagick/repos/testing-i686/perlmagick.rpath.patch (from rev 159819, 
imagemagick/repos/staging-i686/perlmagick.rpath.patch)
===
--- testing-i686/perlmagick.rpath.patch (rev 0)
+++ testing-i686/perlmagick.rpath.patch 2012-05-27 07:42:24 UTC (rev 159846)
@@ -0,0 +1,10 @@
+--- Makefile.in.orig   2009-05-26 16:22:11.0 -0300
 Makefile.in2009-05-26 16:23:27.0 -0300
+@@ -10067,6 +10067,7 @@
+ 
+ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@$(PERLMAKEFILE): perl-sources 
$(PERLMAKEMAKER)
+ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@  cd $(PERLMAGICK)  @PERL@ 
Makefile.PL $(PERL_MAKE_OPTIONS)
++@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@  cd $(PERLMAGICK)  @SED@ -i 
's|LD_RUN_PATH|DIE_LD_RUN_PATH_DIE|g' 

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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:26
  Author: bluewind
Revision: 159847

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

Added:
  imagemagick/repos/testing-x86_64/
  imagemagick/repos/testing-x86_64/PKGBUILD
(from rev 159819, imagemagick/repos/staging-x86_64/PKGBUILD)
  imagemagick/repos/testing-x86_64/perlmagick.rpath.patch
(from rev 159819, imagemagick/repos/staging-x86_64/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/staging-x86_64/

+
 PKGBUILD   |   83 +++
 perlmagick.rpath.patch |   10 +
 2 files changed, 93 insertions(+)

Copied: imagemagick/repos/testing-x86_64/PKGBUILD (from rev 159819, 
imagemagick/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:26 UTC (rev 159847)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.7.7.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.imagemagick.org/;
+license=('custom')
+makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
+ 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper')
+source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
+perlmagick.rpath.patch)
+sha1sums=('cf60b4e9ae6a55777082c7a0b1adb59f31f0865e'
+  '23405f80904b1de94ebd7bd6fe2a332471b8c283')
+
+build() {
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf --install
+  patch -p0 -i ../perlmagick.rpath.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
+--enable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
+--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
+--with-perl --with-perl-options=INSTALLDIRS=vendor \
+--without-gvc --without-djvu --without-autotrace --without-webp \
+--without-jbig --without-fpx --without-dps --without-fftw --without-lqr
+  make
+}
+
+check() {
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+#  make check
+}
+
+package_imagemagick() {
+  pkgdesc=An image viewing/manipulation program
+  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext')
+  optdepends=('ghostscript: for Ghostscript support' 
+  'openexr: for OpenEXR support' 
+  'libwmf: for WMF support' 
+  'librsvg: for SVG support' 
+  'libxml2: for XML support' 
+  'jasper: for JPEG-2000 support' 
+  'libpng: for PNG support')
+  backup=('etc/ImageMagick/coder.xml'
+  'etc/ImageMagick/colors.xml'
+  'etc/ImageMagick/delegates.xml'
+  'etc/ImageMagick/log.xml'
+  'etc/ImageMagick/magic.xml'
+  'etc/ImageMagick/mime.xml'
+  'etc/ImageMagick/policy.xml'
+  'etc/ImageMagick/quantization-table.xml'
+  'etc/ImageMagick/sRGB.icc'
+  'etc/ImageMagick/thresholds.xml'
+  'etc/ImageMagick/type.xml'
+  'etc/ImageMagick/type-dejavu.xml'
+  'etc/ImageMagick/type-ghostscript.xml'
+  'etc/ImageMagick/type-windows.xml')
+  options=('!docs' 'libtool' '!emptydirs')
+
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install
+  chmod 755 ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Image/Magick/Magick.so 
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
+
+#Cleaning
+  find ${pkgdir} -name '*.bs' -delete
+  rm -f ${pkgdir}/usr/lib/*.la
+}
+
+package_imagemagick-doc() {
+  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
+
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install-data-html
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
+}

Copied: imagemagick/repos/testing-x86_64/perlmagick.rpath.patch (from rev 
159819, imagemagick/repos/staging-x86_64/perlmagick.rpath.patch)
===
--- testing-x86_64/perlmagick.rpath.patch   (rev 0)
+++ testing-x86_64/perlmagick.rpath.patch   2012-05-27 07:42:26 UTC (rev 
159847)
@@ -0,0 +1,10 @@
+--- Makefile.in.orig   2009-05-26 16:22:11.0 -0300
 Makefile.in2009-05-26 16:23:27.0 -0300
+@@ -10067,6 +10067,7 @@
+ 
+ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@$(PERLMAKEFILE): perl-sources 
$(PERLMAKEMAKER)
+ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@  cd $(PERLMAGICK)  @PERL@ 
Makefile.PL $(PERL_MAKE_OPTIONS)
++@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@  cd $(PERLMAGICK)  @SED@ -i 

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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:27
  Author: bluewind
Revision: 159848

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

Added:
  irssi/repos/testing-i686/
  irssi/repos/testing-i686/PKGBUILD
(from rev 159819, irssi/repos/staging-i686/PKGBUILD)
Deleted:
  irssi/repos/staging-i686/

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

Copied: irssi/repos/testing-i686/PKGBUILD (from rev 159819, 
irssi/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:27 UTC (rev 159848)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dan McGee d...@archlinux.org
+
+pkgname=irssi
+pkgver=0.8.15
+pkgrel=6
+pkgdesc=Modular text mode IRC client with Perl scripting
+arch=('i686' 'x86_64')
+url=http://irssi.org/;
+license=('GPL')
+depends=('glib2' 'openssl')
+optdepends=('perl-libwww: for the scriptassist script')
+backup=('etc/irssi.conf')
+source=(http://irssi.org/files/${pkgname}-${pkgver}.tar.bz2;)
+options=('!libtool')
+md5sums=('1dcb3f511b88df94b0c996f36668c7da')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-ipv6 \
+ --with-proxy \
+ --sysconfdir=/etc \
+ --with-perl-lib=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:30
  Author: bluewind
Revision: 159851

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

Added:
  kdebindings-perlkde/repos/testing-x86_64/
  kdebindings-perlkde/repos/testing-x86_64/PKGBUILD
(from rev 159819, kdebindings-perlkde/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdebindings-perlkde/repos/staging-x86_64/

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

Copied: kdebindings-perlkde/repos/testing-x86_64/PKGBUILD (from rev 159819, 
kdebindings-perlkde/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:30 UTC (rev 159851)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlkde
+pkgver=4.8.3
+pkgrel=2
+pkgdesc=Perl bindings for the KDE libraries
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-perlqt' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
+'kdegraphics-okular' 'kdesdk-kate')
+source=(http://download.kde.org/stable/${pkgver}/src/perlkde-${pkgver}.tar.xz;)
+sha1sums=('bfc1c3a86789832cf7747dfc854d586d86c10a99')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../perlkde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:28
  Author: bluewind
Revision: 159850

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

Added:
  kdebindings-perlkde/repos/testing-i686/
  kdebindings-perlkde/repos/testing-i686/PKGBUILD
(from rev 159819, kdebindings-perlkde/repos/staging-i686/PKGBUILD)
Deleted:
  kdebindings-perlkde/repos/staging-i686/

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

Copied: kdebindings-perlkde/repos/testing-i686/PKGBUILD (from rev 159819, 
kdebindings-perlkde/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:28 UTC (rev 159850)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlkde
+pkgver=4.8.3
+pkgrel=2
+pkgdesc=Perl bindings for the KDE libraries
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-perlqt' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
+'kdegraphics-okular' 'kdesdk-kate')
+source=(http://download.kde.org/stable/${pkgver}/src/perlkde-${pkgver}.tar.xz;)
+sha1sums=('bfc1c3a86789832cf7747dfc854d586d86c10a99')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../perlkde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:32
  Author: bluewind
Revision: 159852

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

Added:
  kdebindings-perlqt/repos/testing-i686/
  kdebindings-perlqt/repos/testing-i686/PKGBUILD
(from rev 159819, kdebindings-perlqt/repos/staging-i686/PKGBUILD)
Deleted:
  kdebindings-perlqt/repos/staging-i686/

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

Copied: kdebindings-perlqt/repos/testing-i686/PKGBUILD (from rev 159819, 
kdebindings-perlqt/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:32 UTC (rev 159852)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.8.3
+pkgrel=2
+pkgdesc=Perl bindings for the Qt libraries
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('d0d0d5da1fd9c50bd19ff2bb49d6a71a2d97759f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:34
  Author: bluewind
Revision: 159853

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

Added:
  kdebindings-perlqt/repos/testing-x86_64/
  kdebindings-perlqt/repos/testing-x86_64/PKGBUILD
(from rev 159819, kdebindings-perlqt/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdebindings-perlqt/repos/staging-x86_64/

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

Copied: kdebindings-perlqt/repos/testing-x86_64/PKGBUILD (from rev 159819, 
kdebindings-perlqt/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:34 UTC (rev 159853)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.8.3
+pkgrel=2
+pkgdesc=Perl bindings for the Qt libraries
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('d0d0d5da1fd9c50bd19ff2bb49d6a71a2d97759f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:36
  Author: bluewind
Revision: 159854

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

Added:
  libproxy/repos/testing-i686/
  libproxy/repos/testing-i686/PKGBUILD
(from rev 159819, libproxy/repos/staging-i686/PKGBUILD)
  libproxy/repos/testing-i686/libproxy-0.4.7-unistd.patch
(from rev 159819, libproxy/repos/staging-i686/libproxy-0.4.7-unistd.patch)
Deleted:
  libproxy/repos/staging-i686/

-+
 PKGBUILD|   47 ++
 libproxy-0.4.7-unistd.patch |   40 +++
 2 files changed, 87 insertions(+)

Copied: libproxy/repos/testing-i686/PKGBUILD (from rev 159819, 
libproxy/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:36 UTC (rev 159854)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 24494 2009-01-17 20:42:01Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libproxy
+pkgver=0.4.7
+pkgrel=2
+pkgdesc=A library that provides automatic proxy configuration management
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gcc-libs')
+optdepends=('kdelibs: KDE configuration module'
+'networkmanager: NetworkManager configuration module'
+'perl: Perl bindings'
+'python2: Python bindings')
+makedepends=('cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl')
+url=http://libproxy.googlecode.com;
+source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+libproxy-0.4.7-unistd.patch)
+options=('!libtool')
+md5sums=('509e03a488a61cd62bfbaf3ab6a2a7a5'
+ 'e90c03f296e553ace347b46f4fea3625')
+
+build() {
+  cd ${srcdir}
+
+  # Fix build with GCC 4.7 (patch from Fedora)
+  patch -d ${pkgname}-${pkgver} -Np1 -i \
+${srcdir}/libproxy-0.4.7-unistd.patch
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/libproxy \
+-DCMAKE_SKIP_RPATH=ON \
+-DPERL_VENDORINSTALL=yes \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_WEBKIT=OFF \
+-DCMAKE_CXX_FLAGS=${CXXFLAGS} \
+-DCMAKE_C_FLAGS=${CFLAGS}
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libproxy/repos/testing-i686/libproxy-0.4.7-unistd.patch (from rev 
159819, libproxy/repos/staging-i686/libproxy-0.4.7-unistd.patch)
===
--- testing-i686/libproxy-0.4.7-unistd.patch(rev 0)
+++ testing-i686/libproxy-0.4.7-unistd.patch2012-05-27 07:42:36 UTC (rev 
159854)
@@ -0,0 +1,40 @@
+--- libproxy-0.4.7/libproxy/url.cpp.orig   2012-02-28 21:05:15.572948027 
+
 libproxy-0.4.7/libproxy/url.cpp2012-02-28 21:05:45.635937474 +
+@@ -27,6 +27,7 @@
+ #define close _close
+ #endif
+ #include fcntl.h // For ::open()
++#include unistd.h // For ::read() and ::close()
+ #include cstring // For memcpy()
+ #include sstream // For int/string conversion (using stringstream)
+ #include cstdio  // For sscanf()
+--- libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp.orig  2012-02-28 
21:06:01.552943358 +
 libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp   2012-02-28 
21:11:21.429953982 +
+@@ -18,6 +18,7 @@
+  
**/
+ 
+ #include sys/stat.h
++#include unistd.h
+ #include cstdlib
+ #include map
+ #include fstream
+--- libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp.orig   2012-02-28 
21:06:11.637943033 +
 libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp2012-02-28 
21:11:46.560961409 +
+@@ -17,6 +17,7 @@
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 
USA
+  
**/
+ 
++#include unistd.h // for ::gethostname()
+ #include cstring // ?
+ 
+ #include ../extension_pacrunner.hpp
+--- libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp.orig  2012-02-28 
21:06:29.615943614 +
 libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp   2012-02-28 
21:12:35.530965553 +
+@@ -17,6 +17,7 @@
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 
USA
+  
**/
+ 
++#include unistd.h // for ::gethostname()
+ #include ../extension_pacrunner.hpp
+ using namespace libproxy;
+ 



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:38
  Author: bluewind
Revision: 159855

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

Added:
  libproxy/repos/testing-x86_64/
  libproxy/repos/testing-x86_64/PKGBUILD
(from rev 159819, libproxy/repos/staging-x86_64/PKGBUILD)
  libproxy/repos/testing-x86_64/libproxy-0.4.7-unistd.patch
(from rev 159819, libproxy/repos/staging-x86_64/libproxy-0.4.7-unistd.patch)
Deleted:
  libproxy/repos/staging-x86_64/

-+
 PKGBUILD|   47 ++
 libproxy-0.4.7-unistd.patch |   40 +++
 2 files changed, 87 insertions(+)

Copied: libproxy/repos/testing-x86_64/PKGBUILD (from rev 159819, 
libproxy/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:38 UTC (rev 159855)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 24494 2009-01-17 20:42:01Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libproxy
+pkgver=0.4.7
+pkgrel=2
+pkgdesc=A library that provides automatic proxy configuration management
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gcc-libs')
+optdepends=('kdelibs: KDE configuration module'
+'networkmanager: NetworkManager configuration module'
+'perl: Perl bindings'
+'python2: Python bindings')
+makedepends=('cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl')
+url=http://libproxy.googlecode.com;
+source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+libproxy-0.4.7-unistd.patch)
+options=('!libtool')
+md5sums=('509e03a488a61cd62bfbaf3ab6a2a7a5'
+ 'e90c03f296e553ace347b46f4fea3625')
+
+build() {
+  cd ${srcdir}
+
+  # Fix build with GCC 4.7 (patch from Fedora)
+  patch -d ${pkgname}-${pkgver} -Np1 -i \
+${srcdir}/libproxy-0.4.7-unistd.patch
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/libproxy \
+-DCMAKE_SKIP_RPATH=ON \
+-DPERL_VENDORINSTALL=yes \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_WEBKIT=OFF \
+-DCMAKE_CXX_FLAGS=${CXXFLAGS} \
+-DCMAKE_C_FLAGS=${CFLAGS}
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libproxy/repos/testing-x86_64/libproxy-0.4.7-unistd.patch (from rev 
159819, libproxy/repos/staging-x86_64/libproxy-0.4.7-unistd.patch)
===
--- testing-x86_64/libproxy-0.4.7-unistd.patch  (rev 0)
+++ testing-x86_64/libproxy-0.4.7-unistd.patch  2012-05-27 07:42:38 UTC (rev 
159855)
@@ -0,0 +1,40 @@
+--- libproxy-0.4.7/libproxy/url.cpp.orig   2012-02-28 21:05:15.572948027 
+
 libproxy-0.4.7/libproxy/url.cpp2012-02-28 21:05:45.635937474 +
+@@ -27,6 +27,7 @@
+ #define close _close
+ #endif
+ #include fcntl.h // For ::open()
++#include unistd.h // For ::read() and ::close()
+ #include cstring // For memcpy()
+ #include sstream // For int/string conversion (using stringstream)
+ #include cstdio  // For sscanf()
+--- libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp.orig  2012-02-28 
21:06:01.552943358 +
 libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp   2012-02-28 
21:11:21.429953982 +
+@@ -18,6 +18,7 @@
+  
**/
+ 
+ #include sys/stat.h
++#include unistd.h
+ #include cstdlib
+ #include map
+ #include fstream
+--- libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp.orig   2012-02-28 
21:06:11.637943033 +
 libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp2012-02-28 
21:11:46.560961409 +
+@@ -17,6 +17,7 @@
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 
USA
+  
**/
+ 
++#include unistd.h // for ::gethostname()
+ #include cstring // ?
+ 
+ #include ../extension_pacrunner.hpp
+--- libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp.orig  2012-02-28 
21:06:29.615943614 +
 libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp   2012-02-28 
21:12:35.530965553 +
+@@ -17,6 +17,7 @@
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 
USA
+  
**/
+ 
++#include unistd.h // for ::gethostname()
+ #include ../extension_pacrunner.hpp
+ using namespace libproxy;
+ 



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:28
  Author: bluewind
Revision: 159849

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

Added:
  irssi/repos/testing-x86_64/
  irssi/repos/testing-x86_64/PKGBUILD
(from rev 159819, irssi/repos/staging-x86_64/PKGBUILD)
Deleted:
  irssi/repos/staging-x86_64/

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

Copied: irssi/repos/testing-x86_64/PKGBUILD (from rev 159819, 
irssi/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:28 UTC (rev 159849)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dan McGee d...@archlinux.org
+
+pkgname=irssi
+pkgver=0.8.15
+pkgrel=6
+pkgdesc=Modular text mode IRC client with Perl scripting
+arch=('i686' 'x86_64')
+url=http://irssi.org/;
+license=('GPL')
+depends=('glib2' 'openssl')
+optdepends=('perl-libwww: for the scriptassist script')
+backup=('etc/irssi.conf')
+source=(http://irssi.org/files/${pkgname}-${pkgver}.tar.bz2;)
+options=('!libtool')
+md5sums=('1dcb3f511b88df94b0c996f36668c7da')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-ipv6 \
+ --with-proxy \
+ --sysconfdir=/etc \
+ --with-perl-lib=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:40
  Author: bluewind
Revision: 159856

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

Added:
  mod_perl/repos/testing-i686/
  mod_perl/repos/testing-i686/PKGBUILD
(from rev 159819, mod_perl/repos/staging-i686/PKGBUILD)
  mod_perl/repos/testing-i686/mod_perl-2.0.6-nolfs.patch
(from rev 159819, mod_perl/repos/staging-i686/mod_perl-2.0.6-nolfs.patch)
  mod_perl/repos/testing-i686/mod_perl-2.0.6-perl-5.16-fixes.patch
(from rev 159819, 
mod_perl/repos/staging-i686/mod_perl-2.0.6-perl-5.16-fixes.patch)
Deleted:
  mod_perl/repos/staging-i686/

--+
 PKGBUILD |   45 +
 mod_perl-2.0.6-nolfs.patch   |   13 +
 mod_perl-2.0.6-perl-5.16-fixes.patch |   17 
 3 files changed, 75 insertions(+)

Copied: mod_perl/repos/testing-i686/PKGBUILD (from rev 159819, 
mod_perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:40 UTC (rev 159856)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=mod_perl
+pkgver=2.0.6
+pkgrel=1
+pkgdesc=Apache module that embeds the Perl interpreter within the server
+arch=('i686' 'x86_64')
+url=http://perl.apache.org/;
+license=('APACHE')
+depends=('perl' 'apache' 'db' 'apr-util' 'perl-linux-pid')
+options=('!emptydirs')
+source=(http://perl.apache.org/dist/$pkgname-$pkgver.tar.gz
+mod_perl-2.0.6-nolfs.patch
+mod_perl-2.0.6-perl-5.16-fixes.patch)
+sha256sums=('8cf768d2c55291e10542ef8d9a4f4ebe835365e43b4584771e654079405827dc'
+'5d1b6a051d847108b23b5dc06ea5885c37dd81d3a9156b69d179d95b5cf92f08'
+'c6cde22806b1b2d919545b21c49536c8c377c8d1f921e8948e1289bb2ab413d9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Patch from openSUSE to fix segfaults on i686 (FS#25008):
+  #   avoid a conflict between apache's LARGEFILE64_SOURCE and perl's
+  #   FILE_OFFSET_BITS=64 because the conflict isn't real and causes the perl
+  #   structures to be invalid if only the apache flags are used
+  patch -Np1 -i $srcdir/mod_perl-2.0.6-nolfs.patch
+
+  # Fix build with Perl 5.16
+  # 
http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod#$%3C,_$%3E,_$%28_and_$%29_are_no_longer_cached
+  patch -Np1 -i $srcdir/mod_perl-2.0.6-perl-5.16-fixes.patch
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor MP_APXS=/usr/sbin/apxs
+  make
+}
+
+package() {
+  cd  $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mod_perl/repos/testing-i686/mod_perl-2.0.6-nolfs.patch (from rev 
159819, mod_perl/repos/staging-i686/mod_perl-2.0.6-nolfs.patch)
===
--- testing-i686/mod_perl-2.0.6-nolfs.patch (rev 0)
+++ testing-i686/mod_perl-2.0.6-nolfs.patch 2012-05-27 07:42:40 UTC (rev 
159856)
@@ -0,0 +1,13 @@
+diff -upr mod_perl-2.0.6.orig/lib/Apache2/Build.pm 
mod_perl-2.0.6/lib/Apache2/Build.pm
+--- mod_perl-2.0.6.orig/lib/Apache2/Build.pm   2012-05-26 22:31:00.0 
+0300
 mod_perl-2.0.6/lib/Apache2/Build.pm2012-05-26 22:31:32.0 
+0300
+@@ -2207,7 +2207,8 @@ sub has_large_files_conflict {
+ # with it is that we didn't have such a case yet, but may need to
+ # deal with it later
+ 
+-return $perl_lfs64 ^ $apr_lfs64;
++return 0;
++# $perl_lfs64 ^ $apr_lfs64;
+ }
+ 
+ # if perl is built with uselargefiles, but apr not, the build won't

Copied: mod_perl/repos/testing-i686/mod_perl-2.0.6-perl-5.16-fixes.patch (from 
rev 159819, mod_perl/repos/staging-i686/mod_perl-2.0.6-perl-5.16-fixes.patch)
===
--- testing-i686/mod_perl-2.0.6-perl-5.16-fixes.patch   
(rev 0)
+++ testing-i686/mod_perl-2.0.6-perl-5.16-fixes.patch   2012-05-27 07:42:40 UTC 
(rev 159856)
@@ -0,0 +1,17 @@
+diff -upr mod_perl-2.0.6.orig/src/modules/perl/modperl_perl.c 
mod_perl-2.0.6/src/modules/perl/modperl_perl.c
+--- mod_perl-2.0.6.orig/src/modules/perl/modperl_perl.c2012-05-26 
21:49:27.0 +0300
 mod_perl-2.0.6/src/modules/perl/modperl_perl.c 2012-05-26 
21:55:39.0 +0300
+@@ -102,13 +102,4 @@ static void modperl_perl_init_ids(pTHX_
+ sv_setiv(GvSV(gv_fetchpv($, TRUE, SVt_PV)), ids-pid);
+ 
+-#ifndef WIN32
+-PL_uid  = ids-uid;
+-PL_euid = ids-euid;
+-PL_gid  = ids-gid;
+-PL_egid = ids-egid;
+-#endif
+-#ifdef MP_MAINTAIN_PPID
+-PL_ppid = ids-ppid;
+-#endif
+ }
+ 



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:42
  Author: bluewind
Revision: 159857

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

Added:
  mod_perl/repos/testing-x86_64/
  mod_perl/repos/testing-x86_64/PKGBUILD
(from rev 159819, mod_perl/repos/staging-x86_64/PKGBUILD)
  mod_perl/repos/testing-x86_64/mod_perl-2.0.6-nolfs.patch
(from rev 159819, mod_perl/repos/staging-x86_64/mod_perl-2.0.6-nolfs.patch)
  mod_perl/repos/testing-x86_64/mod_perl-2.0.6-perl-5.16-fixes.patch
(from rev 159819, 
mod_perl/repos/staging-x86_64/mod_perl-2.0.6-perl-5.16-fixes.patch)
Deleted:
  mod_perl/repos/staging-x86_64/

--+
 PKGBUILD |   45 +
 mod_perl-2.0.6-nolfs.patch   |   13 +
 mod_perl-2.0.6-perl-5.16-fixes.patch |   17 
 3 files changed, 75 insertions(+)

Copied: mod_perl/repos/testing-x86_64/PKGBUILD (from rev 159819, 
mod_perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:42 UTC (rev 159857)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=mod_perl
+pkgver=2.0.6
+pkgrel=1
+pkgdesc=Apache module that embeds the Perl interpreter within the server
+arch=('i686' 'x86_64')
+url=http://perl.apache.org/;
+license=('APACHE')
+depends=('perl' 'apache' 'db' 'apr-util' 'perl-linux-pid')
+options=('!emptydirs')
+source=(http://perl.apache.org/dist/$pkgname-$pkgver.tar.gz
+mod_perl-2.0.6-nolfs.patch
+mod_perl-2.0.6-perl-5.16-fixes.patch)
+sha256sums=('8cf768d2c55291e10542ef8d9a4f4ebe835365e43b4584771e654079405827dc'
+'5d1b6a051d847108b23b5dc06ea5885c37dd81d3a9156b69d179d95b5cf92f08'
+'c6cde22806b1b2d919545b21c49536c8c377c8d1f921e8948e1289bb2ab413d9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Patch from openSUSE to fix segfaults on i686 (FS#25008):
+  #   avoid a conflict between apache's LARGEFILE64_SOURCE and perl's
+  #   FILE_OFFSET_BITS=64 because the conflict isn't real and causes the perl
+  #   structures to be invalid if only the apache flags are used
+  patch -Np1 -i $srcdir/mod_perl-2.0.6-nolfs.patch
+
+  # Fix build with Perl 5.16
+  # 
http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod#$%3C,_$%3E,_$%28_and_$%29_are_no_longer_cached
+  patch -Np1 -i $srcdir/mod_perl-2.0.6-perl-5.16-fixes.patch
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor MP_APXS=/usr/sbin/apxs
+  make
+}
+
+package() {
+  cd  $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mod_perl/repos/testing-x86_64/mod_perl-2.0.6-nolfs.patch (from rev 
159819, mod_perl/repos/staging-x86_64/mod_perl-2.0.6-nolfs.patch)
===
--- testing-x86_64/mod_perl-2.0.6-nolfs.patch   (rev 0)
+++ testing-x86_64/mod_perl-2.0.6-nolfs.patch   2012-05-27 07:42:42 UTC (rev 
159857)
@@ -0,0 +1,13 @@
+diff -upr mod_perl-2.0.6.orig/lib/Apache2/Build.pm 
mod_perl-2.0.6/lib/Apache2/Build.pm
+--- mod_perl-2.0.6.orig/lib/Apache2/Build.pm   2012-05-26 22:31:00.0 
+0300
 mod_perl-2.0.6/lib/Apache2/Build.pm2012-05-26 22:31:32.0 
+0300
+@@ -2207,7 +2207,8 @@ sub has_large_files_conflict {
+ # with it is that we didn't have such a case yet, but may need to
+ # deal with it later
+ 
+-return $perl_lfs64 ^ $apr_lfs64;
++return 0;
++# $perl_lfs64 ^ $apr_lfs64;
+ }
+ 
+ # if perl is built with uselargefiles, but apr not, the build won't

Copied: mod_perl/repos/testing-x86_64/mod_perl-2.0.6-perl-5.16-fixes.patch 
(from rev 159819, 
mod_perl/repos/staging-x86_64/mod_perl-2.0.6-perl-5.16-fixes.patch)
===
--- testing-x86_64/mod_perl-2.0.6-perl-5.16-fixes.patch 
(rev 0)
+++ testing-x86_64/mod_perl-2.0.6-perl-5.16-fixes.patch 2012-05-27 07:42:42 UTC 
(rev 159857)
@@ -0,0 +1,17 @@
+diff -upr mod_perl-2.0.6.orig/src/modules/perl/modperl_perl.c 
mod_perl-2.0.6/src/modules/perl/modperl_perl.c
+--- mod_perl-2.0.6.orig/src/modules/perl/modperl_perl.c2012-05-26 
21:49:27.0 +0300
 mod_perl-2.0.6/src/modules/perl/modperl_perl.c 2012-05-26 
21:55:39.0 +0300
+@@ -102,13 +102,4 @@ static void modperl_perl_init_ids(pTHX_
+ sv_setiv(GvSV(gv_fetchpv($, TRUE, SVt_PV)), ids-pid);
+ 
+-#ifndef WIN32
+-PL_uid  = ids-uid;
+-PL_euid = ids-euid;
+-PL_gid  = ids-gid;
+-PL_egid = ids-egid;
+-#endif
+-#ifdef MP_MAINTAIN_PPID
+-PL_ppid = ids-ppid;
+-#endif
+ }
+ 



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:43
  Author: bluewind
Revision: 159858

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

Added:
  net-snmp/repos/testing-i686/
  net-snmp/repos/testing-i686/PKGBUILD
(from rev 159819, net-snmp/repos/staging-i686/PKGBUILD)
  net-snmp/repos/testing-i686/libnl32.patch
(from rev 159819, net-snmp/repos/staging-i686/libnl32.patch)
  net-snmp/repos/testing-i686/snmpd.confd
(from rev 159819, net-snmp/repos/staging-i686/snmpd.confd)
  net-snmp/repos/testing-i686/snmpd.rc
(from rev 159819, net-snmp/repos/staging-i686/snmpd.rc)
Deleted:
  net-snmp/repos/staging-i686/

---+
 PKGBUILD  |   58 
 libnl32.patch |   80 
 snmpd.confd   |5 +++
 snmpd.rc  |   39 +++
 4 files changed, 182 insertions(+)

Copied: net-snmp/repos/testing-i686/PKGBUILD (from rev 159819, 
net-snmp/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:43 UTC (rev 159858)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: 
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=net-snmp
+pkgver=5.7.1
+pkgrel=3
+pkgdesc=A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6
+arch=('i686' 'x86_64')
+url=http://www.net-snmp.org/;
+license=('BSD')
+depends=('openssl' 'libnl' 'pciutils')
+makedepends=('python2-distribute')
+optdepends=('perl-term-readkey: for snmpcheck application' 
+'perl-tk: for snmpcheck and tkmib applications'
+'python2: for the python modules')
+provides=('ucd-snmp')
+backup=('etc/conf.d/snmpd')
+options=('!libtool' '!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+snmpd.confd snmpd.rc libnl32.patch)
+sha1sums=('ddb82ce1112ef0642869d3c8d7c7e585f151849a'
+  '2bdc2839ce09d7daa608cd54687fa8beb47ed907'
+  'cf811da9e57bbca34d8e2a3c358bb3bfc0c2b33b'
+  '90600c0141eed10d6e3ca3ccc97ad8dda15c2112'
+  '74a9848b95f63378eb1753fc309d2b74de5afb0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # 
http://sourceforge.net/tracker/index.php?func=detailaid=3250304group_id=12694atid=112694
+  patch -Np1 -i $srcdir/libnl32.patch
+  autoreconf -f -i
+
+  sed -i -e s:\(install --basedir=\$\$dir\):\1 --root='${pkgdir}': 
Makefile.in
+  PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--enable-ucd-snmp-compatibility \
+--enable-ipv6 \
+--with-python-modules \
+--with-default-snmp-version=3 \
+--with-sys-contact=root@localhost \
+--with-sys-location=Unknown \
+--with-logfile=/var/log/snmpd.log \
+--with-mib-modules=host misc/ipfwacc ucd-snmp/diskio tunnel 
ucd-snmp/dlmod \
+--with-persistent-directory=/var/net-snmp \
+--disable-static
+  make NETSNMP_DONT_CHECK_VERSION=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} INSTALL_PREFIX=${pkgdir} INSTALLDIRS=vendor 
install
+  install -D -m755 ${srcdir}/snmpd.rc ${pkgdir}/etc/rc.d/snmpd
+  install -D -m644 ${srcdir}/snmpd.confd ${pkgdir}/etc/conf.d/snmpd
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: net-snmp/repos/testing-i686/libnl32.patch (from rev 159819, 
net-snmp/repos/staging-i686/libnl32.patch)
===
--- testing-i686/libnl32.patch  (rev 0)
+++ testing-i686/libnl32.patch  2012-05-27 07:42:43 UTC (rev 159858)
@@ -0,0 +1,80 @@
+diff -u -r net-snmp-5.7.1/agent/mibgroup/mibII/tcpTable.c 
net-snmp-5.7.1-libnl32/agent/mibgroup/mibII/tcpTable.c
+--- net-snmp-5.7.1/agent/mibgroup/mibII/tcpTable.c 2011-09-28 
06:53:47.0 +0200
 net-snmp-5.7.1-libnl32/agent/mibgroup/mibII/tcpTable.c 2012-02-09 
20:02:49.136022132 +0100
+@@ -566,8 +566,9 @@
+ static int
+ tcpTable_load_netlink(void)
+ {
++  int err;
+   /*  TODO: perhaps use permanent nl handle? */
+-  struct nl_handle *nl = nl_handle_alloc();
++  struct nl_sock *nl = nl_socket_alloc();
+ 
+   if (nl == NULL) {
+   DEBUGMSGTL((mibII/tcpTable, Failed to allocate netlink 
handle\n));
+@@ -575,10 +576,10 @@
+   return -1;
+   }
+ 
+-  if (nl_connect(nl, NETLINK_INET_DIAG)  0) {
+-  DEBUGMSGTL((mibII/tcpTable, Failed to connect to netlink: 
%s\n, nl_geterror()));
+-  snmp_log(LOG_ERR, snmpd: Couldn't connect to netlink: %s\n, 
nl_geterror());
+-  nl_handle_destroy(nl);
++  if ((err = nl_connect(nl, NETLINK_INET_DIAG))  0) {
++  DEBUGMSGTL((mibII/tcpTable, Failed to connect to netlink: 
%s\n, nl_geterror(err)));
++  snmp_log(LOG_ERR, snmpd: Couldn't 

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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:44
  Author: bluewind
Revision: 159859

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

Added:
  net-snmp/repos/testing-x86_64/
  net-snmp/repos/testing-x86_64/PKGBUILD
(from rev 159819, net-snmp/repos/staging-x86_64/PKGBUILD)
  net-snmp/repos/testing-x86_64/libnl32.patch
(from rev 159819, net-snmp/repos/staging-x86_64/libnl32.patch)
  net-snmp/repos/testing-x86_64/snmpd.confd
(from rev 159819, net-snmp/repos/staging-x86_64/snmpd.confd)
  net-snmp/repos/testing-x86_64/snmpd.rc
(from rev 159819, net-snmp/repos/staging-x86_64/snmpd.rc)
Deleted:
  net-snmp/repos/staging-x86_64/

---+
 PKGBUILD  |   58 
 libnl32.patch |   80 
 snmpd.confd   |5 +++
 snmpd.rc  |   39 +++
 4 files changed, 182 insertions(+)

Copied: net-snmp/repos/testing-x86_64/PKGBUILD (from rev 159819, 
net-snmp/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:44 UTC (rev 159859)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: 
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=net-snmp
+pkgver=5.7.1
+pkgrel=3
+pkgdesc=A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6
+arch=('i686' 'x86_64')
+url=http://www.net-snmp.org/;
+license=('BSD')
+depends=('openssl' 'libnl' 'pciutils')
+makedepends=('python2-distribute')
+optdepends=('perl-term-readkey: for snmpcheck application' 
+'perl-tk: for snmpcheck and tkmib applications'
+'python2: for the python modules')
+provides=('ucd-snmp')
+backup=('etc/conf.d/snmpd')
+options=('!libtool' '!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+snmpd.confd snmpd.rc libnl32.patch)
+sha1sums=('ddb82ce1112ef0642869d3c8d7c7e585f151849a'
+  '2bdc2839ce09d7daa608cd54687fa8beb47ed907'
+  'cf811da9e57bbca34d8e2a3c358bb3bfc0c2b33b'
+  '90600c0141eed10d6e3ca3ccc97ad8dda15c2112'
+  '74a9848b95f63378eb1753fc309d2b74de5afb0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # 
http://sourceforge.net/tracker/index.php?func=detailaid=3250304group_id=12694atid=112694
+  patch -Np1 -i $srcdir/libnl32.patch
+  autoreconf -f -i
+
+  sed -i -e s:\(install --basedir=\$\$dir\):\1 --root='${pkgdir}': 
Makefile.in
+  PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--enable-ucd-snmp-compatibility \
+--enable-ipv6 \
+--with-python-modules \
+--with-default-snmp-version=3 \
+--with-sys-contact=root@localhost \
+--with-sys-location=Unknown \
+--with-logfile=/var/log/snmpd.log \
+--with-mib-modules=host misc/ipfwacc ucd-snmp/diskio tunnel 
ucd-snmp/dlmod \
+--with-persistent-directory=/var/net-snmp \
+--disable-static
+  make NETSNMP_DONT_CHECK_VERSION=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} INSTALL_PREFIX=${pkgdir} INSTALLDIRS=vendor 
install
+  install -D -m755 ${srcdir}/snmpd.rc ${pkgdir}/etc/rc.d/snmpd
+  install -D -m644 ${srcdir}/snmpd.confd ${pkgdir}/etc/conf.d/snmpd
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: net-snmp/repos/testing-x86_64/libnl32.patch (from rev 159819, 
net-snmp/repos/staging-x86_64/libnl32.patch)
===
--- testing-x86_64/libnl32.patch(rev 0)
+++ testing-x86_64/libnl32.patch2012-05-27 07:42:44 UTC (rev 159859)
@@ -0,0 +1,80 @@
+diff -u -r net-snmp-5.7.1/agent/mibgroup/mibII/tcpTable.c 
net-snmp-5.7.1-libnl32/agent/mibgroup/mibII/tcpTable.c
+--- net-snmp-5.7.1/agent/mibgroup/mibII/tcpTable.c 2011-09-28 
06:53:47.0 +0200
 net-snmp-5.7.1-libnl32/agent/mibgroup/mibII/tcpTable.c 2012-02-09 
20:02:49.136022132 +0100
+@@ -566,8 +566,9 @@
+ static int
+ tcpTable_load_netlink(void)
+ {
++  int err;
+   /*  TODO: perhaps use permanent nl handle? */
+-  struct nl_handle *nl = nl_handle_alloc();
++  struct nl_sock *nl = nl_socket_alloc();
+ 
+   if (nl == NULL) {
+   DEBUGMSGTL((mibII/tcpTable, Failed to allocate netlink 
handle\n));
+@@ -575,10 +576,10 @@
+   return -1;
+   }
+ 
+-  if (nl_connect(nl, NETLINK_INET_DIAG)  0) {
+-  DEBUGMSGTL((mibII/tcpTable, Failed to connect to netlink: 
%s\n, nl_geterror()));
+-  snmp_log(LOG_ERR, snmpd: Couldn't connect to netlink: %s\n, 
nl_geterror());
+-  nl_handle_destroy(nl);
++  if ((err = nl_connect(nl, NETLINK_INET_DIAG))  0) {
++  DEBUGMSGTL((mibII/tcpTable, Failed to connect to netlink: 
%s\n, nl_geterror(err)));
++ 

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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:45
  Author: bluewind
Revision: 159860

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

Added:
  pango-perl/repos/testing-i686/
  pango-perl/repos/testing-i686/PKGBUILD
(from rev 159819, pango-perl/repos/staging-i686/PKGBUILD)
Deleted:
  pango-perl/repos/staging-i686/

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

Copied: pango-perl/repos/testing-i686/PKGBUILD (from rev 159819, 
pango-perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:45 UTC (rev 159860)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango-perl
+pkgver=1.223
+pkgrel=2
+pkgdesc=Perl bindings for Pango
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('pango' 'glib-perl' 'cairo-perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
+md5sums=('628a6de54f47b6791c6b45edfb835215')
+
+build() {
+  cd ${srcdir}/Pango-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Pango-${pkgver}
+  make test
+}
+
+package() { 
+  cd ${srcdir}/Pango-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



[arch-commits] Commit in perl-async-interrupt/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:48
  Author: bluewind
Revision: 159862

db-move: moved perl-async-interrupt from [staging] to [testing] (i686)

Added:
  perl-async-interrupt/repos/testing-i686/
  perl-async-interrupt/repos/testing-i686/PKGBUILD
(from rev 159819, perl-async-interrupt/repos/staging-i686/PKGBUILD)
Deleted:
  perl-async-interrupt/repos/staging-i686/

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

Copied: perl-async-interrupt/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-async-interrupt/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:48 UTC (rev 159862)
@@ -0,0 +1,47 @@
+# Packager: Justin Davis (juster) jrc...@gmail.com
+# $Id$
+
+pkgname=perl-async-interrupt
+_ver=1.1
+pkgver=1.10
+pkgrel=2
+pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/Async-Interrupt
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$_ver.tar.gz;)
+md5sums=(18f19b1537ecf5d6195a6a243110e64b)
+sha512sums=(e8e62efc053c8103f509c08a19bfa0fefbfe760ca4e1e4670187de4ed4fbdec2e5a9a19bba1696cd2b721ad7fa6d4b723c24e342118b69dc8b7b1597f5e1385e)
+_dir=$srcdir/Async-Interrupt-$_ver
+
+build()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd $_dir
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-bit-vector/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:50
  Author: bluewind
Revision: 159864

db-move: moved perl-bit-vector from [staging] to [testing] (i686)

Added:
  perl-bit-vector/repos/testing-i686/
  perl-bit-vector/repos/testing-i686/PKGBUILD
(from rev 159819, perl-bit-vector/repos/staging-i686/PKGBUILD)
Deleted:
  perl-bit-vector/repos/staging-i686/

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

Copied: perl-bit-vector/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-bit-vector/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:50 UTC (rev 159864)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: K. Piche kpi...@rogers.com
+
+pkgname=perl-bit-vector
+_cpanname=Bit-Vector
+pkgver=7.2
+pkgrel=2
+pkgdesc='Efficient bit vector, set of integers and big int math library'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_cpanname}/;
+depends=('perl-carp-clan' 'perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/${_cpanname}-${pkgver}.tar.gz)
+md5sums=('bc6ae34738b8f889290bf50099ff8aed')
+
+build() {
+  cd ${srcdir}/${_cpanname}-$pkgver
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_cpanname}-$pkgver
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:46
  Author: bluewind
Revision: 159861

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

Added:
  pango-perl/repos/testing-x86_64/
  pango-perl/repos/testing-x86_64/PKGBUILD
(from rev 159819, pango-perl/repos/staging-x86_64/PKGBUILD)
Deleted:
  pango-perl/repos/staging-x86_64/

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

Copied: pango-perl/repos/testing-x86_64/PKGBUILD (from rev 159819, 
pango-perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:46 UTC (rev 159861)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango-perl
+pkgver=1.223
+pkgrel=2
+pkgdesc=Perl bindings for Pango
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('pango' 'glib-perl' 'cairo-perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
+md5sums=('628a6de54f47b6791c6b45edfb835215')
+
+build() {
+  cd ${srcdir}/Pango-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Pango-${pkgver}
+  make test
+}
+
+package() { 
+  cd ${srcdir}/Pango-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



[arch-commits] Commit in perl-bit-vector/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:51
  Author: bluewind
Revision: 159865

db-move: moved perl-bit-vector from [staging] to [testing] (x86_64)

Added:
  perl-bit-vector/repos/testing-x86_64/
  perl-bit-vector/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-bit-vector/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-bit-vector/repos/staging-x86_64/

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

Copied: perl-bit-vector/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-bit-vector/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:51 UTC (rev 159865)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: K. Piche kpi...@rogers.com
+
+pkgname=perl-bit-vector
+_cpanname=Bit-Vector
+pkgver=7.2
+pkgrel=2
+pkgdesc='Efficient bit vector, set of integers and big int math library'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_cpanname}/;
+depends=('perl-carp-clan' 'perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/${_cpanname}-${pkgver}.tar.gz)
+md5sums=('bc6ae34738b8f889290bf50099ff8aed')
+
+build() {
+  cd ${srcdir}/${_cpanname}-$pkgver
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_cpanname}-$pkgver
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-$pkgver
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in perl-compress-bzip2/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:52
  Author: bluewind
Revision: 159866

db-move: moved perl-compress-bzip2 from [staging] to [testing] (i686)

Added:
  perl-compress-bzip2/repos/testing-i686/
  perl-compress-bzip2/repos/testing-i686/PKGBUILD
(from rev 159819, perl-compress-bzip2/repos/staging-i686/PKGBUILD)
Deleted:
  perl-compress-bzip2/repos/staging-i686/

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

Copied: perl-compress-bzip2/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-compress-bzip2/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:52 UTC (rev 159866)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=perl-compress-bzip2
+_realname=Compress-Bzip2
+pkgver=2.09
+pkgrel=5
+pkgdesc=Interface to Bzip2 compression library
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(perl bzip2)
+url=http://search.cpan.org/dist/Compress-Bzip2;
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AR/ARJAY/$_realname-$pkgver.tar.gz;)
+md5sums=('1699fde3e86f2a036f135ae606d456bf')
+
+build() {
+  cd $srcdir/$_realname-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/$_realname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in perl-async-interrupt/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:49
  Author: bluewind
Revision: 159863

db-move: moved perl-async-interrupt from [staging] to [testing] (x86_64)

Added:
  perl-async-interrupt/repos/testing-x86_64/
  perl-async-interrupt/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-async-interrupt/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-async-interrupt/repos/staging-x86_64/

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

Copied: perl-async-interrupt/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-async-interrupt/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:49 UTC (rev 159863)
@@ -0,0 +1,47 @@
+# Packager: Justin Davis (juster) jrc...@gmail.com
+# $Id$
+
+pkgname=perl-async-interrupt
+_ver=1.1
+pkgver=1.10
+pkgrel=2
+pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/Async-Interrupt
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$_ver.tar.gz;)
+md5sums=(18f19b1537ecf5d6195a6a243110e64b)
+sha512sums=(e8e62efc053c8103f509c08a19bfa0fefbfe760ca4e1e4670187de4ed4fbdec2e5a9a19bba1696cd2b721ad7fa6d4b723c24e342118b69dc8b7b1597f5e1385e)
+_dir=$srcdir/Async-Interrupt-$_ver
+
+build()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd $_dir
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-compress-bzip2/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:53
  Author: bluewind
Revision: 159867

db-move: moved perl-compress-bzip2 from [staging] to [testing] (x86_64)

Added:
  perl-compress-bzip2/repos/testing-x86_64/
  perl-compress-bzip2/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-compress-bzip2/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-compress-bzip2/repos/staging-x86_64/

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

Copied: perl-compress-bzip2/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-compress-bzip2/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:53 UTC (rev 159867)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=perl-compress-bzip2
+_realname=Compress-Bzip2
+pkgver=2.09
+pkgrel=5
+pkgdesc=Interface to Bzip2 compression library
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(perl bzip2)
+url=http://search.cpan.org/dist/Compress-Bzip2;
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AR/ARJAY/$_realname-$pkgver.tar.gz;)
+md5sums=('1699fde3e86f2a036f135ae606d456bf')
+
+build() {
+  cd $srcdir/$_realname-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/$_realname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in perl-crypt-openssl-bignum/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:54
  Author: bluewind
Revision: 159868

db-move: moved perl-crypt-openssl-bignum from [staging] to [testing] (i686)

Added:
  perl-crypt-openssl-bignum/repos/testing-i686/
  perl-crypt-openssl-bignum/repos/testing-i686/PKGBUILD
(from rev 159819, perl-crypt-openssl-bignum/repos/staging-i686/PKGBUILD)
Deleted:
  perl-crypt-openssl-bignum/repos/staging-i686/

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

Copied: perl-crypt-openssl-bignum/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-crypt-openssl-bignum/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:54 UTC (rev 159868)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 47483 2011-05-23 15:54:16Z tdziedzic $
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-crypt-openssl-bignum
+pkgver=0.04
+pkgrel=7
+pkgdesc=OpenSSL's multiprecision integer arithmetic 
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-OpenSSL-Bignum;
+depends=('perl' 'openssl')
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Bignum-$pkgver.tar.gz)
+md5sums=('9369ef722b0705c0604998559988eb18')
+
+build() {
+  cd  $srcdir/Crypt-OpenSSL-Bignum-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+
+check() {
+  cd  $srcdir/Crypt-OpenSSL-Bignum-$pkgver
+
+  make test
+}
+
+package() {
+  cd  $srcdir/Crypt-OpenSSL-Bignum-$pkgver
+
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-crypt-openssl-bignum/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:55
  Author: bluewind
Revision: 159869

db-move: moved perl-crypt-openssl-bignum from [staging] to [testing] (x86_64)

Added:
  perl-crypt-openssl-bignum/repos/testing-x86_64/
  perl-crypt-openssl-bignum/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-crypt-openssl-bignum/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-crypt-openssl-bignum/repos/staging-x86_64/

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

Copied: perl-crypt-openssl-bignum/repos/testing-x86_64/PKGBUILD (from rev 
159819, perl-crypt-openssl-bignum/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:55 UTC (rev 159869)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 47483 2011-05-23 15:54:16Z tdziedzic $
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-crypt-openssl-bignum
+pkgver=0.04
+pkgrel=7
+pkgdesc=OpenSSL's multiprecision integer arithmetic 
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-OpenSSL-Bignum;
+depends=('perl' 'openssl')
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Bignum-$pkgver.tar.gz)
+md5sums=('9369ef722b0705c0604998559988eb18')
+
+build() {
+  cd  $srcdir/Crypt-OpenSSL-Bignum-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+
+check() {
+  cd  $srcdir/Crypt-OpenSSL-Bignum-$pkgver
+
+  make test
+}
+
+package() {
+  cd  $srcdir/Crypt-OpenSSL-Bignum-$pkgver
+
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-crypt-openssl-random/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:56
  Author: bluewind
Revision: 159870

db-move: moved perl-crypt-openssl-random from [staging] to [testing] (i686)

Added:
  perl-crypt-openssl-random/repos/testing-i686/
  perl-crypt-openssl-random/repos/testing-i686/PKGBUILD
(from rev 159819, perl-crypt-openssl-random/repos/staging-i686/PKGBUILD)
Deleted:
  perl-crypt-openssl-random/repos/staging-i686/

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

Copied: perl-crypt-openssl-random/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-crypt-openssl-random/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:56 UTC (rev 159870)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 47486 2011-05-23 15:55:23Z tdziedzic $
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-crypt-openssl-random
+pkgver=0.04
+pkgrel=7
+pkgdesc=Interface to OpenSSL PRNG methods
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-OpenSSL-Random;
+depends=('perl' 'openssl')
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Random-$pkgver.tar.gz)
+md5sums=('c56ac5dbdd46122eb9b8da59613b7b0a')
+
+build() {
+  cd  $srcdir/Crypt-OpenSSL-Random-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  $srcdir/Crypt-OpenSSL-Random-$pkgver
+
+  make test
+}
+
+package() {
+  cd  $srcdir/Crypt-OpenSSL-Random-$pkgver
+
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-crypt-openssl-rsa/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:58
  Author: bluewind
Revision: 159872

db-move: moved perl-crypt-openssl-rsa from [staging] to [testing] (i686)

Added:
  perl-crypt-openssl-rsa/repos/testing-i686/
  perl-crypt-openssl-rsa/repos/testing-i686/PKGBUILD
(from rev 159819, perl-crypt-openssl-rsa/repos/staging-i686/PKGBUILD)
Deleted:
  perl-crypt-openssl-rsa/repos/staging-i686/

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

Copied: perl-crypt-openssl-rsa/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-crypt-openssl-rsa/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:58 UTC (rev 159872)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 56402 2011-10-07 09:48:12Z spupykin $
+# Maintainer: Florian Pritz bluew...@xinu.at 
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-crypt-openssl-rsa
+pkgver=0.28
+pkgrel=3
+pkgdesc=Interface to OpenSSL RSA methods
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-OpenSSL-RSA;
+depends=('perl-crypt-openssl-random' 'perl-crypt-openssl-bignum')
+license=('GPL')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERLER/Crypt-OpenSSL-RSA-$pkgver.tar.gz;)
+md5sums=('86217a5036fc63779c30420b5fd84129')
+
+build() {
+  cd  $srcdir/Crypt-OpenSSL-RSA-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  $srcdir/Crypt-OpenSSL-RSA-$pkgver
+
+  make test
+}
+
+package() {
+  cd  $srcdir/Crypt-OpenSSL-RSA-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-crypt-openssl-random/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:57
  Author: bluewind
Revision: 159871

db-move: moved perl-crypt-openssl-random from [staging] to [testing] (x86_64)

Added:
  perl-crypt-openssl-random/repos/testing-x86_64/
  perl-crypt-openssl-random/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-crypt-openssl-random/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-crypt-openssl-random/repos/staging-x86_64/

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

Copied: perl-crypt-openssl-random/repos/testing-x86_64/PKGBUILD (from rev 
159819, perl-crypt-openssl-random/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:57 UTC (rev 159871)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 47486 2011-05-23 15:55:23Z tdziedzic $
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-crypt-openssl-random
+pkgver=0.04
+pkgrel=7
+pkgdesc=Interface to OpenSSL PRNG methods
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-OpenSSL-Random;
+depends=('perl' 'openssl')
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Random-$pkgver.tar.gz)
+md5sums=('c56ac5dbdd46122eb9b8da59613b7b0a')
+
+build() {
+  cd  $srcdir/Crypt-OpenSSL-Random-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  $srcdir/Crypt-OpenSSL-Random-$pkgver
+
+  make test
+}
+
+package() {
+  cd  $srcdir/Crypt-OpenSSL-Random-$pkgver
+
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-digest-sha1/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:14
  Author: bluewind
Revision: 159885

db-move: moved perl-digest-sha1 from [staging] to [testing] (x86_64)

Added:
  perl-digest-sha1/repos/testing-x86_64/
  perl-digest-sha1/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-digest-sha1/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-digest-sha1/repos/staging-x86_64/

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

Copied: perl-digest-sha1/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-digest-sha1/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:14 UTC (rev 159885)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-sha1
+_realname=Digest-SHA1
+pkgver=2.13
+pkgrel=3
+pkgdesc=Perl interface to the SHA-1 Algorithm
+arch=(i686 x86_64)
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+replaces=('digest-sha1')
+provides=('digest-sha1')
+md5sums=('bd22388f268434f2b24f64e28bf1aa35')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:15
  Author: bluewind
Revision: 159886

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

Added:
  perl-ev/repos/testing-i686/
  perl-ev/repos/testing-i686/PKGBUILD
(from rev 159819, perl-ev/repos/staging-i686/PKGBUILD)
Deleted:
  perl-ev/repos/staging-i686/

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

Copied: perl-ev/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-ev/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:15 UTC (rev 159886)
@@ -0,0 +1,46 @@
+# Packager: Justin Davis (juster) jrc...@gmail.com
+# $Id$
+
+pkgname=perl-ev
+pkgver=4.11
+pkgrel=2
+pkgdesc='perl interface to libev, a high performance full-featured event loop'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/EV
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz;)
+md5sums=(405c6d74f9dff12918b12560c1a57877)
+sha512sums=(6aca3eeb617a313de7947b760558c12ed85af4fa8efd5bb4fd8bc2f271b4556312989aebf77cda4e212fd3b1351c268624aeaf2b1cf700507ff46c0c9dcc9db8)
+_dir=$srcdir/EV-$pkgver
+
+build()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd $_dir
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:16
  Author: bluewind
Revision: 159887

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

Added:
  perl-ev/repos/testing-x86_64/
  perl-ev/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-ev/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-ev/repos/staging-x86_64/

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

Copied: perl-ev/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-ev/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:16 UTC (rev 159887)
@@ -0,0 +1,46 @@
+# Packager: Justin Davis (juster) jrc...@gmail.com
+# $Id$
+
+pkgname=perl-ev
+pkgver=4.11
+pkgrel=2
+pkgdesc='perl interface to libev, a high performance full-featured event loop'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/EV
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz;)
+md5sums=(405c6d74f9dff12918b12560c1a57877)
+sha512sums=(6aca3eeb617a313de7947b760558c12ed85af4fa8efd5bb4fd8bc2f271b4556312989aebf77cda4e212fd3b1351c268624aeaf2b1cf700507ff46c0c9dcc9db8)
+_dir=$srcdir/EV-$pkgver
+
+build()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd $_dir
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd $_dir
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:18
  Author: bluewind
Revision: 159888

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

Added:
  perl-event/repos/testing-i686/
  perl-event/repos/testing-i686/PKGBUILD
(from rev 159819, perl-event/repos/staging-i686/PKGBUILD)
Deleted:
  perl-event/repos/staging-i686/

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

Copied: perl-event/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-event/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:18 UTC (rev 159888)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: François Charette francois.archlinux.org
+
+pkgname=perl-event
+_srcname=Event
+pkgver=1.20
+pkgrel=2
+pkgdesc=Framework for GUI events
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+url=http://search.cpan.org/dist/${_srcname}/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/J/JP/JPRIT/${_srcname}-${pkgver}.tar.gz)
+md5sums=('bdbdf6c1b235c3e13c25f3b0491c5134')
+
+build() {
+  cd ${srcdir}/${_srcname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_srcname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_srcname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:19
  Author: bluewind
Revision: 159889

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

Added:
  perl-event/repos/testing-x86_64/
  perl-event/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-event/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-event/repos/staging-x86_64/

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

Copied: perl-event/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-event/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:19 UTC (rev 159889)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: François Charette francois.archlinux.org
+
+pkgname=perl-event
+_srcname=Event
+pkgver=1.20
+pkgrel=2
+pkgdesc=Framework for GUI events
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+url=http://search.cpan.org/dist/${_srcname}/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/J/JP/JPRIT/${_srcname}-${pkgver}.tar.gz)
+md5sums=('bdbdf6c1b235c3e13c25f3b0491c5134')
+
+build() {
+  cd ${srcdir}/${_srcname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_srcname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_srcname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:20
  Author: bluewind
Revision: 159890

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

Added:
  perl-fcgi/repos/testing-i686/
  perl-fcgi/repos/testing-i686/PKGBUILD
(from rev 159819, perl-fcgi/repos/staging-i686/PKGBUILD)
Deleted:
  perl-fcgi/repos/staging-i686/

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

Copied: perl-fcgi/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-fcgi/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:20 UTC (rev 159890)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-fcgi
+pkgver=0.74
+pkgrel=3
+pkgdesc=Fast CGI
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/FCGI;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-${pkgver}.tar.gz;)
+md5sums=('462a77a0072480fea791a4d3095eb486')
+
+build() {
+  cd  ${srcdir}/FCGI-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  ${srcdir}/FCGI-${pkgver}
+  make test
+}
+
+package() {
+  cd  ${srcdir}/FCGI-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:22
  Author: bluewind
Revision: 159891

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

Added:
  perl-fcgi/repos/testing-x86_64/
  perl-fcgi/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-fcgi/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-fcgi/repos/staging-x86_64/

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

Copied: perl-fcgi/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-fcgi/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:22 UTC (rev 159891)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-fcgi
+pkgver=0.74
+pkgrel=3
+pkgdesc=Fast CGI
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/FCGI;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-${pkgver}.tar.gz;)
+md5sums=('462a77a0072480fea791a4d3095eb486')
+
+build() {
+  cd  ${srcdir}/FCGI-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  ${srcdir}/FCGI-${pkgver}
+  make test
+}
+
+package() {
+  cd  ${srcdir}/FCGI-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:23
  Author: bluewind
Revision: 159892

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

Added:
  perl-guard/repos/testing-i686/
  perl-guard/repos/testing-i686/PKGBUILD
(from rev 159819, perl-guard/repos/staging-i686/PKGBUILD)
Deleted:
  perl-guard/repos/staging-i686/

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

Copied: perl-guard/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-guard/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:23 UTC (rev 159892)
@@ -0,0 +1,48 @@
+# Packager: Justin Davis jrc...@gmail.com
+# $Id$
+
+pkgname=perl-guard
+pkgver=1.022
+pkgrel=2
+pkgdesc=safe cleanup blocks
+arch=(i686 x86_64)
+license=(custom:unknown)
+options=(!emptydirs)
+depends=('perl')
+url=https://metacpan.org/release/Guard
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Guard-${pkgver}.tar.gz;)
+md5sums=(8d1d8b942fd5d0240f47906a6d6fac8c)
+sha512sums=(9eb1c4fa29f6190115fe11215ff5d27bb3e7f5ab60c7f40c4142ad9ff8aad91b0b169204e4d0f1b1638381c0c99e6a0b5627b8b6d60fad62f1392a9d1e49751e)
+_distdir=${srcdir}/Guard-${pkgver}
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+cd $_distdir
+make test
+  )
+}
+
+package() {
+cd $_distdir
+make DESTDIR=$pkgdir install
+find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-crypt-openssl-rsa/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:59
  Author: bluewind
Revision: 159873

db-move: moved perl-crypt-openssl-rsa from [staging] to [testing] (x86_64)

Added:
  perl-crypt-openssl-rsa/repos/testing-x86_64/
  perl-crypt-openssl-rsa/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-crypt-openssl-rsa/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-crypt-openssl-rsa/repos/staging-x86_64/

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

Copied: perl-crypt-openssl-rsa/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-crypt-openssl-rsa/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:59 UTC (rev 159873)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 56402 2011-10-07 09:48:12Z spupykin $
+# Maintainer: Florian Pritz bluew...@xinu.at 
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-crypt-openssl-rsa
+pkgver=0.28
+pkgrel=3
+pkgdesc=Interface to OpenSSL RSA methods
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-OpenSSL-RSA;
+depends=('perl-crypt-openssl-random' 'perl-crypt-openssl-bignum')
+license=('GPL')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERLER/Crypt-OpenSSL-RSA-$pkgver.tar.gz;)
+md5sums=('86217a5036fc63779c30420b5fd84129')
+
+build() {
+  cd  $srcdir/Crypt-OpenSSL-RSA-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  $srcdir/Crypt-OpenSSL-RSA-$pkgver
+
+  make test
+}
+
+package() {
+  cd  $srcdir/Crypt-OpenSSL-RSA-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-crypt-ssleay/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:00
  Author: bluewind
Revision: 159874

db-move: moved perl-crypt-ssleay from [staging] to [testing] (i686)

Added:
  perl-crypt-ssleay/repos/testing-i686/
  perl-crypt-ssleay/repos/testing-i686/PKGBUILD
(from rev 159819, perl-crypt-ssleay/repos/staging-i686/PKGBUILD)
Deleted:
  perl-crypt-ssleay/repos/staging-i686/

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

Copied: perl-crypt-ssleay/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-crypt-ssleay/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:00 UTC (rev 159874)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-crypt-ssleay
+pkgver=0.58
+pkgrel=4
+pkgdesc=OpenSSL glue that provides LWP https support
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-SSLeay;
+license=('GPL' 'PerlArtistic')
+depends=('openssl')
+options=('!emptydirs')
+source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
 
+md5sums=('fbf3d12e58462cee00ea63239c0b13c7')
+
+build() {
+  cd  ${srcdir}/Crypt-SSLeay-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd  ${srcdir}/Crypt-SSLeay-${pkgver}
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



[arch-commits] Commit in perl-crypt-ssleay/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:02
  Author: bluewind
Revision: 159875

db-move: moved perl-crypt-ssleay from [staging] to [testing] (x86_64)

Added:
  perl-crypt-ssleay/repos/testing-x86_64/
  perl-crypt-ssleay/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-crypt-ssleay/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-crypt-ssleay/repos/staging-x86_64/

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

Copied: perl-crypt-ssleay/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-crypt-ssleay/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:02 UTC (rev 159875)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-crypt-ssleay
+pkgver=0.58
+pkgrel=4
+pkgdesc=OpenSSL glue that provides LWP https support
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Crypt-SSLeay;
+license=('GPL' 'PerlArtistic')
+depends=('openssl')
+options=('!emptydirs')
+source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
 
+md5sums=('fbf3d12e58462cee00ea63239c0b13c7')
+
+build() {
+  cd  ${srcdir}/Crypt-SSLeay-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd  ${srcdir}/Crypt-SSLeay-${pkgver}
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



[arch-commits] Commit in perl-dbd-mysql/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:03
  Author: bluewind
Revision: 159876

db-move: moved perl-dbd-mysql from [staging] to [testing] (i686)

Added:
  perl-dbd-mysql/repos/testing-i686/
  perl-dbd-mysql/repos/testing-i686/PKGBUILD
(from rev 159819, perl-dbd-mysql/repos/staging-i686/PKGBUILD)
Deleted:
  perl-dbd-mysql/repos/staging-i686/

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

Copied: perl-dbd-mysql/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-dbd-mysql/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:03 UTC (rev 159876)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Eric Johnson e...@coding-zone.com
+
+pkgname=perl-dbd-mysql
+_realname=DBD-mysql
+pkgver=4.020
+pkgrel=3
+pkgdesc=Perl/CPAN DBD::mysql module for interacting with MySQL via DBD
+arch=(i686 x86_64)
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('libmysqlclient' 'perl-dbi' 'perl=5.14.0')
+makedepends=('mysql')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
+md5sums=('a2bf8808bbd45298e84dde06afbd58e9')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test 
+  sleep 10
+  DAEMON_PORT=$!
+  make test || true
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



[arch-commits] Commit in perl-dbd-mysql/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:04
  Author: bluewind
Revision: 159877

db-move: moved perl-dbd-mysql from [staging] to [testing] (x86_64)

Added:
  perl-dbd-mysql/repos/testing-x86_64/
  perl-dbd-mysql/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-dbd-mysql/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-dbd-mysql/repos/staging-x86_64/

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

Copied: perl-dbd-mysql/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-dbd-mysql/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:04 UTC (rev 159877)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Eric Johnson e...@coding-zone.com
+
+pkgname=perl-dbd-mysql
+_realname=DBD-mysql
+pkgver=4.020
+pkgrel=3
+pkgdesc=Perl/CPAN DBD::mysql module for interacting with MySQL via DBD
+arch=(i686 x86_64)
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('libmysqlclient' 'perl-dbi' 'perl=5.14.0')
+makedepends=('mysql')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
+md5sums=('a2bf8808bbd45298e84dde06afbd58e9')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test 
+  sleep 10
+  DAEMON_PORT=$!
+  make test || true
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



[arch-commits] Commit in perl-dbd-sqlite/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:05
  Author: bluewind
Revision: 159878

db-move: moved perl-dbd-sqlite from [staging] to [testing] (i686)

Added:
  perl-dbd-sqlite/repos/testing-i686/
  perl-dbd-sqlite/repos/testing-i686/PKGBUILD
(from rev 159819, perl-dbd-sqlite/repos/staging-i686/PKGBUILD)
Deleted:
  perl-dbd-sqlite/repos/staging-i686/

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

Copied: perl-dbd-sqlite/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-dbd-sqlite/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:05 UTC (rev 159878)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Tom Killian t...@runbox.com
+# Contributor: francois at archlinux dot org
+
+pkgname=perl-dbd-sqlite
+_cpanname=DBD-SQLite
+pkgver=1.35
+pkgrel=2
+pkgdesc=Self-contained RDBMS in a DBI driver
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/${_cpanname};
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi=1.61' 'sqlite')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz)
+md5sums=('d9752e4a26fa54e74aa893dafd02ceda')
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



[arch-commits] Commit in perl-dbd-sqlite/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:07
  Author: bluewind
Revision: 159879

db-move: moved perl-dbd-sqlite from [staging] to [testing] (x86_64)

Added:
  perl-dbd-sqlite/repos/testing-x86_64/
  perl-dbd-sqlite/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-dbd-sqlite/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-dbd-sqlite/repos/staging-x86_64/

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

Copied: perl-dbd-sqlite/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-dbd-sqlite/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:07 UTC (rev 159879)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Tom Killian t...@runbox.com
+# Contributor: francois at archlinux dot org
+
+pkgname=perl-dbd-sqlite
+_cpanname=DBD-SQLite
+pkgver=1.35
+pkgrel=2
+pkgdesc=Self-contained RDBMS in a DBI driver
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/${_cpanname};
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi=1.61' 'sqlite')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz)
+md5sums=('d9752e4a26fa54e74aa893dafd02ceda')
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:08
  Author: bluewind
Revision: 159880

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

Added:
  perl-dbi/repos/testing-i686/
  perl-dbi/repos/testing-i686/PKGBUILD
(from rev 159819, perl-dbi/repos/staging-i686/PKGBUILD)
Deleted:
  perl-dbi/repos/staging-i686/

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

Copied: perl-dbi/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-dbi/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:08 UTC (rev 159880)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor:  Matt Thompson ma...@defunct.ca
+
+pkgname=perl-dbi
+_realname=DBI
+pkgver=1.618
+pkgrel=2
+pkgdesc=Database independent interface for Perl
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
+md5sums=('5ad29b56f7457f22bd1ca1c871b30719')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+
+# vim: ts=2 sw=2 et ft=sh



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:09
  Author: bluewind
Revision: 159881

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

Added:
  perl-dbi/repos/testing-x86_64/
  perl-dbi/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-dbi/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-dbi/repos/staging-x86_64/

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

Copied: perl-dbi/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-dbi/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:09 UTC (rev 159881)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor:  Matt Thompson ma...@defunct.ca
+
+pkgname=perl-dbi
+_realname=DBI
+pkgver=1.618
+pkgrel=2
+pkgdesc=Database independent interface for Perl
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
+md5sums=('5ad29b56f7457f22bd1ca1c871b30719')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+
+# vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-digest-nilsimsa/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:10
  Author: bluewind
Revision: 159882

db-move: moved perl-digest-nilsimsa from [staging] to [testing] (i686)

Added:
  perl-digest-nilsimsa/repos/testing-i686/
  perl-digest-nilsimsa/repos/testing-i686/PKGBUILD
(from rev 159819, perl-digest-nilsimsa/repos/staging-i686/PKGBUILD)
Deleted:
  perl-digest-nilsimsa/repos/staging-i686/

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

Copied: perl-digest-nilsimsa/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-digest-nilsimsa/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:10 UTC (rev 159882)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-nilsimsa
+_realname=Digest-Nilsimsa
+pkgver=0.06
+pkgrel=8
+pkgdesc=Perl version of Nilsimsa code
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+replaces=('digest-nilsimsa')
+provides=('digest-nilsimsa')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/V/VI/VIPUL/${_realname}-${pkgver}.tar.gz)
+md5sums=('08e940bd7f5d1167ef3fd1aa7ce234d7')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-digest-nilsimsa/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:11
  Author: bluewind
Revision: 159883

db-move: moved perl-digest-nilsimsa from [staging] to [testing] (x86_64)

Added:
  perl-digest-nilsimsa/repos/testing-x86_64/
  perl-digest-nilsimsa/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-digest-nilsimsa/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-digest-nilsimsa/repos/staging-x86_64/

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

Copied: perl-digest-nilsimsa/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-digest-nilsimsa/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:11 UTC (rev 159883)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-nilsimsa
+_realname=Digest-Nilsimsa
+pkgver=0.06
+pkgrel=8
+pkgdesc=Perl version of Nilsimsa code
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+replaces=('digest-nilsimsa')
+provides=('digest-nilsimsa')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/V/VI/VIPUL/${_realname}-${pkgver}.tar.gz)
+md5sums=('08e940bd7f5d1167ef3fd1aa7ce234d7')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-digest-sha1/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:12
  Author: bluewind
Revision: 159884

db-move: moved perl-digest-sha1 from [staging] to [testing] (i686)

Added:
  perl-digest-sha1/repos/testing-i686/
  perl-digest-sha1/repos/testing-i686/PKGBUILD
(from rev 159819, perl-digest-sha1/repos/staging-i686/PKGBUILD)
Deleted:
  perl-digest-sha1/repos/staging-i686/

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

Copied: perl-digest-sha1/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-digest-sha1/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:12 UTC (rev 159884)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-sha1
+_realname=Digest-SHA1
+pkgver=2.13
+pkgrel=3
+pkgdesc=Perl interface to the SHA-1 Algorithm
+arch=(i686 x86_64)
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+replaces=('digest-sha1')
+provides=('digest-sha1')
+md5sums=('bd22388f268434f2b24f64e28bf1aa35')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:24
  Author: bluewind
Revision: 159893

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

Added:
  perl-guard/repos/testing-x86_64/
  perl-guard/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-guard/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-guard/repos/staging-x86_64/

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

Copied: perl-guard/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-guard/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:24 UTC (rev 159893)
@@ -0,0 +1,48 @@
+# Packager: Justin Davis jrc...@gmail.com
+# $Id$
+
+pkgname=perl-guard
+pkgver=1.022
+pkgrel=2
+pkgdesc=safe cleanup blocks
+arch=(i686 x86_64)
+license=(custom:unknown)
+options=(!emptydirs)
+depends=('perl')
+url=https://metacpan.org/release/Guard
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Guard-${pkgver}.tar.gz;)
+md5sums=(8d1d8b942fd5d0240f47906a6d6fac8c)
+sha512sums=(9eb1c4fa29f6190115fe11215ff5d27bb3e7f5ab60c7f40c4142ad9ff8aad91b0b169204e4d0f1b1638381c0c99e6a0b5627b8b6d60fad62f1392a9d1e49751e)
+_distdir=${srcdir}/Guard-${pkgver}
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+cd $_distdir
+make test
+  )
+}
+
+package() {
+cd $_distdir
+make DESTDIR=$pkgdir install
+find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-html-parser/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:25
  Author: bluewind
Revision: 159894

db-move: moved perl-html-parser from [staging] to [testing] (i686)

Added:
  perl-html-parser/repos/testing-i686/
  perl-html-parser/repos/testing-i686/PKGBUILD
(from rev 159819, perl-html-parser/repos/staging-i686/PKGBUILD)
Deleted:
  perl-html-parser/repos/staging-i686/

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

Copied: perl-html-parser/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-html-parser/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:25 UTC (rev 159894)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus francois.archlinux.org 
+
+pkgname=perl-html-parser
+_realname=HTML-Parser
+pkgver=3.69
+pkgrel=2
+pkgdesc=Perl HTML parser class
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl-html-tagset' 'perl=5.12.1')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+md5sums=('d22cc6468ce670a56034be907e4e7c54')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-html-parser/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:26
  Author: bluewind
Revision: 159895

db-move: moved perl-html-parser from [staging] to [testing] (x86_64)

Added:
  perl-html-parser/repos/testing-x86_64/
  perl-html-parser/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-html-parser/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-html-parser/repos/staging-x86_64/

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

Copied: perl-html-parser/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-html-parser/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:26 UTC (rev 159895)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus francois.archlinux.org 
+
+pkgname=perl-html-parser
+_realname=HTML-Parser
+pkgver=3.69
+pkgrel=2
+pkgdesc=Perl HTML parser class
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl-html-tagset' 'perl=5.12.1')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+md5sums=('d22cc6468ce670a56034be907e4e7c54')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:27
  Author: bluewind
Revision: 159896

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

Added:
  perl-libintl-perl/repos/testing-i686/
  perl-libintl-perl/repos/testing-i686/PKGBUILD
(from rev 159819, perl-libintl-perl/repos/staging-i686/PKGBUILD)
Deleted:
  perl-libintl-perl/repos/staging-i686/

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

Copied: perl-libintl-perl/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-libintl-perl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:27 UTC (rev 159896)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=perl-libintl-perl
+_realname=libintl-perl
+pkgver=1.20
+pkgrel=4
+pkgdesc=Perl Module: Localization support
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('gettext' 'perl')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
+md5sums=('cb36f58a7d2e15974f25b35381548b1b')
+
+build() {
+  cd ${srcdir}/${_realname}-$pkgver
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make install DESTDIR=${pkgdir}
+}



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

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:29
  Author: bluewind
Revision: 159897

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

Added:
  perl-libintl-perl/repos/testing-x86_64/
  perl-libintl-perl/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-libintl-perl/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-libintl-perl/repos/staging-x86_64/

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

Copied: perl-libintl-perl/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-libintl-perl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:29 UTC (rev 159897)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=perl-libintl-perl
+_realname=libintl-perl
+pkgver=1.20
+pkgrel=4
+pkgdesc=Perl Module: Localization support
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('gettext' 'perl')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
+md5sums=('cb36f58a7d2e15974f25b35381548b1b')
+
+build() {
+  cd ${srcdir}/${_realname}-$pkgver
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make install DESTDIR=${pkgdir}
+}



[arch-commits] Commit in perl-list-moreutils/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:30
  Author: bluewind
Revision: 159898

db-move: moved perl-list-moreutils from [staging] to [testing] (i686)

Added:
  perl-list-moreutils/repos/testing-i686/
  perl-list-moreutils/repos/testing-i686/PKGBUILD
(from rev 159819, perl-list-moreutils/repos/staging-i686/PKGBUILD)
Deleted:
  perl-list-moreutils/repos/staging-i686/

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

Copied: perl-list-moreutils/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-list-moreutils/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:30 UTC (rev 159898)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Justin juster Davis jrc...@gmail.com
+# Generator  : pbjam 0.01
+
+pkgname=perl-list-moreutils
+pkgver=0.33
+pkgrel=3
+pkgdesc=Provide the stuff missing in List::Util
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl=5.5.30')
+url=http://search.cpan.org/dist/List-MoreUtils
+source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/List-MoreUtils-${pkgver}.tar.gz;)
+md5sums=(8a33c84028cc2ff3e92c92434b326c0f)
+sha512sums=(e758b995438c5c5322317aab3602e89b9f683c42d403a0ac97ccd8cc20d0db1a75caefc22f34ad088314867c0bdd9c2b8264e8f2f6a43eab1421aa8c482233b5)
+_distdir=${srcdir}/List-MoreUtils-${pkgver}
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+cd $_distdir
+make test
+  )
+}
+
+package() {
+cd $_distdir
+make DESTDIR=$pkgdir install
+find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-list-moreutils/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:32
  Author: bluewind
Revision: 159899

db-move: moved perl-list-moreutils from [staging] to [testing] (x86_64)

Added:
  perl-list-moreutils/repos/testing-x86_64/
  perl-list-moreutils/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-list-moreutils/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-list-moreutils/repos/staging-x86_64/

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

Copied: perl-list-moreutils/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-list-moreutils/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:32 UTC (rev 159899)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Justin juster Davis jrc...@gmail.com
+# Generator  : pbjam 0.01
+
+pkgname=perl-list-moreutils
+pkgver=0.33
+pkgrel=3
+pkgdesc=Provide the stuff missing in List::Util
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl=5.5.30')
+url=http://search.cpan.org/dist/List-MoreUtils
+source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/List-MoreUtils-${pkgver}.tar.gz;)
+md5sums=(8a33c84028cc2ff3e92c92434b326c0f)
+sha512sums=(e758b995438c5c5322317aab3602e89b9f683c42d403a0ac97ccd8cc20d0db1a75caefc22f34ad088314867c0bdd9c2b8264e8f2f6a43eab1421aa8c482233b5)
+_distdir=${srcdir}/List-MoreUtils-${pkgver}
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+cd $_distdir
+make test
+  )
+}
+
+package() {
+cd $_distdir
+make DESTDIR=$pkgdir install
+find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-locale-gettext/repos (4 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:33
  Author: bluewind
Revision: 159900

db-move: moved perl-locale-gettext from [staging] to [testing] (i686)

Added:
  perl-locale-gettext/repos/testing-i686/
  perl-locale-gettext/repos/testing-i686/PKGBUILD
(from rev 159819, perl-locale-gettext/repos/staging-i686/PKGBUILD)
  perl-locale-gettext/repos/testing-i686/compatibility-with-POSIX-module.patch
(from rev 159819, 
perl-locale-gettext/repos/staging-i686/compatibility-with-POSIX-module.patch)
Deleted:
  perl-locale-gettext/repos/staging-i686/

---+
 PKGBUILD  |   43 
 compatibility-with-POSIX-module.patch |   10 +++
 2 files changed, 53 insertions(+)

Copied: perl-locale-gettext/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-locale-gettext/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:33 UTC (rev 159900)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Mark Rosenstand m...@borkware.net
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=perl-locale-gettext
+_realname=gettext
+pkgver=1.05
+pkgrel=9
+pkgdesc=Permits access from Perl to the gettext() family of functions
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('gettext' 'perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/${_realname}-${pkgver}.tar.gz;
+'compatibility-with-POSIX-module.patch')
+md5sums=('f3d3f474a1458f37174c410dfef61a46'
+ '854302f34d01a2f8ae739187788973dd')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/compatibility-with-POSIX-module.patch
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}

Copied: 
perl-locale-gettext/repos/testing-i686/compatibility-with-POSIX-module.patch 
(from rev 159819, 
perl-locale-gettext/repos/staging-i686/compatibility-with-POSIX-module.patch)
===
--- testing-i686/compatibility-with-POSIX-module.patch  
(rev 0)
+++ testing-i686/compatibility-with-POSIX-module.patch  2012-05-27 07:43:33 UTC 
(rev 159900)
@@ -0,0 +1,10 @@
+--- a/gettext.pm   2005-05-31 20:11:16.0 -0700
 b/gettext.pm   2009-10-07 12:39:42.0 -0700
+@@ -32,6 +32,7 @@
+ =cut
+ 
+ use Carp;
++use POSIX qw(:locale_h);
+ 
+ require Exporter;
+ require DynaLoader;



[arch-commits] Commit in perl-locale-gettext/repos (4 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:35
  Author: bluewind
Revision: 159901

db-move: moved perl-locale-gettext from [staging] to [testing] (x86_64)

Added:
  perl-locale-gettext/repos/testing-x86_64/
  perl-locale-gettext/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-locale-gettext/repos/staging-x86_64/PKGBUILD)
  perl-locale-gettext/repos/testing-x86_64/compatibility-with-POSIX-module.patch
(from rev 159819, 
perl-locale-gettext/repos/staging-x86_64/compatibility-with-POSIX-module.patch)
Deleted:
  perl-locale-gettext/repos/staging-x86_64/

---+
 PKGBUILD  |   43 
 compatibility-with-POSIX-module.patch |   10 +++
 2 files changed, 53 insertions(+)

Copied: perl-locale-gettext/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-locale-gettext/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:35 UTC (rev 159901)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Mark Rosenstand m...@borkware.net
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=perl-locale-gettext
+_realname=gettext
+pkgver=1.05
+pkgrel=9
+pkgdesc=Permits access from Perl to the gettext() family of functions
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('gettext' 'perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/${_realname}-${pkgver}.tar.gz;
+'compatibility-with-POSIX-module.patch')
+md5sums=('f3d3f474a1458f37174c410dfef61a46'
+ '854302f34d01a2f8ae739187788973dd')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/compatibility-with-POSIX-module.patch
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}

Copied: 
perl-locale-gettext/repos/testing-x86_64/compatibility-with-POSIX-module.patch 
(from rev 159819, 
perl-locale-gettext/repos/staging-x86_64/compatibility-with-POSIX-module.patch)
===
--- testing-x86_64/compatibility-with-POSIX-module.patch
(rev 0)
+++ testing-x86_64/compatibility-with-POSIX-module.patch2012-05-27 
07:43:35 UTC (rev 159901)
@@ -0,0 +1,10 @@
+--- a/gettext.pm   2005-05-31 20:11:16.0 -0700
 b/gettext.pm   2009-10-07 12:39:42.0 -0700
+@@ -32,6 +32,7 @@
+ =cut
+ 
+ use Carp;
++use POSIX qw(:locale_h);
+ 
+ require Exporter;
+ require DynaLoader;



[arch-commits] Commit in perl-net-dns/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:36
  Author: bluewind
Revision: 159902

db-move: moved perl-net-dns from [staging] to [testing] (i686)

Added:
  perl-net-dns/repos/testing-i686/
  perl-net-dns/repos/testing-i686/PKGBUILD
(from rev 159819, perl-net-dns/repos/staging-i686/PKGBUILD)
Deleted:
  perl-net-dns/repos/staging-i686/

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

Copied: perl-net-dns/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-net-dns/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:36 UTC (rev 159902)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-dns
+_realname=Net-DNS
+pkgver=0.68
+pkgrel=2
+pkgdesc=Perl Module: Interface to the DNS resolver.
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/O/OL/OLAF/${_realname}-$pkgver.tar.gz)
+md5sums=('05c0f6955747758bb5c9578d9bc6c3a5')
+
+build() {
+  cd $srcdir/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd $srcdir/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh



  1   2   3   >