Github messages for voidlinux
 help / color / mirror / Atom feed
From: bingulo <bingulo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: php-memcached-3.2.0
Date: Mon, 29 Aug 2022 21:57:02 +0200	[thread overview]
Message-ID: <20220829195702.BqWD1fnWso7xO1sGxusvNE_CrMNEH7mMLgJ6OYjWP2s@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38936@inbox.vuxu.org>

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

  parent reply	other threads:[~2022-08-29 19:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-27  1:53 [PR PATCH] " bingulo
2022-08-29 19:37 ` [PR PATCH] [Updated] " bingulo
2022-08-29 19:48 ` bingulo
2022-08-29 19:57 ` bingulo [this message]
2022-08-29 19:58 ` bingulo
2022-11-28  2:04 ` github-actions
2022-12-13  2:03 ` [PR PATCH] [Closed]: " github-actions

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=20220829195702.BqWD1fnWso7xO1sGxusvNE_CrMNEH7mMLgJ6OYjWP2s@z \
    --to=bingulo@users.noreply.github.com \
    --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).