diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-20 17:58:45 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-20 17:58:45 +0000 |
commit | 4d0815b4b4d4b6b56b225c6e95eb920474461aaa (patch) | |
tree | 1efd2e421d0850a9c6e0c90d90392ef0142074bd /devel/rinfo | |
parent | b9bf5743342f9adb0a4dd4b0c60dc5a7bd8935fb (diff) | |
download | FreeBSD-ports-4d0815b4b4d4b6b56b225c6e95eb920474461aaa.zip FreeBSD-ports-4d0815b4b4d4b6b56b225c6e95eb920474461aaa.tar.gz |
Import of redit v1.2
This program gives information about files checked out with RCS.
Only RCS repositories located in "RCS" subdirectories are analyzed.
PR: ports/6113
Submitted by: markc@interlock.otcwi.com
Diffstat (limited to 'devel/rinfo')
-rw-r--r-- | devel/rinfo/Makefile | 18 | ||||
-rw-r--r-- | devel/rinfo/distinfo | 1 | ||||
-rw-r--r-- | devel/rinfo/pkg-comment | 1 | ||||
-rw-r--r-- | devel/rinfo/pkg-descr | 5 | ||||
-rw-r--r-- | devel/rinfo/pkg-plist | 1 |
5 files changed, 26 insertions, 0 deletions
diff --git a/devel/rinfo/Makefile b/devel/rinfo/Makefile new file mode 100644 index 0000000..b043668 --- /dev/null +++ b/devel/rinfo/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: rinfo +# Version required: 1.2 +# Date created: 23th March 1998 +# Whom: Mark Chapman <markc@ctgi.net> +# +# $Id$ +# + +DISTNAME= rinfo-1.2 +CATEGORIES= devel +MASTER_SITES= ftp://www.ctgi.net/pub/ctgi/ + +MAINTAINER= markc@ctgi.net + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rinfo ${PREFIX}/bin/rinfo + +.include <bsd.port.mk> diff --git a/devel/rinfo/distinfo b/devel/rinfo/distinfo new file mode 100644 index 0000000..14ea9ad --- /dev/null +++ b/devel/rinfo/distinfo @@ -0,0 +1 @@ +MD5 (rinfo-1.2.tar.gz) = d03958079063bc36d419d76c35d53db0 diff --git a/devel/rinfo/pkg-comment b/devel/rinfo/pkg-comment new file mode 100644 index 0000000..727a6c9 --- /dev/null +++ b/devel/rinfo/pkg-comment @@ -0,0 +1 @@ +List status of files checked out of RCS repositories. diff --git a/devel/rinfo/pkg-descr b/devel/rinfo/pkg-descr new file mode 100644 index 0000000..5297061 --- /dev/null +++ b/devel/rinfo/pkg-descr @@ -0,0 +1,5 @@ +This program gives information about files checked out with RCS. +Only RCS repositories located in "RCS" subdirectories are analyzed. + +- Mark Chapman +markc@ctgi.net diff --git a/devel/rinfo/pkg-plist b/devel/rinfo/pkg-plist new file mode 100644 index 0000000..b568b7c --- /dev/null +++ b/devel/rinfo/pkg-plist @@ -0,0 +1 @@ +bin/rinfo |