# $Id$

PortSystem        1.0

name              cvsps
version           2.1
revision          1
description       Create patchset information from CVS.
long_description  CVSps is a program for generating 'patchset' information \
                  from a CVS repository. A patchset in this case is defined \
                  as a set of changes made to a collection of files, and all \
                  committed at the same time (using a single 'cvs commit' \
                  command). This information is valuable to seeing the big \
                  picture of the evolution of a cvs project. While cvs tracks \
                  revision information, it is often difficult to see what \
                  changes were committed 'atomically' to the repository.
maintainers       nomaintainer
categories        devel
license           GPL-2
platforms         darwin
homepage          http://www.cobite.com/cvsps/
master_sites      http://www.cobite.com/cvsps/
distname          cvsps-${version}
 
checksums         md5 bde2110ed9f5d14de8f8cb04e9d596fe \
                  sha1 a53a62b121e7b86e07a393bcb8aa4f0492a747c4 \
                  rmd160 a3063f638fbf1136761549658432d5842e4a766f

patchfiles        cvsps_2.1-4.diff

use_configure     no

build.args        prefix=${prefix}

destroot.args     prefix=${destroot}${prefix}