66e09d55d0
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.
16 lines
363 B
Makefile
16 lines
363 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/12/10 18:24:10 martti Exp $
|
|
#
|
|
|
|
DISTNAME= cvsps-1.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.cobite.com/cvsps/
|
|
|
|
MAINTAINER= schmonz+netbsd@schmonz.com
|
|
HOMEPAGE= http://www.cobite.com/cvsps/
|
|
COMMENT= generates 'patchset' information from a CVS repository
|
|
|
|
USE_GMAKE= # defined
|
|
|
|
ALL_TARGET= cvsps
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|