2013-10-16 14:03:29 by Roy Marples | Files touched by this commit (1) |
Log message: cscope works fine with system curses |
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2012-10-25 10:28:20 by Aleksej Saushev | Files touched by this commit (5) |
Log message: Update to cscope 15.8a Changes since 15.7a - Allow usage of function keys ctrl-f and ctrl-b even from result pane. - More informative display of position in a multi-screenful result set. - Handle source files with freaky large numbers of lines. - Search for assignment failed to recognize >>= and <<=, incorrectly recognized ~=, and was implemented somewhat clumsily. - Added vi plugin to read cscope db's - Tolerate C++ :: scope operator inside argument lists, too. - Bug fixes. |
2010-12-18 14:06:04 by Thomas Klausner | Files touched by this commit (2) |
Log message: Install some emacs support files. Requested by Stefan in PR 44250. Bump PKGREVISION. |
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message: Remove @dirrm entries from PLISTs |
2009-05-23 11:06:44 by Matthias Scheler | Files touched by this commit (1) |
Log message: Set the license type to "original-bsd". |
2009-05-23 11:04:02 by Matthias Scheler | Files touched by this commit (14) | |
Log message: Update "cscope" package to version 15.7a. This version fixes the security vulnerability reported in CVE-2009-0148. |
2008-12-17 18:01:15 by Geert Hendrickx | Files touched by this commit (3) |
Log message: When Vim receives a SIGWINCH when its window is resized, it passes the signal on to cscope when it's running (whether this is correct or not is a different discussion). The signal handler in cscope tries to ungetch() which crashes if cscope is running in line mode (as under Vim) as opposed to under ncurses. From Philip Paeps <philip@freebsd.org>. Bump PKGREVISION. |
2008-06-07 02:36:57 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Supports DESTDIR. |
2007-01-21 00:39:45 by Thomas Klausner | Files touched by this commit (3) |
Log message: Fix patch-ah, bump PKGREVISION. |