Index: head/irc/Makefile =================================================================== --- head/irc/Makefile (revision 558304) +++ head/irc/Makefile (revision 558305) @@ -1,121 +1,122 @@ # $FreeBSD$ # COMMENT = Internet Relay Chat utilities SUBDIR += anope SUBDIR += atheme-services SUBDIR += bip SUBDIR += birch SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += bitlbee-discord SUBDIR += bitlbee-facebook SUBDIR += bitlbee-mastodon SUBDIR += bitlbee-steam SUBDIR += bnc SUBDIR += bopm SUBDIR += cgiirc SUBDIR += ctrlproxy SUBDIR += cwirc SUBDIR += dancer SUBDIR += darkbot SUBDIR += dircproxy SUBDIR += dxirc SUBDIR += eggdrop SUBDIR += eggdrop-devel SUBDIR += epic4 SUBDIR += epic5 SUBDIR += evangeline SUBDIR += ezbounce SUBDIR += gruftistats SUBDIR += hexchat SUBDIR += hexchat-fish SUBDIR += hybserv SUBDIR += icbirc SUBDIR += ii SUBDIR += infobot SUBDIR += inspircd SUBDIR += insub SUBDIR += irc SUBDIR += irc2dc SUBDIR += ircII SUBDIR += ircd-hybrid SUBDIR += ircd-ratbox SUBDIR += ircd-ratbox-devel SUBDIR += ircproxy SUBDIR += iroffer-dinoex SUBDIR += irssi SUBDIR += irssi-dcc_send_limiter SUBDIR += irssi-fish SUBDIR += irssi-icb SUBDIR += irssi-scripts SUBDIR += irssi-xmpp SUBDIR += irssistats SUBDIR += keitairc2 SUBDIR += komanda-cli SUBDIR += konversation SUBDIR += kvirc SUBDIR += libircclient SUBDIR += lostirc SUBDIR += miau SUBDIR += muh SUBDIR += ngircd SUBDIR += ninja SUBDIR += onis SUBDIR += oragono SUBDIR += p5-AnyEvent-IRC SUBDIR += p5-Bot-BasicBot SUBDIR += p5-IRC-Bot-Hangman SUBDIR += p5-IRC-Utils SUBDIR += p5-POE-Component-IRC SUBDIR += p5-POE-Component-IRC-Object SUBDIR += p5-POE-Component-IRC-Plugin-Blowfish SUBDIR += p5-POE-Component-IRC-Plugin-Bollocks SUBDIR += p5-POE-Component-IRC-Plugin-CoreList SUBDIR += p5-POE-Component-IRC-Plugin-Hailo SUBDIR += p5-POE-Component-IRC-Plugin-Karma SUBDIR += p5-POE-Component-IRC-Plugin-POE-Knee SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNS SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNSBL SUBDIR += p5-POE-Component-IRC-Plugin-RSS-Headlines SUBDIR += p5-POE-Component-Server-IRC SUBDIR += p5-POE-Filter-IRCD SUBDIR += p5-POE-Session-Irssi SUBDIR += p5-Parse-IRC SUBDIR += pear-Net_SmartIRC SUBDIR += pircbot SUBDIR += pisg SUBDIR += polari SUBDIR += py-fishcrypt SUBDIR += py-irc SUBDIR += py-limnoria SUBDIR += quassel SUBDIR += quassel-core SUBDIR += quirc SUBDIR += ratbox-respond SUBDIR += rbot SUBDIR += riece SUBDIR += rubygem-cinch SUBDIR += rubygem-cogbot SUBDIR += rubygem-lita-irc SUBDIR += rubygem-net-irc SUBDIR += scrollz SUBDIR += sic SUBDIR += simpleirc SUBDIR += sirc SUBDIR += smartirc4net SUBDIR += smuxi + SUBDIR += soju SUBDIR += srain SUBDIR += srvx SUBDIR += thales SUBDIR += tircproxy SUBDIR += undernet-ircu SUBDIR += unreal SUBDIR += weechat SUBDIR += weechat-otr SUBDIR += xaric SUBDIR += znc SUBDIR += znc-push .include Index: head/irc/soju/Makefile =================================================================== --- head/irc/soju/Makefile (nonexistent) +++ head/irc/soju/Makefile (revision 558305) @@ -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 Property changes on: head/irc/soju/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/soju/distinfo =================================================================== --- head/irc/soju/distinfo (nonexistent) +++ head/irc/soju/distinfo (revision 558305) @@ -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 Property changes on: head/irc/soju/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/soju/pkg-descr =================================================================== --- head/irc/soju/pkg-descr (nonexistent) +++ head/irc/soju/pkg-descr (revision 558305) @@ -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 Property changes on: head/irc/soju/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/soju/pkg-descr~ =================================================================== --- head/irc/soju/pkg-descr~ (nonexistent) +++ head/irc/soju/pkg-descr~ (revision 558305) @@ -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 Property changes on: head/irc/soju/pkg-descr~ ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property