pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cyclone-docs: remove



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Thu Feb 29 01:18:53 2024 +0200
Changeset:	b4d7f7381ab2fa14523964e3895a0c74da543a7f

Removed Files:
	cyclone-docs/DESCR
	cyclone-docs/Makefile
	cyclone-docs/PLIST
	cyclone-docs/distinfo

Log Message:
cyclone-docs: remove

Since cyclone is now installed from the main cyclone sources,
the documentation is included, and this package is no longer
needed.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b4d7f7381ab2fa14523964e3895a0c74da543a7f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cyclone-docs/DESCR    |   1 -
 cyclone-docs/Makefile |  31 ---------
 cyclone-docs/PLIST    | 176 --------------------------------------------------
 cyclone-docs/distinfo |   5 --
 4 files changed, 213 deletions(-)

diffs:
diff --git a/cyclone-docs/DESCR b/cyclone-docs/DESCR
deleted file mode 100644
index 405a7d9b3d..0000000000
--- a/cyclone-docs/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-This is the documentation for wip/cyclone.
diff --git a/cyclone-docs/Makefile b/cyclone-docs/Makefile
deleted file mode 100644
index d9898a6d7a..0000000000
--- a/cyclone-docs/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD$
-
-GITHUB_PROJECT=	cyclone
-GITHUB_TAG=	v0.36.0
-DISTNAME=	${GITHUB_TAG}
-PKGNAME=	${GITHUB_PROJECT}-docs-${DISTNAME:S,^v,,}
-CATEGORIES=	lang
-MASTER_SITES=	${MASTER_SITE_GITHUB:=justinethier/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://justinethier.github.io/cyclone/index
-COMMENT=	Documentation for wip/cyclone
-LICENSE=	mit
-
-WRKSRC=		${WRKDIR}/cyclone-${PKGVERSION_NOREV}
-
-INSTALLATION_DIRS+=	share/doc/cyclone
-INSTALLATION_DIRS+=	share/examples/cyclone
-
-# do nothing
-do-configure:
-do-build:
-
-do-install:
-	cd ${WRKSRC}/docs && ${FIND} . -type d -exec ${INSTALL_DATA_DIR} "${DESTDIR}${PREFIX}/share/doc/cyclone/{}" ";"
-	cd ${WRKSRC}/docs && ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${DESTDIR}${PREFIX}/share/doc/cyclone/{}" ";"
-	cd ${WRKSRC}/examples && ${FIND} . -type d -exec ${INSTALL_DATA_DIR} "${DESTDIR}${PREFIX}/share/examples/cyclone/{}" ";"
-	cd ${WRKSRC}/examples && ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${DESTDIR}${PREFIX}/share/examples/cyclone/{}" ";"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/cyclone-docs/PLIST b/cyclone-docs/PLIST
deleted file mode 100644
index e4a46b8119..0000000000
--- a/cyclone-docs/PLIST
+++ /dev/null
@@ -1,176 +0,0 @@
-@comment $NetBSD$
-share/doc/cyclone/API.md
-share/doc/cyclone/Benchmarks.md
-share/doc/cyclone/C-Calling-Conventions.md
-share/doc/cyclone/C-Generation.md
-share/doc/cyclone/C-Interface-Notes.md
-share/doc/cyclone/Development.md
-share/doc/cyclone/Garbage-Collection-Using-Lazy-Sweeping.md
-share/doc/cyclone/Garbage-Collector.md
-share/doc/cyclone/Garbage-Collector-Revised-2022.md
-share/doc/cyclone/Multithreaded-Development.md
-share/doc/cyclone/Release-Checklist.md
-share/doc/cyclone/Scheme-Language-Compliance.md
-share/doc/cyclone/Scheme-code-conventions.md
-share/doc/cyclone/User-Manual.md
-share/doc/cyclone/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md
-share/doc/cyclone/Writing-the-Cyclone-Scheme-Compiler.md
-share/doc/cyclone/api/api-index.scm
-share/doc/cyclone/api/cyclone/concurrent.md
-share/doc/cyclone/api/cyclone/foreign.md
-share/doc/cyclone/api/cyclone/match.md
-share/doc/cyclone/api/cyclone/test.md
-share/doc/cyclone/api/primitives.md
-share/doc/cyclone/api/scheme/base.md
-share/doc/cyclone/api/scheme/case-lambda.md
-share/doc/cyclone/api/scheme/char.md
-share/doc/cyclone/api/scheme/complex.md
-share/doc/cyclone/api/scheme/cxr.md
-share/doc/cyclone/api/scheme/cyclone/ast.md
-share/doc/cyclone/api/scheme/cyclone/cgen.md
-share/doc/cyclone/api/scheme/cyclone/common.md
-share/doc/cyclone/api/scheme/cyclone/cps-optimizations.md
-share/doc/cyclone/api/scheme/cyclone/libraries.md
-share/doc/cyclone/api/scheme/cyclone/pretty-print.md
-share/doc/cyclone/api/scheme/cyclone/primitives.md
-share/doc/cyclone/api/scheme/cyclone/transforms.md
-share/doc/cyclone/api/scheme/cyclone/util.md
-share/doc/cyclone/api/scheme/eval.md
-share/doc/cyclone/api/scheme/file.md
-share/doc/cyclone/api/scheme/inexact.md
-share/doc/cyclone/api/scheme/lazy.md
-share/doc/cyclone/api/scheme/load.md
-share/doc/cyclone/api/scheme/process-context.md
-share/doc/cyclone/api/scheme/read.md
-share/doc/cyclone/api/scheme/repl.md
-share/doc/cyclone/api/scheme/time.md
-share/doc/cyclone/api/scheme/write.md
-share/doc/cyclone/api/srfi/1.md
-share/doc/cyclone/api/srfi/106.md
-share/doc/cyclone/api/srfi/111.md
-share/doc/cyclone/api/srfi/113.md
-share/doc/cyclone/api/srfi/117.md
-share/doc/cyclone/api/srfi/121.md
-share/doc/cyclone/api/srfi/128.md
-share/doc/cyclone/api/srfi/132.md
-share/doc/cyclone/api/srfi/133.md
-share/doc/cyclone/api/srfi/143.md
-share/doc/cyclone/api/srfi/18.md
-share/doc/cyclone/api/srfi/2.md
-share/doc/cyclone/api/srfi/27.md
-share/doc/cyclone/api/srfi/28.md
-share/doc/cyclone/api/srfi/60.md
-share/doc/cyclone/api/srfi/69.md
-share/doc/cyclone/api/srfi/8.md
-share/doc/cyclone/benchmarks/benchmark-status.md
-share/doc/cyclone/benchmarks/car4-dev/benchmark-status.md
-share/doc/cyclone/benchmarks/car4-dev/results.Chicken.thinkpad-laptop-x86_64
-share/doc/cyclone/benchmarks/car4-dev/results.Cyclone.thinkpad-laptop-x86_64
-share/doc/cyclone/benchmarks/extract-data.sh
-share/doc/cyclone/benchmarks/results.Cyclone-0.1.5
-share/doc/cyclone/benchmarks/results.Cyclone-master
-share/doc/cyclone/benchmarks/results.Cyclone.thinkpad-laptop-x86_64
-share/doc/cyclone/images/arch-linux-thumb.png
-share/doc/cyclone/images/benchmark-tests-finished.png
-share/doc/cyclone/images/benchmark-total-runtimes.png
-share/doc/cyclone/images/benchmarks/gabriel.png
-share/doc/cyclone/images/benchmarks/gc.png
-share/doc/cyclone/images/benchmarks/kvw.png
-share/doc/cyclone/images/benchmarks/lazy-sweep-benchmark-times.png
-share/doc/cyclone/images/benchmarks/lazy-sweep.png
-share/doc/cyclone/images/build-thumb.png
-share/doc/cyclone/images/campfire.jpg
-share/doc/cyclone/images/compiler.dia
-share/doc/cyclone/images/compiler.png
-share/doc/cyclone/images/cyclone-contribs.png
-share/doc/cyclone/images/cyclone-logo-01.pdn
-share/doc/cyclone/images/cyclone-logo-01.png
-share/doc/cyclone/images/cyclone-logo-03-header.png
-share/doc/cyclone/images/cyclone-logo-03-thumb.png
-share/doc/cyclone/images/cyclone-logo-03.pdn
-share/doc/cyclone/images/cyclone-logo-03.png
-share/doc/cyclone/images/cyclone-logo-04-bootstrap.png
-share/doc/cyclone/images/cyclone-logo-04-header.png
-share/doc/cyclone/images/cyclone-logo-04.png
-share/doc/cyclone/images/cyclone-logo-05-header.png
-share/doc/cyclone/images/cyclone-logo-small.png
-share/doc/cyclone/images/cyclone-logo-smaller.png
-share/doc/cyclone/images/cyclone-winds-small.png
-share/doc/cyclone/images/docker-thumb.png
-share/doc/cyclone/images/game-of-life-gliders.gif
-share/doc/cyclone/images/gc-graph-clear.dia
-share/doc/cyclone/images/gc-graph-clear.png
-share/doc/cyclone/images/gc-graph-mark.dia
-share/doc/cyclone/images/gc-graph-mark.png
-share/doc/cyclone/images/gc-graph-sweep.dia
-share/doc/cyclone/images/gc-graph-sweep.png
-share/doc/cyclone/images/gc-graph-trace.dia
-share/doc/cyclone/images/gc-graph-trace.png
-share/doc/cyclone/images/gentoo-linux-logo.png
-share/doc/cyclone/images/gentoo-logo.svg
-share/doc/cyclone/images/homebrew-thumb.png
-share/doc/cyclone/images/logo.png
-share/doc/cyclone/images/runtime.dia
-share/doc/cyclone/images/runtime.png
-share/doc/cyclone/immutable-obj-notes.md
-share/doc/cyclone/old-notes/Developer-How-To.md
-share/doc/cyclone/old-notes/TODO
-share/doc/cyclone/old-notes/gc-notes.txt
-share/doc/cyclone/old-notes/global-opts-notes.txt
-share/doc/cyclone/r7rs.pdf
-share/doc/cyclone/research-papers/CheneyMTA.pdf
-share/doc/cyclone/research-papers/d1-mlton-realtime.pdf
-share/doc/cyclone/research-papers/syntactic-closures.pdf
-share/examples/cyclone/Makefile
-share/examples/cyclone/begin-splicing.scm
-share/examples/cyclone/call-scm-from-c/Makefile
-share/examples/cyclone/call-scm-from-c/Readme.md
-share/examples/cyclone/call-scm-from-c/basic-no-gc.scm
-share/examples/cyclone/call-scm-from-c/basic.c
-share/examples/cyclone/call-scm-from-c/basic.h
-share/examples/cyclone/call-scm-from-c/full-with-gc.scm
-share/examples/cyclone/call-scm-from-c/full.c
-share/examples/cyclone/call-scm-from-c/full.h
-share/examples/cyclone/cat.scm
-share/examples/cyclone/fac.scm
-share/examples/cyclone/ffi/custom-type.scm
-share/examples/cyclone/ffi/sub-bignums.h
-share/examples/cyclone/ffi/sub-bignums.scm
-share/examples/cyclone/game-of-life-png/Makefile
-share/examples/cyclone/game-of-life-png/README.md
-share/examples/cyclone/game-of-life-png/convert.sh
-share/examples/cyclone/game-of-life-png/example/grid.sld
-share/examples/cyclone/game-of-life-png/example/life.sld
-share/examples/cyclone/game-of-life-png/life.scm
-share/examples/cyclone/game-of-life-png/write-png.c
-share/examples/cyclone/game-of-life-png/write-png.h
-share/examples/cyclone/game-of-life/Makefile
-share/examples/cyclone/game-of-life/README.md
-share/examples/cyclone/game-of-life/example/grid.sld
-share/examples/cyclone/game-of-life/example/life.sld
-share/examples/cyclone/game-of-life/life.scm
-share/examples/cyclone/greater-of.scm
-share/examples/cyclone/hello-library/Makefile
-share/examples/cyclone/hello-library/hello.scm
-share/examples/cyclone/hello-library/libs/lib1.scm
-share/examples/cyclone/hello-library/libs/lib1.sld
-share/examples/cyclone/hello-library/libs/lib2.sld
-share/examples/cyclone/long-running-process.scm
-share/examples/cyclone/networking/client.scm
-share/examples/cyclone/networking/http-server.scm
-share/examples/cyclone/networking/server.scm
-share/examples/cyclone/resolve-dependencies.scm
-share/examples/cyclone/tail-call-optimization.scm
-share/examples/cyclone/tail-call-testing.scm
-share/examples/cyclone/threading/benchmarks/bv2string-integration.scm
-share/examples/cyclone/threading/benchmarks/bv2string.scm
-share/examples/cyclone/threading/benchmarks/ctak.scm
-share/examples/cyclone/threading/benchmarks/paraffins.scm
-share/examples/cyclone/threading/cv-broadcast.scm
-share/examples/cyclone/threading/many-writers.scm
-share/examples/cyclone/threading/parameters.scm
-share/examples/cyclone/threading/producer-consumer.scm
-share/examples/cyclone/threading/sum-atomic.scm
-share/examples/cyclone/threading/sum-mutex.scm
-share/examples/cyclone/threading/sum-nosync.scm
-share/examples/cyclone/threading/thread-join.scm
diff --git a/cyclone-docs/distinfo b/cyclone-docs/distinfo
deleted file mode 100644
index c8078d7d6d..0000000000
--- a/cyclone-docs/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (cyclone/v0.36.0.tar.gz) = 1777c4452a676b992c0b5ed968cd6b72b358fbd5517e72589dd53c285638437c
-SHA512 (cyclone/v0.36.0.tar.gz) = 6dfa3ff80b1a8397608483e6d914c25b1fee521d620991fb70f1bcf77303d290477100cbd82fbd9c939b5f2c91f72240f58711d9ab023721c15c8ad9b15998fd
-Size (cyclone/v0.36.0.tar.gz) = 5237987 bytes


Home | Main Index | Thread Index | Old Index