mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.6 KiB

  1. [COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY]
  3. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. [COPY] Please add additional copyright information _after_ the line containing
  5. [COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. [COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. [COPY]
  8. [COPY] ROCK Linux: rock-src/package/hannes/cscope/cscope.desc
  9. [COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. [COPY]
  11. [COPY] This program is free software; you can redistribute it and/or modify
  12. [COPY] it under the terms of the GNU General Public License as published by
  13. [COPY] the Free Software Foundation; either version 2 of the License, or
  14. [COPY] (at your option) any later version. A copy of the GNU General Public
  15. [COPY] License can be found at Documentation/COPYING.
  16. [COPY]
  17. [COPY] Many people helped and are helping developing ROCK Linux. Please
  18. [COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. [COPY] file for details.
  20. [COPY]
  21. [COPY] --- ROCK-COPYRIGHT-NOTE-END ---
  22. [I] text screen based source browser
  23. [T] Cscope is a developer's tool for browsing source code. It has an impeccable
  24. [T] Unix pedigree, having been originally developed at Bell Labs back in the
  25. [T] days of the PDP-11. Cscope was part of the official AT&T Unix distribution
  26. [T] for many years, and has been used to manage projects involving 20 million
  27. [T] lines of code!
  28. [T]
  29. [T] In April, 2000, thanks to the Santa Cruz Operation, Inc. (SCO) (since
  30. [T] merged with Caldera), the code for Cscope was open sourced under the BSD
  31. [T] license.
  32. [T]
  33. [T] - Allows searching code for:
  34. [T] - all references to a symbol
  35. [T] - global definitions
  36. [T] - functions called by a function
  37. [T] - functions calling a function
  38. [T] - text string
  39. [T] - regular expression pattern
  40. [T] - a file
  41. [T] - files including a file
  42. [T]
  43. [T] - Curses based (text screen)
  44. [T] - An information database is generated for faster searches and later
  45. [T] reference
  46. [T] - The fuzzy parser supports C, but is flexible enough to be useful for
  47. [T] C++ and Java, and for use as a generalized 'grep database'
  48. [T] (use it to browse large text documents!)
  49. [T] - Has a command line mode for inclusion in scripts or as a backend to a
  50. [T] GUI/frontend
  51. [T] - Runs on all flavors of Unix, plus most monopoly-controlled operating
  52. [T] systems.
  53. [U] http://cscope.sf.net/
  54. [A] Petr Sorfa <petr@users.sourceforge.net>
  55. [M] hannes <hannes@eperm.net>
  56. [C] extra/development
  57. [L] BSD
  58. [S] Stable
  59. [V] 15.5
  60. [P] X -?---5---9 179.800
  61. [D] 138072925 cscope-15.5.tar.gz http://dl.sourceforge.net/sourceforge/cscope/