diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-07-21 20:27:23 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-07-21 20:27:23 +0000 |
commit | 38070a6b9f2ef9d18205a54b38f36d524aca948c (patch) | |
tree | 911b12cc11c23b152f9a45a0ff327e1c35fcf77b /irc | |
parent | a2bc959e560eabdf97b58942494d983969c83cae (diff) | |
download | ports-38070a6b9f2ef9d18205a54b38f36d524aca948c.tar.gz ports-38070a6b9f2ef9d18205a54b38f36d524aca948c.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/oragono/Makefile | 22 | ||||
-rw-r--r-- | irc/oragono/distinfo | 5 | ||||
-rw-r--r-- | irc/oragono/pkg-descr | 7 |
4 files changed, 35 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 900637e588b0..ca9bc5718d74 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -70,6 +70,7 @@ SUBDIR += ngircd SUBDIR += ninja SUBDIR += onis + SUBDIR += oragono SUBDIR += p5-AnyEvent-IRC SUBDIR += p5-Bot-BasicBot SUBDIR += p5-IRC-Bot-Hangman diff --git a/irc/oragono/Makefile b/irc/oragono/Makefile new file mode 100644 index 000000000000..37f1160f9c5b --- /dev/null +++ b/irc/oragono/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= oragono +DISTVERSIONPREFIX= v +DISTVERSION= 1.1.1 +CATEGORIES= irc + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Modern IRC server (daemon/ircd) written in Go + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go +USE_GITHUB= yes +GH_TUPLE= oragono:oragono-vendor:1deff6c:v/vendor + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/irc/oragono/distinfo b/irc/oragono/distinfo new file mode 100644 index 000000000000..40025b6fc330 --- /dev/null +++ b/irc/oragono/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1563740597 +SHA256 (oragono-oragono-v1.1.1_GH0.tar.gz) = 36cab10102c26b22e64b25843aefbef6fa7a95e6769de961c5f4903e0c0a5b8f +SIZE (oragono-oragono-v1.1.1_GH0.tar.gz) = 568028 +SHA256 (oragono-oragono-vendor-1deff6c_GH0.tar.gz) = 42b00f6ca9f6ff8811772d2abfeb2ecff6c5221e3d3d08e93c56d86b6b67c086 +SIZE (oragono-oragono-vendor-1deff6c_GH0.tar.gz) = 3755752 diff --git a/irc/oragono/pkg-descr b/irc/oragono/pkg-descr new file mode 100644 index 000000000000..78825531b459 --- /dev/null +++ b/irc/oragono/pkg-descr @@ -0,0 +1,7 @@ +Oragono is a modern, experimental IRC server written in Go. It's designed to be +simple to setup and use, and it includes features such as UTF-8 nicks/channel +names, client accounts with SASL, and other assorted IRCv3 support. + +Oragono is a fork of the Ergonomadic IRC daemon. + +WWW: https://oragono.io/ |