./lang/racket-textual, Scheme-based dialect of Lisp

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 8.11.1, Package name: racket-minimal-8.11.1, Maintainer: pkgsrc-users

Racket (formerly PLT Scheme) is a specific dialect of the Lisp
language based on the Scheme branch of the Lisp family.

It is suitable for implementation tasks ranging from scripting
to application development, including GUIs, web services, etc.
It includes programming environment, a virtual machine with
a just-in-time compiler, tools for creating stand-alone
executables, web server, extensive libraries, documentation
for both beginners and experts, and more. It supports the
creation of new programming languages through a rich, expressive
syntax system.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 16202.128 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-04 16:38:33 by Taylor R Campbell | Files touched by this commit (2)
Log message:
lang/racket, lang/racket-textual: Try to make this build on macOS.

Don't have macOS handy to test but it looks like this'll be required,
judging by the bulk logs.  Worst case, the build will fail in a
different way on macOS.
   2024-01-05 15:55:39 by Taylor R Campbell | Files touched by this commit (11) | Package updated
Log message:
lang/racket{,-textual}: update to 8.11.1

8.11.1:

    This bug-fix release repairs a problem with building from source when using \ 
the “builtpkgs” source distribution.

8.11:

    Match clauses can include a #:do option to allow evaluation of code and \ 
bindings before a following #:when clause. See match.

    JSON Serialization supports indentation with an #:indent option to \ 
write-json. See write-json.

    An initiate-sequence function simplifies the creation of sequences. See \ 
initiate-sequence.

    The :do-in form allows an inner definition sequence. See :do-in.

    The redex-define form allows pattern-matching in PLT Redex using a \ 
define-like syntax. See redex-define.

    Racket and Chez Scheme use Robert L. Smith’s “Algorithm 116” for \ 
division of complex numbers. See Robert L. Smith. 1962. Algorithm 116: Complex \ 
division. Commun. ACM 5, 8 (Aug. 1962), 435. \ 
https://dl.acm.org/doi/10.1145/368637.368661.

    DrRacket has indentation guides that provide visual cues indicating how code \ 
is indented and grouped, accessible by using (<menu-key>-shift-i). See \ 
text:indent-guides<%>.

    “Comment-out” menu items can be specific to the #lang used by the \ 
current file. See Comments.

    Unused identifiers have a tooltip indicating that they have no bound occurrences.

    Quickscript includes a new form of scripting in the form of “hook” \ 
functions that can be attached to existing events. See Hooks.

    Plots include plot-inset and plot-legend-padding parameters to control the \ 
amount of space left unused around the plot edge and plot legend. See \ 
plot-inset.

    There are many other documentation improvements, optimizations, and bug fixes!
   2023-12-22 20:56:03 by Zafer Aydogan | Files touched by this commit (1) | Package updated
Log message:
update master sites
   2023-09-25 14:06:35 by Paolo Vincenzo Olivo | Files touched by this commit (2)
Log message:
lang/racket lang/racket-textual: review dependencies

* lang/racket: add missing dependency on GTK3+ needed by the
  `drracket' graphical IDE. Pointed out by @netbsdnoob on UnitedBSD.
  See https://docs.racket-lang.org/gui/libs.html
* Explicitly enable curses and iconv support. These are set upstream
  to be enabled if corresponding headers are found, which means enabled
  on NetBSD, but not necessarily elsewhere. As a consequence, buildlink
  include libiconv.
* Use pkgsrc devel/libffi instead of the bundled library to avoid
  duplication.
* Again, bump revision.
   2023-09-21 11:57:29 by Paolo Vincenzo Olivo | Files touched by this commit (2)
Log message:
lang/racket-textual: regenerate checksums for shared patch files.

Required after recent lang/racket revision.
Revbump package accordingly.
   2023-09-04 00:46:58 by Taylor R Campbell | Files touched by this commit (2)
Log message:
racket: Fix mistakes in PKG_SYSCONFDIR-relative paths.
   2023-09-01 22:21:16 by Taylor R Campbell | Files touched by this commit (1)
Log message:
lang/racket-textual: Put back PKGNAME=racket-minimal-X.Y.

For some reason, the directory is called racket-textual but PKGNAME
is racket-minimal.  I'm guessing this happened for hysterical
raisins.  I inadvertently changed PKGNAME when tidying up; let's just
put it back, and worry about renaming the directory later.
   2023-09-01 21:48:28 by Taylor R Campbell | Files touched by this commit (15)
Log message:
racket: Update to 8.10

pkgsrc notes:

- Reset maintainer since ASau retired years ago.
- Move etc/racket/config.rktd from PLIST to CONF_FILES.
- Patch away some upstream mistakes:
  . don't hard-code linking against /usr/pkg/lib/libncurses.a
    https://github.com/racket/racket/issues/4734
  . don't hard-code linking against /usr/lib/i18n/libiconv_std.a
    https://github.com/racket/racket/issues/4736
- Remove most paxctl patches -- upstream does it now (only patches
  remaining obviate need for /usr/sbin to be in PATH by passing the
  full path through PAXCTl environment variable).
- Make paxctl business NetBSD-only.

Too many upstream changes to list since 6.12:

https://download.racket-lang.org/v8.10.html
https://download.racket-lang.org/v8.9.html
https://download.racket-lang.org/v8.8.html
https://download.racket-lang.org/v8.7.html
https://download.racket-lang.org/v8.6.html
https://download.racket-lang.org/v8.5.html
https://download.racket-lang.org/v8.4.html
https://download.racket-lang.org/v8.3.html
https://download.racket-lang.org/v8.1.html
https://download.racket-lang.org/v8.1.html
https://download.racket-lang.org/v8.0.html
https://download.racket-lang.org/v7.9.html
https://download.racket-lang.org/v7.8.html
https://download.racket-lang.org/v7.7.html
https://download.racket-lang.org/v7.6.html
https://download.racket-lang.org/v7.5.html
https://download.racket-lang.org/v7.4.html
https://download.racket-lang.org/v7.3.html
https://download.racket-lang.org/v7.2.html
https://download.racket-lang.org/v7.1.html
https://download.racket-lang.org/v7.0.html