BSD 4_3 development
[unix-history] / usr / contrib / spms / README
CommitLineData
6deca092
C
1Title: SPMS - Software Project Management System
2
3Author: Peter J. Nicklin
4
5Address: Hewlett-Packard,
6 Software Engineering Laboratory,
7 3500 Deercreek Road, Building 26U,
8 Palo Alto, California 94304
9
10Net address: ucbvax!hplabs!hpcea!hpcesea!nicklin (UUCP)
11
12Description:
13
14The Software Project Management System (SPMS) is a system for the
15management of software systems. SPMS provides, within the UNIX
16environment (UNIX is a trademark of Bell Telephone Laboratories, Inc.),
17a number of commands which can greatly simplify many tasks associated
18with program development and maintenance. SPMS does not attempt to
19duplicate existing UNIX program development tools such as make or SCCS,
20but instead provides a way of coordinating these tools. SPMS can be
21fitted to existing software systems. It retains the full capabilities
22of the UNIX environment with unrestricted access to UNIX tools. As a
23result, software packages developed using SPMS do not depend on the
24system for their survival and can be ported to versions of UNIX that do
25not support SPMS.
26
27Installation:
28
291. Set up directories /usr/new, /usr/new/lib, and /usr/man/mann.
30 These must be writable by the installing process. If you want
31 to put SPMS somewhere else, you will have to change the DEST=
32 macro in all the makefiles, and edit the "spms.h" file in
33 spms/include.
34
352. Change to the spms directory and execute "make install".
36 If something goes wrong, don't panic. Just fix the problem and
37 restart "make install".
38
39Bugfixes/Changes:
40
41The following bugfixes and changes have been made since 4.2BSD.
42
431. The mkmf makefile editor is now independent of SPMS. It has also
44 been extensively revised. See the mkmf README for more details.
45
462. Pgrep: The exit status is now zero if any matches are found, and
47 1 if there were no matches. Previously, pgrep always returned 1.
48
493. Plog: The buffer that stores the "From:" mail header line has
50 been declared static.
51
524. The project pathnames in two tables on pages 15 and 26 of the
53 SPMS user's guide have been corrected.