mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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
This commit is contained in:
parent
26827296ac
commit
648245723a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524731
@ -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/
|
||||
@ -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*
|
||||
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user