notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
got Game of Trees version control system
0.125 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.123Version of this port present on the latest quarterly branch.
Maintainer: naddy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-09-17 19:37:28
Last Update: 2026-05-10 23:24:18
Commit Hash: 7acc70a
People watching this port, also watch:: sbcl, go125, gcc, inkscape, openjdk8
License: ISCL
WWW:
https://gameoftrees.org
Description:
Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility. Got uses Git repositories to store versioned data. Git can be used for any functionality which has not yet been implemented in Got. It will always remain possible to work with both Got and Git on the same repository.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (28 items)
Collapse this list.
  1. /usr/local/share/licenses/got-0.125/catalog.mk
  2. /usr/local/share/licenses/got-0.125/LICENSE
  3. /usr/local/share/licenses/got-0.125/ISCL
  4. bin/got
  5. bin/gotadmin
  6. bin/tog
  7. libexec/got-fetch-http
  8. libexec/got-fetch-pack
  9. libexec/got-index-pack
  10. libexec/got-read-blob
  11. libexec/got-read-commit
  12. libexec/got-read-gitconfig
  13. libexec/got-read-gotconfig
  14. libexec/got-read-object
  15. libexec/got-read-pack
  16. libexec/got-read-patch
  17. libexec/got-read-tag
  18. libexec/got-read-tree
  19. libexec/got-send-pack
  20. share/man/man1/got.1.gz
  21. share/man/man1/gotadmin.1.gz
  22. share/man/man1/tog.1.gz
  23. share/man/man5/git-repository.5.gz
  24. share/man/man5/got-worktree.5.gz
  25. share/man/man5/got.conf.5.gz
  26. @owner
  27. @group
  28. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • got>0:devel/got
Conflicts:
CONFLICTS_INSTALL:
  • p5-App-GitGot
To install the port:
cd /usr/ports/devel/got/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/got
  • pkg install got
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: got
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1778427203 SHA256 (got-portable-0.125.tar.gz) = add61980107364372aeb81687bc58a66c0d0c9e0a2c4a9bbb6d3714fb452baac SIZE (got-portable-0.125.tar.gz) = 1739097

Packages (timestamps in pop-ups are UTC):
got
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1240.1240.480.1180.124n/an/an/a
FreeBSD:13:quarterly0.1230.1230.900.1150.123n/an/an/a
FreeBSD:14:latest0.1240.1250.790.1170.1250.89-0.89
FreeBSD:14:quarterly0.1230.123-0.1150.1230.950.950.95
FreeBSD:15:latest0.1250.125n/a0.117n/an/a0.95_10.96
FreeBSD:15:quarterly0.1230.123n/a-n/an/a--
FreeBSD:16:latest0.1240.125n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libtls.so : security/libretls
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_got
USES:
localbase pkgconfig ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gameoftrees.org/releases/portable/
Collapse this list.

Number of commits found: 106 (showing only 6 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.41
25 Sep 2020 12:08:16
Revision:550017Original commit files touched by this commit
naddy search for other commits by this committer
Update to 0.41.  User-visible changes:
- make 'got ref -d' delete both loose and packed representations of the ref
- make dangling symbolic references show up in 'got ref -l'
- fix handling of slashes in got.conf repository paths
- make 'got histedit' collapse folded add+delete operations
- fix matching the first object ID listed in a pack index
- let 'got clone' try to connect to server before creating repository contents
- fix default branch name written to Git config file by 'got clone'
- allow an interrupted 'got clone' to be resumed by 'got fetch'
- handle failed connection attempts to git:// servers
0.40
24 Sep 2020 19:02:02
Revision:549940Original commit files touched by this commit
naddy search for other commits by this committer
Switch mostly to a single compat header file that provides compatibility
mappings for system headers and prototypes of functions in libopenbsd-compat.
0.40
21 Sep 2020 15:40:04
Revision:549451Original commit files touched by this commit
naddy search for other commits by this committer
Update to 0.40.  User-visible changes:
- document our default choice of text editor
- fix got.conf overriding GOT_AUTHOR even if no author is set in got.conf
- fix crash in got_free_gotconfig()
- print newline to clear the bottom line when tog exits
0.39_2
20 Sep 2020 12:37:22
Revision:549100Original commit files touched by this commit
naddy search for other commits by this committer
Map SIMPLEQ to STAILQ macros.  Same thing, different name.
No need to copy OpenBSD's SIMPLEQ implementation.
0.39_1
18 Sep 2020 16:05:29
Revision:548895Original commit files touched by this commit
naddy search for other commits by this committer
Add compatibiliy functions for basename(3) and dirname(3) since Got
assumes that those don't modify the pathname buffer.
0.39
17 Sep 2020 19:36:47
Revision:548853Original commit files touched by this commit
naddy search for other commits by this committer
Import got 0.39.

Game of Trees (Got) is a version control system which prioritizes
ease of use and simplicity over flexibility.

Got uses Git repositories to store versioned data. Git can be used
for any functionality which has not yet been implemented in Got.
It will always remain possible to work with both Got and Git on the
same repository.

WWW: https://gameoftrees.org

Number of commits found: 106 (showing only 6 on this page)

«  1 | 2