pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mauliasproxy: Skeleton of package
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Sun Aug 15 18:38:41 2021 -0400
Changeset: 0a28a9e6229031974d291844bd1b4cf9c2be59be
Added Files:
mauliasproxy/DESCR
mauliasproxy/Makefile
mauliasproxy/PLIST
mauliasproxy/TODO
mauliasproxy/distinfo
Log Message:
mauliasproxy: Skeleton of package
This is the barest of url2pkg and not yet useful.
Maunium Matrix room alias proxy
This is a simple room alias proxy that can respond to the [federation alias
query endpoint]. The purpose is to allow creating room addresses with vanity
domains without having to run a full-blown Matrix homeserver.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0a28a9e6229031974d291844bd1b4cf9c2be59be
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mauliasproxy/DESCR | 5 +++++
mauliasproxy/Makefile | 14 ++++++++++++++
mauliasproxy/PLIST | 4 ++++
mauliasproxy/TODO | 5 +++++
mauliasproxy/distinfo | 6 ++++++
5 files changed, 34 insertions(+)
diffs:
diff --git a/mauliasproxy/DESCR b/mauliasproxy/DESCR
new file mode 100644
index 0000000000..91f59b7a8d
--- /dev/null
+++ b/mauliasproxy/DESCR
@@ -0,0 +1,5 @@
+ Maunium Matrix room alias proxy
+
+This is a simple room alias proxy that can respond to the [federation alias
+query endpoint]. The purpose is to allow creating room addresses with vanity
+domains without having to run a full-blown Matrix homeserver.
diff --git a/mauliasproxy/Makefile b/mauliasproxy/Makefile
new file mode 100644
index 0000000000..76a3b0aa4f
--- /dev/null
+++ b/mauliasproxy/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME= mauliasproxy-master
+CATEGORIES= # TODO: add primary category
+MASTER_SITES= https://mau.dev/tulir/mauliasproxy/-/archive/master/
+
+MAINTAINER= INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://mau.dev/tulir/mauliasproxy/-/archive/master/
+COMMENT= TODO: Short description of the package
+#LICENSE= # TODO: (see mk/license.mk)
+
+USE_LANGUAGES= # none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mauliasproxy/PLIST b/mauliasproxy/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/mauliasproxy/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/mauliasproxy/TODO b/mauliasproxy/TODO
new file mode 100644
index 0000000000..d97b4ac7a0
--- /dev/null
+++ b/mauliasproxy/TODO
@@ -0,0 +1,5 @@
+(Actually create a package)
+
+Arrange for go build.
+Ask upstream to create a release.
+install README.md as documenation
diff --git a/mauliasproxy/distinfo b/mauliasproxy/distinfo
new file mode 100644
index 0000000000..584a9ff5e8
--- /dev/null
+++ b/mauliasproxy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mauliasproxy-master.tar.gz) = a511de269095ac5616cd117d326c39795e268377
+RMD160 (mauliasproxy-master.tar.gz) = 43f37ee1429fcf01d46302af7e598114e662a38a
+SHA512 (mauliasproxy-master.tar.gz) = 7f676fde76bc92f3f07b308b8d8be700139fc353ae3350f448ce450541fc2e213d74721df2a0d5daf3c2556a77ad086fffd643993493fbd6fb27e5d5825faab1
+Size (mauliasproxy-master.tar.gz) = 15418 bytes
Home |
Main Index |
Thread Index |
Old Index