aboutsummaryrefslogtreecommitdiff
path: root/graphics/gource
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2010-09-09 10:30:48 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2010-09-09 10:30:48 +0000
commitfb7c9ce5f705091f934d2a146075e5c11c04a0a4 (patch)
treeb1e33a9e68ef6f95402e115463cc22648ad53f91 /graphics/gource
parentd8aece8812892b41f98375121d9a6a53967b501a (diff)
downloadports-fb7c9ce5f705091f934d2a146075e5c11c04a0a4.tar.gz
ports-fb7c9ce5f705091f934d2a146075e5c11c04a0a4.zip
Notes
Diffstat (limited to 'graphics/gource')
-rw-r--r--graphics/gource/Makefile6
-rw-r--r--graphics/gource/distinfo6
-rw-r--r--graphics/gource/files/patch-Makefile.in11
-rw-r--r--graphics/gource/files/patch-src-commitlog.h11
-rw-r--r--graphics/gource/files/patch-src-gource.h11
-rw-r--r--graphics/gource/pkg-plist4
6 files changed, 10 insertions, 39 deletions
diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile
index 70218bb03874..eb3e3b83b0e1 100644
--- a/graphics/gource/Makefile
+++ b/graphics/gource/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gource
-PORTVERSION= 0.17
-PORTREVISION= 2
+PORTVERSION= 0.28
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,7 +16,8 @@ COMMENT= OpenGL-based 3D visualisation tool for source control repositories
LIB_DEPENDS= SDL_image:${PORTSDIR}/graphics/sdl_image \
ftgl:${PORTSDIR}/graphics/ftgl \
- pcre:${PORTSDIR}/devel/pcre
+ pcre:${PORTSDIR}/devel/pcre \
+ GLEW:${PORTSDIR}/graphics/glew
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/graphics/gource/distinfo b/graphics/gource/distinfo
index 4d765ff3e2ae..f8f436f976fe 100644
--- a/graphics/gource/distinfo
+++ b/graphics/gource/distinfo
@@ -1,3 +1,3 @@
-MD5 (gource-0.17.tar.gz) = f0bc16ae1faa18f3dbc5020b318798ab
-SHA256 (gource-0.17.tar.gz) = 9596ac7801c42588098bfaae465bb86abe9b98b6dc67fe632c641178472558c9
-SIZE (gource-0.17.tar.gz) = 516355
+MD5 (gource-0.28.tar.gz) = 82cadbd7791cff913970a63d63d894ff
+SHA256 (gource-0.28.tar.gz) = c37648e70230b45c0170ed036d3aa9db2b1a4d9c59b2ca48c741d8e4d846a324
+SIZE (gource-0.28.tar.gz) = 606085
diff --git a/graphics/gource/files/patch-Makefile.in b/graphics/gource/files/patch-Makefile.in
deleted file mode 100644
index c3d27c09baea..000000000000
--- a/graphics/gource/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2009-11-25 05:29:14.000000000 +0300
-+++ Makefile.in 2009-11-25 15:03:36.000000000 +0300
-@@ -2,7 +2,7 @@
- exec_prefix = ${prefix}
- bindir = ${exec_prefix}/bin
- datarootdir = @datarootdir@
--mandir = ${datarootdir}/man
-+mandir = ${prefix}/man
- gourcedatadir = $(datarootdir)/gource
- gourcefontdir = @gourcefontdir@
-
diff --git a/graphics/gource/files/patch-src-commitlog.h b/graphics/gource/files/patch-src-commitlog.h
deleted file mode 100644
index 60f9e0a61ab7..000000000000
--- a/graphics/gource/files/patch-src-commitlog.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/commitlog.h.orig 2009-11-25 05:29:14.000000000 +0300
-+++ src/commitlog.h 2009-11-26 15:06:52.000000000 +0300
-@@ -42,7 +42,7 @@ public:
- class RCommit {
- vec3f fileColour(std::string filename);
- public:
-- long timestamp;
-+ time_t timestamp;
- std::string username;
-
- std::list<RCommitFile> files;
diff --git a/graphics/gource/files/patch-src-gource.h b/graphics/gource/files/patch-src-gource.h
deleted file mode 100644
index 1a24684e3e04..000000000000
--- a/graphics/gource/files/patch-src-gource.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gource.h.orig 2009-11-25 05:29:14.000000000 +0300
-+++ src/gource.h 2009-11-27 12:35:43.000000000 +0300
-@@ -110,7 +110,7 @@ class Gource : public SDLApp {
- int framecount;
-
- float runtime;
-- long currtime;
-+ time_t currtime;
- float subseconds;
-
- float splash;
diff --git a/graphics/gource/pkg-plist b/graphics/gource/pkg-plist
index fc3767620d43..8ee94f43afaa 100644
--- a/graphics/gource/pkg-plist
+++ b/graphics/gource/pkg-plist
@@ -2,6 +2,10 @@ bin/gource
%%DATADIR%%/no_photo.png
%%DATADIR%%/file.png
%%DATADIR%%/beam.png
+%%DATADIR%%/bloom.tga
+%%DATADIR%%/bloom_alpha.tga
+%%DATADIR%%/cursor.png
+%%DATADIR%%/gource.style
%%DATADIR%%/fonts/FreeSans.ttf
%%DATADIR%%/fonts/README
@dirrm %%DATADIR%%/fonts