diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-20 17:58:45 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-20 17:58:45 +0000 |
commit | 89336fea5b0742dc84bba41f199c22183822411e (patch) | |
tree | 42ad981afc55277cdf93cec2a16638f817c70473 | |
parent | Add "\" on the first MASTER_SITES line. My fault, sorry. (diff) |
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
Notes
Notes:
svn path=/head/; revision=15447
-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 000000000000..b0436688ea99 --- /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 000000000000..14ea9ad2ed9a --- /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 000000000000..727a6c970749 --- /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 000000000000..5297061c1bfc --- /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 000000000000..b568b7ccb256 --- /dev/null +++ b/devel/rinfo/pkg-plist @@ -0,0 +1 @@ +bin/rinfo |