Initial import of cscope-15.0bl2.

Cscope is a developer's tool for browsing program code.
This commit is contained in:
naddy 2000-11-18 13:49:19 +00:00
parent fce70e9285
commit 26a084b734
6 changed files with 53 additions and 0 deletions

21
devel/cscope/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/11/18 13:49:19 naddy Exp $
DISTNAME= cscope-15.0bl2
CATEGORIES= devel
NEED_VERSION= 1.340
HOMEPAGE= http://cscope.sourceforge.net/
MAINTAINER= Matthew Kolb <muk@msu.edu>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cscope
CONFIGURE_STYLE= autoconf
.include <bsd.port.mk>

3
devel/cscope/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (cscope-15.0bl2.tar.gz) = dff40f905bb8709fb6a2ec4365b0bbcc
RMD160 (cscope-15.0bl2.tar.gz) = c8871689ed02d2c648380f85f1b8e84dc02a2c86
SHA1 (cscope-15.0bl2.tar.gz) = 982802507baf30ea6efa3f93cc1513fb9d1e39e0

View File

@ -0,0 +1,22 @@
$OpenBSD: patch-configure_in,v 1.1.1.1 2000/11/18 13:49:20 naddy Exp $
--- configure.in.orig Fri May 5 23:09:35 2000
+++ configure.in Mon Oct 23 19:25:03 2000
@@ -111,8 +111,8 @@ dnl AC_LINK_IFELSE([`cat $LEX_OUTPU
dnl
if test $ac_cv_prog_lex_yytext_pointer = yes; then
AC_DEFINE(YYTEXT_POINTER, 1,
- [Define if `lex' declares `yytext' as a `char *' by default,
- not a `char[]'.])
+ [Define if 'lex' declares 'yytext' as a 'char *' by default,
+ not a 'char[]'.])
fi
])# AC_DECL_YYTEXT1
@@ -382,6 +382,7 @@ AC_DEFUN(AC_NCURSES, [
AC_DEFUN(AC_SEARCH_NCURSES, [
AC_CHECKING("location of ncurses.h file")
+ AC_NCURSES(/usr/include, ncurses.h, -lcurses,, "ncurses on /usr/include")
AC_NCURSES(/usr/include, ncurses.h, -lncurses,, "ncurses on /usr/include")
AC_NCURSES(/usr/include/ncurses, ncurses.h, -lncurses, -I/usr/include/ncurses, "ncurses on /usr/include/ncurses")
AC_NCURSES(/usr/local/include, ncurses.h, -L/usr/local/lib -lncurses, -I/usr/local/include, "ncurses on /usr/local")

1
devel/cscope/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
code browsing program

3
devel/cscope/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
Cscope is a developer's tool for browsing program code.
WWW: ${HOMEPAGE}

3
devel/cscope/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/11/18 13:49:20 naddy Exp $
bin/cscope
man/man1/cscope.1