View | Details | Raw Unified | Return to bug 250168
Collapse All | Expand All

(-)devel/cscope/Makefile (-5 / +6 lines)
Lines 1-23 Link Here
1
# Created by: Castor Fu
2
# $FreeBSD$
1
# $FreeBSD$
3
2
4
PORTNAME=	cscope
3
PORTNAME=	cscope
5
PORTVERSION=	15.9
4
DISTVERSION=	15.9
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
6
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
8
7
9
MAINTAINER=	moritz@schmi.tt
8
MAINTAINER=	moritz@schmi.tt
10
COMMENT=	Interactive C program browser
9
COMMENT=	Interactive C source code browser
11
10
12
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
13
12
14
USES=		ncurses
13
USES=		ncurses
14
15
GNU_CONFIGURE=	yes
16
15
OPTIONS_DEFINE=	XCSCOPE
17
OPTIONS_DEFINE=	XCSCOPE
16
OPTIONS_SUB=	yes
18
OPTIONS_SUB=	yes
19
17
XCSCOPE_DESC=	Install Emacs package
20
XCSCOPE_DESC=	Install Emacs package
18
21
19
GNU_CONFIGURE=	yes
20
21
EMACSLISPDIR=	${PREFIX}/share/emacs/site-lisp
22
EMACSLISPDIR=	${PREFIX}/share/emacs/site-lisp
22
23
23
post-install:
24
post-install:
(-)devel/cscope/pkg-descr (-6 / +6 lines)
Lines 1-8 Link Here
1
This port of SCO / USL's 'cscope' lets one easily navigate large C programs.
1
cscope is a screen-oriented software development tool that allows the user to
2
It's designed to answer questions like where symbols are defined and used,
2
browse through C source files for specified code elements. It can find symbols,
3
where variables are assigned, and much more.
3
global definitions, functions called by a function, functions calling a
4
function, arbitrary regexp patterns and much more. cscope can be used for
5
projects of all sizes. Vim and Emacs integration is available.
4
6
5
The Santa Cruz Operation (SCO) has made this available under a very friendly,
6
BSD-style Open Source License.
7
8
WWW: http://cscope.sourceforge.net/
7
WWW: http://cscope.sourceforge.net/
8
https://sourceforge.net/projects/cscope/

Return to bug 250168