Prune devel/py-EnthoughtBase
[dports.git] / devel / cssc / pkg-descr
1 CSSC is the GNU Project's replacement for SCCS.  SCCS is a proprietary suite
2 of tools which is provided with most commercial versions of Unix.  The purpose
3 behind CSSC is to provide a work-alike for SCCS which can be used on the
4 various Free versions of Unix.
5
6 SCCS was the only major form of source code control on Unix platforms for many
7 years, until RCS came along.  SCCS was an effective method for small projects,
8 but these days it is less popular, particularly for projects involving large
9 numbers of files.  A certain amount of old software is still in SCCS form, and
10 CSSC is designed to retrieve that software.  Once retrieved, it is recommended
11 to bring the source under the control of a more modern source code control
12 system, such as git or Apache Subversion.
13
14 However, SCCS (and CSSC) is still perfectly adequate for small projects.  For
15 example, if you are familiar with SCCS, it is not unreasonable to control the
16 files in /etc and /usr/local/etc on your private FreeBSD machine with CSSC.
17
18 WWW: http://www.gnu.org/software/cssc/