freebsd-ports/devel/cs/pkg-descr
Trevor Johnson 3bd9e343df Update master site. Update from 1998-05-07 to 1999-09-25 release
(both called version 0.5--dates are given in man pages).  Add a
DIST_SUBDIR to distinguish the different releases.  Be more verbose
when installing.  Don't optimize when compiling.  Add WWW: line.
Update PLIST.  Respect ${CC}.  Increment PORTREVISION.

ftp://cantor.informatik.rwth-aachen.de/pub/unix/cs-0.5.tar.gz:
looking for file 500 cs-0.5.tar.gz: No such file or directory.
(Last OK result Mon Nov 27 8:33:50 2000 )

PR:		24091
Submitted by:	Joseph Scott <joseph@randomnetworks.com>,
		KATO Tsuguru <tkato@prontomail.ne.jp> and myself
2001-01-09 18:41:45 +00:00

22 lines
795 B
Plaintext

A tool to find your way in C sources
cs offers the following functions:
* find C symbol
* find functions called from a certain function
* find functions calling a certain function
* find string literals
* find files #including a certain header file
* find file
* find POSIX naming violations
* execute shell command
The found lines will be displayed. Besides browsing through them, cs
allows to edit them using your favourite editor. If you frequently
grep for identifiers and edit the found files, then cs is for you. cs
should work on any system which supports the following:
* POSIX
* ANSI C
* SYSV curses library
WWW: http://www.moria.de/~michael/cs/