Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2007 09:07:27 +0000 (UTC)
From:      Joseph Koshy <jkoshy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/drscheme Makefile distinfo pkg-plist ports/lang/drscheme/files patch-configure patch-foreign-gcc-libffi-configure
Message-ID:  <200706070907.l5797S5R002498@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkoshy      2007-06-07 09:07:27 UTC

  FreeBSD ports repository

  Modified files:
    lang/drscheme        Makefile distinfo pkg-plist 
  Removed files:
    lang/drscheme/files  patch-configure 
                         patch-foreign-gcc-libffi-configure 
  Log:
  Upgrade to v370.  The port now unconditionally depends on Cairo
  graphics.  Additional upstream changes include:
   - The conservative garbage collector (CGC) has been replaced with a
     precise garbage collector (3m) in the standard build.  For most
     users, this change simply amounts to "better performance in space
     and time".  Use the port knob 'CGC' to build DrScheme with
     the conservative garbage collector.
   - Unit-based servlets are no longer supported in the web server.
     Use module-based servlets, instead.
   - A new `(lib "unit.ss")' library replaces the old one and provides
     a simpler and more flexible syntax.
   - The HtDP "world.ss" and "image.ss" teachpacks have been revised,
     including support for the creation of animated GIFs and DrScheme's
     teachpack GUI now works only with the HtDP languages.  In other
     languages, use `require' to access teachpacks.
  
  Revision  Changes    Path
  1.32      +14 -19    ports/lang/drscheme/Makefile
  1.20      +3 -3      ports/lang/drscheme/distinfo
  1.5       +0 -36     ports/lang/drscheme/files/patch-configure (dead)
  1.3       +0 -10     ports/lang/drscheme/files/patch-foreign-gcc-libffi-configure (dead)
  1.21      +366 -172  ports/lang/drscheme/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706070907.l5797S5R002498>