Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=hHVy1div; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=L1vN779+ Received: by mail.netbsd.org (Postfix, from userid 605) id 56E3D84F86; Thu, 2 May 2024 10:35:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714646104; bh=95gAopeGKuREIAHn5TE/la6hK6gmCnZNWGp6b7n8ldM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=hHVy1divqG7xafnWlDLSBWynCNskXiHQg4LnON8icdiEnAYFdrnixIKoUpQ22harJ zNuQjMqFL7M9QuVcROmiS7zyovadxdiM0qAHuiAaP4j9/wAyx21PbVcgCw262UpV/f kXc46jw1hhU9gwPgpHYHirIRn8KsPJbpKGl9S2co= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A19E84D6B for ; Thu, 2 May 2024 10:35:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Sp2Spegp4TEi for ; Thu, 2 May 2024 10:35:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5E09784CC9 for ; Thu, 2 May 2024 10:35:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714646102; bh=95gAopeGKuREIAHn5TE/la6hK6gmCnZNWGp6b7n8ldM=; h=Date:From:Subject:To:Reply-To; b=L1vN779+uQ3nMI2lEw3w94o3U0HaddugihqgsCOkGOwefF6Hl0IAmwIc9AAqCk/pC M8ko8kHqWS2Z692YqzTdMa3jYfHbPOvUIS/dDqB+iUuWqiYcnlt9ranclJ5+F7uum/ AxiQSwgYLisC4r4vOufErsS9vONdeLIu7Zb5f/0Y= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58513FA2C; Thu, 2 May 2024 10:35:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714646102198850" MIME-Version: 1.0 Date: Thu, 2 May 2024 10:35:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/humungus To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240502103502.58513FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714646102198850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu May 2 10:35:02 UTC 2024 Added Files: pkgsrc/devel/humungus: DESCR Makefile PLIST distinfo Log Message: devel/humungus: import humungus-0.9.7 humungus - an hg server - View changes, files, changesets, etc. Some syntax highlighting. - Read only web access. Write access via ssh keys. - Serves multiple repositories. - Allows cloning via the obvious URL. Supports go get. - Federates via ActivityPub. - Serves files for downloads. - Online documentation via mandoc. - Terminal based admin interface. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/humungus/DESCR \ pkgsrc/devel/humungus/Makefile pkgsrc/devel/humungus/PLIST \ pkgsrc/devel/humungus/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714646102198850 Content-Disposition: inline Content-Length: 2096 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/humungus/DESCR diff -u /dev/null pkgsrc/devel/humungus/DESCR:1.1 --- /dev/null Thu May 2 10:35:02 2024 +++ pkgsrc/devel/humungus/DESCR Thu May 2 10:35:02 2024 @@ -0,0 +1,10 @@ +humungus - an hg server + +- View changes, files, changesets, etc. Some syntax highlighting. +- Read only web access. Write access via ssh keys. +- Serves multiple repositories. +- Allows cloning via the obvious URL. Supports go get. +- Federates via ActivityPub. +- Serves files for downloads. +- Online documentation via mandoc. +- Terminal based admin interface. Index: pkgsrc/devel/humungus/Makefile diff -u /dev/null pkgsrc/devel/humungus/Makefile:1.1 --- /dev/null Thu May 2 10:35:02 2024 +++ pkgsrc/devel/humungus/Makefile Thu May 2 10:35:02 2024 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2024/05/02 10:35:02 wiz Exp $ + +DISTNAME= humungus-0.9.7 +CATEGORIES= devel +MASTER_SITES= https://humungus.tedunangst.com/r/humungus/d/ +EXTRACT_SUFX= .tgz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://humungus.tedunangst.com/r/humungus +COMMENT= Mercurial server +LICENSE= 0-clause-bsd + +USE_TOOLS+= pkg-config + +.include "../../lang/go/go-module.mk" +.include "../../archivers/zstd/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/humungus/PLIST diff -u /dev/null pkgsrc/devel/humungus/PLIST:1.1 --- /dev/null Thu May 2 10:35:02 2024 +++ pkgsrc/devel/humungus/PLIST Thu May 2 10:35:02 2024 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2024/05/02 10:35:02 wiz Exp $ +bin/humungus Index: pkgsrc/devel/humungus/distinfo diff -u /dev/null pkgsrc/devel/humungus/distinfo:1.1 --- /dev/null Thu May 2 10:35:02 2024 +++ pkgsrc/devel/humungus/distinfo Thu May 2 10:35:02 2024 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2024/05/02 10:35:02 wiz Exp $ + +BLAKE2s (humungus-0.9.7.tgz) = 84d31443f91b155d3ef5bafcb1555831621f5eef277cae7cffc9e5df6a70a99e +SHA512 (humungus-0.9.7.tgz) = f00f4fbb5bacdd975af1ca7ad66139260dc320641f6f9b779d41933432f69703ec85a22c4f328b2403fd338d2ec7140f956b572eaf91ada10a61f54884865c72 +Size (humungus-0.9.7.tgz) = 2558467 bytes --_----------=_1714646102198850--