diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2020-12-17 16:49:50 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2020-12-17 16:49:50 +0000 |
commit | b0d0b4850e36e9c13c28402de8ed2d7dd758dea6 (patch) | |
tree | 5c9c6e9a3f0c4db04ba41dd9442872909c37dcff | |
parent | 7653b8bb594b6c9dd46316112d5c6a2126b1683c (diff) | |
download | freebsd-ports-b0d0b4850e36e9c13c28402de8ed2d7dd758dea6.zip |
A user-friendly IRC bouncer.
- Multi-user
- Support multiple clients for a single user, with proper backlog
synchronization
- Support connecting to multiple upstream servers via a single IRC
connection to the bouncer
WWW: https://soju.im
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/soju/Makefile | 52 | ||||
-rw-r--r-- | irc/soju/distinfo | 23 | ||||
-rw-r--r-- | irc/soju/pkg-descr | 11 | ||||
-rw-r--r-- | irc/soju/pkg-descr~ | 11 |
5 files changed, 98 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index a1350f87e29d..2d8059b6b3d9 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -106,6 +106,7 @@ SUBDIR += sirc SUBDIR += smartirc4net SUBDIR += smuxi + SUBDIR += soju SUBDIR += srain SUBDIR += srvx SUBDIR += thales diff --git a/irc/soju/Makefile b/irc/soju/Makefile new file mode 100644 index 000000000000..3d062e9370e9 --- /dev/null +++ b/irc/soju/Makefile @@ -0,0 +1,52 @@ +# $FreeBSD$ + +PORTNAME= soju +DISTVERSION= 0.0.20201214 +CATEGORIES= irc +MASTER_SITES= https://git.sr.ht/~emersion/go-scfg/archive/:goscfg +DISTNAME= go-scfg-${GO_SCFG_REV} +DISTFILES= ${GO_SCFG_REV}.tar.gz:goscfg + +MAINTAINER= ashish@FreeBSD.org +COMMENT= IRC bouncer + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +OPTIONS_DEFAULT= DOCS +OPTIONS_DEFINE= DOCS + +USE_GITHUB= yes +GH_ACCOUNT= emersion +GH_TAGNAME= 0ddc0de +GH_TUPLE= emersion:go-sasl:7bfe0ed36a21:emersion_go_sasl/vendor/github.com/emersion/go-sasl \ + go-irc:irc:v3.1.3:go_irc_irc/vendor/gopkg.in/irc.v3 \ + golang:crypto:9e8e0b390897:golang_crypto/vendor/golang.org/x/crypto \ + golang:sys:9f70ab9862d5:golang_sys/vendor/golang.org/x/sys \ + google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \ + klauspost:compress:v1.11.1:klauspost_compress/vendor/github.com/klauspost/compress \ + mattn:go-sqlite3:v1.14.4:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ + pires:go-proxyproto:v0.2.0:pires_go_proxyproto/vendor/github.com/pires/go-proxyproto \ + nhooyr:websocket:v1.8.6:nhooyr_websocket/vendor/nhooyr.io/websocket +GO_SCFG_REV= 142a8aa629fc + +GO_PKGNAME= ./cmd/soju ./cmd/sojuctl +PLIST_FILES= bin/soju \ + bin/sojuctl + +DOCS_BUILD_DEPENDS= scdoc:textproc/scdoc +DOCS_PLIST_FILES= man/man1/soju.1.gz + +post-extract: + ${MKDIR} ${WRKSRC}/vendor/git.sr.ht/~emersion + ${MV} ${WRKDIR}/go-scfg-${GO_SCFG_REV} ${WRKSRC}/vendor/git.sr.ht/~emersion/go-scfg + +post-build-DOCS-on: + ${LOCALBASE}/bin/scdoc <${WRKSRC}/doc/${PORTNAME}.1.scd >${WRKSRC}/doc/${PORTNAME}.1 + +post-install-DOCS-on: + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/irc/soju/distinfo b/irc/soju/distinfo new file mode 100644 index 000000000000..a70984cc8e27 --- /dev/null +++ b/irc/soju/distinfo @@ -0,0 +1,23 @@ +TIMESTAMP = 1608214453 +SHA256 (142a8aa629fc.tar.gz) = e4207bf970ca3bee03c7e71759af7dbe8f937fcf7a34a541af10ea2c7109a216 +SIZE (142a8aa629fc.tar.gz) = 3112 +SHA256 (emersion-soju-0.0.20201214-0ddc0de_GH0.tar.gz) = 8466d19f82f26c9deb58912692885964d16b46d0aea3ea7c68f7aa381bbb9e0a +SIZE (emersion-soju-0.0.20201214-0ddc0de_GH0.tar.gz) = 69092 +SHA256 (emersion-go-sasl-7bfe0ed36a21_GH0.tar.gz) = 81a37103a797ba674f0d023c98165ec84a45799971d8834e345077d084abbbb7 +SIZE (emersion-go-sasl-7bfe0ed36a21_GH0.tar.gz) = 7106 +SHA256 (go-irc-irc-v3.1.3_GH0.tar.gz) = 21766600f5dbbc63b31c84e9d044f310fdc5058145a2bc4fbe2df7a75c8e77e5 +SIZE (go-irc-irc-v3.1.3_GH0.tar.gz) = 47548 +SHA256 (golang-crypto-9e8e0b390897_GH0.tar.gz) = 79bd9db71da6ec75f3df7b7e43aeb90983227058ce9b8d0f08405a141768b3c3 +SIZE (golang-crypto-9e8e0b390897_GH0.tar.gz) = 1732662 +SHA256 (golang-sys-9f70ab9862d5_GH0.tar.gz) = d97abbad76f3cbacc96d49d0a5da45f3193dad52aad86bb5c6f2024fbce457fc +SIZE (golang-sys-9f70ab9862d5_GH0.tar.gz) = 1072169 +SHA256 (google-shlex-e7afc7fbc510_GH0.tar.gz) = 87f77e98720add261add169e386cbdcc894e2635dca299bc4119dc417ea321ca +SIZE (google-shlex-e7afc7fbc510_GH0.tar.gz) = 7342 +SHA256 (klauspost-compress-v1.11.1_GH0.tar.gz) = be25acec4ef0d88f4996a5b35855c9958a8fec3430f9303c1e96fbbbbd3a8400 +SIZE (klauspost-compress-v1.11.1_GH0.tar.gz) = 17324257 +SHA256 (mattn-go-sqlite3-v1.14.4_GH0.tar.gz) = 0caea07682570b32882701e33e2425382ff61edb5986a8892842d305b9025cb3 +SIZE (mattn-go-sqlite3-v1.14.4_GH0.tar.gz) = 2353947 +SHA256 (pires-go-proxyproto-v0.2.0_GH0.tar.gz) = ca428bfb1edd3f1ef99897039d51da2b09ca2a1dfb00663faec49b3d9d2cfa2a +SIZE (pires-go-proxyproto-v0.2.0_GH0.tar.gz) = 28409 +SHA256 (nhooyr-websocket-v1.8.6_GH0.tar.gz) = 9b095877cf79792b6d788d1d2b9f2ee31bd2be81f45981a3e6a4bc4498d84e83 +SIZE (nhooyr-websocket-v1.8.6_GH0.tar.gz) = 51231 diff --git a/irc/soju/pkg-descr b/irc/soju/pkg-descr new file mode 100644 index 000000000000..bb996bf02dd0 --- /dev/null +++ b/irc/soju/pkg-descr @@ -0,0 +1,11 @@ +A user-friendly IRC bouncer. + + - Multi-user + + - Support multiple clients for a single user, with proper backlog + synchronization + + - Support connecting to multiple upstream servers via a single IRC + connection to the bouncer + +WWW: https://soju.im diff --git a/irc/soju/pkg-descr~ b/irc/soju/pkg-descr~ new file mode 100644 index 000000000000..5a6fe085bed5 --- /dev/null +++ b/irc/soju/pkg-descr~ @@ -0,0 +1,11 @@ +A user-friendly IRC bouncer. + + - Multi-user + + - Support multiple clients for a single user, with proper backlog + synchronization + + - Support connecting to multiple upstream servers via a single IRC + connection to the bouncer + +WWW: https://sr.ht/~emersion/soju |