Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: php-memcached-3.2.0
@ 2022-08-27  1:53 bingulo
  2022-08-29 19:37 ` [PR PATCH] [Updated] " bingulo
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bingulo @ 2022-08-27  1:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bingulo/void-packages php-memcached
https://github.com/void-linux/void-packages/pull/38936

New package: php-memcached-3.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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


<!-- 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, (x86_64H-LIBC)

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

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

From 0c9bc7b6b6b803db999bf0c4bb5f13a7e58a7814 Mon Sep 17 00:00:00 2001
From: bingulo <gcarlos@disroot.org>
Date: Fri, 26 Aug 2022 15:38:46 -0300
Subject: [PATCH] New package: php-memcached-3.2.0

---
 srcpkgs/php-memcached/template | 35 ++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/php-memcached/template

diff --git a/srcpkgs/php-memcached/template b/srcpkgs/php-memcached/template
new file mode 100644
index 000000000000..ae5347480784
--- /dev/null
+++ b/srcpkgs/php-memcached/template
@@ -0,0 +1,35 @@
+# Template file for 'php-memcached'
+pkgname=php-memcached
+version=3.2.0
+revision=1
+wrksrc="memcached-${version}"
+build_style=gnu-configure
+configure_args="--with-php-config=php-config
+ --with-libmemcached-dir=/usr
+ --with-zlib-dir=/usr
+ --with-system-fastlz=no
+ --enable-memcached-igbinary=no
+ --enable-memcached-msgpack=no
+ --enable-memcached-json=no
+ --enable-memcached-protocol=no
+ --enable-memcached-sasl=yes
+ --enable-memcached-session=yes"
+hostmakedepends="php-devel autoconf pkg-config"
+makedepends="php-devel libmemcached-devel zlib-devel"
+depends="php>=7.0.0"
+short_desc="PHP extension for interfacing with memcached via libmemcached library"
+maintainer="Carlos E. Gallo F. <gcarlos@disroot.org>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/memcached"
+distfiles="https://pecl.php.net/get/memcached-${version}.tgz"
+checksum=2a41143a7b29f4a962a3805b77aa207a99e4566e2d314ce98a051cd24d6e9636
+changelog="https://pecl.php.net/package-changelog.php?package=memcached"
+
+pre_configure() {
+	phpize
+}
+
+do_install() {
+	vinstall modules/memcached.so 755 /usr/lib/php/modules/
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: php-memcached-3.2.0
  2022-08-27  1:53 [PR PATCH] New package: php-memcached-3.2.0 bingulo
@ 2022-08-29 19:37 ` bingulo
  2022-08-29 19:48 ` bingulo
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bingulo @ 2022-08-29 19:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bingulo/void-packages php-memcached
https://github.com/void-linux/void-packages/pull/38936

New package: php-memcached-3.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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


<!-- 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, (x86_64H-LIBC)

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

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

From 9807ac98b69c385fd49a1d919d4e3e8213c908c5 Mon Sep 17 00:00:00 2001
From: bingulo <gcarlos@disroot.org>
Date: Fri, 26 Aug 2022 15:38:46 -0300
Subject: [PATCH] New package: php-memcached-3.2.0

---
 srcpkgs/php-memcached/template | 35 ++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/php-memcached/template

diff --git a/srcpkgs/php-memcached/template b/srcpkgs/php-memcached/template
new file mode 100644
index 000000000000..bbb21d968a27
--- /dev/null
+++ b/srcpkgs/php-memcached/template
@@ -0,0 +1,35 @@
+# Template file for 'php-memcached'
+pkgname=php-memcached
+version=3.2.0
+revision=1
+wrksrc="memcached-${version}"
+build_style=gnu-configure
+configure_args="--with-php-config=php-config
+ --with-libmemcached-dir=/usr
+ --with-zlib-dir=/usr
+ --with-system-fastlz=no
+ --enable-memcached-igbinary=no
+ --enable-memcached-msgpack=no
+ --enable-memcached-json=no
+ --enable-memcached-protocol=no
+ --enable-memcached-sasl=yes
+ --enable-memcached-session=yes"
+hostmakedepends="autoconf php-devel pkg-config"
+makedepends="libmemcached-devel php-devel zlib-devel"
+depends="php>=7.0.0"
+short_desc="PHP extension for interfacing with memcached via libmemcached library"
+maintainer="Carlos E. Gallo F. <gcarlos@disroot.org>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/memcached"
+changelog="https://pecl.php.net/package-changelog.php?package=memcached"
+distfiles="https://pecl.php.net/get/memcached-${version}.tgz"
+checksum=2a41143a7b29f4a962a3805b77aa207a99e4566e2d314ce98a051cd24d6e9636
+
+pre_configure() {
+	phpize
+}
+
+do_install() {
+	vinstall modules/memcached.so 755 /usr/lib/php/modules/
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: php-memcached-3.2.0
  2022-08-27  1:53 [PR PATCH] New package: php-memcached-3.2.0 bingulo
  2022-08-29 19:37 ` [PR PATCH] [Updated] " bingulo
@ 2022-08-29 19:48 ` bingulo
  2022-08-29 19:57 ` bingulo
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bingulo @ 2022-08-29 19:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bingulo/void-packages php-memcached
https://github.com/void-linux/void-packages/pull/38936

New package: php-memcached-3.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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


<!-- 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, (x86_64H-LIBC)

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

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

From 9807ac98b69c385fd49a1d919d4e3e8213c908c5 Mon Sep 17 00:00:00 2001
From: bingulo <gcarlos@disroot.org>
Date: Fri, 26 Aug 2022 15:38:46 -0300
Subject: [PATCH] New package: php-memcached-3.2.0

---
 srcpkgs/php-memcached/template | 35 ++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/php-memcached/template

diff --git a/srcpkgs/php-memcached/template b/srcpkgs/php-memcached/template
new file mode 100644
index 000000000000..bbb21d968a27
--- /dev/null
+++ b/srcpkgs/php-memcached/template
@@ -0,0 +1,35 @@
+# Template file for 'php-memcached'
+pkgname=php-memcached
+version=3.2.0
+revision=1
+wrksrc="memcached-${version}"
+build_style=gnu-configure
+configure_args="--with-php-config=php-config
+ --with-libmemcached-dir=/usr
+ --with-zlib-dir=/usr
+ --with-system-fastlz=no
+ --enable-memcached-igbinary=no
+ --enable-memcached-msgpack=no
+ --enable-memcached-json=no
+ --enable-memcached-protocol=no
+ --enable-memcached-sasl=yes
+ --enable-memcached-session=yes"
+hostmakedepends="autoconf php-devel pkg-config"
+makedepends="libmemcached-devel php-devel zlib-devel"
+depends="php>=7.0.0"
+short_desc="PHP extension for interfacing with memcached via libmemcached library"
+maintainer="Carlos E. Gallo F. <gcarlos@disroot.org>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/memcached"
+changelog="https://pecl.php.net/package-changelog.php?package=memcached"
+distfiles="https://pecl.php.net/get/memcached-${version}.tgz"
+checksum=2a41143a7b29f4a962a3805b77aa207a99e4566e2d314ce98a051cd24d6e9636
+
+pre_configure() {
+	phpize
+}
+
+do_install() {
+	vinstall modules/memcached.so 755 /usr/lib/php/modules/
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: php-memcached-3.2.0
  2022-08-27  1:53 [PR PATCH] New package: php-memcached-3.2.0 bingulo
  2022-08-29 19:37 ` [PR PATCH] [Updated] " bingulo
  2022-08-29 19:48 ` bingulo
@ 2022-08-29 19:57 ` bingulo
  2022-08-29 19:58 ` bingulo
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bingulo @ 2022-08-29 19:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bingulo/void-packages php-memcached
https://github.com/void-linux/void-packages/pull/38936

New package: php-memcached-3.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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


<!-- 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, (x86_64H-LIBC)

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

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

From 9807ac98b69c385fd49a1d919d4e3e8213c908c5 Mon Sep 17 00:00:00 2001
From: bingulo <gcarlos@disroot.org>
Date: Fri, 26 Aug 2022 15:38:46 -0300
Subject: [PATCH] New package: php-memcached-3.2.0

---
 srcpkgs/php-memcached/template | 35 ++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/php-memcached/template

diff --git a/srcpkgs/php-memcached/template b/srcpkgs/php-memcached/template
new file mode 100644
index 000000000000..bbb21d968a27
--- /dev/null
+++ b/srcpkgs/php-memcached/template
@@ -0,0 +1,35 @@
+# Template file for 'php-memcached'
+pkgname=php-memcached
+version=3.2.0
+revision=1
+wrksrc="memcached-${version}"
+build_style=gnu-configure
+configure_args="--with-php-config=php-config
+ --with-libmemcached-dir=/usr
+ --with-zlib-dir=/usr
+ --with-system-fastlz=no
+ --enable-memcached-igbinary=no
+ --enable-memcached-msgpack=no
+ --enable-memcached-json=no
+ --enable-memcached-protocol=no
+ --enable-memcached-sasl=yes
+ --enable-memcached-session=yes"
+hostmakedepends="autoconf php-devel pkg-config"
+makedepends="libmemcached-devel php-devel zlib-devel"
+depends="php>=7.0.0"
+short_desc="PHP extension for interfacing with memcached via libmemcached library"
+maintainer="Carlos E. Gallo F. <gcarlos@disroot.org>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/memcached"
+changelog="https://pecl.php.net/package-changelog.php?package=memcached"
+distfiles="https://pecl.php.net/get/memcached-${version}.tgz"
+checksum=2a41143a7b29f4a962a3805b77aa207a99e4566e2d314ce98a051cd24d6e9636
+
+pre_configure() {
+	phpize
+}
+
+do_install() {
+	vinstall modules/memcached.so 755 /usr/lib/php/modules/
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: php-memcached-3.2.0
  2022-08-27  1:53 [PR PATCH] New package: php-memcached-3.2.0 bingulo
                   ` (2 preceding siblings ...)
  2022-08-29 19:57 ` bingulo
@ 2022-08-29 19:58 ` bingulo
  2022-11-28  2:04 ` github-actions
  2022-12-13  2:03 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: bingulo @ 2022-08-29 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bingulo/void-packages php-memcached
https://github.com/void-linux/void-packages/pull/38936

New package: php-memcached-3.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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


<!-- 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, (x86_64H-LIBC)

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

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

From 5fbb423d554b85bc666461c2a06ba59df244f4b0 Mon Sep 17 00:00:00 2001
From: bingulo <gcarlos@disroot.org>
Date: Fri, 26 Aug 2022 15:38:46 -0300
Subject: [PATCH] New package: php-memcached-3.2.0

---
 srcpkgs/php-memcached/template | 35 ++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/php-memcached/template

diff --git a/srcpkgs/php-memcached/template b/srcpkgs/php-memcached/template
new file mode 100644
index 000000000000..bbb21d968a27
--- /dev/null
+++ b/srcpkgs/php-memcached/template
@@ -0,0 +1,35 @@
+# Template file for 'php-memcached'
+pkgname=php-memcached
+version=3.2.0
+revision=1
+wrksrc="memcached-${version}"
+build_style=gnu-configure
+configure_args="--with-php-config=php-config
+ --with-libmemcached-dir=/usr
+ --with-zlib-dir=/usr
+ --with-system-fastlz=no
+ --enable-memcached-igbinary=no
+ --enable-memcached-msgpack=no
+ --enable-memcached-json=no
+ --enable-memcached-protocol=no
+ --enable-memcached-sasl=yes
+ --enable-memcached-session=yes"
+hostmakedepends="autoconf php-devel pkg-config"
+makedepends="libmemcached-devel php-devel zlib-devel"
+depends="php>=7.0.0"
+short_desc="PHP extension for interfacing with memcached via libmemcached library"
+maintainer="Carlos E. Gallo F. <gcarlos@disroot.org>"
+license="PHP-3.01"
+homepage="https://pecl.php.net/package/memcached"
+changelog="https://pecl.php.net/package-changelog.php?package=memcached"
+distfiles="https://pecl.php.net/get/memcached-${version}.tgz"
+checksum=2a41143a7b29f4a962a3805b77aa207a99e4566e2d314ce98a051cd24d6e9636
+
+pre_configure() {
+	phpize
+}
+
+do_install() {
+	vinstall modules/memcached.so 755 /usr/lib/php/modules/
+	vlicense LICENSE
+}

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

* Re: New package: php-memcached-3.2.0
  2022-08-27  1:53 [PR PATCH] New package: php-memcached-3.2.0 bingulo
                   ` (3 preceding siblings ...)
  2022-08-29 19:58 ` bingulo
@ 2022-11-28  2:04 ` github-actions
  2022-12-13  2:03 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-11-28  2:04 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/38936#issuecomment-1328431820

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] 7+ messages in thread

* Re: [PR PATCH] [Closed]: New package: php-memcached-3.2.0
  2022-08-27  1:53 [PR PATCH] New package: php-memcached-3.2.0 bingulo
                   ` (4 preceding siblings ...)
  2022-11-28  2:04 ` github-actions
@ 2022-12-13  2:03 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-12-13  2:03 UTC (permalink / raw)
  To: ml

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

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

New package: php-memcached-3.2.0
https://github.com/void-linux/void-packages/pull/38936

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

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

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


<!-- 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, (x86_64H-LIBC)

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

end of thread, other threads:[~2022-12-13  2:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-27  1:53 [PR PATCH] New package: php-memcached-3.2.0 bingulo
2022-08-29 19:37 ` [PR PATCH] [Updated] " bingulo
2022-08-29 19:48 ` bingulo
2022-08-29 19:57 ` bingulo
2022-08-29 19:58 ` bingulo
2022-11-28  2:04 ` github-actions
2022-12-13  2:03 ` [PR PATCH] [Closed]: " github-actions

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