pkgsrc/lang/racket-textual/Makefile
asau d2b865bb22 Update to Racket 5.0.1
Continuation barriers now block only downward continuation jumps
 and allow escapes through full continuations
Changed internal-definition handling to allow expressions mixed
 with definitions
Added support for subprocesses as new process groups
Added support for best-effort termination of subprocess by a
 custodian
Added flreal-part, flimag-part, make-flrectangular, and unsafe
 variants
Added fl->eact-integer, fl->fx, and unsafe-fl->fx
Added #:async-apply option to _fun
Added chaperone-evt
Added identifier-prune-to-source-module
Changed apply binding to enable lower-level optimizations
Upgraded to libffi 3.0.9+
2010-08-10 10:32:45 +00:00

32 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2010/08/10 10:32:45 asau Exp $
PKGNAME= racket-textual-5.0.1
DISTNAME= $(PKGNAME)-src-unix
CATEGORIES= lang
MASTER_SITES_PLT= http://download.racket-lang.org/installers/$(PKGVERSION_NOREV)/ \
http://www.eecs.northwestern.edu/racket/$(PKGVERSION_NOREV)/ \
http://www.cs.utah.edu/plt/installers/$(PKGVERSION_NOREV)/ \
http://mirror.informatik.uni-tuebingen.de/mirror/racket/$(PKGVERSION_NOREV)/ \
ftp://infogroep.be/pub/racket/installers/$(PKGVERSION_NOREV)/ \
http://russell.cs.bilgi.edu.tr/racket-installers/$(PKGVERSION_NOREV)/
MASTER_SITES= $(MASTER_SITES_PLT:=racket-textual/)
EXTRACT_SUFX= .tgz
MAINTAINER= asau@inbox.ru
HOMEPAGE= http://racket-lang.org/
COMMENT= Scheme-based dialect of Lisp
LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= drscheme-[0-9]* mzscheme-[0-9]* racket-[0-9]*
WRKSRC= $(WRKDIR)/mz-$(PKGVERSION_NOREV)
GNU_CONFIGURE= yes
CONFIGURE_DIRS= src
USE_LANGUAGES= c c++
MAKE_JOBS_SAFE= no
UNLIMIT_RESOURCES= datasize
.include "../../mk/bsd.pkg.mk"