Port details |
- gotosocial Golang fediverse server
- 0.14.1_5 net-im =4 0.14.1_3Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@igalic.co
- Port Added: 2022-04-04 12:54:06
- Last Update: 2024-08-09 06:24:08
- Commit Hash: aa8c011
- People watching this port, also watch:: nginx, git, zerotier, go, py311-certbot
- License: AGPLv3
- WWW:
- https://docs.gotosocial.org/en/latest/
- Description:
- GoToSocial is an ActivityPub social network server, written in Golang.
With GoToSocial, you can keep in touch with your friends, post, read,
and share images and articles. All without being tracked or advertised
to!
GoToSocial provides a lightweight, customizable, and safety-focused
entryway into the Fediverse, and is comparable to (but distinct from)
existing projects such as Mastodon, Pleroma, Friendica, and PixelFed.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gotosocial>0:net-im/gotosocial
- To install the port:
- cd /usr/ports/net-im/gotosocial/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/gotosocial
- pkg install gotosocial
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gotosocial
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv7 i386
- distinfo:
- TIMESTAMP = 1711719327
SHA256 (gotosocial_0.14.1_web-assets.tar.gz) = 70d3b42ee4f3831dc200ffaa8d3059f4582ce23ac7df2a59444a4a2a2a4e2430
SIZE (gotosocial_0.14.1_web-assets.tar.gz) = 1417726
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go121 : lang/go121
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-im_gotosocial
- USES:
- go:1.21,modules
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.14.1_5 09 Aug 2024 06:24:08 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
0.14.1_4 03 Jul 2024 08:29:54 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
0.14.1_3 15 Jun 2024 09:52:17 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
0.14.1_2 13 May 2024 17:56:04 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
0.14.1_1 15 Apr 2024 08:20:04 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
0.14.1 29 Mar 2024 13:42:44 |
Larry Rosenman (ler) |
net-im/gotosocial: fix my update to 0.14.1
Fix my update.
PR: 277595
Pointy Hat to: ler |
0.13.3_1 22 Mar 2024 15:29:58 |
Larry Rosenman (ler) |
net-im/gotosocial: forgotten distinfo update in last commit
PR: 277595 |
0.13.3_1 22 Mar 2024 15:29:20 |
Larry Rosenman (ler) |
Revert "Forgotten in previous commit"
This reverts commit bc47e2e1761ace04832e97b962a70ab613c8813a. |
0.13.3_1 22 Mar 2024 15:19:08 |
Larry Rosenman (ler) |
Forgotten in previous commit |
0.13.3_1 22 Mar 2024 15:15:01 |
Larry Rosenman (ler) |
net-im/gotosocial: upsate to 0.14.1
ChangeLog:
0.14.1 specifics:
There was a bug in 0.14.0 which was causing SQLite-backed instances to sometimes
become unresponsive, with lots of errors in the logs containing interrupted(9).
0.14.0 release highlights:
* Account aliasing. You can now set the alsoKnownAs field on your account via
the settings panel, to indicate other accounts you own. This doesn't do much
now, but it's the first step towards the Move implementation for account
migration coming in v0.15.0.
* Much better thread sorting. Conversation threads on both the web view and
client API use a new sorting mechanism which makes them way more readable. No
longer will replies in a thread be scattered all over the place.
* Better HTTP signature support. We fixed a longstanding issue with including
vs not including query parameters in signed GET requests. We now try (and
accept) both methods of constructing signatures. Which leads to...
* Improved thread fetching. You'll see far fewer "orphaned" statuses in your
timeline now, and you'll see more replies on statuses from other instances.
* Syntax highlighting for code blocks on the web UI. When you include a code
block in your markdown now, and correctly indicate the language the code is
written in, it will be syntax highlighted when rendered on your profile in the
web UI. This requires javascript, but it's a progressive enhancement feature.
Visitors to your profile with javascript turned off will just see the code block
without syntax highlighting.
* Improved "about this instance" page, with a link to the page in the nav bar.
Previously the "about this instance" page was more or less hidden. We've now
surfaced it better, so you can write all your terms and conditions and instance
description stuff there. Relatedly....
* Parse instance descriptions and terms and conditions as markdown. Previously
it was very difficult to properly edit these fields, because you had to read +
write HTML to do so. Now they're parsed as markdown. This means you can more
easily include things like blockquotes, lists, etc.
* Big refactor of HTML templates + CSS. We did a serious rework of HTML
templates to fix indentation. Previously if you did "view source" on a
GoToSocial profile page, you'd see a mess of sloppily-indented HTML. With this
refactor, the HTML is now nicely indented and much more readable. We also did an
accessibility pass and tested our HTML with various screen readers to try to
make the web view a bit less annoying to navigate.
* First pass at a basic spam filtering system. In light of spam waves happening
on the fediverse recently we took a crack at implementing a filter to drop
messages identified as spam. This is still in the experimental stage, but it's
included in this release so you can try it out already. |
0.13.3_1 06 Mar 2024 22:00:31 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q1 |
0.13.3 02 Mar 2024 13:07:22 |
Gleb Popov (arrowd) |
net-im/gotosocial: Mark TESTING_UNSAFE
PR: 277179 |
0.13.3 02 Mar 2024 13:07:21 |
Gleb Popov (arrowd) Author: Mina Galić |
net-im/gotosocial: Update to 0.13.3
PR: 277179 |
0.13.1_1 11 Feb 2024 10:39:17 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 276530 |
0.13.1 11 Jan 2024 12:15:20 |
Dirk Meyer (dinoex) |
net-im/gotosocial: update to 0.13.1
PR: 276256
Changelog:
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.13.1 |
0.13.0 18 Dec 2023 15:06:53 |
Joseph Mingrone (jrm) Author: Kamigishi Rei |
net-im/gotosocial: Upgrade to 0.13.0 SpiderSloth
Explicitly use go 1.21.
Changelogs since 0.11.0:
- https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.13.0
- https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.12.2
- https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.12.1
- https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.11.1
PR: 275827 |
0.11.0_1 07 Dec 2023 02:22:10 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 274405 |
0.11.0 05 Dec 2023 13:43:31 |
Joseph Mingrone (jrm) Author: Mina Galić |
net-im/gotosocial: update to 0.11.0
Update to v0.11.0 Sloppy Sloth
Changelog:
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.11.0
Most notably, this release adds support for Hashtags.
And with that 3 new assets. |
0.10.0_2 08 Sep 2023 14:34:56 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go* update |
0.10.0_1 04 Aug 2023 14:24:50 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
0.10.0 21 Jul 2023 19:54:30 |
Felix Palmen (zirias) Author: Mina Galić |
net-im/gotosocial: Update to 0.10.0 Shrimple Sloth
Changelog URL:
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.10.0
PR: 272646 |
0.9.0 25 May 2023 09:41:33 |
Robert Clausecker (fuz) Author: Kamigishi Rei |
net-im/gotosocial: update to 0.9.0
Changelog:
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.9.0
PR: 271610
Approved by: freebsd@igalic.co (maintainer) |
0.8.0 17 Apr 2023 09:29:20 |
Robert Clausecker (fuz) Author: Kamigishi Rei |
net-im/gotosocial: update to 0.8.0
Changelog:
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.8.0
PR: 270889 |
0.7.1_2 08 Apr 2023 15:13:25 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
0.7.1_1 09 Mar 2023 19:18:07 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go ports update |
0.7.1 24 Feb 2023 08:51:08 |
Robert Clausecker (fuz) Author: Mina Galić |
net-im/gotosocial: bump version to 0.7.1
Changelog:
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.7.1
PR: 269734
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38728 |
0.7.0 20 Feb 2023 23:36:43 |
Robert Clausecker (fuz) Author: Mina Galić |
net-im/gotosocial: update to 0.7.0
Enable on aarch64, i386, and armv7 after successful build test.
Use go.mk framework to build:
- use go:modules
- set GO_BUILDFLAGS
- set GO_TARGET
- add CGO_ENABLED=0
- remove binary from do-install
- move rest of do-install to post-install
Changelog:
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.7.0
PR: 269632
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38688 |
0.6.0_2 15 Feb 2023 19:06:01 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
0.6.0_1 09 Feb 2023 21:55:23 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after GO_DEFAULT update. |
0.6.0 30 Jan 2023 09:44:22 |
Nuno Teixeira (eduardo) Author: SolarCatcher |
net-im/gotosocial: Update to 0.6.0
ChangeLog:
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.6.0
PR: 268228 |
0.5.2_2 30 Jan 2023 08:39:22 |
Nuno Teixeira (eduardo) |
*/*: Update maintainer e-mail
PR: 268228 |
0.5.2_2 14 Jan 2023 11:31:17 |
Dmitri Goutnik (dmgk) |
all: Bump PORTVERSION after lang/go{118,119} update |
0.5.2_1 11 Dec 2022 11:17:27 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
0.5.2 10 Oct 2022 12:18:34 |
Fernando Apesteguía (fernape) Author: Mina Galić |
net-im/gotosocial: upgrade to 0.5.2
ChangeLog:
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.5.2
While here remove noop REINPLACE_CMD.
PR: 266848
Reported by: me@igalic.co (maintainer) |
0.3.7_4 06 Oct 2022 19:24:26 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
0.3.7_3 08 Sep 2022 16:33:18 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3.7_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.3.7_2 03 Aug 2022 21:35:13 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
0.3.7_1 14 Jul 2022 12:46:05 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{117,118} update |
0.3.7 07 Jul 2022 05:45:35 |
Fernando Apesteguía (fernape) Author: Mina Galić |
net-im/gotosocial: upgrade to 0.3.7
ChangeLog:
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.3.7
PR: 265036
Reported by: me@igalic.co
MFH: 2022Q3 (bugfixes) |
0.3.6 22 Jun 2022 03:30:20 |
Neel Chauhan (nc) Author: Mina Galić |
net-im/gotosocial: Update to 0.3.6
PR: 264814 |
0.3.4_1 07 Jun 2022 21:56:10 |
Dmitri Goutnik (dmgk) |
*/*: Bump port revisons after lang/go{117,118} update |
0.3.4 06 Jun 2022 18:19:10 |
Dmitri Goutnik (dmgk) |
*/*: Repair after switching to versioned Go ports
- Add 1.17 to USES=go for ports that still need go117, remove GO_PORT;
- Add missing ${SETENV} ${MAKE_ENV} to repair BINARY_ALIAS;
- Remove explicit dependencies on lang/go.
PR: 264336
Reviewed by: ygy jwb yuri mikael drtr0jan@yandex.ru decke mat
Differential Revision: https://reviews.freebsd.org/D35346 |
0.3.4 26 May 2022 22:57:16 |
Dmitri Goutnik (dmgk) Author: Mina Galić |
net-im/gotosocial: Update to 0.3.4
Changes: https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.3.4
PR: 263267 |
0.2.2 04 Apr 2022 20:27:32 |
Dave Cottlehuber (dch) Author: Mina Galić |
net-im/gotosocial: update to 0.2.2 |
0.2.0 04 Apr 2022 12:50:50 |
Dave Cottlehuber (dch) Author: Mina Galić |
net-im/gotosocial: new port
With GoToSocial, you can keep in touch with your friends, post, read,
and share images and articles. All without being tracked or advertised
to!
GoToSocial provides a lightweight, customizable, and safety-focused
entryway into the Fediverse, and is comparable to (but distinct from)
existing projects such as Mastodon, Pleroma, Friendica, and PixelFed.
WWW: https://docs.gotosocial.org/en/latest/ |