Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: php8.[012]-redis-5.3.7
@ 2023-06-26 17:19 TinfoilSubmarine
  2023-09-25  1:45 ` github-actions
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2023-06-26 17:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/php
https://github.com/void-linux/void-packages/pull/44647

New package: php8.[012]-redis-5.3.7
- New package: php8.0-redis-5.3.7
- New package: php8.1-redis-5.3.7
- New package: php8.2-redis-5.3.7

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/php-44647.patch --]
[-- Type: text/x-diff, Size: 6708 bytes --]

From 9c2777aa82a1c7cc4e0534d3862f33924b31e62f Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 26 Jun 2023 13:16:41 -0400
Subject: [PATCH 1/3] New package: php8.0-redis-5.3.7

---
 srcpkgs/php8.0-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.0-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.0-redis/update      |  1 +
 3 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/php8.0-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.0-redis/template
 create mode 100644 srcpkgs/php8.0-redis/update

diff --git a/srcpkgs/php8.0-redis/INSTALL.msg b/srcpkgs/php8.0-redis/INSTALL.msg
new file mode 100644
index 000000000000..2a9de04b421e
--- /dev/null
+++ b/srcpkgs/php8.0-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.0-redis/template b/srcpkgs/php8.0-redis/template
new file mode 100644
index 000000000000..32db4d19223a
--- /dev/null
+++ b/srcpkgs/php8.0-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.0-redis'
+pkgname=php8.0-redis
+version=5.3.7
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.0"
+hostmakedepends="php8.0-devel autoconf pkg-config"
+makedepends="php8.0-devel"
+depends="php8.0"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=b958166ccda4f40bd17c6998f9e2239021ae644467cd8ad5c15def420aad65b0
+
+pre_configure() {
+	phpize8.0
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.0-redis/update b/srcpkgs/php8.0-redis/update
new file mode 100644
index 000000000000..fb47044a964d
--- /dev/null
+++ b/srcpkgs/php8.0-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

From 2c63aebd5dd17d08d059ed3fe7a054a3111da705 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 26 Jun 2023 13:16:44 -0400
Subject: [PATCH 2/3] New package: php8.1-redis-5.3.7

---
 srcpkgs/php8.1-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.1-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.1-redis/update      |  1 +
 3 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/php8.1-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.1-redis/template
 create mode 100644 srcpkgs/php8.1-redis/update

diff --git a/srcpkgs/php8.1-redis/INSTALL.msg b/srcpkgs/php8.1-redis/INSTALL.msg
new file mode 100644
index 000000000000..2a9de04b421e
--- /dev/null
+++ b/srcpkgs/php8.1-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.1-redis/template b/srcpkgs/php8.1-redis/template
new file mode 100644
index 000000000000..3fe5bd8dffc0
--- /dev/null
+++ b/srcpkgs/php8.1-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.1-redis'
+pkgname=php8.1-redis
+version=5.3.7
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.1"
+hostmakedepends="php8.1-devel autoconf pkg-config"
+makedepends="php8.1-devel"
+depends="php8.1"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=b958166ccda4f40bd17c6998f9e2239021ae644467cd8ad5c15def420aad65b0
+
+pre_configure() {
+	phpize8.1
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.1-redis/update b/srcpkgs/php8.1-redis/update
new file mode 100644
index 000000000000..fb47044a964d
--- /dev/null
+++ b/srcpkgs/php8.1-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

From b459b4770a05721f7d7afe8d6ac1d4daadbc6121 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 26 Jun 2023 13:16:47 -0400
Subject: [PATCH 3/3] New package: php8.2-redis-5.3.7

---
 srcpkgs/php-redis                |  1 +
 srcpkgs/php/template             |  8 +++++++-
 srcpkgs/php8.2-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.2-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.2-redis/update      |  1 +
 5 files changed, 35 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/php-redis
 create mode 100644 srcpkgs/php8.2-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.2-redis/template
 create mode 100644 srcpkgs/php8.2-redis/update

diff --git a/srcpkgs/php-redis b/srcpkgs/php-redis
new file mode 120000
index 000000000000..fa557ad95d0a
--- /dev/null
+++ b/srcpkgs/php-redis
@@ -0,0 +1 @@
+php
\ No newline at end of file
diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index 9fd1e27be27c..2419dd147d9f 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=8.2
-revision=2
+revision=3
 build_style=meta
 depends="php${version}"
 short_desc="Meta package for PHP"
@@ -161,6 +161,12 @@ php-mongodb_package() {
 	short_desc="PHP MongoDB driver meta package"
 }
 
+php-redis_package() {
+	depends="php${version}-redis"
+	build_style=meta
+	short_desc="PHP Redis extension meta package"
+}
+
 xdebug_package() {
 	depends="xdebug${version}"
 	build_style=meta
diff --git a/srcpkgs/php8.2-redis/INSTALL.msg b/srcpkgs/php8.2-redis/INSTALL.msg
new file mode 100644
index 000000000000..2a9de04b421e
--- /dev/null
+++ b/srcpkgs/php8.2-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.2-redis/template b/srcpkgs/php8.2-redis/template
new file mode 100644
index 000000000000..22b17355b28b
--- /dev/null
+++ b/srcpkgs/php8.2-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.2-redis'
+pkgname=php8.2-redis
+version=5.3.7
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.2"
+hostmakedepends="php8.2-devel autoconf pkg-config"
+makedepends="php8.2-devel"
+depends="php8.2"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=b958166ccda4f40bd17c6998f9e2239021ae644467cd8ad5c15def420aad65b0
+
+pre_configure() {
+	phpize8.2
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.2-redis/update b/srcpkgs/php8.2-redis/update
new file mode 100644
index 000000000000..fb47044a964d
--- /dev/null
+++ b/srcpkgs/php8.2-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

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

* Re: New package: php8.[012]-redis-5.3.7
  2023-06-26 17:19 [PR PATCH] New package: php8.[012]-redis-5.3.7 TinfoilSubmarine
@ 2023-09-25  1:45 ` github-actions
  2023-09-27 14:43 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-09-25  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/44647#issuecomment-1732779204

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: php8.[012]-redis-5.3.7
  2023-06-26 17:19 [PR PATCH] New package: php8.[012]-redis-5.3.7 TinfoilSubmarine
  2023-09-25  1:45 ` github-actions
@ 2023-09-27 14:43 ` TinfoilSubmarine
  2023-12-13 18:00 ` [PR PATCH] [Updated] New package: php8.[12]-redis-5.3.7 TinfoilSubmarine
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2023-09-27 14:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/php
https://github.com/void-linux/void-packages/pull/44647

New package: php8.[012]-redis-5.3.7
- New package: php8.0-redis-5.3.7
- New package: php8.1-redis-5.3.7
- New package: php8.2-redis-5.3.7

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/php-44647.patch --]
[-- Type: text/x-diff, Size: 4803 bytes --]

From a2280eada072ce84b1d9540fa717a5f4ec328af0 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 26 Jun 2023 13:16:44 -0400
Subject: [PATCH 1/2] New package: php8.1-redis-5.3.7

---
 srcpkgs/php8.1-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.1-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.1-redis/update      |  1 +
 3 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/php8.1-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.1-redis/template
 create mode 100644 srcpkgs/php8.1-redis/update

diff --git a/srcpkgs/php8.1-redis/INSTALL.msg b/srcpkgs/php8.1-redis/INSTALL.msg
new file mode 100644
index 0000000000000..2a9de04b421e1
--- /dev/null
+++ b/srcpkgs/php8.1-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.1-redis/template b/srcpkgs/php8.1-redis/template
new file mode 100644
index 0000000000000..3fe5bd8dffc06
--- /dev/null
+++ b/srcpkgs/php8.1-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.1-redis'
+pkgname=php8.1-redis
+version=5.3.7
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.1"
+hostmakedepends="php8.1-devel autoconf pkg-config"
+makedepends="php8.1-devel"
+depends="php8.1"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=b958166ccda4f40bd17c6998f9e2239021ae644467cd8ad5c15def420aad65b0
+
+pre_configure() {
+	phpize8.1
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.1-redis/update b/srcpkgs/php8.1-redis/update
new file mode 100644
index 0000000000000..fb47044a964d5
--- /dev/null
+++ b/srcpkgs/php8.1-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

From 770503c086fe3d1bb7b31a9815ceaab2650f8d7e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 26 Jun 2023 13:16:47 -0400
Subject: [PATCH 2/2] New package: php8.2-redis-5.3.7

---
 srcpkgs/php-redis                |  1 +
 srcpkgs/php/template             |  8 +++++++-
 srcpkgs/php8.2-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.2-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.2-redis/update      |  1 +
 5 files changed, 35 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/php-redis
 create mode 100644 srcpkgs/php8.2-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.2-redis/template
 create mode 100644 srcpkgs/php8.2-redis/update

diff --git a/srcpkgs/php-redis b/srcpkgs/php-redis
new file mode 120000
index 0000000000000..fa557ad95d0aa
--- /dev/null
+++ b/srcpkgs/php-redis
@@ -0,0 +1 @@
+php
\ No newline at end of file
diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index 9fd1e27be27cf..2419dd147d9fe 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=8.2
-revision=2
+revision=3
 build_style=meta
 depends="php${version}"
 short_desc="Meta package for PHP"
@@ -161,6 +161,12 @@ php-mongodb_package() {
 	short_desc="PHP MongoDB driver meta package"
 }
 
+php-redis_package() {
+	depends="php${version}-redis"
+	build_style=meta
+	short_desc="PHP Redis extension meta package"
+}
+
 xdebug_package() {
 	depends="xdebug${version}"
 	build_style=meta
diff --git a/srcpkgs/php8.2-redis/INSTALL.msg b/srcpkgs/php8.2-redis/INSTALL.msg
new file mode 100644
index 0000000000000..2a9de04b421e1
--- /dev/null
+++ b/srcpkgs/php8.2-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.2-redis/template b/srcpkgs/php8.2-redis/template
new file mode 100644
index 0000000000000..22b17355b28b7
--- /dev/null
+++ b/srcpkgs/php8.2-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.2-redis'
+pkgname=php8.2-redis
+version=5.3.7
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.2"
+hostmakedepends="php8.2-devel autoconf pkg-config"
+makedepends="php8.2-devel"
+depends="php8.2"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=b958166ccda4f40bd17c6998f9e2239021ae644467cd8ad5c15def420aad65b0
+
+pre_configure() {
+	phpize8.2
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.2-redis/update b/srcpkgs/php8.2-redis/update
new file mode 100644
index 0000000000000..fb47044a964d5
--- /dev/null
+++ b/srcpkgs/php8.2-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

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

* Re: [PR PATCH] [Updated] New package: php8.[12]-redis-5.3.7
  2023-06-26 17:19 [PR PATCH] New package: php8.[012]-redis-5.3.7 TinfoilSubmarine
  2023-09-25  1:45 ` github-actions
  2023-09-27 14:43 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2023-12-13 18:00 ` TinfoilSubmarine
  2023-12-13 18:03 ` New package: php8.*-redis-6.0.2 TinfoilSubmarine
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2023-12-13 18:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/php
https://github.com/void-linux/void-packages/pull/44647

New package: php8.[12]-redis-5.3.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/php-44647.patch --]
[-- Type: text/x-diff, Size: 6730 bytes --]

From aa5fbd0e6bcf9d7c4a1f1eb027fdaeed90117380 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 26 Jun 2023 13:16:44 -0400
Subject: [PATCH 1/3] New package: php8.1-redis-6.0.2

---
 srcpkgs/php8.1-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.1-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.1-redis/update      |  1 +
 3 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/php8.1-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.1-redis/template
 create mode 100644 srcpkgs/php8.1-redis/update

diff --git a/srcpkgs/php8.1-redis/INSTALL.msg b/srcpkgs/php8.1-redis/INSTALL.msg
new file mode 100644
index 0000000000000..2a9de04b421e1
--- /dev/null
+++ b/srcpkgs/php8.1-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.1-redis/template b/srcpkgs/php8.1-redis/template
new file mode 100644
index 0000000000000..5084ec5b7780f
--- /dev/null
+++ b/srcpkgs/php8.1-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.1-redis'
+pkgname=php8.1-redis
+version=6.0.2
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.1"
+hostmakedepends="php8.1-devel autoconf pkg-config"
+makedepends="php8.1-devel"
+depends="php8.1"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=01aeccb0e14f897fe56f0509be6e6991ff0ad459f9d34e95e4556d02699b9a03
+
+pre_configure() {
+	phpize8.1
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.1-redis/update b/srcpkgs/php8.1-redis/update
new file mode 100644
index 0000000000000..fb47044a964d5
--- /dev/null
+++ b/srcpkgs/php8.1-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

From 835f2ea961aee754b1bf2ba00292979f9815cbd9 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 26 Jun 2023 13:16:47 -0400
Subject: [PATCH 2/3] New package: php8.2-redis-6.0.2

---
 srcpkgs/php-redis                |  1 +
 srcpkgs/php/template             |  8 +++++++-
 srcpkgs/php8.2-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.2-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.2-redis/update      |  1 +
 5 files changed, 35 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/php-redis
 create mode 100644 srcpkgs/php8.2-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.2-redis/template
 create mode 100644 srcpkgs/php8.2-redis/update

diff --git a/srcpkgs/php-redis b/srcpkgs/php-redis
new file mode 120000
index 0000000000000..fa557ad95d0aa
--- /dev/null
+++ b/srcpkgs/php-redis
@@ -0,0 +1 @@
+php
\ No newline at end of file
diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index 9fd1e27be27cf..2419dd147d9fe 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=8.2
-revision=2
+revision=3
 build_style=meta
 depends="php${version}"
 short_desc="Meta package for PHP"
@@ -161,6 +161,12 @@ php-mongodb_package() {
 	short_desc="PHP MongoDB driver meta package"
 }
 
+php-redis_package() {
+	depends="php${version}-redis"
+	build_style=meta
+	short_desc="PHP Redis extension meta package"
+}
+
 xdebug_package() {
 	depends="xdebug${version}"
 	build_style=meta
diff --git a/srcpkgs/php8.2-redis/INSTALL.msg b/srcpkgs/php8.2-redis/INSTALL.msg
new file mode 100644
index 0000000000000..2a9de04b421e1
--- /dev/null
+++ b/srcpkgs/php8.2-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.2-redis/template b/srcpkgs/php8.2-redis/template
new file mode 100644
index 0000000000000..c45fd14c0fcc9
--- /dev/null
+++ b/srcpkgs/php8.2-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.2-redis'
+pkgname=php8.2-redis
+version=6.0.2
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.2"
+hostmakedepends="php8.2-devel autoconf pkg-config"
+makedepends="php8.2-devel"
+depends="php8.2"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=01aeccb0e14f897fe56f0509be6e6991ff0ad459f9d34e95e4556d02699b9a03
+
+pre_configure() {
+	phpize8.2
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.2-redis/update b/srcpkgs/php8.2-redis/update
new file mode 100644
index 0000000000000..fb47044a964d5
--- /dev/null
+++ b/srcpkgs/php8.2-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

From 9d160cb016f54b70792b0ad13ddafa38d12ed115 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 13 Dec 2023 08:28:55 -0500
Subject: [PATCH 3/3] New package: php8.3-redis-6.0.2

---
 srcpkgs/php8.3-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.3-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.3-redis/update      |  1 +
 3 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/php8.3-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.3-redis/template
 create mode 100644 srcpkgs/php8.3-redis/update

diff --git a/srcpkgs/php8.3-redis/INSTALL.msg b/srcpkgs/php8.3-redis/INSTALL.msg
new file mode 100644
index 0000000000000..2a9de04b421e1
--- /dev/null
+++ b/srcpkgs/php8.3-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.3-redis/template b/srcpkgs/php8.3-redis/template
new file mode 100644
index 0000000000000..e86c03d1867a7
--- /dev/null
+++ b/srcpkgs/php8.3-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.3-redis'
+pkgname=php8.3-redis
+version=6.0.2
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.3"
+hostmakedepends="php8.3-devel autoconf pkg-config"
+makedepends="php8.3-devel"
+depends="php8.3"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=01aeccb0e14f897fe56f0509be6e6991ff0ad459f9d34e95e4556d02699b9a03
+
+pre_configure() {
+	phpize8.3
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.3-redis/update b/srcpkgs/php8.3-redis/update
new file mode 100644
index 0000000000000..fb47044a964d5
--- /dev/null
+++ b/srcpkgs/php8.3-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

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

* Re: New package: php8.*-redis-6.0.2
  2023-06-26 17:19 [PR PATCH] New package: php8.[012]-redis-5.3.7 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2023-12-13 18:00 ` [PR PATCH] [Updated] New package: php8.[12]-redis-5.3.7 TinfoilSubmarine
@ 2023-12-13 18:03 ` TinfoilSubmarine
  2024-01-03 14:56 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2023-12-13 18:03 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/44647#issuecomment-1854463904

Comment:
This one is also ready to merge, I added `php8.3-redis` to it.

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

* Re: [PR PATCH] [Updated] New package: php8.*-redis-6.0.2
  2023-06-26 17:19 [PR PATCH] New package: php8.[012]-redis-5.3.7 TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2023-12-13 18:03 ` New package: php8.*-redis-6.0.2 TinfoilSubmarine
@ 2024-01-03 14:56 ` TinfoilSubmarine
  2024-01-03 15:42 ` TinfoilSubmarine
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2024-01-03 14:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/php
https://github.com/void-linux/void-packages/pull/44647

New package: php8.*-redis-6.0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/php-44647.patch --]
[-- Type: text/x-diff, Size: 6730 bytes --]

From e95c3e6de546933073f6526db08ea52de4be337f Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 26 Jun 2023 13:16:44 -0400
Subject: [PATCH 1/3] New package: php8.1-redis-6.0.2

---
 srcpkgs/php8.1-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.1-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.1-redis/update      |  1 +
 3 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/php8.1-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.1-redis/template
 create mode 100644 srcpkgs/php8.1-redis/update

diff --git a/srcpkgs/php8.1-redis/INSTALL.msg b/srcpkgs/php8.1-redis/INSTALL.msg
new file mode 100644
index 0000000000000..2a9de04b421e1
--- /dev/null
+++ b/srcpkgs/php8.1-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.1-redis/template b/srcpkgs/php8.1-redis/template
new file mode 100644
index 0000000000000..5084ec5b7780f
--- /dev/null
+++ b/srcpkgs/php8.1-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.1-redis'
+pkgname=php8.1-redis
+version=6.0.2
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.1"
+hostmakedepends="php8.1-devel autoconf pkg-config"
+makedepends="php8.1-devel"
+depends="php8.1"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=01aeccb0e14f897fe56f0509be6e6991ff0ad459f9d34e95e4556d02699b9a03
+
+pre_configure() {
+	phpize8.1
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.1-redis/update b/srcpkgs/php8.1-redis/update
new file mode 100644
index 0000000000000..fb47044a964d5
--- /dev/null
+++ b/srcpkgs/php8.1-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

From 7bc82119c712cd7fd049aa75acb54a4301a22174 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 26 Jun 2023 13:16:47 -0400
Subject: [PATCH 2/3] New package: php8.2-redis-6.0.2

---
 srcpkgs/php8.2-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.2-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.2-redis/update      |  1 +
 3 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/php8.2-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.2-redis/template
 create mode 100644 srcpkgs/php8.2-redis/update

diff --git a/srcpkgs/php8.2-redis/INSTALL.msg b/srcpkgs/php8.2-redis/INSTALL.msg
new file mode 100644
index 0000000000000..2a9de04b421e1
--- /dev/null
+++ b/srcpkgs/php8.2-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.2-redis/template b/srcpkgs/php8.2-redis/template
new file mode 100644
index 0000000000000..c45fd14c0fcc9
--- /dev/null
+++ b/srcpkgs/php8.2-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.2-redis'
+pkgname=php8.2-redis
+version=6.0.2
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.2"
+hostmakedepends="php8.2-devel autoconf pkg-config"
+makedepends="php8.2-devel"
+depends="php8.2"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=01aeccb0e14f897fe56f0509be6e6991ff0ad459f9d34e95e4556d02699b9a03
+
+pre_configure() {
+	phpize8.2
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.2-redis/update b/srcpkgs/php8.2-redis/update
new file mode 100644
index 0000000000000..fb47044a964d5
--- /dev/null
+++ b/srcpkgs/php8.2-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

From 5815c1703648a0ce0171ff92bb1aa3754be09fe0 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 13 Dec 2023 08:28:55 -0500
Subject: [PATCH 3/3] New package: php8.3-redis-6.0.2

---
 srcpkgs/php-redis                |  1 +
 srcpkgs/php/template             |  8 +++++++-
 srcpkgs/php8.3-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.3-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.3-redis/update      |  1 +
 5 files changed, 35 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/php-redis
 create mode 100644 srcpkgs/php8.3-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.3-redis/template
 create mode 100644 srcpkgs/php8.3-redis/update

diff --git a/srcpkgs/php-redis b/srcpkgs/php-redis
new file mode 120000
index 0000000000000..fa557ad95d0aa
--- /dev/null
+++ b/srcpkgs/php-redis
@@ -0,0 +1 @@
+php
\ No newline at end of file
diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index 16d392f66f24c..d04d1369746fd 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=8.3
-revision=1
+revision=2
 build_style=meta
 depends="php${version}"
 short_desc="Meta package for PHP"
@@ -161,6 +161,12 @@ php-mongodb_package() {
 	short_desc="PHP MongoDB driver meta package"
 }
 
+php-redis_package() {
+	depends="php${version}-redis"
+	build_style=meta
+	short_desc="PHP Redis extension meta package"
+}
+
 xdebug_package() {
 	depends="xdebug${version}"
 	build_style=meta
diff --git a/srcpkgs/php8.3-redis/INSTALL.msg b/srcpkgs/php8.3-redis/INSTALL.msg
new file mode 100644
index 0000000000000..2a9de04b421e1
--- /dev/null
+++ b/srcpkgs/php8.3-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.3-redis/template b/srcpkgs/php8.3-redis/template
new file mode 100644
index 0000000000000..e86c03d1867a7
--- /dev/null
+++ b/srcpkgs/php8.3-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.3-redis'
+pkgname=php8.3-redis
+version=6.0.2
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.3"
+hostmakedepends="php8.3-devel autoconf pkg-config"
+makedepends="php8.3-devel"
+depends="php8.3"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=01aeccb0e14f897fe56f0509be6e6991ff0ad459f9d34e95e4556d02699b9a03
+
+pre_configure() {
+	phpize8.3
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.3-redis/update b/srcpkgs/php8.3-redis/update
new file mode 100644
index 0000000000000..fb47044a964d5
--- /dev/null
+++ b/srcpkgs/php8.3-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

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

* Re: New package: php8.*-redis-6.0.2
  2023-06-26 17:19 [PR PATCH] New package: php8.[012]-redis-5.3.7 TinfoilSubmarine
                   ` (4 preceding siblings ...)
  2024-01-03 14:56 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-01-03 15:42 ` TinfoilSubmarine
  2024-05-14  1:46 ` github-actions
  2024-05-14 13:45 ` [PR PATCH] [Updated] " TinfoilSubmarine
  7 siblings, 0 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2024-01-03 15:42 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/44647#issuecomment-1875571535

Comment:
Rebased on latest PHP 8.3 changes and ready for merge again

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

* Re: New package: php8.*-redis-6.0.2
  2023-06-26 17:19 [PR PATCH] New package: php8.[012]-redis-5.3.7 TinfoilSubmarine
                   ` (5 preceding siblings ...)
  2024-01-03 15:42 ` TinfoilSubmarine
@ 2024-05-14  1:46 ` github-actions
  2024-05-14 13:45 ` [PR PATCH] [Updated] " TinfoilSubmarine
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2024-05-14  1:46 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/44647#issuecomment-2109122478

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: php8.*-redis-6.0.2
  2023-06-26 17:19 [PR PATCH] New package: php8.[012]-redis-5.3.7 TinfoilSubmarine
                   ` (6 preceding siblings ...)
  2024-05-14  1:46 ` github-actions
@ 2024-05-14 13:45 ` TinfoilSubmarine
  7 siblings, 0 replies; 9+ messages in thread
From: TinfoilSubmarine @ 2024-05-14 13:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/php
https://github.com/void-linux/void-packages/pull/44647

New package: php8.*-redis-6.0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/php-44647.patch --]
[-- Type: text/x-diff, Size: 6752 bytes --]

From c85fa7cf4714096f9a5f9be955edfb411e66b8f0 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 26 Jun 2023 13:16:44 -0400
Subject: [PATCH 1/3] New package: php8.1-redis-6.0.2

---
 srcpkgs/php8.1-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.1-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.1-redis/update      |  1 +
 3 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/php8.1-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.1-redis/template
 create mode 100644 srcpkgs/php8.1-redis/update

diff --git a/srcpkgs/php8.1-redis/INSTALL.msg b/srcpkgs/php8.1-redis/INSTALL.msg
new file mode 100644
index 00000000000000..2a9de04b421e15
--- /dev/null
+++ b/srcpkgs/php8.1-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.1-redis/template b/srcpkgs/php8.1-redis/template
new file mode 100644
index 00000000000000..5084ec5b7780ff
--- /dev/null
+++ b/srcpkgs/php8.1-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.1-redis'
+pkgname=php8.1-redis
+version=6.0.2
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.1"
+hostmakedepends="php8.1-devel autoconf pkg-config"
+makedepends="php8.1-devel"
+depends="php8.1"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=01aeccb0e14f897fe56f0509be6e6991ff0ad459f9d34e95e4556d02699b9a03
+
+pre_configure() {
+	phpize8.1
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.1-redis/update b/srcpkgs/php8.1-redis/update
new file mode 100644
index 00000000000000..fb47044a964d56
--- /dev/null
+++ b/srcpkgs/php8.1-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

From 3385326e27d1f985addbeaaac3bbb07bf964cf9d Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 26 Jun 2023 13:16:47 -0400
Subject: [PATCH 2/3] New package: php8.2-redis-6.0.2

---
 srcpkgs/php8.2-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.2-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.2-redis/update      |  1 +
 3 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/php8.2-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.2-redis/template
 create mode 100644 srcpkgs/php8.2-redis/update

diff --git a/srcpkgs/php8.2-redis/INSTALL.msg b/srcpkgs/php8.2-redis/INSTALL.msg
new file mode 100644
index 00000000000000..2a9de04b421e15
--- /dev/null
+++ b/srcpkgs/php8.2-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.2-redis/template b/srcpkgs/php8.2-redis/template
new file mode 100644
index 00000000000000..c45fd14c0fcc9c
--- /dev/null
+++ b/srcpkgs/php8.2-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.2-redis'
+pkgname=php8.2-redis
+version=6.0.2
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.2"
+hostmakedepends="php8.2-devel autoconf pkg-config"
+makedepends="php8.2-devel"
+depends="php8.2"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=01aeccb0e14f897fe56f0509be6e6991ff0ad459f9d34e95e4556d02699b9a03
+
+pre_configure() {
+	phpize8.2
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.2-redis/update b/srcpkgs/php8.2-redis/update
new file mode 100644
index 00000000000000..fb47044a964d56
--- /dev/null
+++ b/srcpkgs/php8.2-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

From 3268d2321db9118f7194c7474bbc5a288dd86eb4 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 13 Dec 2023 08:28:55 -0500
Subject: [PATCH 3/3] New package: php8.3-redis-6.0.2

---
 srcpkgs/php-redis                |  1 +
 srcpkgs/php/template             |  8 +++++++-
 srcpkgs/php8.3-redis/INSTALL.msg |  3 +++
 srcpkgs/php8.3-redis/template    | 23 +++++++++++++++++++++++
 srcpkgs/php8.3-redis/update      |  1 +
 5 files changed, 35 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/php-redis
 create mode 100644 srcpkgs/php8.3-redis/INSTALL.msg
 create mode 100644 srcpkgs/php8.3-redis/template
 create mode 100644 srcpkgs/php8.3-redis/update

diff --git a/srcpkgs/php-redis b/srcpkgs/php-redis
new file mode 120000
index 00000000000000..fa557ad95d0aa1
--- /dev/null
+++ b/srcpkgs/php-redis
@@ -0,0 +1 @@
+php
\ No newline at end of file
diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index 16d392f66f24c3..d04d1369746fd5 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=8.3
-revision=1
+revision=2
 build_style=meta
 depends="php${version}"
 short_desc="Meta package for PHP"
@@ -161,6 +161,12 @@ php-mongodb_package() {
 	short_desc="PHP MongoDB driver meta package"
 }
 
+php-redis_package() {
+	depends="php${version}-redis"
+	build_style=meta
+	short_desc="PHP Redis extension meta package"
+}
+
 xdebug_package() {
 	depends="xdebug${version}"
 	build_style=meta
diff --git a/srcpkgs/php8.3-redis/INSTALL.msg b/srcpkgs/php8.3-redis/INSTALL.msg
new file mode 100644
index 00000000000000..2a9de04b421e15
--- /dev/null
+++ b/srcpkgs/php8.3-redis/INSTALL.msg
@@ -0,0 +1,3 @@
+To enable the Redis extension add the following line to your php.ini:
+
+	extension=redis
diff --git a/srcpkgs/php8.3-redis/template b/srcpkgs/php8.3-redis/template
new file mode 100644
index 00000000000000..e86c03d1867a75
--- /dev/null
+++ b/srcpkgs/php8.3-redis/template
@@ -0,0 +1,23 @@
+# Template file for 'php8.3-redis'
+pkgname=php8.3-redis
+version=6.0.2
+revision=1
+build_style=gnu-configure
+configure_args="--with-php-config=/usr/bin/php-config8.3"
+hostmakedepends="php8.3-devel autoconf pkg-config"
+makedepends="php8.3-devel"
+depends="php8.3"
+short_desc="PHP extension for Redis"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/redis"
+distfiles="https://pecl.php.net/get/redis-$version.tgz"
+checksum=01aeccb0e14f897fe56f0509be6e6991ff0ad459f9d34e95e4556d02699b9a03
+
+pre_configure() {
+	phpize8.3
+}
+
+pre_install() {
+	make_install_args="INSTALL_ROOT=$DESTDIR"
+}
diff --git a/srcpkgs/php8.3-redis/update b/srcpkgs/php8.3-redis/update
new file mode 100644
index 00000000000000..fb47044a964d56
--- /dev/null
+++ b/srcpkgs/php8.3-redis/update
@@ -0,0 +1 @@
+pattern='<th.*Release \K[\d.]+(?=:</th>)'

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

end of thread, other threads:[~2024-05-14 13:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-26 17:19 [PR PATCH] New package: php8.[012]-redis-5.3.7 TinfoilSubmarine
2023-09-25  1:45 ` github-actions
2023-09-27 14:43 ` [PR PATCH] [Updated] " TinfoilSubmarine
2023-12-13 18:00 ` [PR PATCH] [Updated] New package: php8.[12]-redis-5.3.7 TinfoilSubmarine
2023-12-13 18:03 ` New package: php8.*-redis-6.0.2 TinfoilSubmarine
2024-01-03 14:56 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-01-03 15:42 ` TinfoilSubmarine
2024-05-14  1:46 ` github-actions
2024-05-14 13:45 ` [PR PATCH] [Updated] " TinfoilSubmarine

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).