Path to this page:
./
lang/racket,
Scheme-based dialect of Lisp
Branch: CURRENT,
Version: 8.10nb7,
Package name: racket-8.10nb7,
Maintainer: pkgsrc-usersRacket (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 run:[
sysutils/desktop-file-utils] [
graphics/png] [
graphics/cairo] [
graphics/jpeg] [
devel/pango]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites: (Expand)
Filesize: 33164.612 KB
Version history: (Expand)
- (2023-11-14) Updated to version: racket-8.10nb7
- (2023-11-12) Updated to version: racket-8.10nb6
- (2023-11-08) Updated to version: racket-8.10nb5
- (2023-10-21) Updated to version: racket-8.10nb4
- (2023-09-25) Updated to version: racket-8.10nb3
- (2023-09-21) Updated to version: racket-8.10nb2
CVS history: (Expand)
2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145) |
Log message:
*: recursive bump for cairo dependency changes
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) |  |
Log message:
recursive revbump for tiff update
|
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 00:37:40 by Paolo Vincenzo Olivo | Files touched by this commit (8) |
Log message:
lang/racket: fix build on NetBSD.
* Package uses terminfo, so include "mk/terminfo.buildlink3.mk".
* Patch to not require ncurses on NetBSD. Builds fine with netbsd-curses
and apparently doesn't require extra features.
* Replace all instances of `-lncurses` with `-lcurses -lterminfo` in
patch files.
* Replace "devel/ncurses/buildlink3.mk" with \
"mk/curses.buildlink3.mk"
in Makefile to reflect above change.
* Bump revision.
Tested on NetBSD-10.0_BETA/amd64.
|
2023-09-20 18:27:38 by Thomas Klausner | Files touched by this commit (1) |
Log message:
racket: skip portability check for rpm Makefile
|
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.
|