svn commit: r304209 - in head/devel: . rcs
Niclas Zeising
zeising at FreeBSD.org
Thu Sep 13 13:11:52 UTC 2012
Author: zeising
Date: Thu Sep 13 13:11:51 2012
New Revision: 304209
URL: http://svn.freebsd.org/changeset/ports/304209
Log:
add a new port devel/rcs
This is a port of GNU rcs.
http://www.gnu.org/software/rcs/
Approved by: kwm (mentor)
Added:
head/devel/rcs/
head/devel/rcs/Makefile (contents, props changed)
head/devel/rcs/distinfo (contents, props changed)
head/devel/rcs/pkg-descr (contents, props changed)
head/devel/rcs/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Sep 13 13:04:44 2012 (r304208)
+++ head/devel/Makefile Thu Sep 13 13:11:51 2012 (r304209)
@@ -3654,6 +3654,7 @@
SUBDIR += raknet
SUBDIR += rapidsvn
SUBDIR += rbtools
+ SUBDIR += rcs
SUBDIR += re2
SUBDIR += re2c
SUBDIR += readline
Added: head/devel/rcs/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rcs/Makefile Thu Sep 13 13:11:51 2012 (r304209)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= rcs
+PORTVERSION= 5.8.1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= zeising at 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>
Added: head/devel/rcs/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rcs/distinfo Thu Sep 13 13:11:51 2012 (r304209)
@@ -0,0 +1,2 @@
+SHA256 (rcs-5.8.1.tar.gz) = 04d0ca069954cd3e1b63d498c3751910956df70ce083be97d8b10eff88363eac
+SIZE (rcs-5.8.1.tar.gz) = 1194073
Added: head/devel/rcs/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rcs/pkg-descr Thu Sep 13 13:11:51 2012 (r304209)
@@ -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/
Added: head/devel/rcs/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rcs/pkg-plist Thu Sep 13 13:11:51 2012 (r304209)
@@ -0,0 +1,9 @@
+bin/ci
+bin/co
+bin/ident
+bin/merge
+bin/rcs
+bin/rcsclean
+bin/rcsdiff
+bin/rcsmerge
+bin/rlog
More information about the svn-ports-head
mailing list