| Port details |
- got Game of Trees version control system
- 0.127 devel
=1 0.126Version of this port present on the latest quarterly branch. - Maintainer: naddy@FreeBSD.org
 - Port Added: 2020-09-17 19:37:28
- Last Update: 2026-07-21 23:28:07
- Commit Hash: f9c90a4
- People watching this port, also watch:: sbcl, go125, gcc, cl-alexandria, 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 = 1784675047
SHA256 (got-portable-0.127.tar.gz) = 1fb061d61bd9a51409758d2811558b1d0a57df1d05c7bbf2dea48a1e2f55ca3e
SIZE (got-portable-0.127.tar.gz) = 1746471
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: 108 (showing only 8 on this page)
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.42 30 Sep 2020 19:04:47
  |
naddy  |
Update to 0.42. User-visible changes:
- add "branch" keyword to got.conf which specifies a list of branches to fetch
- rework got's commit-time log message modification check |
0.41_1 27 Sep 2020 14:16:54
  |
naddy  |
Add a wrapper function to render open() POSIX-compliant.
POSIX mandates that open(symlink, O_NOFOLLOW) fail with errno == ELOOP.
FreeBSD chooses to deviate from this, but Got depends on it. Introducing
a wrapper avoids (1) the need to patch every occurrence, (2) having to
check each release for new instances, and (3) slipups when modifying
complex boolean expressions. |
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: 108 (showing only 8 on this page)
|