1 | # $Id: Portfile 20317 2006-11-17 22:34:01Z giulio.eulisse@cern.ch $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name cvsps |
---|
6 | version 1.3.3 |
---|
7 | revision 1 |
---|
8 | categories utilities |
---|
9 | maintainers giulio.eulisse@cern.ch |
---|
10 | |
---|
11 | description CVSps is a program for generating 'patchset' information from a CVS repository. \ |
---|
12 | A patchset in this case is defined as a set of changes made to a collection of \ |
---|
13 | files, and all committed at the same time (using a single 'cvs commit' command). \ |
---|
14 | This information is valuable to seeing the big picture of the evolution of a \ |
---|
15 | cvs project. While cvs tracks revision information, it is often difficult to \ |
---|
16 | see what changes were committed 'atomically' to the repository. \ |
---|
17 | |
---|
18 | homepage http://www.cobite.com/cvsps/ |
---|
19 | master_sites http://www.cobite.com/cvsps/ |
---|
20 | distname cvsps-${version} |
---|
21 | checksums md5 06996d83366794d295745092225946b7 |
---|
22 | use_configure no |
---|
23 | build.target cvsps |
---|
24 | destroot.cmd make prefix=$destroot$prefix |
---|