Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hyperscan-5.1.1
@ 2019-06-26 16:38 voidlinux-github
  2019-06-26 16:42 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 16:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 500 bytes --]

There is a new pull request by non-Jedi against master on the void-packages repository

https://github.com/non-Jedi/void-packages hyperscan
https://github.com/void-linux/void-packages/pull/12705

New package: hyperscan-5.1.1
Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

A patch file from https://github.com/void-linux/void-packages/pull/12705.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hyperscan-12705.patch --]
[-- Type: application/text/x-diff, Size: 2097 bytes --]

From 705b9012409105660051f54e1890f01bcba92fd3 Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Wed, 26 Jun 2019 12:30:36 -0400
Subject: [PATCH] New package: hyperscan-5.1.1

---
 srcpkgs/hyperscan-devel    |  1 +
 srcpkgs/hyperscan-doc      |  1 +
 srcpkgs/hyperscan/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/hyperscan-devel
 create mode 120000 srcpkgs/hyperscan-doc
 create mode 100644 srcpkgs/hyperscan/template

diff --git a/srcpkgs/hyperscan-devel b/srcpkgs/hyperscan-devel
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-devel
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan-doc b/srcpkgs/hyperscan-doc
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-doc
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan/template b/srcpkgs/hyperscan/template
new file mode 100644
index 00000000000..e07e06f2121
--- /dev/null
+++ b/srcpkgs/hyperscan/template
@@ -0,0 +1,37 @@
+# Template file for 'hyperscan'
+pkgname=hyperscan
+version=5.1.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_STATIC_AND_SHARED=1"
+hostmakedepends="ragel"
+makedepends="boost-devel"
+short_desc="High-performance regular expression matching library"
+maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
+license="BSD-3-Clause"
+homepage="https://www.hyperscan.io"
+distfiles="https://github.com/intel/hyperscan/archive/v${version}.tar.gz"
+checksum=e3bb509d4002f2d75e1804e754efa6334316d1ee110a3b85c8156c08fe5e2369
+
+post_install() {
+	vlicense COPYING
+}
+
+hyperscan-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+hyperscan-doc_package() {
+	short_desc+=" - documentation files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share
+	}
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
  2019-06-26 16:42 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-26 16:42 ` voidlinux-github
  2019-06-26 16:44 ` voidlinux-github
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 16:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

There is an updated pull request by non-Jedi against master on the void-packages repository

https://github.com/non-Jedi/void-packages hyperscan
https://github.com/void-linux/void-packages/pull/12705

New package: hyperscan-5.1.1
Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

A patch file from https://github.com/void-linux/void-packages/pull/12705.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hyperscan-12705.patch --]
[-- Type: application/text/x-diff, Size: 2116 bytes --]

From a475e4df40cb4f201bf36459c57183fa7ff3cb4f Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Wed, 26 Jun 2019 12:30:36 -0400
Subject: [PATCH] New package: hyperscan-5.1.1

---
 srcpkgs/hyperscan-devel    |  1 +
 srcpkgs/hyperscan-doc      |  1 +
 srcpkgs/hyperscan/template | 38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/hyperscan-devel
 create mode 120000 srcpkgs/hyperscan-doc
 create mode 100644 srcpkgs/hyperscan/template

diff --git a/srcpkgs/hyperscan-devel b/srcpkgs/hyperscan-devel
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-devel
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan-doc b/srcpkgs/hyperscan-doc
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-doc
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan/template b/srcpkgs/hyperscan/template
new file mode 100644
index 00000000000..790d8a944a3
--- /dev/null
+++ b/srcpkgs/hyperscan/template
@@ -0,0 +1,38 @@
+# Template file for 'hyperscan'
+pkgname=hyperscan
+version=5.1.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_STATIC_AND_SHARED=1"
+hostmakedepends="ragel"
+makedepends="boost-devel"
+short_desc="High-performance regular expression matching library"
+maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
+license="BSD-3-Clause"
+homepage="https://www.hyperscan.io"
+distfiles="https://github.com/intel/hyperscan/archive/v${version}.tar.gz"
+checksum=e3bb509d4002f2d75e1804e754efa6334316d1ee110a3b85c8156c08fe5e2369
+
+post_install() {
+	vlicense COPYING
+}
+
+hyperscan-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+hyperscan-doc_package() {
+	short_desc+=" - documentation files"
+    archs=noarch
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share
+	}
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
@ 2019-06-26 16:42 ` voidlinux-github
  2019-06-26 16:42 ` voidlinux-github
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 16:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

There is an updated pull request by non-Jedi against master on the void-packages repository

https://github.com/non-Jedi/void-packages hyperscan
https://github.com/void-linux/void-packages/pull/12705

New package: hyperscan-5.1.1
Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

A patch file from https://github.com/void-linux/void-packages/pull/12705.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hyperscan-12705.patch --]
[-- Type: application/text/x-diff, Size: 2116 bytes --]

From a475e4df40cb4f201bf36459c57183fa7ff3cb4f Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Wed, 26 Jun 2019 12:30:36 -0400
Subject: [PATCH] New package: hyperscan-5.1.1

---
 srcpkgs/hyperscan-devel    |  1 +
 srcpkgs/hyperscan-doc      |  1 +
 srcpkgs/hyperscan/template | 38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/hyperscan-devel
 create mode 120000 srcpkgs/hyperscan-doc
 create mode 100644 srcpkgs/hyperscan/template

diff --git a/srcpkgs/hyperscan-devel b/srcpkgs/hyperscan-devel
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-devel
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan-doc b/srcpkgs/hyperscan-doc
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-doc
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan/template b/srcpkgs/hyperscan/template
new file mode 100644
index 00000000000..790d8a944a3
--- /dev/null
+++ b/srcpkgs/hyperscan/template
@@ -0,0 +1,38 @@
+# Template file for 'hyperscan'
+pkgname=hyperscan
+version=5.1.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_STATIC_AND_SHARED=1"
+hostmakedepends="ragel"
+makedepends="boost-devel"
+short_desc="High-performance regular expression matching library"
+maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
+license="BSD-3-Clause"
+homepage="https://www.hyperscan.io"
+distfiles="https://github.com/intel/hyperscan/archive/v${version}.tar.gz"
+checksum=e3bb509d4002f2d75e1804e754efa6334316d1ee110a3b85c8156c08fe5e2369
+
+post_install() {
+	vlicense COPYING
+}
+
+hyperscan-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+hyperscan-doc_package() {
+	short_desc+=" - documentation files"
+    archs=noarch
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share
+	}
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
  2019-06-26 16:42 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-26 16:42 ` voidlinux-github
@ 2019-06-26 16:44 ` voidlinux-github
  2019-06-26 16:44 ` voidlinux-github
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 16:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

There is an updated pull request by non-Jedi against master on the void-packages repository

https://github.com/non-Jedi/void-packages hyperscan
https://github.com/void-linux/void-packages/pull/12705

New package: hyperscan-5.1.1
Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

A patch file from https://github.com/void-linux/void-packages/pull/12705.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hyperscan-12705.patch --]
[-- Type: application/text/x-diff, Size: 2118 bytes --]

From ec3fb497aa1b36537eb0d159cdd2d5da51744483 Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Wed, 26 Jun 2019 12:30:36 -0400
Subject: [PATCH] New package: hyperscan-5.1.1

---
 srcpkgs/hyperscan-devel    |  1 +
 srcpkgs/hyperscan-doc      |  1 +
 srcpkgs/hyperscan/template | 38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/hyperscan-devel
 create mode 120000 srcpkgs/hyperscan-doc
 create mode 100644 srcpkgs/hyperscan/template

diff --git a/srcpkgs/hyperscan-devel b/srcpkgs/hyperscan-devel
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-devel
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan-doc b/srcpkgs/hyperscan-doc
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-doc
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan/template b/srcpkgs/hyperscan/template
new file mode 100644
index 00000000000..2f750fcebf8
--- /dev/null
+++ b/srcpkgs/hyperscan/template
@@ -0,0 +1,38 @@
+# Template file for 'hyperscan'
+pkgname=hyperscan
+version=5.1.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_STATIC_AND_SHARED=1"
+hostmakedepends="ragel"
+makedepends="boost-devel"
+short_desc="High-performance regular expression matching library"
+maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
+license="BSD-3-Clause"
+homepage="https://www.hyperscan.io"
+distfiles="https://github.com/intel/hyperscan/archive/v${version}.tar.gz"
+checksum=e3bb509d4002f2d75e1804e754efa6334316d1ee110a3b85c8156c08fe5e2369
+
+post_install() {
+	vlicense COPYING
+}
+
+hyperscan-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+hyperscan-doc_package() {
+	short_desc+=" - documentation files"
+	short_desc=noarch
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share
+	}
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-26 16:44 ` voidlinux-github
@ 2019-06-26 16:44 ` voidlinux-github
  2019-06-26 16:44 ` voidlinux-github
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 16:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

There is an updated pull request by non-Jedi against master on the void-packages repository

https://github.com/non-Jedi/void-packages hyperscan
https://github.com/void-linux/void-packages/pull/12705

New package: hyperscan-5.1.1
Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

A patch file from https://github.com/void-linux/void-packages/pull/12705.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hyperscan-12705.patch --]
[-- Type: application/text/x-diff, Size: 2118 bytes --]

From ec3fb497aa1b36537eb0d159cdd2d5da51744483 Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Wed, 26 Jun 2019 12:30:36 -0400
Subject: [PATCH] New package: hyperscan-5.1.1

---
 srcpkgs/hyperscan-devel    |  1 +
 srcpkgs/hyperscan-doc      |  1 +
 srcpkgs/hyperscan/template | 38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/hyperscan-devel
 create mode 120000 srcpkgs/hyperscan-doc
 create mode 100644 srcpkgs/hyperscan/template

diff --git a/srcpkgs/hyperscan-devel b/srcpkgs/hyperscan-devel
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-devel
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan-doc b/srcpkgs/hyperscan-doc
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-doc
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan/template b/srcpkgs/hyperscan/template
new file mode 100644
index 00000000000..2f750fcebf8
--- /dev/null
+++ b/srcpkgs/hyperscan/template
@@ -0,0 +1,38 @@
+# Template file for 'hyperscan'
+pkgname=hyperscan
+version=5.1.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_STATIC_AND_SHARED=1"
+hostmakedepends="ragel"
+makedepends="boost-devel"
+short_desc="High-performance regular expression matching library"
+maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
+license="BSD-3-Clause"
+homepage="https://www.hyperscan.io"
+distfiles="https://github.com/intel/hyperscan/archive/v${version}.tar.gz"
+checksum=e3bb509d4002f2d75e1804e754efa6334316d1ee110a3b85c8156c08fe5e2369
+
+post_install() {
+	vlicense COPYING
+}
+
+hyperscan-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+hyperscan-doc_package() {
+	short_desc+=" - documentation files"
+	short_desc=noarch
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share
+	}
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-26 16:44 ` voidlinux-github
@ 2019-06-26 16:44 ` voidlinux-github
  2019-06-26 16:44 ` voidlinux-github
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 16:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

There is an updated pull request by non-Jedi against master on the void-packages repository

https://github.com/non-Jedi/void-packages hyperscan
https://github.com/void-linux/void-packages/pull/12705

New package: hyperscan-5.1.1
Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

A patch file from https://github.com/void-linux/void-packages/pull/12705.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hyperscan-12705.patch --]
[-- Type: application/text/x-diff, Size: 2113 bytes --]

From b0bd9ba12effd6bd344b7d68af628020dd00e8e7 Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Wed, 26 Jun 2019 12:30:36 -0400
Subject: [PATCH] New package: hyperscan-5.1.1

---
 srcpkgs/hyperscan-devel    |  1 +
 srcpkgs/hyperscan-doc      |  1 +
 srcpkgs/hyperscan/template | 38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/hyperscan-devel
 create mode 120000 srcpkgs/hyperscan-doc
 create mode 100644 srcpkgs/hyperscan/template

diff --git a/srcpkgs/hyperscan-devel b/srcpkgs/hyperscan-devel
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-devel
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan-doc b/srcpkgs/hyperscan-doc
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-doc
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan/template b/srcpkgs/hyperscan/template
new file mode 100644
index 00000000000..f266e7f0cf7
--- /dev/null
+++ b/srcpkgs/hyperscan/template
@@ -0,0 +1,38 @@
+# Template file for 'hyperscan'
+pkgname=hyperscan
+version=5.1.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_STATIC_AND_SHARED=1"
+hostmakedepends="ragel"
+makedepends="boost-devel"
+short_desc="High-performance regular expression matching library"
+maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
+license="BSD-3-Clause"
+homepage="https://www.hyperscan.io"
+distfiles="https://github.com/intel/hyperscan/archive/v${version}.tar.gz"
+checksum=e3bb509d4002f2d75e1804e754efa6334316d1ee110a3b85c8156c08fe5e2369
+
+post_install() {
+	vlicense COPYING
+}
+
+hyperscan-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+hyperscan-doc_package() {
+	short_desc+=" - documentation files"
+	archs=noarch
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share
+	}
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-26 16:44 ` voidlinux-github
@ 2019-06-26 16:44 ` voidlinux-github
  2019-06-26 18:44 ` voidlinux-github
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 16:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

There is an updated pull request by non-Jedi against master on the void-packages repository

https://github.com/non-Jedi/void-packages hyperscan
https://github.com/void-linux/void-packages/pull/12705

New package: hyperscan-5.1.1
Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

A patch file from https://github.com/void-linux/void-packages/pull/12705.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hyperscan-12705.patch --]
[-- Type: application/text/x-diff, Size: 2113 bytes --]

From b0bd9ba12effd6bd344b7d68af628020dd00e8e7 Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Wed, 26 Jun 2019 12:30:36 -0400
Subject: [PATCH] New package: hyperscan-5.1.1

---
 srcpkgs/hyperscan-devel    |  1 +
 srcpkgs/hyperscan-doc      |  1 +
 srcpkgs/hyperscan/template | 38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/hyperscan-devel
 create mode 120000 srcpkgs/hyperscan-doc
 create mode 100644 srcpkgs/hyperscan/template

diff --git a/srcpkgs/hyperscan-devel b/srcpkgs/hyperscan-devel
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-devel
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan-doc b/srcpkgs/hyperscan-doc
new file mode 120000
index 00000000000..43566d9f662
--- /dev/null
+++ b/srcpkgs/hyperscan-doc
@@ -0,0 +1 @@
+hyperscan/
\ No newline at end of file
diff --git a/srcpkgs/hyperscan/template b/srcpkgs/hyperscan/template
new file mode 100644
index 00000000000..f266e7f0cf7
--- /dev/null
+++ b/srcpkgs/hyperscan/template
@@ -0,0 +1,38 @@
+# Template file for 'hyperscan'
+pkgname=hyperscan
+version=5.1.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_STATIC_AND_SHARED=1"
+hostmakedepends="ragel"
+makedepends="boost-devel"
+short_desc="High-performance regular expression matching library"
+maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
+license="BSD-3-Clause"
+homepage="https://www.hyperscan.io"
+distfiles="https://github.com/intel/hyperscan/archive/v${version}.tar.gz"
+checksum=e3bb509d4002f2d75e1804e754efa6334316d1ee110a3b85c8156c08fe5e2369
+
+post_install() {
+	vlicense COPYING
+}
+
+hyperscan-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+hyperscan-doc_package() {
+	short_desc+=" - documentation files"
+	archs=noarch
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share
+	}
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-26 16:44 ` voidlinux-github
@ 2019-06-26 18:44 ` voidlinux-github
  2019-06-26 19:02 ` voidlinux-github
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 18:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

New comment by non-Jedi on void-packages repository

https://github.com/void-linux/void-packages/pull/12705#issuecomment-505998664
Comment:
Seems like CI cross-compiling failed because cmake couldn't find python. Is a python interpreter available for some reason when not cross compiling but unavailable otherwise?

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-26 18:44 ` voidlinux-github
@ 2019-06-26 19:02 ` voidlinux-github
  2019-06-26 20:06 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 19:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/12705#issuecomment-506004710
Comment:
python is probably pulled as boost's makedepend dependency. As it is needed, put it into hostmakedepends. Also please remove slashes from symlinks.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-06-26 19:02 ` voidlinux-github
@ 2019-06-26 20:06 ` voidlinux-github
  2019-06-26 20:06 ` voidlinux-github
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 20:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

There is an updated pull request by non-Jedi against master on the void-packages repository

https://github.com/non-Jedi/void-packages hyperscan
https://github.com/void-linux/void-packages/pull/12705

New package: hyperscan-5.1.1
Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

A patch file from https://github.com/void-linux/void-packages/pull/12705.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hyperscan-12705.patch --]
[-- Type: application/text/x-diff, Size: 2118 bytes --]

From 33dc4821769e465a21bd595ac9e42006d49de5ad Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Wed, 26 Jun 2019 12:30:36 -0400
Subject: [PATCH] New package: hyperscan-5.1.1

---
 srcpkgs/hyperscan-devel    |  1 +
 srcpkgs/hyperscan-doc      |  1 +
 srcpkgs/hyperscan/template | 38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/hyperscan-devel
 create mode 120000 srcpkgs/hyperscan-doc
 create mode 100644 srcpkgs/hyperscan/template

diff --git a/srcpkgs/hyperscan-devel b/srcpkgs/hyperscan-devel
new file mode 120000
index 00000000000..12055d9d7fe
--- /dev/null
+++ b/srcpkgs/hyperscan-devel
@@ -0,0 +1 @@
+hyperscan
\ No newline at end of file
diff --git a/srcpkgs/hyperscan-doc b/srcpkgs/hyperscan-doc
new file mode 120000
index 00000000000..12055d9d7fe
--- /dev/null
+++ b/srcpkgs/hyperscan-doc
@@ -0,0 +1 @@
+hyperscan
\ No newline at end of file
diff --git a/srcpkgs/hyperscan/template b/srcpkgs/hyperscan/template
new file mode 100644
index 00000000000..8af6bf48ec9
--- /dev/null
+++ b/srcpkgs/hyperscan/template
@@ -0,0 +1,38 @@
+# Template file for 'hyperscan'
+pkgname=hyperscan
+version=5.1.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_STATIC_AND_SHARED=1"
+hostmakedepends="ragel python"
+makedepends="boost-devel"
+short_desc="High-performance regular expression matching library"
+maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
+license="BSD-3-Clause"
+homepage="https://www.hyperscan.io"
+distfiles="https://github.com/intel/hyperscan/archive/v${version}.tar.gz"
+checksum=e3bb509d4002f2d75e1804e754efa6334316d1ee110a3b85c8156c08fe5e2369
+
+post_install() {
+	vlicense COPYING
+}
+
+hyperscan-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+hyperscan-doc_package() {
+	short_desc+=" - documentation files"
+	archs=noarch
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share
+	}
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-06-26 20:06 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-26 20:06 ` voidlinux-github
  2019-06-26 20:06 ` [PR PATCH] [Closed]: " voidlinux-github
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 20:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

There is an updated pull request by non-Jedi against master on the void-packages repository

https://github.com/non-Jedi/void-packages hyperscan
https://github.com/void-linux/void-packages/pull/12705

New package: hyperscan-5.1.1
Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

A patch file from https://github.com/void-linux/void-packages/pull/12705.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hyperscan-12705.patch --]
[-- Type: application/text/x-diff, Size: 2118 bytes --]

From 33dc4821769e465a21bd595ac9e42006d49de5ad Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Wed, 26 Jun 2019 12:30:36 -0400
Subject: [PATCH] New package: hyperscan-5.1.1

---
 srcpkgs/hyperscan-devel    |  1 +
 srcpkgs/hyperscan-doc      |  1 +
 srcpkgs/hyperscan/template | 38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/hyperscan-devel
 create mode 120000 srcpkgs/hyperscan-doc
 create mode 100644 srcpkgs/hyperscan/template

diff --git a/srcpkgs/hyperscan-devel b/srcpkgs/hyperscan-devel
new file mode 120000
index 00000000000..12055d9d7fe
--- /dev/null
+++ b/srcpkgs/hyperscan-devel
@@ -0,0 +1 @@
+hyperscan
\ No newline at end of file
diff --git a/srcpkgs/hyperscan-doc b/srcpkgs/hyperscan-doc
new file mode 120000
index 00000000000..12055d9d7fe
--- /dev/null
+++ b/srcpkgs/hyperscan-doc
@@ -0,0 +1 @@
+hyperscan
\ No newline at end of file
diff --git a/srcpkgs/hyperscan/template b/srcpkgs/hyperscan/template
new file mode 100644
index 00000000000..8af6bf48ec9
--- /dev/null
+++ b/srcpkgs/hyperscan/template
@@ -0,0 +1,38 @@
+# Template file for 'hyperscan'
+pkgname=hyperscan
+version=5.1.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_STATIC_AND_SHARED=1"
+hostmakedepends="ragel python"
+makedepends="boost-devel"
+short_desc="High-performance regular expression matching library"
+maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
+license="BSD-3-Clause"
+homepage="https://www.hyperscan.io"
+distfiles="https://github.com/intel/hyperscan/archive/v${version}.tar.gz"
+checksum=e3bb509d4002f2d75e1804e754efa6334316d1ee110a3b85c8156c08fe5e2369
+
+post_install() {
+	vlicense COPYING
+}
+
+hyperscan-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+hyperscan-doc_package() {
+	short_desc+=" - documentation files"
+	archs=noarch
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share
+	}
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Closed]: New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-06-26 20:06 ` voidlinux-github
@ 2019-06-26 20:06 ` voidlinux-github
  2019-06-26 20:08 ` voidlinux-github
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 20:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 344 bytes --]

There's a closed pull request on the void-packages repository

New package: hyperscan-5.1.1
https://github.com/void-linux/void-packages/pull/12705
Description: Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-06-26 20:06 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-06-26 20:08 ` voidlinux-github
  2019-06-26 21:02 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 20:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

New comment by non-Jedi on void-packages repository

https://github.com/void-linux/void-packages/pull/12705#issuecomment-506025718
Comment:
Ah, right. Makes sense. I've force-pushed with symbolic links fixed and python added to hostmakedepends.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-06-26 20:08 ` voidlinux-github
@ 2019-06-26 21:02 ` voidlinux-github
  2019-06-26 21:02 ` voidlinux-github
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 21:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

There is an updated pull request by non-Jedi against master on the void-packages repository

https://github.com/non-Jedi/void-packages hyperscan
https://github.com/void-linux/void-packages/pull/12705

New package: hyperscan-5.1.1
Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

A patch file from https://github.com/void-linux/void-packages/pull/12705.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hyperscan-12705.patch --]
[-- Type: application/text/x-diff, Size: 2473 bytes --]

From 1bde68874c62084898c787238e2dfaa8edab6221 Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Wed, 26 Jun 2019 12:30:36 -0400
Subject: [PATCH] New package: hyperscan-5.1.1

---
 srcpkgs/hyperscan-devel    |  1 +
 srcpkgs/hyperscan-doc      |  1 +
 srcpkgs/hyperscan/template | 52 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 54 insertions(+)
 create mode 120000 srcpkgs/hyperscan-devel
 create mode 120000 srcpkgs/hyperscan-doc
 create mode 100644 srcpkgs/hyperscan/template

diff --git a/srcpkgs/hyperscan-devel b/srcpkgs/hyperscan-devel
new file mode 120000
index 00000000000..12055d9d7fe
--- /dev/null
+++ b/srcpkgs/hyperscan-devel
@@ -0,0 +1 @@
+hyperscan
\ No newline at end of file
diff --git a/srcpkgs/hyperscan-doc b/srcpkgs/hyperscan-doc
new file mode 120000
index 00000000000..12055d9d7fe
--- /dev/null
+++ b/srcpkgs/hyperscan-doc
@@ -0,0 +1 @@
+hyperscan
\ No newline at end of file
diff --git a/srcpkgs/hyperscan/template b/srcpkgs/hyperscan/template
new file mode 100644
index 00000000000..ed447a321ad
--- /dev/null
+++ b/srcpkgs/hyperscan/template
@@ -0,0 +1,52 @@
+# Template file for 'hyperscan'
+pkgname=hyperscan
+version=5.1.1
+revision=1
+# Intel project only supports intel architectures
+archs="x86_64* i686*"
+build_style=cmake
+configure_args="-DBUILD_STATIC_AND_SHARED=1"
+hostmakedepends="ragel python"
+makedepends="boost-devel"
+short_desc="High-performance regular expression matching library"
+maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
+license="BSD-3-Clause"
+homepage="https://www.hyperscan.io"
+distfiles="https://github.com/intel/hyperscan/archive/v${version}.tar.gz"
+checksum=e3bb509d4002f2d75e1804e754efa6334316d1ee110a3b85c8156c08fe5e2369
+
+# musl doesn't support ifunc so hyperscan can't build "fat runtime"
+case "$XBPS_TARGET_MACHINE" in
+i686-musl)
+	export CFLAGS="-march=pentium4"
+	export CXXFLAGS="-march=pentium4"
+	;;
+x86_64-musl)
+	export CFLAGS="-march=x86-64"
+	export CXXFLAGS="-march=x86-64"
+	;;
+esac
+
+post_install() {
+	vlicense COPYING
+}
+
+hyperscan-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+hyperscan-doc_package() {
+	short_desc+=" - documentation files"
+	archs=noarch
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share
+	}
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-06-26 21:02 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-26 21:02 ` voidlinux-github
  2019-06-26 21:06 ` voidlinux-github
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 21:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

There is an updated pull request by non-Jedi against master on the void-packages repository

https://github.com/non-Jedi/void-packages hyperscan
https://github.com/void-linux/void-packages/pull/12705

New package: hyperscan-5.1.1
Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

A patch file from https://github.com/void-linux/void-packages/pull/12705.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hyperscan-12705.patch --]
[-- Type: application/text/x-diff, Size: 2473 bytes --]

From 1bde68874c62084898c787238e2dfaa8edab6221 Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Wed, 26 Jun 2019 12:30:36 -0400
Subject: [PATCH] New package: hyperscan-5.1.1

---
 srcpkgs/hyperscan-devel    |  1 +
 srcpkgs/hyperscan-doc      |  1 +
 srcpkgs/hyperscan/template | 52 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 54 insertions(+)
 create mode 120000 srcpkgs/hyperscan-devel
 create mode 120000 srcpkgs/hyperscan-doc
 create mode 100644 srcpkgs/hyperscan/template

diff --git a/srcpkgs/hyperscan-devel b/srcpkgs/hyperscan-devel
new file mode 120000
index 00000000000..12055d9d7fe
--- /dev/null
+++ b/srcpkgs/hyperscan-devel
@@ -0,0 +1 @@
+hyperscan
\ No newline at end of file
diff --git a/srcpkgs/hyperscan-doc b/srcpkgs/hyperscan-doc
new file mode 120000
index 00000000000..12055d9d7fe
--- /dev/null
+++ b/srcpkgs/hyperscan-doc
@@ -0,0 +1 @@
+hyperscan
\ No newline at end of file
diff --git a/srcpkgs/hyperscan/template b/srcpkgs/hyperscan/template
new file mode 100644
index 00000000000..ed447a321ad
--- /dev/null
+++ b/srcpkgs/hyperscan/template
@@ -0,0 +1,52 @@
+# Template file for 'hyperscan'
+pkgname=hyperscan
+version=5.1.1
+revision=1
+# Intel project only supports intel architectures
+archs="x86_64* i686*"
+build_style=cmake
+configure_args="-DBUILD_STATIC_AND_SHARED=1"
+hostmakedepends="ragel python"
+makedepends="boost-devel"
+short_desc="High-performance regular expression matching library"
+maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
+license="BSD-3-Clause"
+homepage="https://www.hyperscan.io"
+distfiles="https://github.com/intel/hyperscan/archive/v${version}.tar.gz"
+checksum=e3bb509d4002f2d75e1804e754efa6334316d1ee110a3b85c8156c08fe5e2369
+
+# musl doesn't support ifunc so hyperscan can't build "fat runtime"
+case "$XBPS_TARGET_MACHINE" in
+i686-musl)
+	export CFLAGS="-march=pentium4"
+	export CXXFLAGS="-march=pentium4"
+	;;
+x86_64-musl)
+	export CFLAGS="-march=x86-64"
+	export CXXFLAGS="-march=x86-64"
+	;;
+esac
+
+post_install() {
+	vlicense COPYING
+}
+
+hyperscan-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+hyperscan-doc_package() {
+	short_desc+=" - documentation files"
+	archs=noarch
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share
+	}
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-06-26 21:02 ` voidlinux-github
@ 2019-06-26 21:06 ` voidlinux-github
  2019-06-27 12:38 ` voidlinux-github
  2019-10-08 16:16 ` [PR PATCH] [Closed]: " voidlinux-github
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 21:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 395 bytes --]

New comment by non-Jedi on void-packages repository

https://github.com/void-linux/void-packages/pull/12705#issuecomment-506045076
Comment:
Force pushed with `archs=` set since intel doesn't support non-intel architectures. Also trying to figure out the build failure on musl i686 and x86_64. I'm trying to get xbps-src setup locally to be able to test compiling on musl, but I'm not there yet.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-06-26 21:06 ` voidlinux-github
@ 2019-06-27 12:38 ` voidlinux-github
  2019-10-08 16:16 ` [PR PATCH] [Closed]: " voidlinux-github
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-27 12:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

New comment by non-Jedi on void-packages repository

https://github.com/void-linux/void-packages/pull/12705#issuecomment-506328161
Comment:
Need to figure out why hyperscan SSSE3 testing fails with musl but not glibc. Looks like the following program fails to compile:

```C
#include <${INTRIN_INC_H}>
int main() {
    __m128i a = _mm_set1_epi8(1);
    (void)_mm_shuffle_epi8(a, a);
}
```

Is it okay if I just mark musl as broken until then?

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Closed]: New package: hyperscan-5.1.1
  2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
                   ` (15 preceding siblings ...)
  2019-06-27 12:38 ` voidlinux-github
@ 2019-10-08 16:16 ` voidlinux-github
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-10-08 16:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

There's a closed pull request on the void-packages repository

New package: hyperscan-5.1.1
https://github.com/void-linux/void-packages/pull/12705

Description:
Relatively length build time on my machine. It's possible CI won't be able to finish with this one. Built and tested on x86_64. Have not tried other architectures nor cross-compiling.

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2019-10-08 16:16 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-26 16:38 [PR PATCH] New package: hyperscan-5.1.1 voidlinux-github
2019-06-26 16:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-26 16:42 ` voidlinux-github
2019-06-26 16:44 ` voidlinux-github
2019-06-26 16:44 ` voidlinux-github
2019-06-26 16:44 ` voidlinux-github
2019-06-26 16:44 ` voidlinux-github
2019-06-26 18:44 ` voidlinux-github
2019-06-26 19:02 ` voidlinux-github
2019-06-26 20:06 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-26 20:06 ` voidlinux-github
2019-06-26 20:06 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-26 20:08 ` voidlinux-github
2019-06-26 21:02 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-26 21:02 ` voidlinux-github
2019-06-26 21:06 ` voidlinux-github
2019-06-27 12:38 ` voidlinux-github
2019-10-08 16:16 ` [PR PATCH] [Closed]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).