diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-09 09:38:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-09 09:38:49 +0000 |
commit | 66eb3bd33f82bb43212f1874179c7332ee7031f6 (patch) | |
tree | 2cdd756c41045df2266f49ef618604c79af21dee /devel/cvsps-devel | |
parent | 61c0eaedc03cae6bf29ca8ed163076a383c503ca (diff) | |
download | ports-66eb3bd33f82bb43212f1874179c7332ee7031f6.tar.gz ports-66eb3bd33f82bb43212f1874179c7332ee7031f6.zip |
Notes
Diffstat (limited to 'devel/cvsps-devel')
-rw-r--r-- | devel/cvsps-devel/Makefile | 22 | ||||
-rw-r--r-- | devel/cvsps-devel/distinfo | 1 | ||||
-rw-r--r-- | devel/cvsps-devel/files/patch-Makefile | 21 | ||||
-rw-r--r-- | devel/cvsps-devel/pkg-comment | 1 | ||||
-rw-r--r-- | devel/cvsps-devel/pkg-descr | 9 | ||||
-rw-r--r-- | devel/cvsps-devel/pkg-plist | 1 |
6 files changed, 55 insertions, 0 deletions
diff --git a/devel/cvsps-devel/Makefile b/devel/cvsps-devel/Makefile new file mode 100644 index 000000000000..dca7749ee3db --- /dev/null +++ b/devel/cvsps-devel/Makefile @@ -0,0 +1,22 @@ +# ex:ts=8 +# Ports collection makefile for: cvsps +# Date Created: Feb 9, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= cvsps +PORTVERSION= 1.3 +CATEGORIES= devel +MASTER_SITES= http://www.cobite.com/cvsps/ + +MAINTAINER= ports@FreeBSD.org + +USE_GMAKE= yes +ALL_TARGET= cvsps + +MANCOMPRESSED= no +MAN1= cvsps.1 + +.include <bsd.port.mk> diff --git a/devel/cvsps-devel/distinfo b/devel/cvsps-devel/distinfo new file mode 100644 index 000000000000..4be045717f01 --- /dev/null +++ b/devel/cvsps-devel/distinfo @@ -0,0 +1 @@ +MD5 (cvsps-1.3.tar.gz) = 13fce3a3029bd340c77034f2b406a331 diff --git a/devel/cvsps-devel/files/patch-Makefile b/devel/cvsps-devel/files/patch-Makefile new file mode 100644 index 000000000000..f20a79b88809 --- /dev/null +++ b/devel/cvsps-devel/files/patch-Makefile @@ -0,0 +1,21 @@ +--- Makefile.orig Sat Feb 9 17:35:42 2002 ++++ Makefile Sat Feb 9 17:35:54 2002 +@@ -1,7 +1,7 @@ + MAJOR=1 + MINOR=3 +-CC=gcc +-CFLAGS=-g -O2 -Wall -I. -DVERSION=\"$(MAJOR).$(MINOR)\" ++#CC=gcc ++CFLAGS+=-I. -DVERSION=\"$(MAJOR).$(MINOR)\" + OBJS=\ + cbtcommon/debug.o\ + cbtcommon/hash.o\ +@@ -9,7 +9,7 @@ + cvsps.o + + cvsps: $(OBJS) +- gcc -o cvsps $(OBJS) ++ ${CC} -o cvsps $(OBJS) + + install: + [ -d /usr/local/bin ] || mkdir -p /usr/local/bin diff --git a/devel/cvsps-devel/pkg-comment b/devel/cvsps-devel/pkg-comment new file mode 100644 index 000000000000..6ddad4e9a7b7 --- /dev/null +++ b/devel/cvsps-devel/pkg-comment @@ -0,0 +1 @@ +CVS patchsets diff --git a/devel/cvsps-devel/pkg-descr b/devel/cvsps-devel/pkg-descr new file mode 100644 index 000000000000..25278dd1b274 --- /dev/null +++ b/devel/cvsps-devel/pkg-descr @@ -0,0 +1,9 @@ +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. + +WWW: http://www.cobite.com/cvsps/ diff --git a/devel/cvsps-devel/pkg-plist b/devel/cvsps-devel/pkg-plist new file mode 100644 index 000000000000..a8c7fa9a2b6f --- /dev/null +++ b/devel/cvsps-devel/pkg-plist @@ -0,0 +1 @@ +bin/cvsps |