diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-20 09:32:40 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-20 09:32:40 +0000 |
commit | e84b923025d19c8a8e2491f6f8d108057cfa2797 (patch) | |
tree | 178ec692f4449092e4da5989477dd84fd752a184 /devel/Makefile | |
parent | abff510ac6a422002394fa243f8247a73933a35d (diff) |
Add ruby-cvs, a Ruby library to provide a high level interface to a
CVS repository, with a couple of useful examples bundled:
reviz - a ViewCVS/CVSweb like CGI script
viztree - a revision tree visualizer.
Notes
Notes:
svn path=/head/; revision=45275
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9e27932e9ca8..fba7d16db8ea 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -448,6 +448,7 @@ SUBDIR += ruby-amstd SUBDIR += ruby-bsearch SUBDIR += ruby-byaccr + SUBDIR += ruby-cvs SUBDIR += ruby-date2 SUBDIR += ruby-dialogs SUBDIR += ruby-dl |