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@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@gentoo.org>
This commit is contained in:
Zurab Kvachadze 2025-09-17 15:28:14 +02:00 committed by Sam James
parent ee90e037fb
commit 3ba41a2d01
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST ngx-push-stream-0.6.0.tar.gz 210766 BLAKE2B 6e03a95d287105c028e41caefea0eb4915db54d7e92bcfb0ab061a2caeb77afc5baef966f378c2ea91e1278a50a7edc20efa1e5971b15ce1ba81d889ca571637 SHA512 c15f794fc25cbfb02cadd3674301e3a311bb918f8bb8ad571203a03820853812646af28126f459469f048dcf981d3f0703609ce0a1b8d6f2fd60450f616dc45b

View File

@ -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>zurabid2016@gmail.com</email>
<name>Zurab Kvachadze</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</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>

View File

@ -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"