Add rvi 1.0.0, a simple interface to RCS.
PR: 28654 Submitted by: Pete Fritchman <petef@databits.net>
This commit is contained in:
parent
0aa41aea19
commit
9aab717193
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44752
6 changed files with 34 additions and 0 deletions
|
@ -468,6 +468,7 @@
|
|||
SUBDIR += ruby-tzfile
|
||||
SUBDIR += ruby-unit
|
||||
SUBDIR += rudiments
|
||||
SUBDIR += rvi
|
||||
SUBDIR += rvm
|
||||
SUBDIR += scandoc
|
||||
SUBDIR += sdcc
|
||||
|
|
23
devel/rvi/Makefile
Normal file
23
devel/rvi/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: rvi
|
||||
# Date Created: 2 July 2001
|
||||
# Whom: Pete Fritchman <petef@databits.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rvi
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.rucus.ru.ac.za/~mtsegaye/rvi/
|
||||
DISTNAME= rvi
|
||||
|
||||
MAINTAINER= petef@databits.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rvi ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/rvi/distinfo
Normal file
1
devel/rvi/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (rvi.tar.gz) = e527528ae6d55ff0901992af24ff7d7d
|
1
devel/rvi/pkg-comment
Normal file
1
devel/rvi/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A simple interface to RCS
|
7
devel/rvi/pkg-descr
Normal file
7
devel/rvi/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Rvi is an interface to RCS. It attempts to make the process of
|
||||
using RCS simpler by wrapping common RCS commands around an editor.
|
||||
|
||||
WWW: http://www.rucus.ru.ac.za/~mtsegaye/rvi/
|
||||
|
||||
- Pete
|
||||
petef@databits.net
|
1
devel/rvi/pkg-plist
Normal file
1
devel/rvi/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/rvi
|
Loading…
Reference in a new issue