public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-upload-progress/
Date: Sat, 05 Jul 2025 07:27:36 +0000 (UTC)	[thread overview]
Message-ID: <1751700419.3d7cf7a2c5aa50f8a18326a69f524ee44763cff9.sam@gentoo> (raw)

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"


             reply	other threads:[~2025-07-05  7:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-05  7:27 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-05  8:24 [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-upload-progress/ Arthur Zamarin
2025-07-05  8:36 Sam James

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=1751700419.3d7cf7a2c5aa50f8a18326a69f524ee44763cff9.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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