Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148148888
D1529.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D1529.diff
View Options
Index: head/devel/Makefile
===================================================================
--- head/devel/Makefile
+++ head/devel/Makefile
@@ -548,6 +548,7 @@
SUBDIR += git-subversion
SUBDIR += gitg
SUBDIR += gitg0
+ SUBDIR += gitinspector
SUBDIR += gitolite
SUBDIR += gitolite2
SUBDIR += gitphp
Index: head/devel/gitinspector/Makefile
===================================================================
--- head/devel/gitinspector/Makefile
+++ head/devel/gitinspector/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= gitinspector
+PORTVERSION= 0.3.2
+CATEGORIES= devel python
+MASTER_SITES= GOOGLE_CODE
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= rpaulo@FreeBSD.org
+COMMENT= Statistical analysis tool for git repositories
+
+LICENSE= GPLv3
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+USES= zip python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
Index: head/devel/gitinspector/distinfo
===================================================================
--- head/devel/gitinspector/distinfo
+++ head/devel/gitinspector/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gitinspector_0.3.2.zip) = 3778e60514f5067f8f2628da5cacbce12db99af6517fcf448afb2964bce963a7
+SIZE (gitinspector_0.3.2.zip) = 254971
Index: head/devel/gitinspector/files/patch-aa
===================================================================
--- head/devel/gitinspector/files/patch-aa
+++ head/devel/gitinspector/files/patch-aa
@@ -0,0 +1,11 @@
+--- gitinspector/localization.py.orig 2013-10-30 03:03:02.000000000 -0700
++++ gitinspector/localization.py 2015-01-14 15:57:30.000000000 -0800
+@@ -44,7 +44,7 @@
+
+ #Fix for non-POSIX-compliant systems (Windows et al.).
+ if os.getenv('LANG') is None:
+- lang = locale.getdefaultlocale()
++ lang = ('en_US', 'en_US')
+ os.environ['LANG'] = lang[0]
+
+ filename = basedir.get_basedir() + "/translations/messages_%s.mo" % lang[0][0:2]
Index: head/devel/gitinspector/pkg-descr
===================================================================
--- head/devel/gitinspector/pkg-descr
+++ head/devel/gitinspector/pkg-descr
@@ -0,0 +1,8 @@
+gitinspector is a statistical analysis tool for git repositories. The
+defaut analysis shows general statistics per author, which can be
+complemented with a timeline analysis that shows the workload and
+activity of each author. Under normal operation, it filters the
+results to only show statistics about a number of given extensions and
+by default only includes source files in the statistical analysis.
+
+WWW: https://code.google.com/p/gitinspector/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 17, 2:15 AM (15 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29684437
Default Alt Text
D1529.diff (2 KB)
Attached To
Mode
D1529: Add devel/gitinspector.
Attached
Detach File
Event Timeline
Log In to Comment