From owner-svn-ports-all@freebsd.org Sun May 24 15:21:59 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC4CC2C8B09; Sun, 24 May 2020 15:21:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49VP8l50GJz4Bfr; Sun, 24 May 2020 15:21:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8AAF923224; Sun, 24 May 2020 15:21:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04OFLxJp054100; Sun, 24 May 2020 15:21:59 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04OFLvYn054090; Sun, 24 May 2020 15:21:57 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202005241521.04OFLvYn054090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 24 May 2020 15:21:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536408 - in head/devel/cscout: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/devel/cscout: . files X-SVN-Commit-Revision: 536408 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2020 15:21:59 -0000 Author: rene Date: Sun May 24 15:21:57 2020 New Revision: 536408 URL: https://svnweb.freebsd.org/changeset/ports/536408 Log: devel/cscout: unexpire and update to 3.01 - Leave out the DOCS option for now because the required conversion of XML to HTML has not been figured out yet. - No more dependency on compat6x - Fetch sources from GitHub - update license to GPLv3 PR: 242402 Submitted by: Joachim Werner Approved by: maintainer (dds@) MFH: 2020Q2 Added: head/devel/cscout/files/ head/devel/cscout/files/patch-Makefile (contents, props changed) head/devel/cscout/files/patch-example_.cscout_host-incs.h (contents, props changed) head/devel/cscout/files/patch-src_Makefile (contents, props changed) head/devel/cscout/files/patch-src_dest-install.sh (contents, props changed) head/devel/cscout/files/patch-src_make-version.sh (contents, props changed) head/devel/cscout/files/pkg-message.in (contents, props changed) Modified: head/devel/cscout/Makefile head/devel/cscout/distinfo head/devel/cscout/pkg-descr head/devel/cscout/pkg-plist Modified: head/devel/cscout/Makefile ============================================================================== --- head/devel/cscout/Makefile Sun May 24 15:20:42 2020 (r536407) +++ head/devel/cscout/Makefile Sun May 24 15:21:57 2020 (r536408) @@ -2,57 +2,43 @@ # $FreeBSD$ PORTNAME= cscout -PORTVERSION= 2.7 -PORTREVISION= 2 +PORTVERSION= 3.01 CATEGORIES= devel -MASTER_SITES= http://www.spinellis.gr/cscout/ \ - http://www.dmst.aueb.gr/dds/cscout/ -DISTFILES= ${DISTNAME}-neutral${EXTRACT_SUFX} \ - ${DISTNAME}-fbsd-${ARCH}${EXTRACT_SUFX} MAINTAINER= dds@FreeBSD.org COMMENT= Source code analyzer and refactoring browser for C program collections -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 +LICENSE= GPLv3 -LIB_DEPENDS+= libc.so.6:misc/compat6x +BUILD_DEPENDS= unzip:archivers/unzip +RUN_DEPENDS= dot:graphics/graphviz -NO_BUILD= yes -ONLY_FOR_ARCHS= i386 amd64 sparc64 -ONLY_FOR_ARCHS_REASON= The port fetches and installs precompiled binaries -USES= perl5 shebangfix -USE_PERL5= run -SHEBANG_FILES= bin/csmake bin/cswc +USES= gmake perl5 shebangfix +USE_GITHUB= yes +GH_ACCOUNT= dspinellis dspinellis:swill,btyacc +GH_PROJECT= cscout swill:swill btyacc:btyacc +GH_TAGNAME= bd7dfac fafde76:swill 4d0be15:btyacc +GH_SUBDIR= swill:swill btyacc:btyacc +USE_PERL5= run build +SHEBANG_FILES= src/csmake.pl src/cswc.pl -OPTIONS_DEFINE= DOCS EXAMPLES +# DOCS temporary disabled, need XML -> HTML conversion +OPTIONS_DEFINE= EXAMPLES #DOCS +SUB_FILES= pkg-message 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 + ${REINPLACE_CMD} -e 's|install -d \"|install -d \"${STAGEDIR}/|g' ${WRKSRC}/src/Makefile + ${REINPLACE_CMD} -e 's|install -Ds $$< \"|install -s $$< \"${STAGEDIR}/|g' ${WRKSRC}/src/Makefile + ${REINPLACE_CMD} -e 's|./dest-install.sh \"|./dest-install.sh \"${STAGEDIR}/|g' ${WRKSRC}/src/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/cscout ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/bin/cswc ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/bin/csmake ${STAGEDIR}${PREFIX}/bin - cd ${WRKSRC}/etc && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/etc/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/etc/cscout_incs.FBSD_GCC ${STAGEDIR}${PREFIX}/etc/${PORTNAME}/ - ${INSTALL_DATA} ${WRKSRC}/etc/cscout_defs.FBSD_GCC ${STAGEDIR}${PREFIX}/etc/${PORTNAME}/ ${INSTALL_MAN} ${WRKSRC}/man/cscout.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/cswc.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/cscc.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/csmake.1 ${STAGEDIR}${PREFIX}/man/man1 -do-install-DOCS-on: - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} +#do-install-DOCS-on: +# cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} Modified: head/devel/cscout/distinfo ============================================================================== --- head/devel/cscout/distinfo Sun May 24 15:20:42 2020 (r536407) +++ head/devel/cscout/distinfo Sun May 24 15:21:57 2020 (r536408) @@ -1,8 +1,7 @@ -SHA256 (cscout-2.7-fbsd-i386.tar.gz) = e6cc7d5f0bc5dd7b787865ece4a9b2d1672617b2ab8cc66ef481c4b1e2a6426c -SIZE (cscout-2.7-fbsd-i386.tar.gz) = 652845 -SHA256 (cscout-2.7-fbsd-amd64.tar.gz) = 2197bee348e0dd163cdc233dc0ae283acf9e09e237699b55857a23fded08bf6f -SIZE (cscout-2.7-fbsd-amd64.tar.gz) = 680558 -SHA256 (cscout-2.7-fbsd-sparc64.tar.gz) = ed18ee49cd533151075adbe62ec37c96539fdc5ceea649634254b5ca9461cad7 -SIZE (cscout-2.7-fbsd-sparc64.tar.gz) = 692352 -SHA256 (cscout-2.7-neutral.tar.gz) = ef0d3442756077f0623be3e5f9592d78bcd702c215a6766d1c6fc3b39b753cf2 -SIZE (cscout-2.7-neutral.tar.gz) = 730328 +TIMESTAMP = 1575242282 +SHA256 (dspinellis-cscout-3.01-bd7dfac_GH0.tar.gz) = d2e0af80a0e581e36020c319931cac67337b5c6d6d33b73d2d1cd4c7edef116d +SIZE (dspinellis-cscout-3.01-bd7dfac_GH0.tar.gz) = 1165610 +SHA256 (dspinellis-swill-fafde76_GH0.tar.gz) = 52303d4e83f170f1c454314471b5d4c76cfbb3e41828272416d6370e8bac4052 +SIZE (dspinellis-swill-fafde76_GH0.tar.gz) = 119107 +SHA256 (dspinellis-btyacc-4d0be15_GH0.tar.gz) = 18d71bcfff135167f7a3997bdf36796ed0a53f3a82b97aa6c06cf378599b78b2 +SIZE (dspinellis-btyacc-4d0be15_GH0.tar.gz) = 87570 Added: head/devel/cscout/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cscout/files/patch-Makefile Sun May 24 15:21:57 2020 (r536408) @@ -0,0 +1,31 @@ +--- Makefile.orig 2019-11-04 16:42:35 UTC ++++ Makefile +@@ -25,6 +25,8 @@ HSQLDB_URL=http://downloads.sourceforge.net/project/hs + DEFAULT_HSQLDB_DIR=$(CSCOUT_DIR)/hsqldb-$(HSQLDB_VERSION)/hsqldb + export HSQLDB_DIR?=$(DEFAULT_HSQLDB_DIR) + ++all: .PHONY install ++ + .PHONY: src/build/cscout swill/libswill.a btyacc/btyacc + + src/build/cscout: swill/libswill.a btyacc/btyacc +@@ -33,15 +35,16 @@ src/build/cscout: swill/libswill.a btyacc/btyacc + swill/libswill.a: swill + cd swill && $(MAKE) + +-swill: +- git clone https://github.com/dspinellis/swill.git ++swill: swillconfig ++ ++swillconfig: + cd swill && ./configure + + btyacc/btyacc: btyacc + cd btyacc && $(MAKE) + + btyacc: +- git clone https://github.com/dspinellis/btyacc ++ #git clone https://github.com/dspinellis/btyacc + + # Default installation of HSQLDB + $(DEFAULT_HSQLDB_DIR): hsqldb-$(HSQLDB_VERSION).zip Added: head/devel/cscout/files/patch-example_.cscout_host-incs.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cscout/files/patch-example_.cscout_host-incs.h Sun May 24 15:21:57 2020 (r536408) @@ -0,0 +1,10 @@ +--- example/.cscout/host-incs.h.orig 2019-12-02 21:11:13 UTC ++++ example/.cscout/host-incs.h +@@ -8,6 +8,6 @@ + */ + + +-#pragma includepath "../../include/stdc" ++#pragma includepath "/usr/local/include/cscout/stdc" + /* To avoid unused include file warnings */ + static void _cscout_dummy2(void) { _cscout_dummy2(); } Added: head/devel/cscout/files/patch-src_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cscout/files/patch-src_Makefile Sun May 24 15:21:57 2020 (r536408) @@ -0,0 +1,27 @@ +--- src/Makefile.orig 2019-11-04 16:42:35 UTC ++++ src/Makefile +@@ -207,12 +207,13 @@ mkerr: + + # This ensures that the version.cpp is regenerated iff its SHA doesn't + # match the current one. +-ifneq ($(shell sed -n '/Version::revision/s/.* = "\(.*\)";/\1/p' version.cpp), $(shell git log -n 1 --format='%H' || sed -n '/Version::revision/s/.* = "\(.*\)";/\1/p' version.cpp)) ++# Without git available, we will just generate a semi-static version.cpp ++#ifneq ($(shell sed -n '/Version::revision/s/.* = "\(.*\)";/\1/p' version.cpp), $(shell git log -n 1 --format='%H' || sed -n '/Version::revision/s/.* = "\(.*\)";/\1/p' version.cpp)) + version.cpp: + sh make-version.sh >$@ + +-.PHONY: version.cpp +-endif ++#.PHONY: version.cpp ++#endif + + + test: +@@ -264,6 +265,7 @@ obfuscation: + ) + + install: build/cscout ++ install -d "${INSTALL_PREFIX}/bin" + install -Ds $< "$(INSTALL_PREFIX)/bin/cscout" + ./dest-install.sh "$(INSTALL_PREFIX)" + Added: head/devel/cscout/files/patch-src_dest-install.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cscout/files/patch-src_dest-install.sh Sun May 24 15:21:57 2020 (r536408) @@ -0,0 +1,28 @@ +--- src/dest-install.sh.orig 2019-12-02 12:30:03 UTC ++++ src/dest-install.sh +@@ -35,6 +35,7 @@ INSTALL_PREFIX="${1-/usr/local}" + TMPFILE="/tmp/$0-$$" + INC=../include + INCLUDE_DIR="$INSTALL_PREFIX/include/cscout" ++FINAL_INCLUDE_DIR="/usr/local/include/cscout" + # Permissions for header files + HMODE=644 + +@@ -52,7 +53,7 @@ install -m $HMODE $TMPFILE "$INCLUDE_DIR/stdc-defs.h" + + # Generic C include path specification + cat <$TMPFILE +-#pragma includepath "$INCLUDE_DIR/stdc" ++#pragma includepath "$LATER_INCLUDE_DIR/stdc" + + /* Avoid unused include file warnings */ + static void _cscout_dummy2(void) { _cscout_dummy2(); } +@@ -93,7 +94,7 @@ install -m $HMODE $TMPFILE "$INCLUDE_DIR/host-incs.h" + + # Perl scripts (keep csmake.pl in the end) + for f in cswc.pl csmake.pl ; do +- sed "s|INSTALL_INCLUDE|$INCLUDE_DIR|g" $f >$TMPFILE ++ sed "s|INSTALL_INCLUDE|$LATER_INCLUDE_DIR|g" $f >$TMPFILE + install $TMPFILE "$INSTALL_PREFIX/bin/$(basename $f .pl)" + done + # Install as cscc Added: head/devel/cscout/files/patch-src_make-version.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cscout/files/patch-src_make-version.sh Sun May 24 15:21:57 2020 (r536408) @@ -0,0 +1,12 @@ +--- src/make-version.sh.orig 2019-12-01 11:12:07 UTC ++++ src/make-version.sh +@@ -11,7 +11,7 @@ using namespace std; + + #include "version.h" + +-char Version::revision[] = "$(git log -n 1 --format='%H' || echo UNKNOWN)"; +-char Version::date[] = "$(git log -n 1 --format='%ci' || echo UNKNOWN)"; ++char Version::revision[] = "bd7dfac09b760b87b86158e903459a765b0acf43"; ++char Version::date[] = "2019-11-04 18:42:35 +0200"; + char Version::compiled[] = "$(date +'%F %T')"; + EOF Added: head/devel/cscout/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cscout/files/pkg-message.in Sun May 24 15:21:57 2020 (r536408) @@ -0,0 +1,4 @@ +The include files cscout needs in its installation directory (e.g. ~/.cscout/) +can be found in %%PREFIX%%/include/cscout/. +For an example, go to %%EXAMPLESDIR%% and try "cscout awk.cs". + Modified: head/devel/cscout/pkg-descr ============================================================================== --- head/devel/cscout/pkg-descr Sun May 24 15:20:42 2020 (r536407) +++ head/devel/cscout/pkg-descr Sun May 24 15:21:57 2020 (r536408) @@ -12,8 +12,5 @@ scopes and namespaces. CScout has already been applie ranging from tens of thousands of lines, like the FreeBSD and Linux kernels, and the Apache web server. -This free unsupported version of CScout is distributed under the terms -of the CScout Public License, which is available in the accompanying -documentation. - WWW: https://www.spinellis.gr/cscout/ +WWW: https://github.com/dspinellis/cscout Modified: head/devel/cscout/pkg-plist ============================================================================== --- head/devel/cscout/pkg-plist Sun May 24 15:20:42 2020 (r536407) +++ head/devel/cscout/pkg-plist Sun May 24 15:21:57 2020 (r536408) @@ -1,93 +1,38 @@ +bin/cscc bin/cscout bin/csmake bin/cswc -etc/cscout/SWILL-License -etc/cscout/acl -etc/cscout/cscout_defs.BORLAND -@sample etc/cscout/cscout_defs.FBSD_GCC etc/cscout/cscout_defs.h -etc/cscout/cscout_defs.GENERIC -etc/cscout/cscout_defs.GENERIC_GCC -etc/cscout/cscout_defs.LINUX_GCC -etc/cscout/cscout_defs.WIN32_MINGW -etc/cscout/cscout_defs.WIN32_MSC -@sample etc/cscout/cscout_incs.FBSD_GCC etc/cscout/cscout_incs.h -etc/cscout/cscout_incs.GENERIC -etc/cscout/cscout_incs.LINUX_GCC -etc/cscout/cscout_incs.WIN32_MINGW -etc/cscout/cscout_incs.WIN32_MSC +include/cscout/csmake-post-defs.h +include/cscout/csmake-pre-defs.h +include/cscout/host-defs.h +include/cscout/host-incs.h +include/cscout/stdc-defs.h +include/cscout/stdc-incs.h +include/cscout/stdc/_ansi.h +include/cscout/stdc/assert.h +include/cscout/stdc/complex.h +include/cscout/stdc/ctype.h +include/cscout/stdc/errno.h +include/cscout/stdc/float.h +include/cscout/stdc/limits.h +include/cscout/stdc/locale.h +include/cscout/stdc/math.h +include/cscout/stdc/setjmp.h +include/cscout/stdc/signal.h +include/cscout/stdc/stdarg.h +include/cscout/stdc/stddef.h +include/cscout/stdc/stdio.h +include/cscout/stdc/stdlib.h +include/cscout/stdc/string.h +include/cscout/stdc/time.h +man/man1/cscc.1.gz man/man1/cscout.1.gz +man/man1/csmake.1.gz man/man1/cswc.1.gz -%%PORTDOCS%%%%DOCSDIR%%/access.html -%%PORTDOCS%%%%DOCSDIR%%/awkinc.gif -%%PORTDOCS%%%%DOCSDIR%%/bib.html -%%PORTDOCS%%%%DOCSDIR%%/cg.html -%%PORTDOCS%%%%DOCSDIR%%/change.html -%%PORTDOCS%%%%DOCSDIR%%/concept.html -%%PORTDOCS%%%%DOCSDIR%%/contents.html -%%PORTDOCS%%%%DOCSDIR%%/context.png -%%PORTDOCS%%%%DOCSDIR%%/copy_file.gif -%%PORTDOCS%%%%DOCSDIR%%/csmake.html -%%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%%/fgraph-opt.png -%%PORTDOCS%%%%DOCSDIR%%/file.html -%%PORTDOCS%%%%DOCSDIR%%/filefuncall.gif -%%PORTDOCS%%%%DOCSDIR%%/fileq.html -%%PORTDOCS%%%%DOCSDIR%%/flow.gif -%%PORTDOCS%%%%DOCSDIR%%/flow.html -%%PORTDOCS%%%%DOCSDIR%%/fun.html -%%PORTDOCS%%%%DOCSDIR%%/funarg.html -%%PORTDOCS%%%%DOCSDIR%%/funq.html -%%PORTDOCS%%%%DOCSDIR%%/geglos.html -%%PORTDOCS%%%%DOCSDIR%%/hedit.html -%%PORTDOCS%%%%DOCSDIR%%/id.html -%%PORTDOCS%%%%DOCSDIR%%/idq.html -%%PORTDOCS%%%%DOCSDIR%%/idxprint.html -%%PORTDOCS%%%%DOCSDIR%%/ig.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/indexw.html -%%PORTDOCS%%%%DOCSDIR%%/intro.html -%%PORTDOCS%%%%DOCSDIR%%/license.html -%%PORTDOCS%%%%DOCSDIR%%/main-inc.gif -%%PORTDOCS%%%%DOCSDIR%%/maincall.gif -%%PORTDOCS%%%%DOCSDIR%%/mainpage.png -%%PORTDOCS%%%%DOCSDIR%%/mancscout.html -%%PORTDOCS%%%%DOCSDIR%%/mancswc.html -%%PORTDOCS%%%%DOCSDIR%%/metrics.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%%/proto-inc.gif -%%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.png -%%PORTDOCS%%%%DOCSDIR%%/sql.html -%%PORTDOCS%%%%DOCSDIR%%/style.css -%%PORTDOCS%%%%DOCSDIR%%/tree.png -%%PORTDOCS%%%%DOCSDIR%%/walk.html -%%PORTDOCS%%%%DOCSDIR%%/web.html -%%PORTDOCS%%%%DOCSDIR%%/wrk-inc.gif -%%PORTDOCS%%%%DOCSDIR%%/wsp.html -%%PORTDOCS%%%%DOCSDIR%%/wspd.html -%%PORTDOCS%%%%DOCSDIR%%/yacc.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/.cscout/cscout_defs.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/.cscout/cscout_incs.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/.cscout/host-defs.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/.cscout/host-incs.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/.cscout/options -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/.cscout/style.css -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/awk.cs %%PORTEXAMPLES%%%%EXAMPLESDIR%%/awk.prj %%PORTEXAMPLES%%%%EXAMPLESDIR%%/awk/FIXES @@ -115,5 +60,4 @@ man/man1/cswc.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/awk/ytabc.bak %%PORTEXAMPLES%%%%EXAMPLESDIR%%/awk/ytabh.bak %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bin.prj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mkproj %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sh.prj