| Port details |
- nll Simple language for programming learning (SDL 2)
- 20260317a lang
=0 20260317aVersion of this port present on the latest quarterly branch. - Maintainer: kozos@kozos.jp
 - Port Added: 2023-09-12 15:02:06
- Last Update: 2026-04-07 16:37:25
- Commit Hash: 320e885
- License: ZLIB
- WWW:
- https://kozos.jp/nll/
- Description:
- NLL is a simple language for programming learning
Simple script language for beginners for programming learning.
Complicated sentence structures are abolished and It is designed to understand
if you can go on reading it by a line unit.
Integer arithmetic, character string processing, a floating decimal operation
are possible.
This has text drawing, graphic and sound function and can make simple games.
NLL is one implementation in NLUX of programming language HOBBY.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/nll/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/nll
- pkg install nll
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nll
- Package flavors (<flavor>: <package>)
- sdl2: nll
- nosdl: nll-nosdl
- sdl1: nll-sdl1
- distinfo:
- TIMESTAMP = 1775570727
SHA256 (nlux-alpha-20260317.zip) = 925ceef52118cbf304f0b0a1892ec30b963ee14918f2b8ef6065cc5a6d726df1
SIZE (nlux-alpha-20260317.zip) = 1275050
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sdl2-config : devel/sdl20
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- libSDL2.so : devel/sdl20
- libedit.so.0 : devel/libedit
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nll-20260317a:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
NCURSES=on: Console (text) interface support
NETWORK=off: Network support
SYSCALL=off: System call function support
SYSTEM=on: System function support
====> Line editor: you can only select none or one of them
FGETS=off: Use fgets()
GETLINE=off: Use getline
LIBEDIT=on: Command line editing via libedit
NLLINE=off: Internal readline compatible library
READLINE=off: Command line editing via libreadline
===> Use 'make config' to modify these settings
- Options name:
- lang_nll
- USES:
- zip sdl xorg libedit ncurses
- 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 |
20260317a 07 Apr 2026 16:37:25
    |
Yusuf Yaman (nxjoseph)  Author: SAKAI Hiroaki |
lang/nll: Update 20260110a => 20260317a
Changelog:
- Changed the delimiter for line number from space to comma.
- Modified the bug to read the floating number having many number of digits.
https://kozos.jp/nlux/download.html
PR: 294297
Reported by: SAKAI Hiroaki <kozos@kozos.jp> (maintainer)
Approved by: osa (mentor), vvd (co-mentor)
MFH: 2026Q2 |
20260110a 12 Jan 2026 08:00:54
    |
Vladimir Druzenko (vvd)  Author: SAKAI Hiroaki |
lang/nll: Update 20250805a => 20260110a
Changelog:
- Added the 5x5font.
- Added the basic color mode.
- Added the integer math functions.
- Much memory reduction measures.
- Many modifications for micro:bit.
- Some minimal corrections.
https://kozos.jp/nlux/download.html
- Improve port-install-* readability.
- Merge INSTALL_DATA in post-install-EXAMPLES-on.
PR: 292355 |
20250805a 10 Aug 2025 23:58:00
    |
Vladimir Druzenko (vvd)  Author: SAKAI Hiroaki |
lang/nll: Update 20250413a => 20250805a
Changelog:
- Added the argument of RUN command for setting the ARGV[].
- Added the operator for condition to execute.
- Reflect setting of GSETRANGE()/GSETOFFSET()/GSETSCALE() at the
coordinate of the mouse.
https://kozos.jp/nlux/download.html
Improve port (non-functional changes):
- Rename "default" flavor to "sdl2".
- Move ".if ${FLAVOR} == *" section higher.
PR: 288767 |
20250413a 30 Apr 2025 22:46:00
    |
Vladimir Druzenko (vvd)  Author: SAKAI Hiroaki |
lang/nll: Update 20241222a => 20250413a
Changelog:
- Fixed the some bug to save/load BMP file.
- Added and modified some functions.
- Added the operator to compare vector value.
- Modified graphic view process.
- Added the support for 16/32 bitfield of BMP file.
- Added the 16bit color mode.
- Added the support to load and play the WAV file.
- Added the support to load the text audio file.
- Added the force direct mode.
- Fixed some bugs.
https://kozos.jp/nlux/download.html
PR: 286471 |
20241222a 25 Dec 2024 09:05:54
    |
Koichiro Iwao (meta)  |
lang/nll: update to 20241222a
PR: 283506 |
20240703a 07 Jul 2024 06:15:48
    |
Zsolt Udvari (uzsolt)  Author: SAKAI Hiroaki |
lang/nll: update to 20240703a
Convert flavor-specific options to flavor: in the default flavor should
choose SDL version (1 or 2). Now SDL versions are flavors.
Pet portlint, portclippy, portfmt.
PR: 280123
Approved by: submitter is maintainer |
20231210a_1 22 Jan 2024 20:26:40
    |
Muhammad Moinur Rahman (bofh)  |
lang/nll: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
20231210a 13 Dec 2023 07:53:40
    |
Fernando ApesteguĂa (fernape)  Author: SAKAI Hiroaki |
lang/nll: upgrade to 20231210a
ChangeLog: https://kozos.jp/nlux/download.html
* Integrated the function and the label to the variable.
* Added IF - ELSE - ENDIF command.
* Buildup of the graphic functions
* Speed up an operation of the fixed number only in the first time
* Added the support of the structure-like operation
* Buildup of the library making method
* Fixed some bugs.
PR: 275687
Reported by: kozos@kozos.jp (maintainer) |
20230909a 12 Sep 2023 14:55:24
    |
Robert Clausecker (fuz)  Author: SAKAI Hiroaki |
lang/nll: Simple language for programming learning
NLL is a simple language for programming learning
Simple script language for beginners for programming learning.
Complicated sentence structures are abolished and It is designed to understand
if you can go on reading it by a line unit.
Integer arithmetic, character string processing, a floating decimal operation
are possible.
This has text drawing, graphic and sound function and can make simple games.
NLL is one implementation in NLUX of programming language HOBBY.
PR: 244786 |