summaryrefslogtreecommitdiff
path: root/graphics/gource
AgeCommit message (Collapse)AuthorFilesLines
2013-04-06Fixes:rodent1-2/+2
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2013-02-15recursive bump from boost-lib shlib update.obache1-2/+2
2012-12-19Fix build again on gcc 4.5.4.ryoon2-5/+5
2012-12-19Fix build with gcc 4.7.ryoon2-1/+17
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-21Fix build with boost-1.51.0.ryoon2-1/+15
2012-08-29Recursive bump from boost-libs update.obache1-2/+2
2012-07-02Revbump after updating boostadam1-1/+2
2012-05-06Update to 0.38ryoon3-12/+15
* New dependencies to boost and glm Changelog: 0.38: * New high quality sprites. * Fullscreen toggle with alt + enter. * Window is now resizable. -WIDTHxHEIGHT! creates a non-resizable window. * Lowered minimum zoom distance. * Use AM_CPPFLAGS in Makefile.am to allow passing custom CPPFLAGS. * Don't add files that match the path of a known directory. * Fixed divide by zero in text shader causing artifacts on some video cards. * Recursively search for repository directory when log-format not specified (thanks to Jorg Bachmann for original concept / prototype). * New dependency on Boost Filesystem. * Doubled the maximum zoom out distance. * Allow negative timestamps before 1970 in custom log (artzub). * Fix for UTF8-CPP checked.h compilation issue (vszakats). * Fixed bug causing missing characters in text. * Fixed --highlight-users option not using highlight-colour. * highlight-colour default changed to white. * Added --selection-colour option (applied to selected users and files). * Added --dir-colour option (applied to directories).
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-01-28Recursive bump for removal of jpeg/tiff/png buildlink3.mk fileswiz1-2/+2
from SDL_image. If one of these packages needs them, it should include them itself.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-10-03Update to 0.37ryoon2-6/+6
Changelog: Gource 0.37 has been released, fixing a few bugs with timestamps and directory deletion. Changes since 0.35: * Fixed SVN log GMT timestamp conversion. * Fixed issue with sub-dirs of deleted dir not being removed in some cases.
2011-08-06Import gource-0.35 as graphics/gource from wip/gource.ryoon4-0/+54
Software projects are displayed by Gource as 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 (as of 0.29). Gource can also parse logs produced by several third party tools for CVS repositories.