* [gentoo-commits] repo/gentoo:master commit in: www-misc/logswan/
@ 2023-04-05 15:51 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2023-04-05 15:51 UTC (permalink / raw
To: gentoo-commits
commit: afb0cfa28426a29b47999ebe41263544b36a010a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 15:46:43 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 15:51:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb0cfa2
www-misc/logswan: new package; add 2.1.14
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
www-misc/logswan/Manifest | 1 +
www-misc/logswan/logswan-2.1.14.ebuild | 28 ++++++++++++++++++++++++++++
www-misc/logswan/logswan-9999.ebuild | 28 ++++++++++++++++++++++++++++
www-misc/logswan/metadata.xml | 24 ++++++++++++++++++++++++
4 files changed, 81 insertions(+)
diff --git a/www-misc/logswan/Manifest b/www-misc/logswan/Manifest
new file mode 100644
index 000000000000..6c69d4321b33
--- /dev/null
+++ b/www-misc/logswan/Manifest
@@ -0,0 +1 @@
+DIST logswan-2.1.14.tar.gz 25223 BLAKE2B d1c18eac839cadeb9486ef032954e271616483aa69419db0d24c7abf0f70e008e9f4ed6f0b054bd1b65d7277ddf923cb7d30c4caa92a6ab4226d5db3df7b99dc SHA512 1956d65088e9cc41d981e47ce487996d0e2e0bf1666f871d59f9f91770666aac90840e4a5b88581f8c2da91ef953ad0e8e4856e088fa86546d74afb8f6ed8b77
diff --git a/www-misc/logswan/logswan-2.1.14.ebuild b/www-misc/logswan/logswan-2.1.14.ebuild
new file mode 100644
index 000000000000..6ac9fe8874df
--- /dev/null
+++ b/www-misc/logswan/logswan-2.1.14.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Fast Web log analyzer using probabilistic data structures"
+HOMEPAGE="https://www.logswan.org/
+ https://github.com/fcambus/logswan/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/fcambus/${PN}.git"
+else
+ SRC_URI="https://github.com/fcambus/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/jansson:=
+ dev-libs/libmaxminddb:=
+"
+DEPEND="${RDEPEND}"
diff --git a/www-misc/logswan/logswan-9999.ebuild b/www-misc/logswan/logswan-9999.ebuild
new file mode 100644
index 000000000000..6ac9fe8874df
--- /dev/null
+++ b/www-misc/logswan/logswan-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Fast Web log analyzer using probabilistic data structures"
+HOMEPAGE="https://www.logswan.org/
+ https://github.com/fcambus/logswan/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/fcambus/${PN}.git"
+else
+ SRC_URI="https://github.com/fcambus/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/jansson:=
+ dev-libs/libmaxminddb:=
+"
+DEPEND="${RDEPEND}"
diff --git a/www-misc/logswan/metadata.xml b/www-misc/logswan/metadata.xml
new file mode 100644
index 000000000000..1642e2f30440
--- /dev/null
+++ b/www-misc/logswan/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">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <longdescription>
+ Logswan is a fast Web log analyzer using probabilistic data structures. It
+ is targeted at very large log files, typically APIs logs. It has constant
+ memory usage regardless of the log file size, and takes approximatively 4MB
+ of RAM. Unique visitors counting is performed using two HyperLogLog
+ counters (one for IPv4, and another one for IPv6), providing a relative
+ accuracy of 0.10%. String representations of IP addresses are used and
+ preferred as they offer better precision. Project design goals include:
+ speed, memory-usage efficiency, and keeping the code as simple as possible.
+ </longdescription>
+ <upstream>
+ <changelog>https://raw.githubusercontent.com/fcambus/logswan/master/ChangeLog</changelog>
+ <bugs-to>https://github.com/fcambus/logswan/issues/</bugs-to>
+ <remote-id type="github">fcambus/logswan</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-misc/logswan/
@ 2023-05-05 13:43 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2023-05-05 13:43 UTC (permalink / raw
To: gentoo-commits
commit: d278c33534840bfc4e5a8169426ff5b3f2076ec0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 5 13:43:23 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 5 13:43:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d278c335
www-misc/logswan: Stabilize 2.1.14 amd64, #905755
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-misc/logswan/logswan-2.1.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-misc/logswan/logswan-2.1.14.ebuild b/www-misc/logswan/logswan-2.1.14.ebuild
index 6ac9fe8874df..8520ef43e799 100644
--- a/www-misc/logswan/logswan-2.1.14.ebuild
+++ b/www-misc/logswan/logswan-2.1.14.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]] ; then
else
SRC_URI="https://github.com/fcambus/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="BSD-2"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-misc/logswan/
@ 2025-04-18 15:24 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2025-04-18 15:24 UTC (permalink / raw
To: gentoo-commits
commit: aae15f4224ce7246f9dc6ef215e594818a9d7e19
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 18 13:52:04 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Apr 18 15:24:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae15f42
www-misc/logswan: bump to 2.1.15
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
www-misc/logswan/Manifest | 1 +
www-misc/logswan/logswan-2.1.15.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/www-misc/logswan/Manifest b/www-misc/logswan/Manifest
index 6c69d4321b33..e20d85447744 100644
--- a/www-misc/logswan/Manifest
+++ b/www-misc/logswan/Manifest
@@ -1 +1,2 @@
DIST logswan-2.1.14.tar.gz 25223 BLAKE2B d1c18eac839cadeb9486ef032954e271616483aa69419db0d24c7abf0f70e008e9f4ed6f0b054bd1b65d7277ddf923cb7d30c4caa92a6ab4226d5db3df7b99dc SHA512 1956d65088e9cc41d981e47ce487996d0e2e0bf1666f871d59f9f91770666aac90840e4a5b88581f8c2da91ef953ad0e8e4856e088fa86546d74afb8f6ed8b77
+DIST logswan-2.1.15.gh.tar.gz 25775 BLAKE2B 28e9145083c84700b57fd576c05b125b186d6bf639416d753153edc38bda135591dc1d811e5ac617927d19df2cb8dbc66dba8cac9597a29e38bb795d614d3e3d SHA512 9c829f48e532a5f094b067ca8230a3767a9b3ded8597a9f51daae4fbfe799efa0cc51685019ad2f8752423c8ae87ea85e0ad2251bfbcfb9f95ad60b21ea3d59f
diff --git a/www-misc/logswan/logswan-2.1.15.ebuild b/www-misc/logswan/logswan-2.1.15.ebuild
new file mode 100644
index 000000000000..8eb823cb0e0a
--- /dev/null
+++ b/www-misc/logswan/logswan-2.1.15.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Fast Web log analyzer using probabilistic data structures"
+HOMEPAGE="https://www.logswan.org/
+ https://github.com/fcambus/logswan/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/fcambus/${PN}"
+else
+ SRC_URI="https://github.com/fcambus/${PN}/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/jansson:=
+ dev-libs/libmaxminddb:=
+"
+DEPEND="
+ ${RDEPEND}
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-misc/logswan/
@ 2025-05-31 5:32 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2025-05-31 5:32 UTC (permalink / raw
To: gentoo-commits
commit: 1242e1cd2eb10a0d6b39da8cb6e50622e9ddc38d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 05:32:51 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 31 05:32:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1242e1cd
www-misc/logswan: Stabilize 2.1.15 amd64, #956873
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-misc/logswan/logswan-2.1.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-misc/logswan/logswan-2.1.15.ebuild b/www-misc/logswan/logswan-2.1.15.ebuild
index 8eb823cb0e0a..c0d3b94e6940 100644
--- a/www-misc/logswan/logswan-2.1.15.ebuild
+++ b/www-misc/logswan/logswan-2.1.15.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/fcambus/${PN}/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="BSD-2"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-05-31 5:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-31 5:32 [gentoo-commits] repo/gentoo:master commit in: www-misc/logswan/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2025-04-18 15:24 Maciej Barć
2023-05-05 13:43 Arthur Zamarin
2023-04-05 15:51 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox