freebsd-ports/devel/cscope/pkg-descr
Rainer Hurling 7f8468989a devel/cscope: Port cleanup
General maintenance update:

- Remove Makefile line '#Created by' header
- Change PORTVERSION to DISTVERSION
- Correct COMMENT
- Move GNU_CONFIGURE=yes up
- Rewrite summary in pkg-descr
- Include a second link
- Add patches under files to suppress compiler warnings

PR:		250168
Submitted by:	Moritz Schmitt <moritz@schmi.tt> (maintainer)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D26704
2020-10-07 15:59:40 +00:00

9 lines
445 B
Plaintext

cscope is a screen-oriented software development tool that allows the user to
browse through C source files for specified code elements. It can find symbols,
global definitions, functions called by a function, functions calling a
function, arbitrary regexp patterns and much more. cscope can be used for
projects of all sizes. Vim and Emacs integration is available.
WWW: http://cscope.sourceforge.net/
https://sourceforge.net/projects/cscope/