Simple statistics plugin for Bazaar. At the moment it can display

statistics about the committers that have contributed to a project.

WWW: https://launchpad.net/bzr-stats

PR:		ports/155085
Submitted by:	Carlo Strub <c-s@c-s.li>
This commit is contained in:
Greg Larkin 2011-03-21 20:58:46 +00:00
parent 27b70e69ff
commit 0600f04919
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271430
5 changed files with 57 additions and 0 deletions

View File

@ -143,6 +143,7 @@
SUBDIR += bzr-loom
SUBDIR += bzr-pipeline
SUBDIR += bzr-rewrite
SUBDIR += bzr-stats
SUBDIR += bzr-svn
SUBDIR += bzr-upload
SUBDIR += bzrtools

28
devel/bzr-stats/Makefile Normal file
View File

@ -0,0 +1,28 @@
# Ports collection makefile for: bzr-stats
# Date created: 2011-02-27
# Whom: Carlo Strub
#
# $FreeBSD$
#
PORTNAME= bzr-stats
PORTVERSION= 0.1.0
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/65203347/ \
http://www.c-s.li/ports/
MAINTAINER= c-s@c-s.li
COMMENT= Simple statistics plugin for bzr
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= bzr_stats
.include <bsd.port.mk>

2
devel/bzr-stats/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (bzr-stats-0.1.0.tar.gz) = 963989be91c4b87749b186043ffad7c22362e10bf5ee175cc267bf47877608d9
SIZE (bzr-stats-0.1.0.tar.gz) = 6619

View File

@ -0,0 +1,4 @@
Simple statistics plugin for Bazaar. At the moment it can display
statistics about the committers that have contributed to a project.
WWW: https://launchpad.net/bzr-stats

22
devel/bzr-stats/pkg-plist Normal file
View File

@ -0,0 +1,22 @@
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/__init__.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/__init__.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/__init__.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/classify.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/classify.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/classify.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/cmds.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/cmds.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/cmds.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/info.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/info.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/info.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/test_classify.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/test_classify.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/test_classify.pyo
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/test_stats.py
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/test_stats.pyc
%%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats/test_stats.pyo
@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/stats
@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib/plugins
@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib
@dirrmtry %%PYTHON_SITELIBDIR%%