summaryrefslogtreecommitdiff
path: root/devel/cs
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-02-11 14:44:58 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-02-11 14:44:58 +0000
commit38dbb75757a6afa1fe42f1f2452b4fae8ad82bf8 (patch)
tree72b98d0df983076ff57f703974f050e0a7f36634 /devel/cs
parentAdd a patch that fixes a locally-exploitable buffer overflow reported (diff)
Remove the devel/cs port, as it is no longer maintained and
officially discontinued in favor of the free version of cscope. PR: 47894 Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru>
Notes
Notes: svn path=/head/; revision=75298
Diffstat (limited to 'devel/cs')
-rw-r--r--devel/cs/Makefile28
-rw-r--r--devel/cs/distinfo1
-rw-r--r--devel/cs/files/patch-aa28
-rw-r--r--devel/cs/pkg-comment1
-rw-r--r--devel/cs/pkg-descr21
-rw-r--r--devel/cs/pkg-plist3
6 files changed, 0 insertions, 82 deletions
diff --git a/devel/cs/Makefile b/devel/cs/Makefile
deleted file mode 100644
index 9c0452b70594..000000000000
--- a/devel/cs/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: cs
-# Date created: 22 May 1997
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= cs
-PORTVERSION= 0.5
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= http://www.moria.de/~michael/cs/
-DIST_SUBDIR= cs/0.5-19990925
-
-MAINTAINER= ports@FreeBSD.org
-
-ALL_TARGET= cs
-MAN1= cs.1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cs ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/cs.1 ${MANPREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/ANNOUNCE ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/cs/distinfo b/devel/cs/distinfo
deleted file mode 100644
index 1608a7b50148..000000000000
--- a/devel/cs/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (cs/0.5-19990925/cs-0.5.tar.gz) = 3cd38e56f0b7b14f3cd60ec2fcb60e51
diff --git a/devel/cs/files/patch-aa b/devel/cs/files/patch-aa
deleted file mode 100644
index e4528505e322..000000000000
--- a/devel/cs/files/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.orig Sat Sep 25 06:33:12 1999
-+++ Makefile Fri Jan 5 11:09:24 2001
-@@ -2,7 +2,7 @@
- #DB= BINARY_DB
-
- #{{{script}}}#{{{ Linux, moria machines
--CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
-+#CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
- CPPFLAGS= -D$(DB)
- LDFLAGS= -g
- LIBS= -lcurses
-@@ -32,11 +32,11 @@
- #}}}
- #{{{ FreeBSD, gcc, ncurses
- #CC= gcc
--#CFLAGS= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common $(CPPFLAGS)
--#CPPFLAGS= -I.curses.h -DNO_POSIX_SOURCE -D$(DB)
--#LIBS= -lncurses -lmytinfo
--#LDFLAGS=
--#MAKEDEPEND= gcc -MM
-+CFLAGS+= -pedantic -fno-common $(CPPFLAGS)
-+CPPFLAGS= -I.curses.h -DNO_POSIX_SOURCE -D$(DB)
-+LIBS= -lncurses -lmytinfo
-+LDFLAGS=
-+MAKEDEPEND= ${CC} -MM
- #}}}
- #{{{ BSDI
- #CC= gcc
diff --git a/devel/cs/pkg-comment b/devel/cs/pkg-comment
deleted file mode 100644
index 69265375c2e8..000000000000
--- a/devel/cs/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Interactively examine C source code
diff --git a/devel/cs/pkg-descr b/devel/cs/pkg-descr
deleted file mode 100644
index 782bd0a9ec85..000000000000
--- a/devel/cs/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
- A tool to find your way in C sources
-
- cs offers the following functions:
- * find C symbol
- * find functions called from a certain function
- * find functions calling a certain function
- * find string literals
- * find files #including a certain header file
- * find file
- * find POSIX naming violations
- * execute shell command
-
- The found lines will be displayed. Besides browsing through them, cs
- allows to edit them using your favourite editor. If you frequently
- grep for identifiers and edit the found files, then cs is for you. cs
- should work on any system which supports the following:
- * POSIX
- * ANSI C
- * SYSV curses library
-
-WWW: http://www.moria.de/~michael/cs/
diff --git a/devel/cs/pkg-plist b/devel/cs/pkg-plist
deleted file mode 100644
index 6dcc02d3577b..000000000000
--- a/devel/cs/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/cs
-%%PORTDOCS%%share/doc/cs/ANNOUNCE
-%%PORTDOCS%%@dirrm share/doc/cs