Port details |
- nll Simple language for programming learning
- 20240703a lang =2 20231210a_1Version of this port present on the latest quarterly branch.
- Maintainer: kozos@kozos.jp
- Port Added: 2023-09-12 15:02:06
- Last Update: 2024-07-07 06:15:48
- Commit Hash: e005593
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
- 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>)
- default: nll
- nosdl: nll-nosdl
- sdl1: nll-sdl1
- distinfo:
- TIMESTAMP = 1720006264
SHA256 (nlux-alpha-20240703.zip) = d882751ce7906a38bba9b9c9d6c405b11e9d70e8ddab6eacb4d66939d15bb383
SIZE (nlux-alpha-20240703.zip) = 1138581
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-20240703a:
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 |
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 |