diff options
| -rw-r--r-- | devel/gitinspector/Makefile | 15 | ||||
| -rw-r--r-- | devel/gitinspector/pkg-descr | 12 |
2 files changed, 15 insertions, 12 deletions
diff --git a/devel/gitinspector/Makefile b/devel/gitinspector/Makefile index ad8894f04f97..afc12255a4b2 100644 --- a/devel/gitinspector/Makefile +++ b/devel/gitinspector/Makefile @@ -3,19 +3,22 @@ PORTNAME= gitinspector PORTVERSION= 0.4.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel python -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Statistical analysis tool for git repositories -LICENSE= GPLv3+ +LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_GITHUB= yes -GH_ACCOUNT= ejwa +RUN_DEPENDS= git:devel/git -USES= python -USE_PYTHON= autoplist distutils NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python + +GH_ACCOUNT= ejwa +USE_GITHUB= yes .include <bsd.port.mk> diff --git a/devel/gitinspector/pkg-descr b/devel/gitinspector/pkg-descr index 9eba3e1658d8..f2f7e110c771 100644 --- a/devel/gitinspector/pkg-descr +++ b/devel/gitinspector/pkg-descr @@ -1,8 +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. +Gitinspector is a statistical analysis tool for git repositories. The default +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://github.com/ejwa/gitinspector |
