head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.36 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.34 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.32 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.30 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.28 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.26 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.24 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.22 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.20 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.18 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.16 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.14 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.12 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.10 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.8 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.6 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.4 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.2 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.5.0.2 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.4.0.18 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.16 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.14 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.12 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.10 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.8 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.6 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.4 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.2 netbsd-1-6-1-base:1.4 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2005.12.31.22.45.28; author markd; state dead; branches; next 1.5; 1.5 date 2005.12.05.20.50.24; author rillig; state Exp; branches; next 1.4; 1.4 date 2002.10.03.14.25.04; author wiz; state Exp; branches; next 1.3; 1.3 date 2002.01.17.08.26.41; author agc; state Exp; branches; next 1.2; 1.2 date 2002.01.16.10.42.49; author agc; state Exp; branches; next 1.1; 1.1 date 2002.01.15.20.14.33; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.01.15.20.14.33; author agc; state Exp; branches; next ; desc @@ 1.6 log @Remove dylan-{interpreter,compiler}. Now use gwydion-dylan package. @ text @# $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" @ 1.5 log @Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2002/10/03 14:25:04 wiz Exp $ @ 1.4 log @Use automake.mk. Adapt PLIST. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2002/01/17 08:26:41 agc Exp $ d6 2 a7 2 PATCHDIR= ${.CURDIR}/../dylan-interpreter/patches DISTINFO_FILE= ${.CURDIR}/../dylan-interpreter/distinfo d19 1 a19 1 .include "../dylan-interpreter/Makefile.common" @ 1.3 log @Suppress echo of ${ECHO_MSG} statements by make(1). @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2002/01/16 10:42:49 agc Exp $ d9 1 a9 1 AUTOGEN_TARGET= --enable-mindy-bootstrap @ 1.2 log @Use ${DYLAN_VERSION}, instead of a hardcoded 2.3.6, in the Makefile.common, Makefile and PLIST files, using PLIST_SUBST accordingly. Also use an ALT_ARCH definition, with PLIST_SUBST, to make the two PLISTS more generic, and set up ALT_ARCH accordingly. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.1.1 2002/01/15 20:14:33 agc Exp $ d14 4 a17 4 ${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 ***********************************" @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD$ d4 1 a4 1 PKGNAME= dylan-compiler-2.3.6 @ 1.1.1.1 log @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. @ text @@