New port devel/SN, the Red Hat/Cygnus/GNU Source Navigator

IDE/source code analysis tool.

Obtained from:		Freshmeat posting
This commit is contained in:
Donald Burr 2000-07-24 06:06:32 +00:00
parent 436be6624e
commit d911b5707b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30982
12 changed files with 3478 additions and 0 deletions

25
devel/SN/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: SN
# Date created: 23 July 2000
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= SN
PORTVERSION= 4.5.1
CATEGORIES= devel
MASTER_SITES= ftp://sources.redhat.com/pub/sourcenav/releases/
DISTNAME= SN451
MAINTAINER= dburr@FreeBSD.ORG
PREFIX= ${LOCALBASE}/SN
USE_XLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/SN451
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>

1
devel/SN/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (SN451.tar.gz) = 0db736f55a930b0074c10ad2be79a5eb

1
devel/SN/pkg-comment Normal file
View File

@ -0,0 +1 @@
Cygnus/GNU/RedHat's IDE and source code analysis tool

20
devel/SN/pkg-descr Normal file
View File

@ -0,0 +1,20 @@
Source-Navigator is a source code analysis tool. With it, you can edit your
source code, display relationships between classes and functions and members,
and display call trees. You can also build your projects, either with your
own makefile, or by using Source-Navigator's build system to automatically
generate a makefile.
Source-Navigator works with the Insight GUI interface for GDB.
Source-Navigator supports C, C++, Java, Tcl, [incr Tcl], FORTRAN and COBOL,
and provides and SDK so that you can write your own parsers.
Use Source-Navigator to:
* Analyze how a change will effect external source modules.
* Find every place in your code where a given function is called.
* Find each file that includes a given header file.
* Use the grep tool to search for a given string in all your source files.
Source-Navigator is released under the GNU Public License.
[ This port is maintained by Donald Burr <dburr@FreeBSD.ORG> ]

7
devel/SN/pkg-message Normal file
View File

@ -0,0 +1,7 @@
***************************
To use this package, add
${LOCALBASE}/SN/bin to your
PATH.
***************************

1685
devel/SN/pkg-plist Normal file

File diff suppressed because it is too large Load Diff

25
devel/sourcenav/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: SN
# Date created: 23 July 2000
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= SN
PORTVERSION= 4.5.1
CATEGORIES= devel
MASTER_SITES= ftp://sources.redhat.com/pub/sourcenav/releases/
DISTNAME= SN451
MAINTAINER= dburr@FreeBSD.ORG
PREFIX= ${LOCALBASE}/SN
USE_XLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/SN451
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>

1
devel/sourcenav/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (SN451.tar.gz) = 0db736f55a930b0074c10ad2be79a5eb

View File

@ -0,0 +1 @@
Cygnus/GNU/RedHat's IDE and source code analysis tool

20
devel/sourcenav/pkg-descr Normal file
View File

@ -0,0 +1,20 @@
Source-Navigator is a source code analysis tool. With it, you can edit your
source code, display relationships between classes and functions and members,
and display call trees. You can also build your projects, either with your
own makefile, or by using Source-Navigator's build system to automatically
generate a makefile.
Source-Navigator works with the Insight GUI interface for GDB.
Source-Navigator supports C, C++, Java, Tcl, [incr Tcl], FORTRAN and COBOL,
and provides and SDK so that you can write your own parsers.
Use Source-Navigator to:
* Analyze how a change will effect external source modules.
* Find every place in your code where a given function is called.
* Find each file that includes a given header file.
* Use the grep tool to search for a given string in all your source files.
Source-Navigator is released under the GNU Public License.
[ This port is maintained by Donald Burr <dburr@FreeBSD.ORG> ]

View File

@ -0,0 +1,7 @@
***************************
To use this package, add
${LOCALBASE}/SN/bin to your
PATH.
***************************

1685
devel/sourcenav/pkg-plist Normal file

File diff suppressed because it is too large Load Diff