From b82049d9f04b066b48df6de6ded2473070b44c39 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 25 Aug 2025 16:48:58 +0100 Subject: Add WebStat --- www-misc/webstat/Manifest | 3 +++ www-misc/webstat/webstat-0.1.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 www-misc/webstat/Manifest create mode 100644 www-misc/webstat/webstat-0.1.ebuild diff --git a/www-misc/webstat/Manifest b/www-misc/webstat/Manifest new file mode 100644 index 0000000..76c897b --- /dev/null +++ b/www-misc/webstat/Manifest @@ -0,0 +1,3 @@ +DIST v4.0.1.tar.gz 434107 BLAKE2B 6f7347f739bc90723338e2da912701cacc376121c0c62bbfd51d7ed80a07dd00c801bbf82113a24ca342d887942a19f29cc84ca869d2572b2689e963042ef2a6 SHA512 db14d71da3c1ecb849f00ac1e334f39c532592230e950aa1009ff00ba56670cb71e33ca457fd4ac66595ff43f0dca0e42d45f672848b9cde3cba80f19ef8693f +DIST webstat-0.1.tar.xz 8040 BLAKE2B 78b2440a0f2dbc4377eecd2ba8aa052fc1434ced267ec59fae129121e6923edda79c9ceda54e00c275465f16e0f227c903c8c956541ba52ae661f0ac80c3c61f SHA512 292aa1066c4150ae4fb40293baca2acab29885c5de2bd32a5bc6cb0e0d958a27c9c35c07e76841c6f3568d4d4e97a9a71aa7791909544669d85a89c697c66a52 +EBUILD webstat-0.1.ebuild 703 BLAKE2B d274443d6265e1fd4634ae983f134c0361678fbb1fb50e33806dda4278bf82946cc21fb009eddf3abfc99059c74c656ed5a4e26301ffb5c4fa2326dc24a07b04 SHA512 091546ab67137fd34b273d612640c55c6843dc768663fd344d3379c9cf57eb46214b07cca4b0d35158c3eab33be6907f9023e32fda636f44e2ad8d0908898010 diff --git a/www-misc/webstat/webstat-0.1.ebuild b/www-misc/webstat/webstat-0.1.ebuild new file mode 100644 index 0000000..5ac8f3f --- /dev/null +++ b/www-misc/webstat/webstat-0.1.ebuild @@ -0,0 +1,34 @@ +EAPI=8 +inherit bjam + +DESCRIPTION="WebStat web site access analyser " +HOMEPAGE="https://git.randomdan.homeip.net/repo/webstat/" +SRC_URI="https://git.randomdan.homeip.net/repo/${PN}/snapshot/${P}.tar.xz + https://github.com/eliaskosunen/scnlib/archive/refs/tags/v4.0.1.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=dev-libs/libdbpp-1.4.10:= + >=dev-libs/libdbpp-postgresql-1.4.10 + >=dev-libs/libadhocutil-0.9.3:=" +RDEPEND="${DEPEND}" +BDEPEND="${DEPEND} + virtual/pkgconfig + dev-build/b2" + +src_prepare() { + default + rmdir ${S}/thirdparty/scnlib + ln -sf ${WORKDIR}/scnlib-4.0.1 ${S}/thirdparty/scnlib +} + +src_compile() { + bjambuild src//webstat_logger +} + +src_install() { + bjaminstall install +} -- cgit v1.2.3