summaryrefslogtreecommitdiff
path: root/Ports/nano
AgeCommit message (Collapse)Author
2022-06-08Ports/nano: Use sha256 to check the downloaded fileEWouters
2022-06-08Ports/nano: Update nano to version 6.3EWouters
2022-05-21Ports: Install ncurses headers into the main include directoryTim Schumacher
2022-04-29Ports: Remove no longer needed fnmatch.patchKenneth Myhra
We already have LibC/fnmatch.h with the necessary defines so these patches are no longer needed.
2022-04-11Ports/nano: Update nano to version 6.2EWouters
2022-02-06Ports: Update nano to version 6.0BodgeMaster
This is just a bump of the version number in a couple places. Tested to work.
2022-01-16Ports: Remove some config.sub patches and download a fresh one if neededAli Mohammad Pur
All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file.
2021-10-11Ports: Fix nano authentication options splittingTim Schumacher
This was a typo from when everything was migrated to arrays.
2021-10-05Ports: Make array-like settings actual arraysTim Schumacher
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
2021-08-14Ports: Fix building the nano portGunnar Beutner
2021-06-21Ports: Bump nano to version 5.8Daniel Bertalan
2021-04-20Ports: Improve consistency and quality of portsPanagiotis Vasilopoulos
- Replaced /Root with - Improved documentation. - Removed a few typos. - Replaced with - Added brackets in some cases. Most of the changes were reviewed and applied manually.
2021-04-14Ports: Fix building the nano portGunnar Beutner
2021-03-13Ports: Use SERENITY_ARCH in --target/--hostLinus Groh
Recent ports already do this, let's update the others as well. One step closer to multi-arch support for ports! :^)
2021-03-11Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIRLinus Groh
Fixes #5710.
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
Closes https://github.com/SerenityOS/serenity/issues/2080
2020-02-06Ports: Added checksums / signature files and other fixesEmanuel Sprung
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
2019-11-16Port: NanoBrandon Scott
An early step towards a fully functional nano.