diff options
-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 00000000000..b0436688ea9 --- /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 00000000000..14ea9ad2ed9 --- /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 00000000000..727a6c97074 --- /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 00000000000..5297061c1bf --- /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 00000000000..b568b7ccb25 --- /dev/null +++ b/devel/rinfo/pkg-plist @@ -0,0 +1 @@ +bin/rinfo |