Skip to content

Commit

Permalink
Update to 2020.01
Browse files Browse the repository at this point in the history
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 <[email protected]>
Event:	Brussels DevSummit 2020
  • Loading branch information
0mp committed Jan 31, 2020
1 parent 91e0fa2 commit d637645
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions lang/retro12/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= retro12
DISTVERSION= 2019.10
DISTVERSION= 2020.1
CATEGORIES= lang
MASTER_SITES= http://forthworks.com/retro/r/ \
https://forthworks.com/retro/r/
Expand All @@ -13,7 +13,7 @@ COMMENT= Clean, elegant, and pragmatic dialect of Forth
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= ncurses shebangfix
USES= shebangfix
USE_CSTD= c99

SHEBANG_FILES= example/Atua*
Expand All @@ -35,13 +35,14 @@ PLIST_FILES= bin/retro \
bin/retro-document \
bin/retro-embedimage \
bin/retro-extend \
bin/retro-locate \
bin/retro-muri \
bin/retro-tags \
bin/retro-unu

PORTDATA= glossary.retro ngaImage tests words.tsv

PORTDOCS= README RELEASE-NOTES doc
PORTDOCS= README RELEASE-NOTES RETRO-Book.md words.tsv

PORTEXAMPLES= example

Expand Down
6 changes: 3 additions & 3 deletions lang/retro12/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1572374121
SHA256 (RETRO12-2019.10.tar.gz) = def993494d84ad4e1bfb0e64ace46e7be15d35add2e9324fb356b9e8b0f4c6da
SIZE (RETRO12-2019.10.tar.gz) = 810104
TIMESTAMP = 1579098262
SHA256 (RETRO12-2020.1.tar.gz) = a7adf9c9f3bba6d62d602b330b0a4dac2b18ca49b0704aa3af1e677effb61e9c
SIZE (RETRO12-2020.1.tar.gz) = 827525

0 comments on commit d637645

Please sign in to comment.