public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-upload-progress/
@ 2025-07-05  7:27 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-07-05  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     3d7cf7a2c5aa50f8a18326a69f524ee44763cff9
Author:     Zurab Kvachadze <zurabid2016 <AT> gmail <DOT> com>
AuthorDate: Tue Oct  1 00:49:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 07:26:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7cf7a2

www-nginx/ngx-upload-progress: new package, add 0.9.3

Signed-off-by: Zurab Kvachadze <zurabid2016 <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/37590
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-nginx/ngx-upload-progress/Manifest             |  1 +
 www-nginx/ngx-upload-progress/metadata.xml         | 24 ++++++++++++++++++++++
 .../ngx-upload-progress-0.9.3.ebuild               | 20 ++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/www-nginx/ngx-upload-progress/Manifest b/www-nginx/ngx-upload-progress/Manifest
new file mode 100644
index 000000000000..932d7f7e777b
--- /dev/null
+++ b/www-nginx/ngx-upload-progress/Manifest
@@ -0,0 +1 @@
+DIST ngx-upload-progress-0.9.3.tar.gz 17303 BLAKE2B 80053985e5b07ab6baf1852514210264b29abdc36689a1d57d7ed5c52b54239911bc6f25d1d062be2015b9809b2efc122a1e424cc8e14971d04fb26b3a65af96 SHA512 43361c584207ddab61ddd9266507b0e1c39041b792e99325088b0621a870ff52b3c191becf4c8ad4fba0c7b7ca29a3a12472b95e9c20c0610c50c6ccedb45871

diff --git a/www-nginx/ngx-upload-progress/metadata.xml b/www-nginx/ngx-upload-progress/metadata.xml
new file mode 100644
index 000000000000..26cbb24af8bf
--- /dev/null
+++ b/www-nginx/ngx-upload-progress/metadata.xml
@@ -0,0 +1,24 @@
+<?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>
+		The ngx-upload-proress module is an NGINX module that implements an upload progress system
+		which monitors RFC1867 POST upload as they are transmitted to upstream servers.
+
+		The module works by tracking the uploads proxied by NGINX to upstream servers without analysing the
+		uploaded content and offers a web API to report upload progress in JavaScript, JSON or any
+		other format (with the help of templates).
+	</longdescription>
+	<upstream>
+		<bugs-to>https://github.com/masterzen/nginx-upload-progress-module/issues</bugs-to>
+		<remote-id type="github">masterzen/nginx-upload-progress-module</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/www-nginx/ngx-upload-progress/ngx-upload-progress-0.9.3.ebuild b/www-nginx/ngx-upload-progress/ngx-upload-progress-0.9.3.ebuild
new file mode 100644
index 000000000000..c9e3856c74eb
--- /dev/null
+++ b/www-nginx/ngx-upload-progress/ngx-upload-progress-0.9.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="nginx-upload-progress-module"
+inherit nginx-module
+
+DESCRIPTION="An upload progress system for NGINX monitoring RFC1867 POST uploads"
+HOMEPAGE="https://github.com/masterzen/nginx-upload-progress-module"
+SRC_URI="
+	https://github.com/masterzen/nginx-upload-progress-module/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+"
+NGINX_MOD_S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="BSD-2"
+SLOT="0"
+
+# Uses custom shell-based tests.
+RESTRICT="test"


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

* [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-upload-progress/
@ 2025-07-05  8:24 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2025-07-05  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d26140fbd4c97842dd29fa89b34f031a16148e88
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  5 08:23:55 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 08:23:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26140fb

www-nginx/ngx-upload-progress: Keyword 0.9.3 arm64, #959570

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 www-nginx/ngx-upload-progress/ngx-upload-progress-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-nginx/ngx-upload-progress/ngx-upload-progress-0.9.3.ebuild b/www-nginx/ngx-upload-progress/ngx-upload-progress-0.9.3.ebuild
index d4daa9b16413..5e4518cb1cdd 100644
--- a/www-nginx/ngx-upload-progress/ngx-upload-progress-0.9.3.ebuild
+++ b/www-nginx/ngx-upload-progress/ngx-upload-progress-0.9.3.ebuild
@@ -15,7 +15,7 @@ NGINX_MOD_S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~arm64"
 
 # Uses custom shell-based tests.
 RESTRICT="test"


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

* [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-upload-progress/
@ 2025-07-05  8:36 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-07-05  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     20b70733722cfd5e3046abf34fffc10894e7401e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  5 08:19:23 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 08:32:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b70733

www-nginx/ngx-upload-progress: Keyword 0.9.3 amd64, #959570

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-nginx/ngx-upload-progress/ngx-upload-progress-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-nginx/ngx-upload-progress/ngx-upload-progress-0.9.3.ebuild b/www-nginx/ngx-upload-progress/ngx-upload-progress-0.9.3.ebuild
index 5e4518cb1cdd..d0a1990dbc0e 100644
--- a/www-nginx/ngx-upload-progress/ngx-upload-progress-0.9.3.ebuild
+++ b/www-nginx/ngx-upload-progress/ngx-upload-progress-0.9.3.ebuild
@@ -15,7 +15,7 @@ NGINX_MOD_S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~arm64"
+KEYWORDS="~amd64 ~arm64"
 
 # Uses custom shell-based tests.
 RESTRICT="test"


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

end of thread, other threads:[~2025-07-05  8:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-05  7:27 [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-upload-progress/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-07-05  8:24 Arthur Zamarin
2025-07-05  8:36 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox