summaryrefslogtreecommitdiff
path: root/devel/splint
diff options
context:
space:
mode:
Diffstat (limited to 'devel/splint')
-rw-r--r--devel/splint/Makefile28
-rw-r--r--devel/splint/distinfo1
-rw-r--r--devel/splint/files/patch-aa56
-rw-r--r--devel/splint/files/patch-ab11
-rw-r--r--devel/splint/pkg-comment1
-rw-r--r--devel/splint/pkg-descr6
-rw-r--r--devel/splint/pkg-message6
-rw-r--r--devel/splint/pkg-plist46
8 files changed, 0 insertions, 155 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile
deleted file mode 100644
index 615b6b077a15..000000000000
--- a/devel/splint/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: lclint
-# Date created: 9 September 1996
-# Whom: moeding
-#
-# $FreeBSD$
-#
-
-PORTNAME= lclint
-PORTVERSION= 2.4b
-CATEGORIES= devel
-MASTER_SITES= http://www.sds.lcs.mit.edu/lclint/ftp/lclint/ \
- ftp://ftp.deva.net/pub/sources/programming/linting/ \
- ftp://ftp.netsw.org/netsw/SoftEng/Lang/C/Tools/lclint/ \
- ftp://ftp.uni-bielefeld.de/pub/programming/tools/lclint/
-EXTRACT_SUFX= .src.tar.gz
-
-MAINTAINER= s.moeding@ndh.net
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-do-build:
- @(cd ${WRKSRC}; ${GMAKE})
-
-post-install:
- @strip ${PREFIX}/bin/lclint
-
-.include <bsd.port.mk>
diff --git a/devel/splint/distinfo b/devel/splint/distinfo
deleted file mode 100644
index 6c63ef678592..000000000000
--- a/devel/splint/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (lclint-2.4b.src.tar.gz) = 3d263a76bae212deb80295505f56fdd9
diff --git a/devel/splint/files/patch-aa b/devel/splint/files/patch-aa
deleted file mode 100644
index bb849742964c..000000000000
--- a/devel/splint/files/patch-aa
+++ /dev/null
@@ -1,56 +0,0 @@
-*** Makefile.in.orig Sun Apr 19 03:06:51 1998
---- Makefile.in Sat Jun 27 23:05:50 1998
-***************
-*** 40,49 ****
- ###
-
- ### directory for lclint libraries
-! LIBDIR = @installdir@/lib
-
- ### directory for lclint standard imports
-! IMPORTSDIR = @installdir@/imports
-
- ### directory for lclint binary
- INSTALLDIR = @installdir@/bin
---- 40,49 ----
- ###
-
- ### directory for lclint libraries
-! LIBDIR = @installdir@/share/lclint-2.4b/lib
-
- ### directory for lclint standard imports
-! IMPORTSDIR = @installdir@/share/lclint-2.4b/imports
-
- ### directory for lclint binary
- INSTALLDIR = @installdir@/bin
-***************
-*** 231,244 ****
- dolibraries:
- @echo '// Installing libraries in '$(LIBDIR)
- @echo " (This will complain if the directory already exists, don't worry about it.)"
-! -mkdir $(LIBDIR)
- $(CP) $(LCLINTLIB)/* $(LIBDIR)
- @echo '// Installed libraries.'
-
- doimports:
- @echo '// Installing imports in '$(IMPORTSDIR)
- @echo " (This will complain if the directory already exists, don't worry about it.)"
-! -mkdir $(IMPORTSDIR)
- $(CP) $(LCLINTIMPORTS)/* $(IMPORTSDIR)
- @echo '// Installed imports.'
-
---- 231,244 ----
- dolibraries:
- @echo '// Installing libraries in '$(LIBDIR)
- @echo " (This will complain if the directory already exists, don't worry about it.)"
-! -mkdir -p $(LIBDIR)
- $(CP) $(LCLINTLIB)/* $(LIBDIR)
- @echo '// Installed libraries.'
-
- doimports:
- @echo '// Installing imports in '$(IMPORTSDIR)
- @echo " (This will complain if the directory already exists, don't worry about it.)"
-! -mkdir -p $(IMPORTSDIR)
- $(CP) $(LCLINTIMPORTS)/* $(IMPORTSDIR)
- @echo '// Installed imports.'
-
diff --git a/devel/splint/files/patch-ab b/devel/splint/files/patch-ab
deleted file mode 100644
index ae8eb70eaa77..000000000000
--- a/devel/splint/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Thu Jul 8 18:53:53 1999
-+++ configure Thu Jul 8 19:00:12 1999
-@@ -511,7 +511,7 @@
- trap 'rm -f Makefile; exit 1' 1 3 15
- CC='$CC'
- CPP='$CPP'
--OPT='$OPT'
-+OPT='$CFLAGS'
- cwdir='$cwdir'
- INSTALL='$INSTALL'
- INSTALL_PROGRAM='$INSTALL_PROGRAM'
diff --git a/devel/splint/pkg-comment b/devel/splint/pkg-comment
deleted file mode 100644
index 63a0138a78c7..000000000000
--- a/devel/splint/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A tool for statically checking C programs
diff --git a/devel/splint/pkg-descr b/devel/splint/pkg-descr
deleted file mode 100644
index 1c041bab056b..000000000000
--- a/devel/splint/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-LCLint is a tool for statically checking C programs. With minimal
-effort, LCLint can be used as a better lint. If additional effort is
-invested adding annotations to programs, LCLint can perform stronger
-checks than can be done by any standard lint.
-
-WWW: http://www.sds.lcs.mit.edu/lclint/
diff --git a/devel/splint/pkg-message b/devel/splint/pkg-message
deleted file mode 100644
index 7368307ab8fc..000000000000
--- a/devel/splint/pkg-message
+++ /dev/null
@@ -1,6 +0,0 @@
-
-Point your browser at
-
- http://www.sds.lcs.mit.edu/lclint/
-
-to read or download the full documentation for lclint.
diff --git a/devel/splint/pkg-plist b/devel/splint/pkg-plist
deleted file mode 100644
index 6fa7d9d620d2..000000000000
--- a/devel/splint/pkg-plist
+++ /dev/null
@@ -1,46 +0,0 @@
-bin/lclint
-share/lclint-2.4b/lib/CTrait.syms
-share/lclint-2.4b/lib/unix.lcd
-share/lclint-2.4b/lib/unix.h
-share/lclint-2.4b/lib/posixstrict.lcd
-share/lclint-2.4b/lib/posix.lcd
-share/lclint-2.4b/lib/posix.h
-share/lclint-2.4b/lib/lslinit.lsi
-share/lclint-2.4b/lib/lclinit.lci
-share/lclint-2.4b/lib/bool.h
-share/lclint-2.4b/lib/ansistrict.lcd
-share/lclint-2.4b/lib/ansi.lcd
-share/lclint-2.4b/lib/ansi.h
-share/lclint-2.4b/lib/CTraitGen.lcl
-share/lclint-2.4b/lib/unixstrict.lcd
-share/lclint-2.4b/imports/assert.lcl
-share/lclint-2.4b/imports/time.lcl
-share/lclint-2.4b/imports/strings.lcs
-share/lclint-2.4b/imports/strings.lcl
-share/lclint-2.4b/imports/string.lcs
-share/lclint-2.4b/imports/string.lcl
-share/lclint-2.4b/imports/stdlib.lcs
-share/lclint-2.4b/imports/stdlib.lcl
-share/lclint-2.4b/imports/stdio.lcs
-share/lclint-2.4b/imports/stdio.lcl
-share/lclint-2.4b/imports/stdarg.lcs
-share/lclint-2.4b/imports/stdarg.lcl
-share/lclint-2.4b/imports/signal.lcs
-share/lclint-2.4b/imports/signal.lcl
-share/lclint-2.4b/imports/setjmp.lcs
-share/lclint-2.4b/imports/setjmp.lcl
-share/lclint-2.4b/imports/math.lcs
-share/lclint-2.4b/imports/math.lcl
-share/lclint-2.4b/imports/locale.lcs
-share/lclint-2.4b/imports/locale.lcl
-share/lclint-2.4b/imports/limits.lcs
-share/lclint-2.4b/imports/limits.lcl
-share/lclint-2.4b/imports/errno.lcs
-share/lclint-2.4b/imports/errno.lcl
-share/lclint-2.4b/imports/ctype.lcs
-share/lclint-2.4b/imports/ctype.lcl
-share/lclint-2.4b/imports/assert.lcs
-share/lclint-2.4b/imports/time.lcs
-@dirrm share/lclint-2.4b/imports
-@dirrm share/lclint-2.4b/lib
-@dirrm share/lclint-2.4b