Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Jul 2026 04:35:02 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8f33d905a773 - main - www/py-random-user-agent: New port: Random User-Agent generator
Message-ID:  <6a45ea76.446e9.39c9834d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f33d905a773a628c7c3e5e3e2d6c4d8222dbf60

commit 8f33d905a773a628c7c3e5e3e2d6c4d8222dbf60
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-07-01 15:13:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-07-02 04:34:56 +0000

    www/py-random-user-agent: New port: Random User-Agent generator
---
 www/Makefile                       |  1 +
 www/py-random-user-agent/Makefile  | 21 +++++++++++++++++++++
 www/py-random-user-agent/distinfo  |  3 +++
 www/py-random-user-agent/pkg-descr |  2 ++
 4 files changed, 27 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index 3c2c025de615..3cf84e750d5a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1917,6 +1917,7 @@
     SUBDIR += py-quart
     SUBDIR += py-quart-trio
     SUBDIR += py-quilt3
+    SUBDIR += py-random-user-agent
     SUBDIR += py-readability-lxml
     SUBDIR += py-recaptcha
     SUBDIR += py-requests
diff --git a/www/py-random-user-agent/Makefile b/www/py-random-user-agent/Makefile
new file mode 100644
index 000000000000..7e49e9bb4ec0
--- /dev/null
+++ b/www/py-random-user-agent/Makefile
@@ -0,0 +1,21 @@
+PORTNAME=	random-user-agent
+DISTVERSION=	1.0.1
+CATEGORIES=	www python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Random User-Agent generator
+WWW=		https://github.com/Luqman-Ud-Din/random_user_agent
+
+LICENSE=	MIT
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils concurrent autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/www/py-random-user-agent/distinfo b/www/py-random-user-agent/distinfo
new file mode 100644
index 000000000000..bcc265d29faf
--- /dev/null
+++ b/www/py-random-user-agent/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1782915277
+SHA256 (random_user_agent-1.0.1.tar.gz) = 8f8ca26ec8cb1d24ad1758d8b8f700d154064d641dbe9a255cfec42960fbd012
+SIZE (random_user_agent-1.0.1.tar.gz) = 8237117
diff --git a/www/py-random-user-agent/pkg-descr b/www/py-random-user-agent/pkg-descr
new file mode 100644
index 000000000000..a3073a7adea5
--- /dev/null
+++ b/www/py-random-user-agent/pkg-descr
@@ -0,0 +1,2 @@
+Random User Agents is a python library that provides list of user agents,
+from a collection of more than 326,000+ user agents, based on filters.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a45ea76.446e9.39c9834d>