mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
New port: net-im/tut: TUI for Mastodon
Minimal, configurable and vim-key inspired terminal user interface for Mastodon. PR: 245551 Submitted by: Lewis Cook <vulcan@wired.sh>
This commit is contained in:
parent
df43f6cf2e
commit
12a5a78e91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531821
3 changed files with 84 additions and 0 deletions
43
net-im/tut/Makefile
Normal file
43
net-im/tut/Makefile
Normal file
|
@ -0,0 +1,43 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tut
|
||||
DISTVERSION= 0.0.7
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= vulcan@wired.sh
|
||||
COMMENT= TUI for Mastodon
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:modules
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= RasmusLindroth
|
||||
GH_TUPLE= gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \
|
||||
gdamore:tcell:v1.3.0:gdamore_tcell/vendor/github.com/gdamore/tcell \
|
||||
go-ini:ini:v1.55.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
|
||||
golang:net:d3edc9973b7e:golang_net/vendor/golang.org/x/net \
|
||||
golang:sys:85ca7c5b95cd:golang_sys/vendor/golang.org/x/sys \
|
||||
golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
|
||||
gorilla:websocket:v1.4.1:gorilla_websocket/vendor/github.com/gorilla/websocket \
|
||||
kyoh86:xdg:v1.2.0:kyoh86_xdg/vendor/github.com/kyoh86/xdg \
|
||||
lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \
|
||||
mattn:go-mastodon:3e91c76504df:mattn_go_mastodon/vendor/github.com/mattn/go-mastodon \
|
||||
mattn:go-runewidth:v0.0.8:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
|
||||
microcosm-cc:bluemonday:v1.0.2:microcosm_cc_bluemonday/vendor/github.com/microcosm-cc/bluemonday \
|
||||
pelletier:go-toml:v1.7.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
|
||||
rivo:tview:ca37f83cb2e7:rivo_tview/vendor/github.com/rivo/tview \
|
||||
rivo:uniseg:v0.1.0:rivo_uniseg/vendor/github.com/rivo/uniseg \
|
||||
smartystreets:goconvey:v1.6.4:smartystreets_goconvey/vendor/github.com/smartystreets/goconvey \
|
||||
tomnomnom:linkheader:02ca5825eb80:tomnomnom_linkheader/vendor/github.com/tomnomnom/linkheader
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDOCS= README.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
37
net-im/tut/distinfo
Normal file
37
net-im/tut/distinfo
Normal file
|
@ -0,0 +1,37 @@
|
|||
TIMESTAMP = 1586650109
|
||||
SHA256 (RasmusLindroth-tut-0.0.7_GH0.tar.gz) = b3699f75de57dc63b13b9fd6f4e37529fd30a2ae0f026cdf925fe0de58fec5e1
|
||||
SIZE (RasmusLindroth-tut-0.0.7_GH0.tar.gz) = 121765
|
||||
SHA256 (gdamore-encoding-v1.0.0_GH0.tar.gz) = 8fb8593a69cd86f16233d63dd6d74181136ec8f22900c509e961a25eb4b2e013
|
||||
SIZE (gdamore-encoding-v1.0.0_GH0.tar.gz) = 10886
|
||||
SHA256 (gdamore-tcell-v1.3.0_GH0.tar.gz) = 5e4d2206a459109fdd98fb1d29f2da2340b69a021b115db9049917444a0c1097
|
||||
SIZE (gdamore-tcell-v1.3.0_GH0.tar.gz) = 148627
|
||||
SHA256 (go-ini-ini-v1.55.0_GH0.tar.gz) = 52116d3e9d828b4dcb9b750ed88918763910944ac2ceb54f3a9695eacfa01b5f
|
||||
SIZE (go-ini-ini-v1.55.0_GH0.tar.gz) = 47219
|
||||
SHA256 (golang-net-d3edc9973b7e_GH0.tar.gz) = 3f1ba89024d8a03881a5f308e820f1beb0fa6f3a03eff3dca42c4cc9f59869f9
|
||||
SIZE (golang-net-d3edc9973b7e_GH0.tar.gz) = 1174466
|
||||
SHA256 (golang-sys-85ca7c5b95cd_GH0.tar.gz) = 06a5cbc446381df9653d4b410239720eea6b27461597de88f3e621664c811294
|
||||
SIZE (golang-sys-85ca7c5b95cd_GH0.tar.gz) = 1047239
|
||||
SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22
|
||||
SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069
|
||||
SHA256 (gorilla-websocket-v1.4.1_GH0.tar.gz) = 9e5bd337d58a978bf4072767252ddb394b53e2b459697633794abd96e8eb3fa6
|
||||
SIZE (gorilla-websocket-v1.4.1_GH0.tar.gz) = 54218
|
||||
SHA256 (kyoh86-xdg-v1.2.0_GH0.tar.gz) = 357555c7fba96cad7cd37ccc60d07bde5022d50ec468e64e9adb045dbc39ba68
|
||||
SIZE (kyoh86-xdg-v1.2.0_GH0.tar.gz) = 5085
|
||||
SHA256 (lucasb-eyer-go-colorful-v1.0.3_GH0.tar.gz) = 40c8c7e03a4eeaaabd44273e9b6a992933f554f17225aadd0b225ffc67e1e7db
|
||||
SIZE (lucasb-eyer-go-colorful-v1.0.3_GH0.tar.gz) = 430208
|
||||
SHA256 (mattn-go-mastodon-3e91c76504df_GH0.tar.gz) = 2936c54391706d163802a79d99abca519614702cde6d949325c515003638556a
|
||||
SIZE (mattn-go-mastodon-3e91c76504df_GH0.tar.gz) = 39475
|
||||
SHA256 (mattn-go-runewidth-v0.0.8_GH0.tar.gz) = 7b1ae2393fe4b0ddc64b94aabf1d825c969aebe09f167751a009d5ed6836850e
|
||||
SIZE (mattn-go-runewidth-v0.0.8_GH0.tar.gz) = 16500
|
||||
SHA256 (microcosm-cc-bluemonday-v1.0.2_GH0.tar.gz) = 63b0b5c2378fded0acb8b719b13a698cb897b52b3fb0cdf7d3ce576eba0c3160
|
||||
SIZE (microcosm-cc-bluemonday-v1.0.2_GH0.tar.gz) = 137669
|
||||
SHA256 (pelletier-go-toml-v1.7.0_GH0.tar.gz) = f42a6e1ff00e3be16bd379697fd3892cce94cdb897e757b28a05231ebd4f9693
|
||||
SIZE (pelletier-go-toml-v1.7.0_GH0.tar.gz) = 86417
|
||||
SHA256 (rivo-tview-ca37f83cb2e7_GH0.tar.gz) = cdd8aedcfae0cd7ad0e231ec4e69a4a27552900e41ca4b817b013783546ac866
|
||||
SIZE (rivo-tview-ca37f83cb2e7_GH0.tar.gz) = 2867098
|
||||
SHA256 (rivo-uniseg-v0.1.0_GH0.tar.gz) = b80dffa6c757687cc997b77efbd32435361829cb085b913424b9b2bfebc19655
|
||||
SIZE (rivo-uniseg-v0.1.0_GH0.tar.gz) = 43971
|
||||
SHA256 (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 88714f84d0a989c4ba60e1f2b65e426dc7e23058ca0b9f06cb77613cb22b010b
|
||||
SIZE (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 1478622
|
||||
SHA256 (tomnomnom-linkheader-02ca5825eb80_GH0.tar.gz) = 0905f5752137e019e22d2f0c6493ae969ad2cc944ceef58c2085a948c9c99e9d
|
||||
SIZE (tomnomnom-linkheader-02ca5825eb80_GH0.tar.gz) = 4318
|
4
net-im/tut/pkg-descr
Normal file
4
net-im/tut/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Minimal, configurable and vim-key inspired terminal
|
||||
user interface for Mastodon.
|
||||
|
||||
WWW: https://github.com/RasmusLindroth/tut
|
Loading…
Add table
Reference in a new issue