pkgsrc-WIP-changes archive

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

cyclone-docs: import cyclone-docs-0.25 as wip/cyclone-docs



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Jan 27 12:58:48 2021 +0200
Changeset:	db64e6bff913fd289f5388c7333db23bfd32c34a

Modified Files:
	Makefile
Added Files:
	cyclone-docs/DESCR
	cyclone-docs/Makefile
	cyclone-docs/PLIST
	cyclone-docs/distinfo

Log Message:
cyclone-docs: import cyclone-docs-0.25 as wip/cyclone-docs

This is the documentation for wip/cyclone.

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

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

diffstat:
 Makefile              |   1 +
 cyclone-docs/DESCR    |   1 +
 cyclone-docs/Makefile |  31 +++++++++
 cyclone-docs/PLIST    | 169 ++++++++++++++++++++++++++++++++++++++++++++++++++
 cyclone-docs/distinfo |   6 ++
 5 files changed, 208 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e944cb0ab5..03e871948b 100644
--- a/Makefile
+++ b/Makefile
@@ -554,6 +554,7 @@ SUBDIR+=	cvstrac
 SUBDIR+=	cwebx
 SUBDIR+=	cycle
 SUBDIR+=	cyclone
+SUBDIR+=	cyclone-docs
 SUBDIR+=	cygwin
 SUBDIR+=	cygwin-binutils
 SUBDIR+=	cyrus-imapd30
diff --git a/cyclone-docs/DESCR b/cyclone-docs/DESCR
new file mode 100644
index 0000000000..405a7d9b3d
--- /dev/null
+++ b/cyclone-docs/DESCR
@@ -0,0 +1 @@
+This is the documentation for wip/cyclone.
diff --git a/cyclone-docs/Makefile b/cyclone-docs/Makefile
new file mode 100644
index 0000000000..ea68437dfe
--- /dev/null
+++ b/cyclone-docs/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	cyclone
+GITHUB_TAG=	v0.25
+DISTNAME=	v0.25
+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-0.25
+
+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
new file mode 100644
index 0000000000..3a75d187f3
--- /dev/null
+++ b/cyclone-docs/PLIST
@@ -0,0 +1,169 @@
+@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/Multithreaded-Development.md
+share/doc/cyclone/Release-Checklist.md
+share/doc/cyclone/Scheme-Language-Compliance.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/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/macros.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/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/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/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/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
new file mode 100644
index 0000000000..1d4a9870e3
--- /dev/null
+++ b/cyclone-docs/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (cyclone/v0.25.tar.gz) = 4a552d248be31ec47179a3366a00c2006e5ad6e2
+RMD160 (cyclone/v0.25.tar.gz) = dc047c382c4cae70cb6fa6e30898edc42706ca48
+SHA512 (cyclone/v0.25.tar.gz) = db92da0cabb4d6b7d61a2899851112cd2772d2a16216cdd0f3bc60b70931a9f2feb9789526b4be9896acd0171685ea242c9403ae763119830d48478283adcdec
+Size (cyclone/v0.25.tar.gz) = 4046525 bytes


Home | Main Index | Thread Index | Old Index