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

2017-07-15 Thread Sébastien Luttringer
Date: Sunday, July 16, 2017 @ 00:24:21
  Author: seblu
Revision: 300640

db-move: moved pcre from [testing] to [core] (i686, x86_64)

Added:
  pcre/repos/core-i686/PKGBUILD
(from rev 300639, pcre/repos/testing-i686/PKGBUILD)
  pcre/repos/core-x86_64/PKGBUILD
(from rev 300639, pcre/repos/testing-x86_64/PKGBUILD)
Deleted:
  pcre/repos/core-i686/PKGBUILD
  pcre/repos/core-x86_64/PKGBUILD
  pcre/repos/testing-i686/
  pcre/repos/testing-x86_64/

--+
 /PKGBUILD|  118 +
 core-i686/PKGBUILD   |   59 
 core-x86_64/PKGBUILD |   59 
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2017-07-15 23:33:03 UTC (rev 300639)
+++ core-i686/PKGBUILD  2017-07-16 00:24:21 UTC (rev 300640)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Allan McRae 
-# Contributor: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=pcre
-pkgver=8.40
-pkgrel=1
-pkgdesc='A library that implements Perl 5-style regular expressions'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
-source=("https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
-md5sums=('41a842bf7dcecd6634219336e2167d1d'
- 'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-unicode-properties \
---enable-pcre16 \
---enable-pcre32 \
---enable-jit \
---enable-pcregrep-libz \
---enable-pcregrep-libbz2 \
---enable-pcretest-libreadline
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pcre/repos/core-i686/PKGBUILD (from rev 300639, 
pcre/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2017-07-16 00:24:21 UTC (rev 300640)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.41
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+source=("https://ftp.pcre.org/pub/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('c160d22723b1670447341b08c58981c1'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2017-07-15 23:33:03 UTC (rev 300639)
+++ core-x86_64/PKGBUILD2017-07-16 00:24:21 UTC (rev 300640)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Allan McRae 
-# Contributor: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=pcre
-pkgver=8.40
-pkgrel=1
-pkgdesc='A library that implements Perl 5-style regular expressions'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')

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

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 19:24:03
  Author: seblu
Revision: 288690

db-move: moved pcre from [testing] to [core] (i686, x86_64)

Added:
  pcre/repos/core-i686/PKGBUILD
(from rev 288689, pcre/repos/testing-i686/PKGBUILD)
  pcre/repos/core-x86_64/PKGBUILD
(from rev 288689, pcre/repos/testing-x86_64/PKGBUILD)
Deleted:
  pcre/repos/core-i686/PKGBUILD
  pcre/repos/core-x86_64/PKGBUILD
  pcre/repos/testing-i686/
  pcre/repos/testing-x86_64/

--+
 /PKGBUILD|  118 +
 core-i686/PKGBUILD   |   59 
 core-x86_64/PKGBUILD |   59 
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2017-02-11 19:23:48 UTC (rev 288689)
+++ core-i686/PKGBUILD  2017-02-11 19:24:03 UTC (rev 288690)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Allan McRae 
-# Contributor: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=pcre
-pkgver=8.39
-pkgrel=2
-pkgdesc='A library that implements Perl 5-style regular expressions'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
-source=("https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
-md5sums=('e3fca7650a0556a2647821679d81f585'
- 'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-unicode-properties \
---enable-pcre16 \
---enable-pcre32 \
---enable-jit \
---enable-pcregrep-libz \
---enable-pcregrep-libbz2 \
---enable-pcretest-libreadline
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pcre/repos/core-i686/PKGBUILD (from rev 288689, 
pcre/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2017-02-11 19:24:03 UTC (rev 288690)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.40
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+source=("https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('41a842bf7dcecd6634219336e2167d1d'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2017-02-11 19:23:48 UTC (rev 288689)
+++ core-x86_64/PKGBUILD2017-02-11 19:24:03 UTC (rev 288690)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Allan McRae 
-# Contributor: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=pcre
-pkgver=8.39
-pkgrel=2
-pkgdesc='A library that implements Perl 5-style regular expressions'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')

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

2016-11-13 Thread Jan Steffens
Date: Monday, November 14, 2016 @ 07:52:41
  Author: heftig
Revision: 280716

db-move: moved pcre from [testing] to [core] (i686, x86_64)

Added:
  pcre/repos/core-i686/
  pcre/repos/core-i686/PKGBUILD
(from rev 280715, pcre/repos/testing-i686/PKGBUILD)
  pcre/repos/core-x86_64/
  pcre/repos/core-x86_64/PKGBUILD
(from rev 280715, pcre/repos/testing-x86_64/PKGBUILD)
Deleted:
  pcre/repos/testing-i686/
  pcre/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   59 +
 core-x86_64/PKGBUILD |   59 +
 2 files changed, 118 insertions(+)

Copied: pcre/repos/core-i686/PKGBUILD (from rev 280715, 
pcre/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-11-14 07:52:41 UTC (rev 280716)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.39
+pkgrel=2
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+source=("https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('e3fca7650a0556a2647821679d81f585'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pcre/repos/core-x86_64/PKGBUILD (from rev 280715, 
pcre/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2016-11-14 07:52:41 UTC (rev 280716)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.39
+pkgrel=2
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+source=("https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('e3fca7650a0556a2647821679d81f585'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-13 Thread Jan Steffens
Date: Monday, November 14, 2016 @ 07:52:10
  Author: heftig
Revision: 280707

db-move: moved pcre from [core] to [testing] (i686, x86_64)

Added:
  pcre/repos/testing-i686/
  pcre/repos/testing-i686/PKGBUILD
(from rev 280706, pcre/repos/core-i686/PKGBUILD)
  pcre/repos/testing-x86_64/
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 280706, pcre/repos/core-x86_64/PKGBUILD)
Deleted:
  pcre/repos/core-i686/
  pcre/repos/core-x86_64/

-+
 testing-i686/PKGBUILD   |   59 ++
 testing-x86_64/PKGBUILD |   59 ++
 2 files changed, 118 insertions(+)

Copied: pcre/repos/testing-i686/PKGBUILD (from rev 280706, 
pcre/repos/core-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-14 07:52:10 UTC (rev 280707)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.39
+pkgrel=2
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+source=("https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('e3fca7650a0556a2647821679d81f585'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pcre/repos/testing-x86_64/PKGBUILD (from rev 280706, 
pcre/repos/core-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-14 07:52:10 UTC (rev 280707)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.39
+pkgrel=2
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+source=("https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('e3fca7650a0556a2647821679d81f585'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-24 Thread Sébastien Luttringer
Date: Tuesday, November 24, 2015 @ 13:36:45
  Author: seblu
Revision: 251936

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

Added:
  pcre/repos/testing-i686/
  pcre/repos/testing-i686/01-svn-snapshot.patch
(from rev 251935, pcre/trunk/01-svn-snapshot.patch)
  pcre/repos/testing-i686/PKGBUILD
(from rev 251935, pcre/trunk/PKGBUILD)
  pcre/repos/testing-x86_64/
  pcre/repos/testing-x86_64/01-svn-snapshot.patch
(from rev 251935, pcre/trunk/01-svn-snapshot.patch)
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 251935, pcre/trunk/PKGBUILD)

--+
 testing-i686/01-svn-snapshot.patch   | 2959 +
 testing-i686/PKGBUILD|   47 
 testing-x86_64/01-svn-snapshot.patch | 2959 +
 testing-x86_64/PKGBUILD  |   47 
 4 files changed, 6012 insertions(+)

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


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

2015-08-27 Thread Sébastien Luttringer
Date: Thursday, August 27, 2015 @ 18:00:42
  Author: seblu
Revision: 244913

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

Added:
  pcre/repos/testing-i686/
  pcre/repos/testing-i686/01-svn-snapshot.patch
(from rev 244912, pcre/trunk/01-svn-snapshot.patch)
  pcre/repos/testing-i686/PKGBUILD
(from rev 244912, pcre/trunk/PKGBUILD)
  pcre/repos/testing-x86_64/
  pcre/repos/testing-x86_64/01-svn-snapshot.patch
(from rev 244912, pcre/trunk/01-svn-snapshot.patch)
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 244912, pcre/trunk/PKGBUILD)

--+
 testing-i686/01-svn-snapshot.patch   | 2959 +
 testing-i686/PKGBUILD|   53 
 testing-x86_64/01-svn-snapshot.patch | 2959 +
 testing-x86_64/PKGBUILD  |   53 
 4 files changed, 6024 insertions(+)

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


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

2015-08-15 Thread Sébastien Luttringer
Date: Saturday, August 15, 2015 @ 20:12:33
  Author: seblu
Revision: 243762

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

Added:
  pcre/repos/testing-i686/
  pcre/repos/testing-i686/01-svn-snapshot.patch
(from rev 243761, pcre/trunk/01-svn-snapshot.patch)
  pcre/repos/testing-i686/PKGBUILD
(from rev 243761, pcre/trunk/PKGBUILD)
  pcre/repos/testing-x86_64/
  pcre/repos/testing-x86_64/01-svn-snapshot.patch
(from rev 243761, pcre/trunk/01-svn-snapshot.patch)
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 243761, pcre/trunk/PKGBUILD)

--+
 testing-i686/01-svn-snapshot.patch   | 2855 +
 testing-i686/PKGBUILD|   53 
 testing-x86_64/01-svn-snapshot.patch | 2855 +
 testing-x86_64/PKGBUILD  |   53 
 4 files changed, 5816 insertions(+)

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


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

2015-06-04 Thread Sébastien Luttringer
Date: Friday, June 5, 2015 @ 02:25:18
  Author: seblu
Revision: 240352

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

Added:
  pcre/repos/testing-i686/
  pcre/repos/testing-i686/01-seven-security-patches.patch
(from rev 240351, pcre/trunk/01-seven-security-patches.patch)
  pcre/repos/testing-i686/PKGBUILD
(from rev 240351, pcre/trunk/PKGBUILD)
  pcre/repos/testing-x86_64/
  pcre/repos/testing-x86_64/01-seven-security-patches.patch
(from rev 240351, pcre/trunk/01-seven-security-patches.patch)
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 240351, pcre/trunk/PKGBUILD)

+
 testing-i686/01-seven-security-patches.patch   | 1250 +++
 testing-i686/PKGBUILD  |   52 
 testing-x86_64/01-seven-security-patches.patch | 1250 +++
 testing-x86_64/PKGBUILD|   52 
 4 files changed, 2604 insertions(+)

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


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

2014-11-21 Thread Sébastien Luttringer
Date: Friday, November 21, 2014 @ 23:59:44
  Author: seblu
Revision: 226804

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

Added:
  pcre/repos/testing-i686/
  pcre/repos/testing-i686/001-fix-heap-overflow.patch
(from rev 226803, pcre/trunk/001-fix-heap-overflow.patch)
  pcre/repos/testing-i686/PKGBUILD
(from rev 226803, pcre/trunk/PKGBUILD)
  pcre/repos/testing-x86_64/
  pcre/repos/testing-x86_64/001-fix-heap-overflow.patch
(from rev 226803, pcre/trunk/001-fix-heap-overflow.patch)
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 226803, pcre/trunk/PKGBUILD)

+
 testing-i686/001-fix-heap-overflow.patch   |   16 
 testing-i686/PKGBUILD  |   51 +++
 testing-x86_64/001-fix-heap-overflow.patch |   16 
 testing-x86_64/PKGBUILD|   51 +++
 4 files changed, 134 insertions(+)

Copied: pcre/repos/testing-i686/001-fix-heap-overflow.patch (from rev 226803, 
pcre/trunk/001-fix-heap-overflow.patch)
===
--- testing-i686/001-fix-heap-overflow.patch(rev 0)
+++ testing-i686/001-fix-heap-overflow.patch2014-11-21 22:59:44 UTC (rev 
226804)
@@ -0,0 +1,16 @@
+--- a/code/trunk/pcre_exec.c   2014/11/05 15:08:03 1510
 b/code/trunk/pcre_exec.c   2014/11/19 20:57:13 1513
+@@ -1404,8 +1404,11 @@
+ condition = TRUE;
+ 
+ /* Advance ecode past the assertion to the start of the first branch,
+-but adjust it so that the general choosing code below works. */
+-
++but adjust it so that the general choosing code below works. If the 
++assertion has a quantifier that allows zero repeats we must skip over 
++the BRAZERO. This is a lunatic thing to do, but somebody did! */
++
++if (*ecode == OP_BRAZERO) ecode++; 
+ ecode += GET(ecode, 1);
+ while (*ecode == OP_ALT) ecode += GET(ecode, 1);
+ ecode += 1 + LINK_SIZE - PRIV(OP_lengths)[condcode];

Copied: pcre/repos/testing-i686/PKGBUILD (from rev 226803, pcre/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-21 22:59:44 UTC (rev 226804)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.36
+pkgrel=2
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig}
+'001-fix-heap-overflow.patch')
+md5sums=('b767bc9af0c20bc9c1fe403b0d41ad97'
+ 'SKIP'
+ '44a7e4fca07eff04d07bef65c982de9a')
+
+prepare() {
+  patch -d $pkgname-$pkgver  001-fix-heap-overflow.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pcre/repos/testing-x86_64/001-fix-heap-overflow.patch (from rev 226803, 
pcre/trunk/001-fix-heap-overflow.patch)
===
--- testing-x86_64/001-fix-heap-overflow.patch  (rev 0)
+++ testing-x86_64/001-fix-heap-overflow.patch  2014-11-21 22:59:44 UTC (rev 
226804)
@@ -0,0 +1,16 @@
+--- a/code/trunk/pcre_exec.c   2014/11/05 15:08:03 1510
 b/code/trunk/pcre_exec.c   2014/11/19 20:57:13 1513
+@@ -1404,8 +1404,11 @@
+ condition = TRUE;
+ 
+ /* Advance ecode past the assertion to the start of the first branch,
+-but adjust it so that the general choosing code below works. */
+-
++but adjust it so that the general choosing code below works. If the 
++assertion has a quantifier that allows zero repeats we must skip over 
++the BRAZERO. This is a lunatic thing to do, but somebody did! */
++
++if (*ecode == OP_BRAZERO) ecode++; 
+ ecode += GET(ecode, 1);
+ while (*ecode == OP_ALT) ecode += GET(ecode, 1);
+ ecode += 1 + LINK_SIZE - PRIV(OP_lengths)[condcode];

Copied: pcre/repos/testing-x86_64/PKGBUILD (from rev 226803, 
pcre/trunk/PKGBUILD)
===
--- 

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

2014-10-07 Thread Sébastien Luttringer
Date: Wednesday, October 8, 2014 @ 03:05:44
  Author: seblu
Revision: 224014

db-move: moved pcre from [testing] to [core] (i686, x86_64)

Added:
  pcre/repos/core-i686/PKGBUILD
(from rev 224013, pcre/repos/testing-i686/PKGBUILD)
  pcre/repos/core-x86_64/PKGBUILD
(from rev 224013, pcre/repos/testing-x86_64/PKGBUILD)
Deleted:
  pcre/repos/core-i686/PKGBUILD
  pcre/repos/core-x86_64/PKGBUILD
  pcre/repos/testing-i686/
  pcre/repos/testing-x86_64/

--+
 /PKGBUILD|   90 +
 core-i686/PKGBUILD   |   45 
 core-x86_64/PKGBUILD |   45 
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-10-08 00:29:25 UTC (rev 224013)
+++ core-i686/PKGBUILD  2014-10-08 01:05:44 UTC (rev 224014)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=pcre
-pkgver=8.35
-pkgrel=1
-pkgdesc='A library that implements Perl 5-style regular expressions'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('6aacb23986adccd9b3bc626c00979958'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-unicode-properties \
---enable-pcre16 \
---enable-pcre32 \
---enable-jit \
---enable-pcregrep-libz \
---enable-pcregrep-libbz2 \
---enable-pcretest-libreadline
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pcre/repos/core-i686/PKGBUILD (from rev 224013, 
pcre/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-10-08 01:05:44 UTC (rev 224014)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.36
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('b767bc9af0c20bc9c1fe403b0d41ad97'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-10-08 00:29:25 UTC (rev 224013)
+++ core-x86_64/PKGBUILD2014-10-08 01:05:44 UTC (rev 224014)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=pcre
-pkgver=8.35
-pkgrel=1
-pkgdesc='A library that implements Perl 5-style regular expressions'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('6aacb23986adccd9b3bc626c00979958'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-unicode-properties \
---enable-pcre16 \
---enable-pcre32 \
---enable-jit \
---enable-pcregrep-libz \
---enable-pcregrep-libbz2 \
---enable-pcretest-libreadline
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pcre/repos/core-x86_64/PKGBUILD (from rev 224013, 
pcre/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD 

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

2014-04-11 Thread Sébastien Luttringer
Date: Saturday, April 12, 2014 @ 01:57:22
  Author: seblu
Revision: 210215

db-move: moved pcre from [testing] to [core] (i686, x86_64)

Added:
  pcre/repos/core-i686/PKGBUILD
(from rev 210214, pcre/repos/testing-i686/PKGBUILD)
  pcre/repos/core-x86_64/PKGBUILD
(from rev 210214, pcre/repos/testing-x86_64/PKGBUILD)
Deleted:
  pcre/repos/core-i686/PKGBUILD
  pcre/repos/core-x86_64/PKGBUILD
  pcre/repos/testing-i686/
  pcre/repos/testing-x86_64/

--+
 /PKGBUILD|   90 +
 core-i686/PKGBUILD   |   41 --
 core-x86_64/PKGBUILD |   41 --
 3 files changed, 90 insertions(+), 82 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-04-11 23:33:01 UTC (rev 210214)
+++ core-i686/PKGBUILD  2014-04-11 23:57:22 UTC (rev 210215)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=pcre
-pkgver=8.34
-pkgrel=2
-pkgdesc=A library that implements Perl 5-style regular expressions
-arch=('i686' 'x86_64')
-url=http://www.pcre.org/;
-license=('BSD')
-depends=('readline' 'zlib' 'bzip2')
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('5439e321351bddd5533551bbce128d07'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-unicode-properties \
---enable-pcre16 \
---enable-pcre32 \
---enable-jit \
---enable-pcregrep-libz \
---enable-pcregrep-libbz2 \
---enable-pcretest-libreadline
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: pcre/repos/core-i686/PKGBUILD (from rev 210214, 
pcre/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-04-11 23:57:22 UTC (rev 210215)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.35
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('6aacb23986adccd9b3bc626c00979958'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-04-11 23:33:01 UTC (rev 210214)
+++ core-x86_64/PKGBUILD2014-04-11 23:57:22 UTC (rev 210215)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=pcre
-pkgver=8.34
-pkgrel=2
-pkgdesc=A library that implements Perl 5-style regular expressions
-arch=('i686' 'x86_64')
-url=http://www.pcre.org/;
-license=('BSD')
-depends=('readline' 'zlib' 'bzip2')
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('5439e321351bddd5533551bbce128d07'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-unicode-properties \
---enable-pcre16 \
---enable-pcre32 \
---enable-jit \
---enable-pcregrep-libz \
---enable-pcregrep-libbz2 \
---enable-pcretest-libreadline
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: pcre/repos/core-x86_64/PKGBUILD (from rev 210214, 
pcre/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-04-11 23:57:22 UTC (rev 

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

2012-12-03 Thread Allan McRae
Date: Monday, December 3, 2012 @ 16:23:28
  Author: allan
Revision: 172477

db-move: moved pcre from [testing] to [core] (i686, x86_64)

Added:
  pcre/repos/core-i686/PKGBUILD
(from rev 172476, pcre/repos/testing-i686/PKGBUILD)
  pcre/repos/core-x86_64/PKGBUILD
(from rev 172476, pcre/repos/testing-x86_64/PKGBUILD)
Deleted:
  pcre/repos/core-i686/PKGBUILD
  pcre/repos/core-x86_64/PKGBUILD
  pcre/repos/testing-i686/
  pcre/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   75 -
 core-x86_64/PKGBUILD |   75 -
 2 files changed, 74 insertions(+), 76 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-12-03 18:59:33 UTC (rev 172476)
+++ core-i686/PKGBUILD  2012-12-03 21:23:28 UTC (rev 172477)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=pcre
-pkgver=8.31
-pkgrel=1
-pkgdesc=A library that implements Perl 5-style regular expressions
-arch=('i686' 'x86_64')
-url=http://www.pcre.org/;
-license=('BSD')
-depends=('gcc-libs')
-options=('!libtool')
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('1c9a276af932b5599157f96e945391f0'
- '873bcd2cd9f1e0aa1e28e256b3e31506')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
-  ./configure --prefix=/usr --enable-pcre16 --enable-jit \
---enable-utf8 --enable-unicode-properties
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: pcre/repos/core-i686/PKGBUILD (from rev 172476, 
pcre/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-12-03 21:23:28 UTC (rev 172477)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.32
+pkgrel=1
+pkgdesc=A library that implements Perl 5-style regular expressions
+arch=('i686' 'x86_64')
+url=http://www.pcre.org/;
+license=('BSD')
+depends=('gcc-libs')
+options=('!libtool')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('62f02a76bb57a40bc66681760ed511d5'
+ '275ffe85e62565118756f8f3d08bb70f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-pcre16 --enable-pcre32 --enable-jit \
+--enable-utf --enable-unicode-properties
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-12-03 18:59:33 UTC (rev 172476)
+++ core-x86_64/PKGBUILD2012-12-03 21:23:28 UTC (rev 172477)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=pcre
-pkgver=8.31
-pkgrel=1
-pkgdesc=A library that implements Perl 5-style regular expressions
-arch=('i686' 'x86_64')
-url=http://www.pcre.org/;
-license=('BSD')
-depends=('gcc-libs')
-options=('!libtool')
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('1c9a276af932b5599157f96e945391f0'
- '873bcd2cd9f1e0aa1e28e256b3e31506')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
-  ./configure --prefix=/usr --enable-pcre16 --enable-jit \
---enable-utf8 --enable-unicode-properties
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: pcre/repos/core-x86_64/PKGBUILD (from rev 172476, 
pcre/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-12-03 21:23:28 UTC (rev 172477)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre

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

2012-07-13 Thread Allan McRae
Date: Friday, July 13, 2012 @ 08:30:53
  Author: allan
Revision: 163492

db-move: moved pcre from [testing] to [core] ( i686,  x86_64)

Added:
  pcre/repos/core-i686/PKGBUILD
(from rev 163489, pcre/repos/testing-i686/PKGBUILD)
  pcre/repos/core-x86_64/PKGBUILD
(from rev 163489, pcre/repos/testing-x86_64/PKGBUILD)
Deleted:
  pcre/repos/core-i686/PKGBUILD
  pcre/repos/core-x86_64/PKGBUILD
  pcre/repos/testing-i686/
  pcre/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   76 -
 core-x86_64/PKGBUILD |   76 -
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-13 12:30:49 UTC (rev 163491)
+++ core-i686/PKGBUILD  2012-07-13 12:30:53 UTC (rev 163492)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=pcre
-pkgver=8.30
-pkgrel=1
-pkgdesc=A library that implements Perl 5-style regular expressions
-arch=('i686' 'x86_64')
-url=http://www.pcre.org/;
-license=('BSD')
-depends=('gcc-libs')
-options=('!libtool')
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('98e8928945d04279581e778fbdff'
- '01eee0333fa71687e0b6756db77f94ad')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
-  ./configure --prefix=/usr --enable-pcre16 --enable-jit \
---enable-utf8 --enable-unicode-properties
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: pcre/repos/core-i686/PKGBUILD (from rev 163489, 
pcre/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-13 12:30:53 UTC (rev 163492)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.31
+pkgrel=1
+pkgdesc=A library that implements Perl 5-style regular expressions
+arch=('i686' 'x86_64')
+url=http://www.pcre.org/;
+license=('BSD')
+depends=('gcc-libs')
+options=('!libtool')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('1c9a276af932b5599157f96e945391f0'
+ '873bcd2cd9f1e0aa1e28e256b3e31506')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
+  ./configure --prefix=/usr --enable-pcre16 --enable-jit \
+--enable-utf8 --enable-unicode-properties
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-07-13 12:30:49 UTC (rev 163491)
+++ core-x86_64/PKGBUILD2012-07-13 12:30:53 UTC (rev 163492)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=pcre
-pkgver=8.30
-pkgrel=1
-pkgdesc=A library that implements Perl 5-style regular expressions
-arch=('i686' 'x86_64')
-url=http://www.pcre.org/;
-license=('BSD')
-depends=('gcc-libs')
-options=('!libtool')
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('98e8928945d04279581e778fbdff'
- '01eee0333fa71687e0b6756db77f94ad')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
-  ./configure --prefix=/usr --enable-pcre16 --enable-jit \
---enable-utf8 --enable-unicode-properties
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: pcre/repos/core-x86_64/PKGBUILD (from rev 163489, 
pcre/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-07-13 12:30:53 UTC (rev 163492)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor