diff --git a/www/tgpt/Makefile b/www/tgpt/Makefile index 0b92a0ade478..544624638472 100644 --- a/www/tgpt/Makefile +++ b/www/tgpt/Makefile @@ -1,21 +1,21 @@ PORTNAME= tgpt DISTVERSIONPREFIX= v -DISTVERSION= 2.12.0 +DISTVERSION= 2.13.0 CATEGORIES= www MAINTAINER= nxjoseph@FreeBSD.org COMMENT= AI Chatbots in terminal without needing API keys WWW= https://github.com/aandrew-me/tgpt LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/aandrew-me/tgpt/v2 post-patch: ${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor PLIST_FILES= bin/tgpt .include diff --git a/www/tgpt/distinfo b/www/tgpt/distinfo index 7d8587738495..2328116bad64 100644 --- a/www/tgpt/distinfo +++ b/www/tgpt/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1785132412 -SHA256 (go/www_tgpt/tgpt-v2.12.0/v2.12.0.mod) = 8bf1fcb4d9e48081bd4f2e5799ee6adf844a02e33228f0c93a94cf6ef8d1abb9 -SIZE (go/www_tgpt/tgpt-v2.12.0/v2.12.0.mod) = 2740 -SHA256 (go/www_tgpt/tgpt-v2.12.0/v2.12.0.zip) = bd74dabb85266060cb8d8dfffdc11b6d510eb44e34fcc97d67fcaf6f5e1121c2 -SIZE (go/www_tgpt/tgpt-v2.12.0/v2.12.0.zip) = 95226 +TIMESTAMP = 1786293846 +SHA256 (go/www_tgpt/tgpt-v2.13.0/v2.13.0.mod) = dada6cdb6428df41a5dd3cd6e6a80e1ece5197898ab6d2245f2e37b73fb31cc4 +SIZE (go/www_tgpt/tgpt-v2.13.0/v2.13.0.mod) = 2806 +SHA256 (go/www_tgpt/tgpt-v2.13.0/v2.13.0.zip) = f4a3db2c773144c6f2703fd9ad8270464b113bc2c797262bd2031fcdc5ca9e8f +SIZE (go/www_tgpt/tgpt-v2.13.0/v2.13.0.zip) = 136082 diff --git a/www/tgpt/files/modules.txt b/www/tgpt/files/modules.txt index 4ccc50bc432e..abda38d11a3e 100644 --- a/www/tgpt/files/modules.txt +++ b/www/tgpt/files/modules.txt @@ -1,285 +1,308 @@ +# charm.land/bubbles/v2 v2.1.1 +## explicit; go 1.25.0 +charm.land/bubbles/v2/cursor +charm.land/bubbles/v2/internal/memoization +charm.land/bubbles/v2/internal/runeutil +charm.land/bubbles/v2/key +charm.land/bubbles/v2/textarea +charm.land/bubbles/v2/textinput +charm.land/bubbles/v2/viewport +# charm.land/bubbletea/v2 v2.0.8 +## explicit; go 1.25.0 +charm.land/bubbletea/v2 +# charm.land/lipgloss/v2 v2.0.5 +## explicit; go 1.25.0 +charm.land/lipgloss/v2 +# github.com/JohannesKaufmann/dom v0.3.1 +## explicit; go 1.25.0 +github.com/JohannesKaufmann/dom +# github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.2 +## explicit; go 1.25.0 +github.com/JohannesKaufmann/html-to-markdown/v2/collapse +github.com/JohannesKaufmann/html-to-markdown/v2/converter +github.com/JohannesKaufmann/html-to-markdown/v2/internal/domutils +github.com/JohannesKaufmann/html-to-markdown/v2/internal/escape +github.com/JohannesKaufmann/html-to-markdown/v2/internal/textutils +github.com/JohannesKaufmann/html-to-markdown/v2/marker +github.com/JohannesKaufmann/html-to-markdown/v2/plugin/base +github.com/JohannesKaufmann/html-to-markdown/v2/plugin/commonmark # github.com/andybalholm/brotli v1.2.2 ## explicit; go 1.22 github.com/andybalholm/brotli github.com/andybalholm/brotli/flate github.com/andybalholm/brotli/matchfinder # github.com/atotto/clipboard v0.1.4 ## explicit github.com/atotto/clipboard -# github.com/aymanbagabas/go-osc52/v2 v2.0.1 -## explicit; go 1.16 -github.com/aymanbagabas/go-osc52/v2 # github.com/bdandy/go-errors v1.2.2 ## explicit; go 1.13 github.com/bdandy/go-errors # github.com/bdandy/go-socks4 v1.2.3 ## explicit; go 1.13 github.com/bdandy/go-socks4 # github.com/bogdanfinn/fhttp v0.6.8 ## explicit; go 1.24.1 github.com/bogdanfinn/fhttp github.com/bogdanfinn/fhttp/cookiejar github.com/bogdanfinn/fhttp/http2 github.com/bogdanfinn/fhttp/http2/hpack github.com/bogdanfinn/fhttp/httptrace github.com/bogdanfinn/fhttp/httputil github.com/bogdanfinn/fhttp/internal github.com/bogdanfinn/fhttp/internal/nettrace # github.com/bogdanfinn/quic-go-utls v1.0.9-utls ## explicit; go 1.24.1 github.com/bogdanfinn/quic-go-utls github.com/bogdanfinn/quic-go-utls/http3 github.com/bogdanfinn/quic-go-utls/http3/qlog github.com/bogdanfinn/quic-go-utls/internal/ackhandler github.com/bogdanfinn/quic-go-utls/internal/congestion github.com/bogdanfinn/quic-go-utls/internal/flowcontrol github.com/bogdanfinn/quic-go-utls/internal/handshake github.com/bogdanfinn/quic-go-utls/internal/monotime github.com/bogdanfinn/quic-go-utls/internal/protocol github.com/bogdanfinn/quic-go-utls/internal/qerr github.com/bogdanfinn/quic-go-utls/internal/utils github.com/bogdanfinn/quic-go-utls/internal/utils/linkedlist github.com/bogdanfinn/quic-go-utls/internal/utils/ringbuffer github.com/bogdanfinn/quic-go-utls/internal/wire github.com/bogdanfinn/quic-go-utls/qlog github.com/bogdanfinn/quic-go-utls/qlogwriter github.com/bogdanfinn/quic-go-utls/qlogwriter/jsontext github.com/bogdanfinn/quic-go-utls/quicvarint # github.com/bogdanfinn/tls-client v1.15.1 ## explicit; go 1.24.1 github.com/bogdanfinn/tls-client github.com/bogdanfinn/tls-client/bandwidth github.com/bogdanfinn/tls-client/profiles # github.com/bogdanfinn/utls v1.7.7-barnius ## explicit; go 1.24 github.com/bogdanfinn/utls github.com/bogdanfinn/utls/dicttls github.com/bogdanfinn/utls/internal/boring github.com/bogdanfinn/utls/internal/byteorder github.com/bogdanfinn/utls/internal/fips140tls github.com/bogdanfinn/utls/internal/helper github.com/bogdanfinn/utls/internal/hkdf github.com/bogdanfinn/utls/internal/hpke github.com/bogdanfinn/utls/internal/quicvarint github.com/bogdanfinn/utls/internal/quicvarint/protocol github.com/bogdanfinn/utls/internal/tls12 github.com/bogdanfinn/utls/internal/tls13 # github.com/bogdanfinn/websocket v1.5.5-barnius ## explicit; go 1.24.1 github.com/bogdanfinn/websocket -# github.com/c-bata/go-prompt v0.2.6 -## explicit; go 1.14 -github.com/c-bata/go-prompt -github.com/c-bata/go-prompt/internal/bisect -github.com/c-bata/go-prompt/internal/debug -github.com/c-bata/go-prompt/internal/strings -github.com/c-bata/go-prompt/internal/term -# github.com/charmbracelet/bubbles v1.0.0 -## explicit; go 1.24.2 -github.com/charmbracelet/bubbles/cursor -github.com/charmbracelet/bubbles/key -github.com/charmbracelet/bubbles/runeutil -github.com/charmbracelet/bubbles/textarea -github.com/charmbracelet/bubbles/textarea/memoization -github.com/charmbracelet/bubbles/viewport -# github.com/charmbracelet/bubbletea v1.3.10 -## explicit; go 1.24.0 -github.com/charmbracelet/bubbletea # github.com/charmbracelet/colorprofile v0.4.3 ## explicit; go 1.25.0 github.com/charmbracelet/colorprofile -# github.com/charmbracelet/lipgloss v1.1.0 -## explicit; go 1.18 -github.com/charmbracelet/lipgloss +# github.com/charmbracelet/ultraviolet v0.0.0-20260703014108-f5a850f9c2b7 +## explicit; go 1.25.0 +github.com/charmbracelet/ultraviolet # github.com/charmbracelet/x/ansi v0.11.7 ## explicit; go 1.24.2 github.com/charmbracelet/x/ansi +github.com/charmbracelet/x/ansi/kitty github.com/charmbracelet/x/ansi/parser -# github.com/charmbracelet/x/cellbuf v0.0.15 -## explicit; go 1.24.2 -github.com/charmbracelet/x/cellbuf # github.com/charmbracelet/x/term v0.2.2 ## explicit; go 1.24.0 github.com/charmbracelet/x/term +# github.com/charmbracelet/x/termios v0.1.1 +## explicit; go 1.18 +github.com/charmbracelet/x/termios +# github.com/charmbracelet/x/windows v0.2.2 +## explicit; go 1.23.0 +github.com/charmbracelet/x/windows # github.com/clipperhouse/displaywidth v0.11.0 ## explicit; go 1.18 github.com/clipperhouse/displaywidth # github.com/clipperhouse/uax29/v2 v2.7.0 ## explicit; go 1.18 github.com/clipperhouse/uax29/v2/graphemes # github.com/davecgh/go-spew v1.1.1 ## explicit github.com/davecgh/go-spew/spew # github.com/ebitengine/purego v0.10.1 ## explicit; go 1.18 github.com/ebitengine/purego github.com/ebitengine/purego/internal/cgo github.com/ebitengine/purego/internal/fakecgo github.com/ebitengine/purego/internal/strings github.com/ebitengine/purego/internal/xreflect github.com/ebitengine/purego/objc -# github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f -## explicit; go 1.16 -github.com/erikgeiser/coninput # github.com/fatih/color v1.19.0 ## explicit; go 1.25.0 github.com/fatih/color +# github.com/google/jsonschema-go v0.4.2 +## explicit; go 1.23.0 +github.com/google/jsonschema-go/jsonschema # github.com/google/uuid v1.6.0 ## explicit github.com/google/uuid # github.com/klauspost/compress v1.19.0 ## explicit; go 1.24 github.com/klauspost/compress github.com/klauspost/compress/fse github.com/klauspost/compress/huff0 github.com/klauspost/compress/internal/cpuinfo github.com/klauspost/compress/internal/le github.com/klauspost/compress/internal/snapref github.com/klauspost/compress/zstd github.com/klauspost/compress/zstd/internal/xxhash # github.com/lucasb-eyer/go-colorful v1.4.0 ## explicit; go 1.12 github.com/lucasb-eyer/go-colorful +# github.com/mark3labs/mcp-go v0.57.0 +## explicit; go 1.25.5 +github.com/mark3labs/mcp-go/client +github.com/mark3labs/mcp-go/client/transport +github.com/mark3labs/mcp-go/mcp +github.com/mark3labs/mcp-go/server +github.com/mark3labs/mcp-go/tracing # github.com/mattn/go-colorable v0.1.15 ## explicit; go 1.18 github.com/mattn/go-colorable # github.com/mattn/go-isatty v0.0.22 ## explicit; go 1.21 github.com/mattn/go-isatty -# github.com/mattn/go-localereader v0.0.1 -## explicit -github.com/mattn/go-localereader # github.com/mattn/go-runewidth v0.0.24 ## explicit; go 1.20 github.com/mattn/go-runewidth -# github.com/mattn/go-tty v0.0.8 -## explicit; go 1.18 -github.com/mattn/go-tty -# github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 -## explicit; go 1.17 -github.com/muesli/ansi -github.com/muesli/ansi/compressor # github.com/muesli/cancelreader v0.2.2 ## explicit; go 1.17 github.com/muesli/cancelreader -# github.com/muesli/termenv v0.16.0 -## explicit; go 1.17 -github.com/muesli/termenv # github.com/olekukonko/ts v0.0.0-20171002115256-78ecb04241c0 ## explicit github.com/olekukonko/ts -# github.com/pkg/term v1.2.0-beta.2 -## explicit; go 1.14 -github.com/pkg/term/termios # github.com/pmezard/go-difflib v1.0.0 ## explicit github.com/pmezard/go-difflib/difflib # github.com/quic-go/qpack v0.6.0 ## explicit; go 1.24 github.com/quic-go/qpack # github.com/rivo/uniseg v0.4.7 ## explicit; go 1.18 github.com/rivo/uniseg +# github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 +## explicit; go 1.21 +github.com/santhosh-tekuri/jsonschema/v6 +github.com/santhosh-tekuri/jsonschema/v6/kind +# github.com/spf13/cast v1.7.1 +## explicit; go 1.19 +github.com/spf13/cast # github.com/stretchr/testify v1.11.1 ## explicit; go 1.17 github.com/stretchr/testify/assert github.com/stretchr/testify/assert/yaml # github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 ## explicit github.com/tam7t/hpkp # github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e ## explicit; go 1.19 github.com/xo/terminfo +# github.com/yosida95/uritemplate/v3 v3.0.2 +## explicit; go 1.14 +github.com/yosida95/uritemplate/v3 # golang.design/x/x11 v0.2.0 ## explicit; go 1.23 golang.design/x/x11 # golang.org/x/crypto v0.54.0 ## explicit; go 1.25.0 golang.org/x/crypto/chacha20 golang.org/x/crypto/chacha20poly1305 golang.org/x/crypto/cryptobyte golang.org/x/crypto/cryptobyte/asn1 golang.org/x/crypto/hkdf golang.org/x/crypto/internal/alias golang.org/x/crypto/internal/poly1305 golang.org/x/crypto/sha3 # golang.org/x/exp/shiny v0.0.0-20260709172345-9ea1abe57597 ## explicit; go 1.25.0 golang.org/x/exp/shiny/driver/gldriver golang.org/x/exp/shiny/driver/internal/drawer golang.org/x/exp/shiny/driver/internal/errscreen golang.org/x/exp/shiny/driver/internal/event golang.org/x/exp/shiny/driver/internal/lifecycler golang.org/x/exp/shiny/driver/internal/win32 golang.org/x/exp/shiny/driver/internal/x11key golang.org/x/exp/shiny/screen # golang.org/x/image v0.44.0 ## explicit; go 1.25.0 golang.org/x/image/bmp golang.org/x/image/ccitt golang.org/x/image/internal/safemath golang.org/x/image/math/f64 golang.org/x/image/tiff golang.org/x/image/tiff/lzw # golang.org/x/mobile v0.0.0-20260709172247-6129f5bee9d5 ## explicit; go 1.25.0 golang.org/x/mobile/app golang.org/x/mobile/app/internal/callfn golang.org/x/mobile/event/key golang.org/x/mobile/event/lifecycle golang.org/x/mobile/event/mouse golang.org/x/mobile/event/paint golang.org/x/mobile/event/size golang.org/x/mobile/event/touch golang.org/x/mobile/geom golang.org/x/mobile/gl golang.org/x/mobile/internal/mobileinit # golang.org/x/mod v0.38.0 ## explicit; go 1.25.0 golang.org/x/mod/semver # golang.org/x/net v0.57.0 ## explicit; go 1.25.0 golang.org/x/net/bpf golang.org/x/net/html golang.org/x/net/html/atom golang.org/x/net/html/charset golang.org/x/net/http/httpguts golang.org/x/net/http/httpproxy golang.org/x/net/http2/hpack golang.org/x/net/idna golang.org/x/net/internal/iana golang.org/x/net/internal/socket golang.org/x/net/internal/socks golang.org/x/net/ipv4 golang.org/x/net/ipv6 golang.org/x/net/proxy +# golang.org/x/sync v0.22.0 +## explicit; go 1.25.0 +golang.org/x/sync/errgroup # golang.org/x/sys v0.47.0 ## explicit; go 1.25.0 golang.org/x/sys/cpu golang.org/x/sys/unix golang.org/x/sys/windows # golang.org/x/text v0.40.0 ## explicit; go 1.25.0 golang.org/x/text/encoding golang.org/x/text/encoding/charmap golang.org/x/text/encoding/htmlindex golang.org/x/text/encoding/internal golang.org/x/text/encoding/internal/identifier golang.org/x/text/encoding/japanese golang.org/x/text/encoding/korean golang.org/x/text/encoding/simplifiedchinese golang.org/x/text/encoding/traditionalchinese golang.org/x/text/encoding/unicode +golang.org/x/text/feature/plural +golang.org/x/text/internal +golang.org/x/text/internal/catmsg +golang.org/x/text/internal/format golang.org/x/text/internal/language golang.org/x/text/internal/language/compact +golang.org/x/text/internal/number +golang.org/x/text/internal/stringset golang.org/x/text/internal/tag golang.org/x/text/internal/utf8internal golang.org/x/text/language +golang.org/x/text/message +golang.org/x/text/message/catalog golang.org/x/text/runes golang.org/x/text/secure/bidirule golang.org/x/text/transform golang.org/x/text/unicode/bidi golang.org/x/text/unicode/norm # gopkg.in/yaml.v3 v3.0.1 ## explicit gopkg.in/yaml.v3