summaryrefslogtreecommitdiff
path: root/lang/dylan-compiler
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-01-15 20:14:33 +0000
committeragc <agc@pkgsrc.org>2002-01-15 20:14:33 +0000
commitc99833b44a0c7ebbf059a15a85682e1af4929e97 (patch)
treeafd15b540920ee8993ac53b4abca4ca7a89d4825 /lang/dylan-compiler
parentfff91d848097d6afb9a20099125d60e8da2deb82 (diff)
downloadpkgsrc-c99833b44a0c7ebbf059a15a85682e1af4929e97.tar.gz
Initial import of the Gwydion Dylan compiler, version 2.3.6, into the
NetBSD Packages Collection. Dylan is an object-oriented, dynamic, infix, garbage-collected programming language with support for multiple inheritence, multiple dispatch (an advanced form of polymorphism), typed and untyped variables, closures and exceptions. Dylan also supports pattern-based hygenic macros. These allow you to define new control constructs and fully integrate them with the language. Dylan (theoretically) combines the performance of C or C++ with the rapid development of Perl and the expressiveness of LISP. It looks similar to C or Pascal, so experienced programmers can learn to write simple programs quickly. Gwydion Dylan provides two implementations of the Dylan programming language: Mindy and d2c. Mindy is bytecode compiler and interpreter, and d2c is a Dylan-to-C compiler. Mindy compiles programs quickly, but the resulting executables run slowly. On the other hand, d2c compiles programs slowly, but they run quickly. Gwydion Dylan was originally written by the Gwydion Group at CMU as part of a research project studying advanced hypercode development environments. It is now maintained by a group of volunteers.
Diffstat (limited to 'lang/dylan-compiler')
-rw-r--r--lang/dylan-compiler/DESCR21
-rw-r--r--lang/dylan-compiler/Makefile19
-rw-r--r--lang/dylan-compiler/PLIST88
3 files changed, 128 insertions, 0 deletions
diff --git a/lang/dylan-compiler/DESCR b/lang/dylan-compiler/DESCR
new file mode 100644
index 00000000000..31447a63eb3
--- /dev/null
+++ b/lang/dylan-compiler/DESCR
@@ -0,0 +1,21 @@
+Dylan is an object-oriented, dynamic, infix, garbage-collected
+programming language with support for multiple inheritence, multiple
+dispatch (an advanced form of polymorphism), typed and untyped
+variables, closures and exceptions. Dylan also supports pattern-based
+hygenic macros. These allow you to define new control constructs and
+fully integrate them with the language.
+
+Dylan (theoretically) combines the performance of C or C++ with the
+rapid development of Perl and the expressiveness of LISP. It looks
+similar to C or Pascal, so experienced programmers can learn to write
+simple programs quickly.
+
+Gwydion Dylan provides two implementations of the Dylan programming
+language: Mindy and d2c. Mindy is bytecode compiler and interpreter,
+and d2c is a Dylan-to-C compiler. Mindy compiles programs quickly,
+but the resulting executables run slowly. On the other hand, d2c
+compiles programs slowly, but they run quickly.
+
+Gwydion Dylan was originally written by the Gwydion Group at CMU as
+part of a research project studying advanced hypercode development
+environments. It is now maintained by a group of volunteers.
diff --git a/lang/dylan-compiler/Makefile b/lang/dylan-compiler/Makefile
new file mode 100644
index 00000000000..36447f49ee8
--- /dev/null
+++ b/lang/dylan-compiler/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/15 20:14:33 agc Exp $
+#
+
+PKGNAME= dylan-compiler-2.3.6
+
+PATCHDIR= ${.CURDIR}/../dylan-interpreter/patches
+DISTINFO_FILE= ${.CURDIR}/../dylan-interpreter/distinfo
+
+AUTOGEN_TARGET= --enable-mindy-bootstrap
+
+CONFLICTS= dylan-interpreter-[0-9]*
+
+pre-build:
+ ${ECHO_MSG} "********************************** WARNING ***********************************"
+ ${ECHO_MSG} "This package takes over 8 hours to build on an 800 MHz PIII with 128 MB memory"
+ ${ECHO_MSG} "You could try the dylan interpreter, in ${.CURDIR}/../dylan-interpreter"
+ ${ECHO_MSG} "********************************** WARNING ***********************************"
+
+.include "../dylan-interpreter/Makefile.common"
diff --git a/lang/dylan-compiler/PLIST b/lang/dylan-compiler/PLIST
new file mode 100644
index 00000000000..c6fc8f15613
--- /dev/null
+++ b/lang/dylan-compiler/PLIST
@@ -0,0 +1,88 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/15 20:14:33 agc Exp $
+bin/d2c
+bin/dybug
+bin/mindy
+bin/mindycomp
+bin/mindyexec
+include/runtime.h
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/base-file-system-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/base-file-system.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/collection-extensions-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/collection-extensions.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/dylan-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/dylan.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/format-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/format-out-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/format-out.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/format.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/garbage-collection.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/inspector-base-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libbase-file-system-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libcollection-extensions-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libdylan-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libformat-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libformat-out-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libgarbage-collection-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libgc.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libmatrix-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libmelange-support-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libparse-arguments-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libprint-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/librandom-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libregular-expressions-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libruntime.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libstandard-io-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libstream-extensions-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libstreams-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libstring-extensions-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libtable-extensions-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libtime-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/libtranscendental-dylan.a
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/matrix-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/matrix.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/melange-support.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/parse-arguments-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/parse-arguments.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/print-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/print.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/random-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/random.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/regular-expressions-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/regular-expressions.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/standard-io-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/standard-io.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/stream-extensions-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/stream-extensions.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/streams-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/streams.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/string-extensions-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/string-extensions.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/table-extensions-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/table-extensions.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/text-inspector-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/time-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/time.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/tk-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/transcendental-lib.dbc
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/transcendental.lib.du
+lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/x-inspector-lib.dbc
+man/man1/d2c.1
+man/man1/dybug.1
+man/man1/make-dylan-app.1
+man/man1/melange.1
+man/man1/mindy.1
+man/man1/mindycomp.1
+man/man1/mindyexec.1
+man/man1/parsergen.1
+man/man4/platforms.descr.4
+man/man7/dylan.7
+man/man7/gwydion.7
+share/dylan/platforms.descr
+@dirrm share/dylan
+@exec /bin/mkdir -p %D/lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/elisp
+@dirrm lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/elisp
+@exec /bin/mkdir -p %D/lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/dylan-user
+@dirrm lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc/dylan-user
+@dirrm lib/dylan/2.3.6/x86-${LOWER_OPSYS}-gcc
+@dirrm lib/dylan/2.3.6
+@dirrm lib/dylan