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

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


Branch: CURRENT, Version: 8.15, Package name: racket-minimal-8.15, 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: 16327.969 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-05 04:09:45 by Taylor R Campbell | Files touched by this commit (2)
Log message:
lang/racket, lang/racket-textual: Respect PKG_SYSCONFDIR.

No revbump because the post-install script would fail for non-default
PKG_SYSCONFDIR, so this can't change working builds.
   2024-11-29 23:06:13 by Taylor R Campbell | Files touched by this commit (7) | Package updated
Log message:
lang/racket, lang/racket-minimal: Update to 8.15

While here:

1. Patch around https://github.com/racket/racket/issues/5122 (seek in
   boot file petite failed) and
   https://github.com/racket/racket/issues/5049 (8.13 fails to build
   on NetBSD) by using argv[0] instead of
   realpath("/proc/curproc/file") as the reference point for
   executable-relative paths.

1. Work around https://github.com/racket/racket/issues/4290
   (Regression since Racket 8.5: fonts are required to build
   successfully) by pulling in a small font at build-time.

3. Add PRINT_PLIST_AWK to assist with future updates.
   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.