diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-31 11:42:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-31 11:42:00 +0000 |
commit | 510a40326405f58793d94403263d20c16d3d6c09 (patch) | |
tree | f9e65ef448608c75631215b57b1117b8c3214f90 /devel/Makefile | |
parent | Add some PATCHFILES to this port, and bump its PORTREVISION. (diff) |
A set of C++ front-end for cvs distributed under GPL.
CvsGui features
WinCvs is written in C++ using the Microsoft MFC.
MacCvs is written in C++ using Metrowerks PowerPlant.
gCvs is written in C++ using GNU gtk+.
They are using the latest cvs source code.
They are making cvs easier for the novice.
They are increasing the power of cvs by providing an high-end interface.
The project is growing because it is supported and developed
by several cvs users.
WWW: http://cvsgui.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=40653
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 798372006b1a..aa97e8fddb4a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -111,6 +111,7 @@ SUBDIR += gcc-6811 SUBDIR += gcc-m68k SUBDIR += gconf + SUBDIR += gcvs SUBDIR += gdb-m68k SUBDIR += gdb51 SUBDIR += gengetopt |