pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/humungus



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index