FreeBSD Bugzilla – Attachment 218575 Details for
Bug 250168
devel/cscope: port cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update of devel/cscope
cscope.diff (text/plain), 1.65 KB, created by
Moritz Schmitt
on 2020-10-06 21:22:38 UTC
(
hide
)
Description:
Update of devel/cscope
Filename:
MIME Type:
Creator:
Moritz Schmitt
Created:
2020-10-06 21:22:38 UTC
Size:
1.65 KB
patch
obsolete
>Index: devel/cscope/Makefile >=================================================================== >--- devel/cscope/Makefile (revision 551592) >+++ devel/cscope/Makefile (working copy) >@@ -1,23 +1,24 @@ >-# Created by: Castor Fu > # $FreeBSD$ > > PORTNAME= cscope >-PORTVERSION= 15.9 >+DISTVERSION= 15.9 > CATEGORIES= devel > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} > > MAINTAINER= moritz@schmi.tt >-COMMENT= Interactive C program browser >+COMMENT= Interactive C source code browser > > LICENSE= BSD3CLAUSE > > USES= ncurses >+ >+GNU_CONFIGURE= yes >+ > OPTIONS_DEFINE= XCSCOPE > OPTIONS_SUB= yes >+ > XCSCOPE_DESC= Install Emacs package > >-GNU_CONFIGURE= yes >- > EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp > > post-install: >Index: devel/cscope/pkg-descr >=================================================================== >--- devel/cscope/pkg-descr (revision 551592) >+++ devel/cscope/pkg-descr (working copy) >@@ -1,8 +1,8 @@ >-This port of SCO / USL's 'cscope' lets one easily navigate large C programs. >-It's designed to answer questions like where symbols are defined and used, >-where variables are assigned, and much more. >+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. > >-The Santa Cruz Operation (SCO) has made this available under a very friendly, >-BSD-style Open Source License. >- > WWW: http://cscope.sourceforge.net/ >+https://sourceforge.net/projects/cscope/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250168
: 218575 |
218576
|
218584