mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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:
parent
ee90e037fb
commit
3ba41a2d01
1
www-nginx/ngx-push-stream/Manifest
Normal file
1
www-nginx/ngx-push-stream/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST ngx-push-stream-0.6.0.tar.gz 210766 BLAKE2B 6e03a95d287105c028e41caefea0eb4915db54d7e92bcfb0ab061a2caeb77afc5baef966f378c2ea91e1278a50a7edc20efa1e5971b15ce1ba81d889ca571637 SHA512 c15f794fc25cbfb02cadd3674301e3a311bb918f8bb8ad571203a03820853812646af28126f459469f048dcf981d3f0703609ce0a1b8d6f2fd60450f616dc45b
|
||||
23
www-nginx/ngx-push-stream/metadata.xml
Normal file
23
www-nginx/ngx-push-stream/metadata.xml
Normal 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>
|
||||
19
www-nginx/ngx-push-stream/ngx-push-stream-0.6.0.ebuild
Normal file
19
www-nginx/ngx-push-stream/ngx-push-stream-0.6.0.ebuild
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user