[arch-commits] Commit in hyperscan/repos/community-x86_64 (4 files)

Maxime Gauduin alucryd at archlinux.org
Mon Nov 4 12:36:24 UTC 2019


    Date: Monday, November 4, 2019 @ 12:36:23
  Author: alucryd
Revision: 524058

archrelease: copy trunk to community-x86_64

Added:
  hyperscan/repos/community-x86_64/.SRCINFO
    (from rev 524057, hyperscan/trunk/.SRCINFO)
  hyperscan/repos/community-x86_64/PKGBUILD
    (from rev 524057, hyperscan/trunk/PKGBUILD)
Deleted:
  hyperscan/repos/community-x86_64/.SRCINFO
  hyperscan/repos/community-x86_64/PKGBUILD

----------+
 .SRCINFO |   34 ++++++++++-----------
 PKGBUILD |   98 ++++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 69 insertions(+), 63 deletions(-)

Deleted: .SRCINFO
===================================================================
--- .SRCINFO	2019-11-04 12:36:12 UTC (rev 524057)
+++ .SRCINFO	2019-11-04 12:36:23 UTC (rev 524058)
@@ -1,17 +0,0 @@
-pkgbase = hyperscan
-	pkgdesc = High-performance regular expression matching library
-	pkgver = 5.2.0
-	pkgrel = 1
-	url = https://www.hyperscan.io
-	arch = x86_64
-	license = BSD
-	makedepends = boost
-	makedepends = cmake
-	makedepends = git
-	makedepends = python
-	makedepends = ragel
-	source = git+https://github.com/intel/hyperscan.git#tag=v5.2.0
-	sha256sums = SKIP
-
-pkgname = hyperscan
-

Copied: hyperscan/repos/community-x86_64/.SRCINFO (from rev 524057, hyperscan/trunk/.SRCINFO)
===================================================================
--- .SRCINFO	                        (rev 0)
+++ .SRCINFO	2019-11-04 12:36:23 UTC (rev 524058)
@@ -0,0 +1,17 @@
+pkgbase = hyperscan
+	pkgdesc = High-performance regular expression matching library
+	pkgver = 5.2.1
+	pkgrel = 1
+	url = https://www.hyperscan.io
+	arch = x86_64
+	license = BSD
+	makedepends = boost
+	makedepends = cmake
+	makedepends = git
+	makedepends = python
+	makedepends = ragel
+	source = git+https://github.com/intel/hyperscan.git#tag=d79973efb1fcf5ed338122882c1f896829767fb6
+	sha256sums = SKIP
+
+pkgname = hyperscan
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 12:36:12 UTC (rev 524057)
+++ PKGBUILD	2019-11-04 12:36:23 UTC (rev 524058)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Alireza Ayinmehr <alireza.darksun at gmail.com>
-# Contributor: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
-# Contributor: JSkier <jskier at gmail dot com>
-# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
-
-pkgname=hyperscan
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='High-performance regular expression matching library'
-arch=(x86_64)
-url=https://www.hyperscan.io
-license=(BSD)
-makedepends=(
-  boost
-  cmake
-  git
-  python
-  ragel
-)
-source=(git+https://github.com/intel/hyperscan.git#tag=v${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../hyperscan \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_STATIC_AND_SHARED=ON
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C build install
-  install -Dm 644 hyperscan/COPYING -t "${pkgdir}"/usr/share/licenses/hyperscan/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hyperscan/repos/community-x86_64/PKGBUILD (from rev 524057, hyperscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-04 12:36:23 UTC (rev 524058)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Alireza Ayinmehr <alireza.darksun at gmail.com>
+# Contributor: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: JSkier <jskier at gmail dot com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=hyperscan
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='High-performance regular expression matching library'
+arch=(x86_64)
+url=https://www.hyperscan.io
+license=(BSD)
+makedepends=(
+  boost
+  cmake
+  git
+  python
+  ragel
+)
+source=(git+https://github.com/intel/hyperscan.git#tag=d79973efb1fcf5ed338122882c1f896829767fb6)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd hyperscan
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../hyperscan \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_SHARED_LIBS=ON
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C build install
+  install -Dm 644 hyperscan/COPYING -t "${pkgdir}"/usr/share/licenses/hyperscan/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list