diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-08-06 22:03:53 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-08-06 22:03:53 +0000 |
commit | 7bec8f8cedd92f638699c107f2cb7fdfe487f822 (patch) | |
tree | 9d111d6fa7d58c34b174f69fa4e1adb2c98d70f7 /graphics/gource | |
parent | 96df1a017e43ca7e956cfd062a34ede2c8c56cd5 (diff) | |
download | pkgsrc-7bec8f8cedd92f638699c107f2cb7fdfe487f822.tar.gz |
Import gource-0.35 as graphics/gource from wip/gource.
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.
Diffstat (limited to 'graphics/gource')
-rw-r--r-- | graphics/gource/DESCR | 8 | ||||
-rw-r--r-- | graphics/gource/Makefile | 23 | ||||
-rw-r--r-- | graphics/gource/PLIST | 18 | ||||
-rw-r--r-- | graphics/gource/distinfo | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/graphics/gource/DESCR b/graphics/gource/DESCR new file mode 100644 index 00000000000..5ba246484f8 --- /dev/null +++ b/graphics/gource/DESCR @@ -0,0 +1,8 @@ +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. diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile new file mode 100644 index 00000000000..6c5ed41a759 --- /dev/null +++ b/graphics/gource/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/08/06 22:03:53 ryoon Exp $ +# + +DISTNAME= gource-0.35 +CATEGORIES= graphics +MASTER_SITES= http://gource.googlecode.com/files/ + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://code.google.com/p/gource/ +COMMENT= software version control visualization +LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + +.include "../../devel/SDL/buildlink3.mk" +.include "../../graphics/freetype2/buildlink3.mk" +.include "../../graphics/SDL_image/buildlink3.mk" +.include "../../devel/pcre/buildlink3.mk" +.include "../../graphics/glew/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gource/PLIST b/graphics/gource/PLIST new file mode 100644 index 00000000000..422b1d4b3c6 --- /dev/null +++ b/graphics/gource/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/06 22:03:53 ryoon Exp $ +bin/gource +man/man1/gource.1 +share/gource/beam.png +share/gource/bloom.tga +share/gource/bloom_alpha.tga +share/gource/cursor.png +share/gource/file.png +share/gource/fonts/FreeSans.ttf +share/gource/fonts/README +share/gource/gource.style +share/gource/no_photo.png +share/gource/shaders/bloom.frag +share/gource/shaders/bloom.vert +share/gource/shaders/shadow.frag +share/gource/shaders/shadow.vert +share/gource/shaders/text.frag +share/gource/shaders/text.vert diff --git a/graphics/gource/distinfo b/graphics/gource/distinfo new file mode 100644 index 00000000000..7e6d0359284 --- /dev/null +++ b/graphics/gource/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/08/06 22:03:53 ryoon Exp $ + +SHA1 (gource-0.35.tar.gz) = f2bc23224cd3e01279a33e3856a6d027560f6509 +RMD160 (gource-0.35.tar.gz) = 7a6302613b0d15851885a79453c073e3ebab9742 +Size (gource-0.35.tar.gz) = 668033 bytes |