1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

add a new port devel/rcs

This is a port of GNU rcs.
http://www.gnu.org/software/rcs/

Approved by:	kwm (mentor)
This commit is contained in:
Niclas Zeising 2012-09-13 13:11:51 +00:00
parent 31693f7b74
commit 2c44cba0de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304209
5 changed files with 41 additions and 0 deletions

View File

@ -3654,6 +3654,7 @@
SUBDIR += raknet
SUBDIR += rapidsvn
SUBDIR += rbtools
SUBDIR += rcs
SUBDIR += re2
SUBDIR += re2c
SUBDIR += readline

21
devel/rcs/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= rcs
PORTVERSION= 5.8.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= zeising@FreeBSD.org
COMMENT= Version control system
LICENSE= GPLv3
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
MAN1= ci.1 co.1 ident.1 merge.1 rcs.1 rcsclean.1 rcsdiff.1 rcsmerge.1 rlog.1
MAN5= rcsfile.5
INFO= rcs
.include <bsd.port.mk>

2
devel/rcs/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (rcs-5.8.1.tar.gz) = 04d0ca069954cd3e1b63d498c3751910956df70ce083be97d8b10eff88363eac
SIZE (rcs-5.8.1.tar.gz) = 1194073

8
devel/rcs/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
The Revision Control System (RCS) manages multiple revisions of files. RCS
automates the storing, retrieval, logging, identification, and merging of
revisions. RCS is useful for text that is revised frequently, including source
code, programs, documentation, graphics, papers, and form letters.
This port is gnu rcs.
WWW: http://www.gnu.org/software/rcs/

9
devel/rcs/pkg-plist Normal file
View File

@ -0,0 +1,9 @@
bin/ci
bin/co
bin/ident
bin/merge
bin/rcs
bin/rcsclean
bin/rcsdiff
bin/rcsmerge
bin/rlog