| Port details |
- got Game of Trees version control system
- 0.125 devel
=1 0.123Version of this port present on the latest quarterly branch. - Maintainer: naddy@FreeBSD.org
 - 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.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- 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:
|
Number of commits found: 106 (showing only 6 on this page)
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.41 25 Sep 2020 12:08:16
  |
naddy  |
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
  |
naddy  |
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
  |
naddy  |
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
  |
naddy  |
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
  |
naddy  |
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
  |
naddy  |
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)
|