aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-10-09 15:03:44 +0800
committervd <vd@FreeBSD.org>2006-10-09 15:03:44 +0800
commit8e5118c470c15b0d0db1876a17b0234b7ec8bd47 (patch)
tree97ecbbb7e2a0f970a6697f0a3b9e3019f39774d3 /devel
parent9d9c3ead3710bbde5c69269b280b8c6f2d791692 (diff)
downloadfreebsd-ports-graphics-8e5118c470c15b0d0db1876a17b0234b7ec8bd47.tar.gz
freebsd-ports-graphics-8e5118c470c15b0d0db1876a17b0234b7ec8bd47.tar.zst
freebsd-ports-graphics-8e5118c470c15b0d0db1876a17b0234b7ec8bd47.zip
Remove expired leaf port:
2006-10-09 devel/cscout-devel
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/cscout-devel/Makefile71
-rw-r--r--devel/cscout-devel/distinfo18
-rw-r--r--devel/cscout-devel/pkg-descr29
-rw-r--r--devel/cscout-devel/pkg-plist104
5 files changed, 0 insertions, 223 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 3329d39ab0d..15af8991f52 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -178,7 +178,6 @@
SUBDIR += crossgo32-djgpp2-pdcurses
SUBDIR += cscope
SUBDIR += cscout
- SUBDIR += cscout-devel
SUBDIR += cssc
SUBDIR += cstringbuffer
SUBDIR += ctags
diff --git a/devel/cscout-devel/Makefile b/devel/cscout-devel/Makefile
deleted file mode 100644
index 46aa6d03fb3..00000000000
--- a/devel/cscout-devel/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-# New ports collection makefile for: cscout
-# Date created: 07. Jul 2003
-# Whom: netchild@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-# Maintainer note: to update distinfo for all architectures
-# copy all distfiles into /usr/ports/distfiles and run
-# make "CKSUMFILES=`cd /usr/ports/distfiles && \
-# echo cscout-2.1-neutral.tar.gz cscout-2.1-freebsd-*`" makesum
-
-PORTNAME= cscout
-PORTVERSION= 2.1
-CATEGORIES= devel
-MASTER_SITES= http://www.spinellis.gr/cscout/ \
- http://www.dmst.aueb.gr/dds/cscout/
-DISTFILES= ${PORTNAME}-${PORTVERSION}-neutral${EXTRACT_SUFX} \
- ${PORTNAME}-${PORTVERSION}-freebsd-${ARCH}${EXTRACT_SUFX}
-
-MAINTAINER= dds@FreeBSD.org
-COMMENT= Source code analyzer and refactoring browser for collections of C programs
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-NO_BUILD= yes
-NO_LATEST_LINK= yes
-
-DEPRECATED= The (long overdue) release of 2.2 has made this port obsolete. \
- Use devel/cscout
-EXPIRATION_DATE= 2006-10-09
-
-MAN1= cscout.1 cswc.1
-
-post-patch:
-.if exists(/usr/include/g++/)
- ${REINPLACE_CMD} -i "" -e 's:g++-3:g++:g' \
- ${WRKSRC}/etc/cscout_incs.FBSD_GCC
-.endif
- (${SED} -n '1,/Platform defines begin/p' \
- ${WRKSRC}/etc/cscout_defs.FBSD_GCC && \
- ${CPP} -O -dM /dev/null | ${SORT} && \
- ${SED} -n '/Platform defines end/,$$p' \
- ${WRKSRC}/etc/cscout_defs.FBSD_GCC ) \
- > ${WRKDIR}/cscout_defs.h
- ${CP} ${WRKDIR}/cscout_defs.h ${WRKSRC}/etc/cscout_defs.FBSD_GCC
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/cscout ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/cswc ${PREFIX}/bin
- cd ${WRKSRC}/etc && ${FIND} . -print | \
- ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${PREFIX}/etc/${PORTNAME}
-# don't overwrite an existing config
-.if !exists(${PREFIX}/etc/${PORTNAME}/cscout_incs.h)
- ${INSTALL_DATA} ${WRKSRC}/etc/cscout_incs.FBSD_GCC ${PREFIX}/etc/${PORTNAME}/cscout_incs.h
-.endif
-.if !exists(${PREFIX}/etc/${PORTNAME}/cscout_defs.h)
- ${INSTALL_DATA} ${WRKDIR}/cscout_defs.h ${PREFIX}/etc/${PORTNAME}/cscout_defs.h
-.endif
-.if !defined(NOPORTDOCS)
- cd ${WRKSRC}/example && ${FIND} . -print | \
- ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${EXAMPLESDIR}
- cd ${WRKSRC}/doc && ${FIND} . -print | \
- ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${DOCSDIR}
-.endif
-.if !defined(NO_INSTALL_MANPAGES)
-.for i in ${MAN1}
- ${INSTALL_MAN} ${WRKSRC}/man/${i} ${PREFIX}/man/man1
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/cscout-devel/distinfo b/devel/cscout-devel/distinfo
deleted file mode 100644
index a17d4767192..00000000000
--- a/devel/cscout-devel/distinfo
+++ /dev/null
@@ -1,18 +0,0 @@
-MD5 (cscout-2.1-neutral.tar.gz) = 3701b316693490a17197d406b7921e57
-SHA256 (cscout-2.1-neutral.tar.gz) = ca89ec605667fde5176e9c23cd680fd0d4d29ec0438528e7d6c7c5735fbf830d
-SIZE (cscout-2.1-neutral.tar.gz) = 311526
-MD5 (cscout-2.1-freebsd-alpha.tar.gz) = c2f2e78fd201c219fa3d92f33e959f2d
-SHA256 (cscout-2.1-freebsd-alpha.tar.gz) = 22464b6c3bd5afbe73221fb79b5d641208da061c652285855ab155b1635b2aed
-SIZE (cscout-2.1-freebsd-alpha.tar.gz) = 513958
-MD5 (cscout-2.1-freebsd-amd64.tar.gz) = c11831444984612c6f68711d4d782c2d
-SHA256 (cscout-2.1-freebsd-amd64.tar.gz) = 4fd628f936783b57b049f6740c0da6f1317b15e0a6642ff46ad0292447087e3a
-SIZE (cscout-2.1-freebsd-amd64.tar.gz) = 403117
-MD5 (cscout-2.1-freebsd-i386.tar.gz) = 5b546ad3ea7770c3f77e21f6067d2772
-SHA256 (cscout-2.1-freebsd-i386.tar.gz) = 2bbcd1a3c0283753f7acb8dd3ba6a874cb381c67afb1ecb9be367a3250caf283
-SIZE (cscout-2.1-freebsd-i386.tar.gz) = 382810
-MD5 (cscout-2.1-freebsd-ia64.tar.gz) = f00885384d5d931714e1e86ff54b4f51
-SHA256 (cscout-2.1-freebsd-ia64.tar.gz) = d2cd81f705f60da3085ae56eabf0385aeb31e6598e2ea98e4d4157d3411a43c3
-SIZE (cscout-2.1-freebsd-ia64.tar.gz) = 552908
-MD5 (cscout-2.1-freebsd-sparc64.tar.gz) = c57a516ca1f0226ca44b0aa3c60e9583
-SHA256 (cscout-2.1-freebsd-sparc64.tar.gz) = ccc33043bc1e0ad55f12d3b64cb000ba73d76cd4ab5b0a2d7ec25f190d5739d0
-SIZE (cscout-2.1-freebsd-sparc64.tar.gz) = 405485
diff --git a/devel/cscout-devel/pkg-descr b/devel/cscout-devel/pkg-descr
deleted file mode 100644
index faed598cf57..00000000000
--- a/devel/cscout-devel/pkg-descr
+++ /dev/null
@@ -1,29 +0,0 @@
-CScout is a source code analyzer and refactoring browser for
-collections of C programs. It can process workspaces of multiple
-projects (we define a project as a collection of C source files
-that are linked together) mapping the complexity introduced by the
-C preprocessor back into the original C source code files. CScout
-takes advantage of modern hardware advances (fast processors and
-large memory capacities) to analyze C source code beyond the level
-of detail and accuracy provided by current compilers and linkers.
-The analysis CScout performs takes into account the identifier
-scopes introduced by the C preprocessor and the C language proper
-scopes and namespaces. CScout has already been applied on projects
-ranging from tens of thousands of lines, like the apache web server
-(using 36MB of memory, taking 6 minutes on a 500MHz Celeron processor),
-to above a million lines of code, like the FreeBSD kernel (using
-813MB of memory, taking 3 hours 42 minutes on a 900MHz Itanium 2
-processor).
-
-This free unsupported version of CScout is distributed under the terms
-of the CScout Public License, which is available in the accompanying
-documentation.
-
-Note that this is a development version, and there may be updates of
-this package with the same version number. This will cause the
-package install to fail the checksum check. To solve this problem,
-*after confirming that the archive is correct*, perform:
-
- make makesum
-
-WWW: http://www.spinellis.gr/cscout/
diff --git a/devel/cscout-devel/pkg-plist b/devel/cscout-devel/pkg-plist
deleted file mode 100644
index abe84b597ad..00000000000
--- a/devel/cscout-devel/pkg-plist
+++ /dev/null
@@ -1,104 +0,0 @@
-bin/cscout
-bin/cswc
-@unexec if cmp -s %D/etc/cscout/cscout_defs.h %D/etc/cscout/cscout_defs.FBSD_GCC; then rm -f %D/etc/cscout/cscout_defs.h; fi
-@unexec if cmp -s %D/etc/cscout/cscout_incs.h %D/etc/cscout/cscout_incs.FBSD_GCC; then rm -f %D/etc/cscout/cscout_incs.h; fi
-etc/cscout/cscout_defs.BORLAND
-etc/cscout/cscout_defs.FBSD_GCC
-etc/cscout/cscout_defs.GENERIC
-etc/cscout/cscout_defs.LINUX_GCC
-etc/cscout/cscout_defs.WIN32_MINGW
-etc/cscout/cscout_defs.WIN32_MSC
-etc/cscout/cscout_incs.FBSD_GCC
-etc/cscout/cscout_incs.GENERIC
-etc/cscout/cscout_incs.LINUX_GCC
-etc/cscout/cscout_incs.WIN32_MINGW
-etc/cscout/cscout_incs.WIN32_MSC
-@dirrmtry etc/cscout
-
-%%PORTDOCS%%%%DOCSDIR%%/access.html
-%%PORTDOCS%%%%DOCSDIR%%/bib.html
-%%PORTDOCS%%%%DOCSDIR%%/cg.html
-%%PORTDOCS%%%%DOCSDIR%%/change.html
-%%PORTDOCS%%%%DOCSDIR%%/concept.html
-%%PORTDOCS%%%%DOCSDIR%%/contents.html
-%%PORTDOCS%%%%DOCSDIR%%/copy_file.gif
-%%PORTDOCS%%%%DOCSDIR%%/cvs.html
-%%PORTDOCS%%%%DOCSDIR%%/dbschema.html
-%%PORTDOCS%%%%DOCSDIR%%/egglos.html
-%%PORTDOCS%%%%DOCSDIR%%/error.html
-%%PORTDOCS%%%%DOCSDIR%%/ext.html
-%%PORTDOCS%%%%DOCSDIR%%/faq.html
-%%PORTDOCS%%%%DOCSDIR%%/file.html
-%%PORTDOCS%%%%DOCSDIR%%/fileq.html
-%%PORTDOCS%%%%DOCSDIR%%/fun.html
-%%PORTDOCS%%%%DOCSDIR%%/funq.html
-%%PORTDOCS%%%%DOCSDIR%%/geglos.html
-%%PORTDOCS%%%%DOCSDIR%%/id.html
-%%PORTDOCS%%%%DOCSDIR%%/idq.html
-%%PORTDOCS%%%%DOCSDIR%%/idxprint.html
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/indexw.html
-%%PORTDOCS%%%%DOCSDIR%%/intro.html
-%%PORTDOCS%%%%DOCSDIR%%/license.html
-%%PORTDOCS%%%%DOCSDIR%%/maincall.gif
-%%PORTDOCS%%%%DOCSDIR%%/mancscout.html
-%%PORTDOCS%%%%DOCSDIR%%/mancswc.html
-%%PORTDOCS%%%%DOCSDIR%%/mismash.gif
-%%PORTDOCS%%%%DOCSDIR%%/name.html
-%%PORTDOCS%%%%DOCSDIR%%/obf.html
-%%PORTDOCS%%%%DOCSDIR%%/op.html
-%%PORTDOCS%%%%DOCSDIR%%/opt.html
-%%PORTDOCS%%%%DOCSDIR%%/optf.html
-%%PORTDOCS%%%%DOCSDIR%%/pragma.html
-%%PORTDOCS%%%%DOCSDIR%%/qeg.html
-%%PORTDOCS%%%%DOCSDIR%%/re.html
-%%PORTDOCS%%%%DOCSDIR%%/run.html
-%%PORTDOCS%%%%DOCSDIR%%/setfile.gif
-%%PORTDOCS%%%%DOCSDIR%%/setup.html
-%%PORTDOCS%%%%DOCSDIR%%/short.html
-%%PORTDOCS%%%%DOCSDIR%%/simul.html
-%%PORTDOCS%%%%DOCSDIR%%/smlogo.gif
-%%PORTDOCS%%%%DOCSDIR%%/sql.html
-%%PORTDOCS%%%%DOCSDIR%%/walk.html
-%%PORTDOCS%%%%DOCSDIR%%/web.html
-%%PORTDOCS%%%%DOCSDIR%%/wsp.html
-%%PORTDOCS%%%%DOCSDIR%%/yacc.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%PORTDOCS%%%%EXAMPLESDIR%%/.cscout/cscout_defs.h
-%%PORTDOCS%%%%EXAMPLESDIR%%/.cscout/cscout_incs.h
-%%PORTDOCS%%%%EXAMPLESDIR%%/.cscout/options
-%%PORTDOCS%%%%EXAMPLESDIR%%/README
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk.cs
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk.prj
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/FIXES
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/README
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/awk.1
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/awk.h
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/awkgram.y
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/b.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/buildwin.bat
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/lex.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/lib.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/mac.code
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/main.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/makefile
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/makefile.win
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/maketab.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/missing95.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/parse.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/proctab.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/proto.h
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/run.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/tran.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/vcvars32.bat
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/ytab.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/ytab.h
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/ytabc.bak
-%%PORTDOCS%%%%EXAMPLESDIR%%/awk/ytabh.bak
-%%PORTDOCS%%%%EXAMPLESDIR%%/bin.prj
-%%PORTDOCS%%%%EXAMPLESDIR%%/mkproj
-%%PORTDOCS%%%%EXAMPLESDIR%%/sh.prj
-%%PORTDOCS%%%%EXAMPLESDIR%%/FreeBSD-kernel-4.8.cs
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/.cscout
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/awk
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%