Port details |
- statcvs CVS repository activity report generator
- 0.7.0_1 devel
=1 0.7.0_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2009-03-25 23:32:28
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: sysinfo, rtty, tmpreaper, svk
- Also Listed In: java
- License: LGPL21+
- Description:
- StatCVS retrieves information from a CVS repository and generates
various tables and charts describing the project development, e.g.
timeline for the lines of code, contribution of each developer etc.
The current version of StatCVS generates a static suite of HTML or
XDOC documents containing tables and chart images.
WWW: http://statcvs.sourceforge.net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/statcvs/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/statcvs
- pkg install statcvs
- PKGNAME: statcvs
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (statcvs-0.7.0-source.zip) = 5169a27740ff438d039e2c7c57cbe78201d3e4c9615ea3172c260eeaf6d1295c
SIZE (statcvs-0.7.0-source.zip) = 8752176
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- ant : devel/apache-ant
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for statcvs-0.7.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_statcvs
- USES:
- zip
- pkg-message:
- For install:
- You have just installed StatCVS, a CVS repository activity report
generator.
To use the tool, run the following command:
java -jar /usr/local/share/java/statcvs/statcvs.jar
Full usage instructions and command options are found at:
http://statcvs.sourceforge.net/manual.html
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.7.0_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 Dec 2020 02:31:05
0.7.0_1
|
glewis  |
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774 |
26 Nov 2019 21:46:13
0.7.0_1
|
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
13 Aug 2019 16:01:59
0.7.0_1 
|
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
04 Jul 2019 02:28:17
0.7.0_1
|
glewis  |
Adjust to proposed changes in Java versioning
* Bug #238758 proposes to change the Java versioning from versions such
as "1.6.0" to versions such as "6" (for example). Modify the Makefile
checks on JAVA_PORT_VERSION to cope with either format. |
10 Sep 2018 13:11:24
0.7.0_1
|
mat  |
After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
30 Nov 2017 06:13:35
0.7.0_1 
|
linimon  |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
26 May 2017 20:02:44
0.7.0_1
|
linimon  |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
30 Mar 2016 00:53:57
0.7.0_1
|
amdmi3  |
- Add LICENSE
- Add NO_ARCH
- Switch to options helpers |
15 Mar 2015 15:38:31
0.7.0_1
|
amdmi3  |
- Add missing files to plist, switch to PORTDOCS |
27 Oct 2014 11:07:20
0.7.0
|
bapt  |
Cleanup plist |
04 Jun 2014 22:38:24
0.7.0
|
jkim  |
Fix PLIST when DOCS is enabled and built with javadoc from JDK7 and later.
Note this is just a stopgap.
Reported by: exp-run (PR190511) |
03 Apr 2014 11:36:00
0.7.0
|
pawel  |
- Add staging support
- Remove dependency on javavmwrapper, pulled in by java
- Define DOCS option
- Fix WWW line |
07 Mar 2014 16:49:10

|
bapt  |
Convert d* to USES=zip |
16 Dec 2013 18:24:49
0.7.0
|
glarkin  |
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin |
20 Sep 2013 17:17:45
0.7.0
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
10 Dec 2012 11:25:28
0.7.0
|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1) |
21 Jul 2011 05:03:02
0.7.0
|
linimon  |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
03 Jul 2011 14:59:23
0.7.0
|
ohauer  |
-remove MD5 |
16 Mar 2010 13:25:27
0.7.0
|
glarkin  |
- Fixed download URL
- Updated to 0.7.0 |
22 Aug 2009 00:18:43
0.5.0
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
03 Jul 2009 13:13:30
0.5.0
|
glarkin  |
- Upgraded to 0.5.0 |
25 Mar 2009 23:31:41
0.4.0
|
glarkin  |
StatCVS retrieves information from a CVS repository and generates
various tables and charts describing the project development, e.g.
timeline for the lines of code, contribution of each developer etc.
The current version of StatCVS generates a static suite of HTML or
XDOC documents containing tables and chart images.
WWW: http://statcvs.sourceforge.net/ |