From 26a084b734b3fea8aea9684b8c088947dedc092b Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 18 Nov 2000 13:49:19 +0000 Subject: [PATCH] Initial import of cscope-15.0bl2. Cscope is a developer's tool for browsing program code. --- devel/cscope/Makefile | 21 +++++++++++++++++++++ devel/cscope/files/md5 | 3 +++ devel/cscope/patches/patch-configure_in | 22 ++++++++++++++++++++++ devel/cscope/pkg/COMMENT | 1 + devel/cscope/pkg/DESCR | 3 +++ devel/cscope/pkg/PLIST | 3 +++ 6 files changed, 53 insertions(+) create mode 100644 devel/cscope/Makefile create mode 100644 devel/cscope/files/md5 create mode 100644 devel/cscope/patches/patch-configure_in create mode 100644 devel/cscope/pkg/COMMENT create mode 100644 devel/cscope/pkg/DESCR create mode 100644 devel/cscope/pkg/PLIST diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile new file mode 100644 index 00000000000..c9180fba46f --- /dev/null +++ b/devel/cscope/Makefile @@ -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 + +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 diff --git a/devel/cscope/files/md5 b/devel/cscope/files/md5 new file mode 100644 index 00000000000..1979679b41b --- /dev/null +++ b/devel/cscope/files/md5 @@ -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 diff --git a/devel/cscope/patches/patch-configure_in b/devel/cscope/patches/patch-configure_in new file mode 100644 index 00000000000..7e8a30d0c81 --- /dev/null +++ b/devel/cscope/patches/patch-configure_in @@ -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") diff --git a/devel/cscope/pkg/COMMENT b/devel/cscope/pkg/COMMENT new file mode 100644 index 00000000000..5dda4907251 --- /dev/null +++ b/devel/cscope/pkg/COMMENT @@ -0,0 +1 @@ +code browsing program diff --git a/devel/cscope/pkg/DESCR b/devel/cscope/pkg/DESCR new file mode 100644 index 00000000000..7699531002c --- /dev/null +++ b/devel/cscope/pkg/DESCR @@ -0,0 +1,3 @@ +Cscope is a developer's tool for browsing program code. + +WWW: ${HOMEPAGE} diff --git a/devel/cscope/pkg/PLIST b/devel/cscope/pkg/PLIST new file mode 100644 index 00000000000..87ce1ad4ac5 --- /dev/null +++ b/devel/cscope/pkg/PLIST @@ -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