diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-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 | ||||
-rw-r--r-- | devel/cvsps/Makefile | 22 | ||||
-rw-r--r-- | devel/cvsps/distinfo | 1 | ||||
-rw-r--r-- | devel/cvsps/files/patch-Makefile | 21 | ||||
-rw-r--r-- | devel/cvsps/pkg-comment | 1 | ||||
-rw-r--r-- | devel/cvsps/pkg-descr | 9 | ||||
-rw-r--r-- | devel/cvsps/pkg-plist | 1 |
13 files changed, 111 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d4b6be3f271c..5bb8befd2127 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -104,6 +104,7 @@ SUBDIR += cvslines SUBDIR += cvsmapfs SUBDIR += cvspadm + SUBDIR += cvsps SUBDIR += cvsstat SUBDIR += cvsutils SUBDIR += cvsweb 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 diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile new file mode 100644 index 000000000000..dca7749ee3db --- /dev/null +++ b/devel/cvsps/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/distinfo b/devel/cvsps/distinfo new file mode 100644 index 000000000000..4be045717f01 --- /dev/null +++ b/devel/cvsps/distinfo @@ -0,0 +1 @@ +MD5 (cvsps-1.3.tar.gz) = 13fce3a3029bd340c77034f2b406a331 diff --git a/devel/cvsps/files/patch-Makefile b/devel/cvsps/files/patch-Makefile new file mode 100644 index 000000000000..f20a79b88809 --- /dev/null +++ b/devel/cvsps/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/pkg-comment b/devel/cvsps/pkg-comment new file mode 100644 index 000000000000..6ddad4e9a7b7 --- /dev/null +++ b/devel/cvsps/pkg-comment @@ -0,0 +1 @@ +CVS patchsets diff --git a/devel/cvsps/pkg-descr b/devel/cvsps/pkg-descr new file mode 100644 index 000000000000..25278dd1b274 --- /dev/null +++ b/devel/cvsps/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/pkg-plist b/devel/cvsps/pkg-plist new file mode 100644 index 000000000000..a8c7fa9a2b6f --- /dev/null +++ b/devel/cvsps/pkg-plist @@ -0,0 +1 @@ +bin/cvsps |