Bug 286471 - lang/nll: upgrade to 20250413a
Summary: lang/nll: upgrade to 20250413a
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-30 11:29 UTC by SAKAI Hiroaki
Modified: 2025-04-30 22:48 UTC (History)
1 user (show)

See Also:


Attachments
patch for 20241222a (1000 bytes, patch)
2025-04-30 11:29 UTC, SAKAI Hiroaki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description SAKAI Hiroaki 2025-04-30 11:29:12 UTC
Created attachment 260021 [details]
patch for 20241222a

update nll to 20250413a:
- 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.

link: https://kozos.jp/nlux/download.html

Port changes:
- no changed
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-04-30 22:47:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f748569593b427ef9dbd5b75960c3da483c859a5

commit f748569593b427ef9dbd5b75960c3da483c859a5
Author:     SAKAI Hiroaki <kozos@kozos.jp>
AuthorDate: 2025-04-30 22:46:00 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-04-30 22:46:00 +0000

    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

 lang/nll/Makefile | 4 ++--
 lang/nll/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2025-04-30 22:48:00 UTC
Thanks.