Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: hyperscan-5.1.1
Date: Wed, 26 Jun 2019 18:42:53 +0200	[thread overview]
Message-ID: <20190626164253.Ya9wyffjwHCWS5rjipZW0G36Bt28sr9xoHMfcC-RIhU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12705@inbox.vuxu.org>

[-- 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
+	}
+}

  reply	other threads:[~2019-06-26 16:42 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-26 16:38 [PR PATCH] " voidlinux-github
2019-06-26 16:42 ` voidlinux-github [this message]
2019-06-26 16:42 ` [PR PATCH] [Updated] " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190626164253.Ya9wyffjwHCWS5rjipZW0G36Bt28sr9xoHMfcC-RIhU@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).