Version: 0.51, Package name: gource-0.51 |
Maintained by: Gonzalo L. R. |
Master sites: |
Description Gource is an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project. Currently Gource includes built-in log generation support for Git, Mercurial and Bazaar and SVN. Gource can also parse logs produced by several third party tools for CVS repositories. |
Filesize: 862.093 KB |
Version History (View Complete History) |
|
2020-01-16 02:46:58 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Update for Gource to 0.51: https://gource.io/ OK bentley@ |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-12-13 12:53:24 by Stuart Henderson | Files touched by this commit (64) |
Log message: bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost, it has been split into subpackages |
2018-09-12 22:10:34 by Anthony J. Bentley | Files touched by this commit (1) |
Log message: Move homepage to https. |
2018-06-14 02:19:56 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Update for Gource to 0.49. OK benoit@ |
2018-02-22 00:58:22 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Update for Gource to 0.48. OK benoit@ |
2017-09-09 18:18:19 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Update for Gource to 0.47 Fix Licence and freetype, thanks bcallahan@ OK benoit@ bcallahan@ |
2017-09-08 07:30:35 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Small update for Gource to 0.46: * Added --screen option. * Added --window-position XxY option. * Added --frameless option. * Added --file-show-filter REGEX option (swoogles). * Added --filename-time and filename-colour options (gh2k). * Improved handling of very low seconds-per-day values (malengrin). * Fixed crash when SVN log lacks author information (obarthel). * Additional git log command validation (cym13). * Allow lower case hex colours in custom logs (HSorensen). * Now requires SDL 2 to build (deprecated SDL 1.2 support removed). OK benoit@ (thanks!) |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-31 02:08:18 by Marc Espie | Files touched by this commit (173) |
Log message: switch everything to new COMPILER idiom, even stuff that won't build with clang yet, but at least that part is done. |
2017-05-23 14:57:50 by Marc Espie | Files touched by this commit (1) |
Log message: WANT_CXX |
2017-05-01 21:43:33 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Update for Gource to 0.44. OK benoit@ |
2015-12-28 11:56:33 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - fix HOMEPAGE - will prefer to use sdl2 over sdl1 - glm is a BDEP, not LDEP |
2015-05-28 12:17:45 by Matthias Kilian | Files touched by this commit (3) |
Log message: Some more bumps for gcc-4.9. |
2015-05-11 07:47:28 by Gonzalo L. Rodriguez | Files touched by this commit (3) |
Log message: Update for Gource to 0.43: * Fixed bzr log command when no start date was specified (chrisf). * Fixed hg log commit order when date range specified. * Fixed hg log command line on Windows. * Fixed parser bug in date range filtering code. OK benoit@ |