aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-07-20 17:40:31 +0800
committerrene <rene@FreeBSD.org>2014-07-20 17:40:31 +0800
commitac378d3430051c2f0ccdcf806e1a427fbc337169 (patch)
treea596d62cbb7b20426985d65e1bc862d0c97e6376 /lang
parent99a082441702a09e661d4fadf0e0002aeeb2edb1 (diff)
downloadfreebsd-ports-gnome-ac378d3430051c2f0ccdcf806e1a427fbc337169.tar.gz
freebsd-ports-gnome-ac378d3430051c2f0ccdcf806e1a427fbc337169.tar.zst
freebsd-ports-gnome-ac378d3430051c2f0ccdcf806e1a427fbc337169.zip
Remove expired ports:
2014-07-20 lang/stklos: Fails testsuite on all platforms, unmaintained upstream 2014-07-20 lang/ikarus: Upstream project died in 2009 2014-07-20 security/pam_pgina: main site disappeared, no more public distfiles
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile2
-rw-r--r--lang/ikarus/Makefile43
-rw-r--r--lang/ikarus/distinfo2
-rw-r--r--lang/ikarus/files/extra-patch-Makefile.in11
-rw-r--r--lang/ikarus/files/extra-patch-doc__Makefile.in11
-rw-r--r--lang/ikarus/files/patch-Makefile.in13
-rw-r--r--lang/ikarus/pkg-descr17
-rw-r--r--lang/ikarus/pkg-plist14
-rw-r--r--lang/stklos/Makefile65
-rw-r--r--lang/stklos/distinfo2
-rw-r--r--lang/stklos/pkg-descr7
-rw-r--r--lang/stklos/pkg-plist184
12 files changed, 0 insertions, 371 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 6cbf1534ffc1..1533e5861646 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -121,7 +121,6 @@
SUBDIR += ici
SUBDIR += icon
SUBDIR += ifc
- SUBDIR += ikarus
SUBDIR += intel2gas
SUBDIR += intercal
SUBDIR += io
@@ -319,7 +318,6 @@
SUBDIR += sr
SUBDIR += stalin
SUBDIR += starlogo
- SUBDIR += stklos
SUBDIR += stldoc
SUBDIR += swi-pl
SUBDIR += t3x
diff --git a/lang/ikarus/Makefile b/lang/ikarus/Makefile
deleted file mode 100644
index c1cc949d349d..000000000000
--- a/lang/ikarus/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Vitaly Magerya <vmagerya@gmail.com>
-# $FreeBSD$
-
-PORTNAME= ikarus
-PORTVERSION= 0.0.3
-PORTREVISION= 3
-CATEGORIES= lang scheme
-MASTER_SITES= http://launchpad.net/ikarus/0.0/${PORTVERSION}/+download/ \
- http://www.ikarus-scheme.org/ \
- http://tx97.net/pub/distfiles/ \
- LOCAL/glarkin
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Optimizing incremental native-code compiler for R6RS Scheme
-
-DEPRECATED= Upstream project died in 2009
-EXPIRATION_DATE=2014-07-20
-
-LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
-
-# Both install bin/scheme-script
-CONFLICTS= petite-chez-*
-
-USES= gmake
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=\
- CFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-ONLY_FOR_ARCHS= i386
-.if defined(PACKAGE_BUILDING)
-NO_PACKAGE= Pointyhat cluster CPUs do not support required SSE instruction set
-.endif
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if !${PORT_OPTIONS:MDOCS}
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.in \
- ${FILESDIR}/extra-patch-doc__Makefile.in
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/lang/ikarus/distinfo b/lang/ikarus/distinfo
deleted file mode 100644
index 203394103788..000000000000
--- a/lang/ikarus/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ikarus-0.0.3.tar.gz) = 5b6ed66ed7a6f63aaff2803cc3e675cb38368300b189ac1ea06948eb30c79b34
-SIZE (ikarus-0.0.3.tar.gz) = 3948264
diff --git a/lang/ikarus/files/extra-patch-Makefile.in b/lang/ikarus/files/extra-patch-Makefile.in
deleted file mode 100644
index 857ed3f34512..000000000000
--- a/lang/ikarus/files/extra-patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2009-04-24 23:06:36.000000000 -0400
-+++ Makefile.in 2009-04-24 23:07:14.000000000 -0400
-@@ -582,7 +582,7 @@
-
- info-am:
-
--install-data-am: install-dist_docDATA
-+install-data-am:
-
- install-dvi: install-dvi-recursive
-
diff --git a/lang/ikarus/files/extra-patch-doc__Makefile.in b/lang/ikarus/files/extra-patch-doc__Makefile.in
deleted file mode 100644
index 9d98cef8bc33..000000000000
--- a/lang/ikarus/files/extra-patch-doc__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./doc/Makefile.in.orig 2009-04-24 22:41:02.000000000 -0400
-+++ ./doc/Makefile.in 2009-04-24 22:42:36.000000000 -0400
-@@ -287,7 +287,7 @@
-
- info-am:
-
--install-data-am: install-dist_docDATA
-+install-data-am:
-
- install-dvi: install-dvi-am
-
diff --git a/lang/ikarus/files/patch-Makefile.in b/lang/ikarus/files/patch-Makefile.in
deleted file mode 100644
index 4c4b30ed2641..000000000000
--- a/lang/ikarus/files/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./Makefile.in.orig 2009-04-24 22:40:45.000000000 -0400
-+++ ./Makefile.in 2009-04-24 22:40:53.000000000 -0400
-@@ -184,8 +184,8 @@
- top_srcdir = @top_srcdir@
- AUTOMAKE_OPTIONS = foreign
- SUBDIRS = src scheme doc lib benchmarks
--EXTRA_DIST = README COPYING GPL-3 ACKNOWLEDGMENTS
--dist_doc_DATA = README COPYING GPL-3 ACKNOWLEDGMENTS
-+EXTRA_DIST = README ACKNOWLEDGMENTS
-+dist_doc_DATA = README ACKNOWLEDGMENTS
- all: config.h
- $(MAKE) $(AM_MAKEFLAGS) all-recursive
-
diff --git a/lang/ikarus/pkg-descr b/lang/ikarus/pkg-descr
deleted file mode 100644
index 9717ad50bc60..000000000000
--- a/lang/ikarus/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-Ikarus Scheme is a free optimizing incremental native-code compiler
-for Scheme as specified in the Revised^6 Report on the Algorithmic
-Language Scheme.
-
-Ikarus Scheme is an optimizing compiler, so your Scheme code will
-run fast without the need to port hot spots to C "for performance".
-With an incremental compiler, you don't need a separate compilation
-step to make your program run fast. The best part is that the
-compiler itself is fast, capable of compiling thousands of lines
-of code per second.
-
-Finally, Ikarus Scheme is an R6RS compiler. R6RS libraries, scripts,
-record types, condition system, exception handling, unicode strings,
-bytevectors, hashtable, and enumerations are among the supported
-features.
-
-WWW: http://www.ikarus-scheme.org/
diff --git a/lang/ikarus/pkg-plist b/lang/ikarus/pkg-plist
deleted file mode 100644
index c86790c299e8..000000000000
--- a/lang/ikarus/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-bin/ikarus
-bin/scheme-script
-lib/ikarus/ikarus.boot
-lib/ikarus/match.ss
-lib/ikarus/pregexp.ss
-lib/ikarus/streams.ss
-lib/ikarus/streams/derived.ss
-lib/ikarus/streams/primitive.ss
-%%PORTDOCS%%%%DOCSDIR%%/ACKNOWLEDGMENTS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/ikarus-scheme-users-guide.pdf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm lib/ikarus/streams
-@dirrm lib/ikarus
diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile
deleted file mode 100644
index b9874c08ca5f..000000000000
--- a/lang/stklos/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
-# $FreeBSD$
-
-PORTNAME= stklos
-PORTVERSION= 1.10
-PORTREVISION= 2
-CATEGORIES= lang scheme
-MASTER_SITES= http://www.stklos.net/download/ \
- ftp://kaolin.essi.fr/pub/STklos/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The successor of the STk Scheme interpreter
-
-DEPRECATED= Fails testsuite on all platforms, unmaintained upstream
-EXPIRATION_DATE=2014-07-20
-
-LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
- libpcre.so:${PORTSDIR}/devel/pcre \
- libffi.so:${PORTSDIR}/devel/libffi \
- libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded
-
-ONLY_FOR_ARCHS= i386 amd64
-
-USES= gmake
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-PLIST_SUB= VERSION="${PORTVERSION}"
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-threads=posix
-
-MAN1= stklos-compile.1 stklos-config.1 stklos-genlex.1 \
- stklos-pkg.1 stklos.1
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 900000
-BROKEN= does not build on FreeBSD 9.x - runaway process
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lgc|-lgc-threaded|' \
- -e 's|bdw-gc|bdw-gc-threaded|' \
- -e 's|-lpthread|${PTHREAD_LIBS}|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|share/man|man|' \
- -e 's|-@VERSION@||' \
- -e 's|^man_MANS = |man_MANS = stklos-pkg.1 |' \
- ${WRKSRC}/doc/Makefile.in
- @${REINPLACE_CMD} -e 's|; make|; $$(MAKE)|' \
- ${WRKSRC}/doc/Makefile.in ${WRKSRC}/doc/Makefile.am \
- ${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/Makefile.am
-
-.if !${PORT_OPTIONS:MDOCS}
- @${REINPLACE_CMD} -E -e 's/^(install-data-am:).*/\1 install-man install-schemeDATA/' \
- -e '/install-docpdfDATA install-man install-schemeDATA/d' \
- ${WRKSRC}/doc/Makefile.in
-.endif
-
-regression-test: build
- (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
- ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test)
-
-.include <bsd.port.post.mk>
diff --git a/lang/stklos/distinfo b/lang/stklos/distinfo
deleted file mode 100644
index 7d8f0e343281..000000000000
--- a/lang/stklos/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (stklos-1.10.tar.gz) = 215e6e6ffcf7751be5f0c114f83286f99e556e089ca1b0ee66f54dd1be080de4
-SIZE (stklos-1.10.tar.gz) = 6097807
diff --git a/lang/stklos/pkg-descr b/lang/stklos/pkg-descr
deleted file mode 100644
index bc5191a1c155..000000000000
--- a/lang/stklos/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-STklos is a free Scheme System (nearly) conform to R5RS. The aim of
-this implementation is to be fast as well as light. The
-implementation is based on an ad-hoc Virtual Machine. STklos can also
-be compiled as a library, so that one can easily embed it in an
-application.
-
-WWW: http://www.stklos.net/
diff --git a/lang/stklos/pkg-plist b/lang/stklos/pkg-plist
deleted file mode 100644
index 43ab392c5506..000000000000
--- a/lang/stklos/pkg-plist
+++ /dev/null
@@ -1,184 +0,0 @@
-bin/stklos
-bin/stklos-compile
-bin/stklos-config
-bin/stklos-genlex
-bin/stklos-pkg
-bin/stklos-script
-etc/stklos/Makefile-scmpkg.tmpl
-include/stklos/extraconf.h
-include/stklos/fport.h
-include/stklos/socket.h
-include/stklos/stklos.h
-include/stklos/stklosconf.h
-%%DATADIR%%/%%VERSION%%/DOCDB
-%%DATADIR%%/%%VERSION%%/Demos.d/fork-test
-%%DATADIR%%/%%VERSION%%/Demos.d/fork-test.stk
-%%DATADIR%%/%%VERSION%%/Demos.d/hello
-%%DATADIR%%/%%VERSION%%/Demos.d/hello.stk
-%%DATADIR%%/%%VERSION%%/Demos.d/secho
-%%DATADIR%%/%%VERSION%%/Demos.d/secho.stk
-%%DATADIR%%/%%VERSION%%/Demos.d/socket-client
-%%DATADIR%%/%%VERSION%%/Demos.d/socket-client.stk
-%%DATADIR%%/%%VERSION%%/Demos.d/socket-server
-%%DATADIR%%/%%VERSION%%/Demos.d/socket-server.stk
-%%DATADIR%%/%%VERSION%%/Demos.d/threads
-%%DATADIR%%/%%VERSION%%/Demos.d/threads.stk
-%%DATADIR%%/%%VERSION%%/Match.d/compiler.scm
-%%DATADIR%%/%%VERSION%%/Match.d/descr.scm
-%%DATADIR%%/%%VERSION%%/Match.d/mexpand.scm
-%%DATADIR%%/%%VERSION%%/Match.d/normalize.scm
-%%DATADIR%%/%%VERSION%%/Match.d/s2cfun.scm
-%%DATADIR%%/%%VERSION%%/STklos.init
-%%DATADIR%%/%%VERSION%%/ScmPkg.d/scmpkg-interface.stk
-%%DATADIR%%/%%VERSION%%/ScmPkg.d/scmpkg-languages.stk
-%%DATADIR%%/%%VERSION%%/assembler.stk
-%%DATADIR%%/%%VERSION%%/bb.stk
-%%DATADIR%%/%%VERSION%%/bigloo-support.stk
-%%DATADIR%%/%%VERSION%%/bigmatch.ostk
-%%DATADIR%%/%%VERSION%%/bigmatch.stk
-%%DATADIR%%/%%VERSION%%/bonus.stk
-%%DATADIR%%/%%VERSION%%/boot.stk
-%%DATADIR%%/%%VERSION%%/callcc.stk
-%%DATADIR%%/%%VERSION%%/compfile.ostk
-%%DATADIR%%/%%VERSION%%/compfile.stk
-%%DATADIR%%/%%VERSION%%/compiler.stk
-%%DATADIR%%/%%VERSION%%/computils.stk
-%%DATADIR%%/%%VERSION%%/date.stk
-%%DATADIR%%/%%VERSION%%/describe.ostk
-%%DATADIR%%/%%VERSION%%/describe.stk
-%%DATADIR%%/%%VERSION%%/env.ostk
-%%DATADIR%%/%%VERSION%%/env.stk
-%%DATADIR%%/%%VERSION%%/expand.pp
-%%DATADIR%%/%%VERSION%%/expand.ss
-%%DATADIR%%/%%VERSION%%/ffi.stk
-%%DATADIR%%/%%VERSION%%/full-conditions.ostk
-%%DATADIR%%/%%VERSION%%/full-conditions.stk
-%%DATADIR%%/%%VERSION%%/full-syntax.ostk
-%%DATADIR%%/%%VERSION%%/full-syntax.stk
-%%DATADIR%%/%%VERSION%%/getopt.ostk
-%%DATADIR%%/%%VERSION%%/getopt.stk
-%%DATADIR%%/%%VERSION%%/help.ostk
-%%DATADIR%%/%%VERSION%%/help.stk
-%%DATADIR%%/%%VERSION%%/http.ostk
-%%DATADIR%%/%%VERSION%%/http.stk
-%%DATADIR%%/%%VERSION%%/lalr.ostk
-%%DATADIR%%/%%VERSION%%/lalr.stk
-%%DATADIR%%/%%VERSION%%/lex-rt.ostk
-%%DATADIR%%/%%VERSION%%/lex-rt.stk
-%%DATADIR%%/%%VERSION%%/load.stk
-%%DATADIR%%/%%VERSION%%/logical.stk
-%%DATADIR%%/%%VERSION%%/make-C-boot.stk
-%%DATADIR%%/%%VERSION%%/mbe.stk
-%%DATADIR%%/%%VERSION%%/module.stk
-%%DATADIR%%/%%VERSION%%/multilex.scm
-%%DATADIR%%/%%VERSION%%/object.stk
-%%DATADIR%%/%%VERSION%%/obsolete.stk
-%%DATADIR%%/%%VERSION%%/peephole.stk
-%%DATADIR%%/%%VERSION%%/pp.ostk
-%%DATADIR%%/%%VERSION%%/pp.stk
-%%DATADIR%%/%%VERSION%%/process.stk
-%%DATADIR%%/%%VERSION%%/r5rs.stk
-%%DATADIR%%/%%VERSION%%/r7rs.stk
-%%DATADIR%%/%%VERSION%%/readline.stk
-%%DATADIR%%/%%VERSION%%/recette.ostk
-%%DATADIR%%/%%VERSION%%/recette.stk
-%%DATADIR%%/%%VERSION%%/regexp.stk
-%%DATADIR%%/%%VERSION%%/repl-readline.stk
-%%DATADIR%%/%%VERSION%%/repl.stk
-%%DATADIR%%/%%VERSION%%/runtime.stk
-%%DATADIR%%/%%VERSION%%/scmpkg-support.ostk
-%%DATADIR%%/%%VERSION%%/scmpkg-support.stk
-%%DATADIR%%/%%VERSION%%/silex.scm
-%%DATADIR%%/%%VERSION%%/slib.ostk
-%%DATADIR%%/%%VERSION%%/slib.stk
-%%DATADIR%%/%%VERSION%%/srfi-0.stk
-%%DATADIR%%/%%VERSION%%/srfi-1.ostk
-%%DATADIR%%/%%VERSION%%/srfi-1.stk
-%%DATADIR%%/%%VERSION%%/srfi-100.ostk
-%%DATADIR%%/%%VERSION%%/srfi-100.stk
-%%DATADIR%%/%%VERSION%%/srfi-11.ostk
-%%DATADIR%%/%%VERSION%%/srfi-11.stk
-%%DATADIR%%/%%VERSION%%/srfi-13.ostk
-%%DATADIR%%/%%VERSION%%/srfi-13.stk
-%%DATADIR%%/%%VERSION%%/srfi-14.ostk
-%%DATADIR%%/%%VERSION%%/srfi-14.stk
-%%DATADIR%%/%%VERSION%%/srfi-17.ostk
-%%DATADIR%%/%%VERSION%%/srfi-17.stk
-%%DATADIR%%/%%VERSION%%/srfi-2.ostk
-%%DATADIR%%/%%VERSION%%/srfi-2.stk
-%%DATADIR%%/%%VERSION%%/srfi-26.ostk
-%%DATADIR%%/%%VERSION%%/srfi-26.stk
-%%DATADIR%%/%%VERSION%%/srfi-27.ostk
-%%DATADIR%%/%%VERSION%%/srfi-27.stk
-%%DATADIR%%/%%VERSION%%/srfi-31.ostk
-%%DATADIR%%/%%VERSION%%/srfi-31.stk
-%%DATADIR%%/%%VERSION%%/srfi-34.ostk
-%%DATADIR%%/%%VERSION%%/srfi-34.stk
-%%DATADIR%%/%%VERSION%%/srfi-35.ostk
-%%DATADIR%%/%%VERSION%%/srfi-35.stk
-%%DATADIR%%/%%VERSION%%/srfi-36.ostk
-%%DATADIR%%/%%VERSION%%/srfi-36.stk
-%%DATADIR%%/%%VERSION%%/srfi-4.ostk
-%%DATADIR%%/%%VERSION%%/srfi-4.stk
-%%DATADIR%%/%%VERSION%%/srfi-45.ostk
-%%DATADIR%%/%%VERSION%%/srfi-45.stk
-%%DATADIR%%/%%VERSION%%/srfi-48.ostk
-%%DATADIR%%/%%VERSION%%/srfi-48.stk
-%%DATADIR%%/%%VERSION%%/srfi-59.ostk
-%%DATADIR%%/%%VERSION%%/srfi-59.stk
-%%DATADIR%%/%%VERSION%%/srfi-60.ostk
-%%DATADIR%%/%%VERSION%%/srfi-60.stk
-%%DATADIR%%/%%VERSION%%/srfi-66.ostk
-%%DATADIR%%/%%VERSION%%/srfi-66.stk
-%%DATADIR%%/%%VERSION%%/srfi-69.ostk
-%%DATADIR%%/%%VERSION%%/srfi-69.stk
-%%DATADIR%%/%%VERSION%%/srfi-7.ostk
-%%DATADIR%%/%%VERSION%%/srfi-7.stk
-%%DATADIR%%/%%VERSION%%/srfi-70.ostk
-%%DATADIR%%/%%VERSION%%/srfi-70.stk
-%%DATADIR%%/%%VERSION%%/srfi-74.ostk
-%%DATADIR%%/%%VERSION%%/srfi-74.stk
-%%DATADIR%%/%%VERSION%%/srfi-89.ostk
-%%DATADIR%%/%%VERSION%%/srfi-89.stk
-%%DATADIR%%/%%VERSION%%/srfi-9.ostk
-%%DATADIR%%/%%VERSION%%/srfi-9.stk
-%%DATADIR%%/%%VERSION%%/srfi-96.ostk
-%%DATADIR%%/%%VERSION%%/srfi-96.stk
-%%DATADIR%%/%%VERSION%%/str.stk
-%%DATADIR%%/%%VERSION%%/struct.stk
-%%DATADIR%%/%%VERSION%%/tar.ostk
-%%DATADIR%%/%%VERSION%%/tar.stk
-%%DATADIR%%/%%VERSION%%/thread.stk
-%%DATADIR%%/%%VERSION%%/trace.ostk
-%%DATADIR%%/%%VERSION%%/trace.stk
-%%PORTDOCS%%%%DOCSDIR%%/html/doc-style.css
-%%PORTDOCS%%%%DOCSDIR%%/html/images/hierarchy.jpg
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-1.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-10.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-11.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-12.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-13.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-14.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-15.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-16.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-2.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-3.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-4.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-5.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-6.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-7.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-8.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-9.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref.html
-%%PORTDOCS%%%%DOCSDIR%%/pdf/stklos-ref.pdf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%DATADIR%%/%%VERSION%%/Demos.d
-@dirrm %%DATADIR%%/%%VERSION%%/Match.d
-@dirrm %%DATADIR%%/%%VERSION%%/ScmPkg.d
-@dirrm %%DATADIR%%/%%VERSION%%
-@dirrm %%DATADIR%%
-@dirrm include/stklos
-@dirrm etc/stklos