commit: 3ba41a2d01210149e811fc29f6b2e7e29cc50d0a Author: Zurab Kvachadze <zurabid2016 <AT> gmail <DOT> com> AuthorDate: Wed Sep 17 13:28:14 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 17 15:37:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba41a2d
www-nginx/ngx-push-stream: new package, add 0.6.0 nginx-push-stream-module[1] is "a pure stream HTTP push technology for your NGINX setup". [1]: https://github.com/wandenberg/nginx-push-stream-module Closes: https://bugs.gentoo.org/962125 Signed-off-by: Zurab Kvachadze <zurabid2016 <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43826 Closes: https://github.com/gentoo/gentoo/pull/43826 Signed-off-by: Sam James <sam <AT> gentoo.org> www-nginx/ngx-push-stream/Manifest | 1 + www-nginx/ngx-push-stream/metadata.xml | 23 ++++++++++++++++++++++ .../ngx-push-stream/ngx-push-stream-0.6.0.ebuild | 19 ++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/www-nginx/ngx-push-stream/Manifest b/www-nginx/ngx-push-stream/Manifest new file mode 100644 index 000000000000..739565fc727e --- /dev/null +++ b/www-nginx/ngx-push-stream/Manifest @@ -0,0 +1 @@ +DIST ngx-push-stream-0.6.0.tar.gz 210766 BLAKE2B 6e03a95d287105c028e41caefea0eb4915db54d7e92bcfb0ab061a2caeb77afc5baef966f378c2ea91e1278a50a7edc20efa1e5971b15ce1ba81d889ca571637 SHA512 c15f794fc25cbfb02cadd3674301e3a311bb918f8bb8ad571203a03820853812646af28126f459469f048dcf981d3f0703609ce0a1b8d6f2fd60450f616dc45b diff --git a/www-nginx/ngx-push-stream/metadata.xml b/www-nginx/ngx-push-stream/metadata.xml new file mode 100644 index 000000000000..f94e8c9fccb0 --- /dev/null +++ b/www-nginx/ngx-push-stream/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Zurab Kvachadze</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + A pure stream HTTP push technology for your NGINX setup. Supports EventSource, WebSocket, + Long Polling, and Forever Iframe. + </longdescription> + <upstream> + <bugs-to>https://github.com/wandenberg/nginx-push-stream-module/issues</bugs-to> + <changelog> + https://github.com/wandenberg/nginx-push-stream-module/blob/master/CHANGELOG.textile + </changelog> + <remote-id type="github">wandenberg/nginx-push-stream-module</remote-id> + </upstream> +</pkgmetadata> diff --git a/www-nginx/ngx-push-stream/ngx-push-stream-0.6.0.ebuild b/www-nginx/ngx-push-stream/ngx-push-stream-0.6.0.ebuild new file mode 100644 index 000000000000..18e7e6be47ed --- /dev/null +++ b/www-nginx/ngx-push-stream/ngx-push-stream-0.6.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="nginx-push-stream-module" +NGINX_MOD_S="${WORKDIR}/${MY_PN}-${PV}" + +inherit nginx-module + +DESCRIPTION='A pure stream HTTP push technology for your NGINX setup' +HOMEPAGE="https://github.com/wandenberg/nginx-push-stream-module" +SRC_URI=" + https://github.com/wandenberg/nginx-push-stream-module/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz +" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64"
