summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-12-31 22:45:28 +0000
committermarkd <markd@pkgsrc.org>2005-12-31 22:45:28 +0000
commit93132160c3a6e86a1b84f21bb68bbdf7bd3c84dc (patch)
treed4d5f1d5d185b3ed5c72c7ee42074ea6664c5f77 /lang
parent9e6019a8a6e02b23fe83b747a75842267b5f24d1 (diff)
downloadpkgsrc-93132160c3a6e86a1b84f21bb68bbdf7bd3c84dc.tar.gz
Remove dylan-{interpreter,compiler}. Now use gwydion-dylan package.
Diffstat (limited to 'lang')
-rw-r--r--lang/dylan-compiler/DESCR21
-rw-r--r--lang/dylan-compiler/Makefile19
-rw-r--r--lang/dylan-compiler/PLIST79
-rw-r--r--lang/dylan-interpreter/DESCR21
-rw-r--r--lang/dylan-interpreter/Makefile11
-rw-r--r--lang/dylan-interpreter/Makefile.common61
-rw-r--r--lang/dylan-interpreter/PLIST79
-rw-r--r--lang/dylan-interpreter/distinfo7
-rw-r--r--lang/dylan-interpreter/patches/patch-aa49
-rw-r--r--lang/dylan-interpreter/patches/patch-ab26
10 files changed, 0 insertions, 373 deletions
diff --git a/lang/dylan-compiler/DESCR b/lang/dylan-compiler/DESCR
deleted file mode 100644
index 31447a63eb3..00000000000
--- a/lang/dylan-compiler/DESCR
+++ /dev/null
@@ -1,21 +0,0 @@
-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
deleted file mode 100644
index f955f911453..00000000000
--- a/lang/dylan-compiler/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2005/12/05 20:50:24 rillig Exp $
-#
-
-PKGNAME= dylan-compiler-${DYLAN_VERSION}
-
-PATCHDIR= ${.CURDIR}/../../lang/dylan-interpreter/patches
-DISTINFO_FILE= ${.CURDIR}/../../lang/dylan-interpreter/distinfo
-
-CONFIGURE_ARGS+= --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 "../../lang/dylan-interpreter/Makefile.common"
diff --git a/lang/dylan-compiler/PLIST b/lang/dylan-compiler/PLIST
deleted file mode 100644
index ec4e03158fd..00000000000
--- a/lang/dylan-compiler/PLIST
+++ /dev/null
@@ -1,79 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2004/10/06 11:23:01 agc Exp $
-bin/d2c
-bin/dybug
-bin/mindy
-bin/mindycomp
-bin/mindyexec
-include/runtime.h
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/base-file-system-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/base-file-system.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/collection-extensions-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/collection-extensions.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/dylan-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/dylan.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/format-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/format.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/garbage-collection.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/inspector-base-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libbase-file-system-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libcollection-extensions-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libdylan-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libformat-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libgarbage-collection-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libmelange-support-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libparse-arguments-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libprint-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/librandom-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libregular-expressions-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libruntime.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libstandard-io-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libstream-extensions-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libstreams-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libstring-extensions-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libtable-extensions-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libtranscendental-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/melange-support.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/parse-arguments-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/parse-arguments.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/print-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/print.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/random-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/random.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/regular-expressions-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/regular-expressions.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/standard-io-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/standard-io.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/stream-extensions-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/stream-extensions.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/streams-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/streams.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/string-extensions-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/string-extensions.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/table-extensions-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/table-extensions.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/text-inspector-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/tk-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/transcendental-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/transcendental.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/x-inspector-lib.dbc
-man/man1/d2c.1
-man/man1/dybug.1
-man/man1/gobject-tool.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 ${MKDIR} %D/lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/elisp
-@dirrm lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/elisp
-@exec ${MKDIR} %D/lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/dylan-user
-@dirrm lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/dylan-user
-@dirrm lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc
-@dirrm lib/dylan/${PKGVERSION}
-@dirrm lib/dylan
diff --git a/lang/dylan-interpreter/DESCR b/lang/dylan-interpreter/DESCR
deleted file mode 100644
index 31447a63eb3..00000000000
--- a/lang/dylan-interpreter/DESCR
+++ /dev/null
@@ -1,21 +0,0 @@
-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-interpreter/Makefile b/lang/dylan-interpreter/Makefile
deleted file mode 100644
index 1754bbbbd5c..00000000000
--- a/lang/dylan-interpreter/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2004/10/03 00:15:00 tv Exp $
-#
-
-PKGNAME= dylan-interpreter-${DYLAN_VERSION}
-PKGREVISION= 1
-
-AUTOGEN_TARGET= --disable-d2c
-
-CONFLICTS= dylan-compiler-[0-9]*
-
-.include "${.CURDIR}/Makefile.common"
diff --git a/lang/dylan-interpreter/Makefile.common b/lang/dylan-interpreter/Makefile.common
deleted file mode 100644
index b3fc040322f..00000000000
--- a/lang/dylan-interpreter/Makefile.common
+++ /dev/null
@@ -1,61 +0,0 @@
-# $NetBSD: Makefile.common,v 1.22 2005/12/05 20:50:24 rillig Exp $
-#
-
-DISTNAME= gwydion-dylan-${DYLAN_VERSION}
-CATEGORIES= lang
-MASTER_SITES= ftp://berlin.ccc.de/pub/gd/src/ \
- ftp://ftp.fu-berlin.de/pub/unix/languages/dylan/src/ \
- ftp://ftp.infodrom.north.de/pub/unix/language/dylan/gwydion/src/ \
- ftp://folk.federated.com/pub/gd/src/ \
- ftp://cymru.basistech.com/pub/mirrors/gd/src/ \
- ftp://ftp.ntua.gr/pub/lang/gwydion/src/ \
- ftp://ftp.kddlabs.co.jp/lang/dylan/gwydion/src/ \
- ftp://gd.tuwien.ac.at/languages/gwydiondylan/src/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.gwydiondylan.org/
-COMMENT= Functional language
-
-USE_TOOLS+= automake14 gmake perl:run
-USE_LIBTOOL= yes
-MAKEFILE= GNUmakefile
-BUILD_TARGET= default
-
-GNU_CONFIGURE= yes
-AUTOCONF_REQD= 2.50
-
-DYLAN_VERSION= 2.3.11
-
-# other architecture changes will be gratefully received
-ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${MACHINE_ARCH} == "i386"
-ALT_ARCH= x86
-.elif ${MACHINE_ARCH} == "powerpc"
-ALT_ARCH= ppc
-.else
-ALT_ARCH= ${MACHINE_ARCH}
-.endif
-
-PLIST_SUBST+= ALT_ARCH=${ALT_ARCH:Q}
-PLIST_SUBST+= DYLAN_VERSION=${DYLAN_VERSION:Q}
-
-post-patch:
- cd ${WRKSRC}; \
- for f in tools/melange/netbsd-portability.dylan; do \
- ${SED} -e "s|@prefix@|${PREFIX}|g" $$f > $$f.new; \
- ${MV} -f $$f.new $$f; \
- done
-
-pre-configure:
- cd ${WRKSRC} && aclocal
- cd ${WRKSRC} && ${PREFIX}/bin/libtoolize --force --copy
- cd ${WRKSRC} && autoheader
- cd ${WRKSRC} && autoconf
-
-.include "../../devel/boehm-gc/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/dylan-interpreter/PLIST b/lang/dylan-interpreter/PLIST
deleted file mode 100644
index a969b41ee8a..00000000000
--- a/lang/dylan-interpreter/PLIST
+++ /dev/null
@@ -1,79 +0,0 @@
-@comment $NetBSD: PLIST,v 1.8 2004/10/05 21:18:11 agc Exp $
-bin/d2c
-bin/dybug
-bin/mindy
-bin/mindycomp
-bin/mindyexec
-include/runtime.h
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/base-file-system-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/base-file-system.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/collection-extensions-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/collection-extensions.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/dylan-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/dylan.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/format-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/format.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/garbage-collection.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/inspector-base-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libbase-file-system-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libcollection-extensions-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libdylan-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libformat-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libgarbage-collection-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libmelange-support-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libparse-arguments-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libprint-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/librandom-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libregular-expressions-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libruntime.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libstandard-io-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libstream-extensions-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libstreams-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libstring-extensions-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libtable-extensions-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/libtranscendental-dylan.la
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/melange-support.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/parse-arguments-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/parse-arguments.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/print-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/print.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/random-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/random.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/regular-expressions-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/regular-expressions.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/standard-io-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/standard-io.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/stream-extensions-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/stream-extensions.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/streams-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/streams.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/string-extensions-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/string-extensions.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/table-extensions-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/table-extensions.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/text-inspector-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/tk-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/transcendental-lib.dbc
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/transcendental.lib.du
-lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/x-inspector-lib.dbc
-man/man1/d2c.1
-man/man1/dybug.1
-man/man1/gobject-tool.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 ${MKDIR} %D/lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/elisp
-@dirrm lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/elisp
-@exec ${MKDIR} %D/lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/dylan-user
-@dirrm lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc/dylan-user
-@dirrm lib/dylan/${PKGVERSION}/${ALT_ARCH}-${LOWER_OPSYS}-gcc
-@dirrm lib/dylan/${PKGVERSION}
-@dirrm lib/dylan
diff --git a/lang/dylan-interpreter/distinfo b/lang/dylan-interpreter/distinfo
deleted file mode 100644
index 859e31577c7..00000000000
--- a/lang/dylan-interpreter/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 09:03:06 agc Exp $
-
-SHA1 (gwydion-dylan-2.3.11.tar.gz) = e5aafc4f755257789e760b52a82f5220cc6e789d
-RMD160 (gwydion-dylan-2.3.11.tar.gz) = 96c6e68b7cb8554301e9253f477dbc20ab162d24
-Size (gwydion-dylan-2.3.11.tar.gz) = 3091501 bytes
-SHA1 (patch-aa) = 73bf6262c237ed7b2911a767b212e02e03adb4e4
-SHA1 (patch-ab) = 4be952b4a8c28932fa0ba8e9d89c20a3a7725ac4
diff --git a/lang/dylan-interpreter/patches/patch-aa b/lang/dylan-interpreter/patches/patch-aa
deleted file mode 100644
index fce70620368..00000000000
--- a/lang/dylan-interpreter/patches/patch-aa
+++ /dev/null
@@ -1,49 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2004/09/30 10:53:20 agc Exp $
-
-Basic NetBSD and platform descriptions
-
---- d2c/compiler/platforms.descr 2002/01/14 11:28:08 1.1
-+++ d2c/compiler/platforms.descr 2002/01/14 11:33:01
-@@ -298,17 +298,17 @@
- make-command: gmake
- randomize-library-command: ranlib %s
-
--// OpenBSD:
--platform-name: openbsd
-+// NetBSD:
-+platform-name: netbsd
- inherit-from: generic-unix
--default-features: compiled-for-openbsd
-+default-features: compiled-for-netbsd
- make-command: gmake
- randomize-library-command: ranlib %s
-
--// NetBSD:
--platform-name: netbsd
-+// OpenBSD:
-+platform-name: openbsd
- inherit-from: generic-unix
--default-features: compiled-for-netbsd
-+default-features: compiled-for-openbsd
- make-command: gmake
- randomize-library-command: ranlib %s
-
-@@ -601,6 +601,18 @@
- long-long-size: 8
- long-long-alignment: 4
-
-+platform-name: ppc-netbsd-gcc
-+inherit-from: gcc netbsd ppc
-+link-shared-library-command: $(LIBTOOL) --mode=link gcc -o %s %s -rpath %s
-+long-long-size: 8
-+long-long-alignment: 4
-+
-+platform-name: sparc-netbsd-gcc
-+inherit-from: gcc netbsd sparc
-+link-shared-library-command: $(LIBTOOL) --mode=link gcc -o %s %s -rpath %s
-+long-long-size: 8
-+long-long-alignment: 4
-+
- platform-name: x86-beos-gcc
- // Note: These rules depend on the presence of the MingW utilities in your
- // system PATH. You may elect to build using Microsoft's compiler, but
diff --git a/lang/dylan-interpreter/patches/patch-ab b/lang/dylan-interpreter/patches/patch-ab
deleted file mode 100644
index cfeb2126d49..00000000000
--- a/lang/dylan-interpreter/patches/patch-ab
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2004/09/30 10:53:20 agc Exp $
-
---- configure.in.orig 2003-08-13 06:59:34.000000000 +0100
-+++ configure.in 2004-09-30 08:36:53.000000000 +0100
-@@ -131,6 +131,8 @@
- powerpc-apple-darwin*) $2=ppc-darwin-egcs ;;
- mips-sgi-irix*) $2=mips-irix-gcc ;;
- i*86-*-netbsd*) $2=x86-netbsd-gcc ;;
-+ ppc-*-netbsd*) $2=ppc-netbsd-gcc ;;
-+ sparc-*-netbsd*) $2=sparc-netbsd-gcc ;;
- *) $2=unknown-unix ;;
- esac])
-
-@@ -1079,8 +1081,10 @@
- # in and of itself) and configure tries to create the *.dylan files before
- # we build our buildroot tree causing things to flame out horribly.
- AC_OUTPUT(Defaults gwydion-dylan.spec mindy/comp/Makefile mindy/interp/Makefile mindy/compat/Makefile mindy/etc/Makefile mindy/etc/generate-depends mindy/interp/make-init.pl tools/shared-misc/gen-makefile tools/shared-misc/mk-build-tree tools/shared-misc/line-count tools/shared-misc/make-dylan-app tools/shared-misc/make-dylan-lib tools/shared-misc/update-libdirs tools/unix-misc/mk-rcs-links doc/Makefile doc/dylan.7 doc/gwydion.7 doc/d2c.1 doc/dybug.1 doc/mindy.1 doc/mindycomp.1 doc/mindyexec.1 doc/melange.1 doc/parsergen.1 doc/make-dylan-app.1 doc/gobject-tool.1 doc/platforms.descr.4,
-- [${INSTALL} -m uog+rx $buildroot/tools/shared-misc/mk-build-tree ./
-- ${INSTALL} -m uog+rx $buildroot/tools/shared-misc/gen-makefile ./
-+ [cp $buildroot/tools/shared-misc/mk-build-tree ./
-+ cp $buildroot/tools/shared-misc/gen-makefile ./
-+ chmod uog+rx ./mk-build-tree
-+ chmod uog+rx ./gen-makefile
- (PATH=$buildroot:$PATH; export PATH; perl mk-build-tree -p$srcdir/d2c/compiler/platforms.descr)
- touch $buildroot/force.timestamp
- ], [