Port details |
- retro12 Clean, elegant, and pragmatic dialect of Forth
- 2024.1 lang =2 2024.1Version of this port present on the latest quarterly branch.
- Maintainer: crc@forthworks.com
- Port Added: 2018-01-29 19:12:45
- Last Update: 2024-01-25 17:19:36
- Commit Hash: 773dea4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ISCL
- WWW:
- https://retroforth.org
- Description:
- RETRO is a clean, elegant, and pragmatic dialect of Forth. It provides
a simple alternative for those willing to make a break from legacy
systems.
The language draws influences from many sources including traditional
Forth systems, cmForth, colorForth, Factor, and Parable. It was
designed to be easy to grasp and adapt to specific uses.
The basic language is very portable. It runs on a tiny virtual
machine (Nga), which is written in C. There are multiple interface
options, the main one (rre) is buildable with just the standard C
compiler and libraries on most systems (tested at various points
on Linux, NetBSD, macOS, and Windows, on x86, x86-64, PPC [emulated],
and various ARM processors).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/retro12/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/retro12
- pkg install retro12
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: retro12
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1704741720
SHA256 (RETRO12-2024.1.tar.gz) = 0058e50fea10ce60ce0fe39da75380d00f7832664cf9572aa55dd59b6eb3eec6
SIZE (RETRO12-2024.1.tar.gz) = 1292295
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for retro12-2024.1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- lang_retro12
- USES:
- shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.1 25 Jan 2024 17:19:36 |
Fernando Apesteguía (fernape) Author: Charles Childers |
lang/retro12: Update to 2024.1
ChangeLog: http://retroforth.org/relnotes/202401.txt
PR: 276203
Reported by: crc@forthworks.com (maintainer) |
2023.3 16 May 2023 03:57:46 |
Alexey Dokuchaev (danfe) |
Cleanup: drop redundant DESTDIR propagation via MAKE_{ARGS,ENV}
Our framework usually DTRT; sometimes it's necessary to pass it
explicitly, e.g. for ports with USES+=qmake or which use exotic
build systems, but these are mostly staging dawn and apparently
debug leftovers, so remove them to not confuse the reader. |
2023.3 28 Mar 2023 14:31:23 |
Nuno Teixeira (eduardo) Author: Charles Childers |
lang/retro12: Update to 2023.3
- Submitter becomes maintainer
ChangeLog: https://retroforth.org/changelog/202303.txt
PR: 270480 |
2021.4 09 Oct 2022 20:39:53 |
Neel Chauhan (nc) |
lang/retro12: Release maintainership |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2021.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2021.4 06 May 2021 18:45:38 |
Neel Chauhan (nc) |
lang/retro12: Update to 2021.4 and adopt port |
2021.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2021.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2021.2 18 Feb 2021 12:30:58 |
fernape |
lang/retro12: Update to 2021.2
ChangeLog:
* fixes a bug causing address stack corruption in some circumstances
* improved handling of pipes
* added `abort`
* add support for user defined block delimiters
PR: 253610
Submitted by: crc@forthworks.com
MFH: 2021Q1 |
2020.10 25 Oct 2020 15:25:44 |
0mp |
Update to 2020.10
- Development history can be viewed here:
https://forthworks.com/retro/changes.txt
- Drop maintainership |
2020.7 18 Aug 2020 00:01:12 |
0mp |
lang/retro12: Update to 2020.07 |
2020.4 08 Jun 2020 00:15:19 |
0mp |
Update to 2020.4
This release fixes numerous bugs, and makes a lot of improvements to the
standard library, using inline assembly to enhance performance and reduce
size.
PR: 246961
Submitted by: Charles Childers |
2020.1 31 Jan 2020 16:57:50 |
0mp |
Update to 2020.01
Changelog (main changes):
- fix bugs in n:MIN, n:MAX, a:index-of, s:WHITESPACE
- removed uses of raw nga bytecode from standard library
- added optimized implementations of the standard library functions
- reduced the overall size slightly
- added retro-lookup(1) to search the tags file created by retro-tags(1)
PR: 243373
Submitted by: Charles Childers <crc@forthworks.com>
Event: Brussels DevSummit 2020 |
2019.10 05 Nov 2019 08:01:44 |
0mp |
lang/retro12: fix build on GCC architectures
PR: 241723
Submitted by: pkubaj@ |
2019.10 29 Oct 2019 20:36:23 |
0mp |
Update to 2019.10
- Pet portlint, portclippy & portfmt.
Changelog:
- deprecate some old functionality
- cleaner separation of time/date handling functions
- clearer separation of random number generation
- bug fixes to floating point encode/decode
- better stack over/underflow error reporting
- fixed a bug related to using a custom image when other command line flags
were passed
- improved the assembler
- supports both 64-bit and 32-bit cell sizes
PR: 241575
Submitted by: Charles Childers <crc@forthworks.com> |
2019.7 23 Aug 2019 14:24:47 |
0mp |
lang/retro12: Update to 2019.7
The main changes:
- fix overflow issue with `n:MIN`, `n:MAX`
- fix `clock:year` and `clock:month`
- word headers now preserve underscores in names
- added sockets support
PR: 240055
Submitted by: Charles Childers <crc@forthworks.com> |
2019.6 16 Aug 2019 11:18:04 |
0mp |
lang/retro12: Update to 2019.6
PR: 238272
Submitted by: checo1705@secmail.pro (previous version) |
2019.1 18 Apr 2019 16:39:34 |
0mp |
lang/retro12: Update to 2019.1
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D19471 |
2018.8 23 Nov 2018 10:52:23 |
0mp |
lang/retro12: Update to 2018.8
Also:
- Fix the order of variables.
- Set USES=shebangfix for the rre interpreter.
PR: 232885
Submitted by: w.schwarzenfeld@utanet.at
Reviewed by: krion, mat ndowens_yahoo.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D17830 |
2018.4.20 21 Apr 2018 09:30:22 |
riggs |
Update to upstream version 2018.4.20
Details:
- The Makefile was simplified after working with the upstream developer
to integrate some improvements into the release.
- CONFLICTS_INSTALL were added.
- Patches were removed as they are no longer needed.
Release notes:
- http://forthworks.com:8000/artifact/9bd7d3eda271788f
PR: 227665
Submitted by: 0mp (maintainer) |
2018.1 29 Jan 2018 19:12:30 |
yuri |
New port: lang/retro12: Clean, elegant, and pragmatic dialect of Forth
See details in https://forthworks.com/retro
PR: 225320
Submitted by: Mateusz Piotrowski <mpp302@gmail.com>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14102 |