mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a6e096ead8
This was moved from the base system based on need and licensing considerations. Reviewed and approved by most of the current list, see the mail logs for a lengthy discussion.
6 lines
349 B
Plaintext
6 lines
349 B
Plaintext
GLOBAL is a source code tag system that works the same way across diverse
|
|
environments. Supported languages are C/Yacc and Java.
|
|
You can locate a specified function in the source files and move there easily.
|
|
It is useful for hacking a large project containing many subdirectories,
|
|
many '#ifdef' and many main() functions, like MH, X or BSD kernel.
|