aboutsummaryrefslogtreecommitdiff
path: root/editors/mle
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* USES=lua gained flavors.Mathieu Arnold2020-04-141-3/+2
| | | | | | | | | | | | | | | | | | Ports using USES=lua:module or lua:flavors will be flavored. A range of supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ) for ports not supporting all lua versions. USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of flavored lua ports, in a similar way as PHP or Python flavors. PR: 245038 Submitted by: andrew tao11 riddles org uk Reviewed by: mat, kevans, russ haley gmail com Approved by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D16494 Notes: svn path=/head/; revision=531700
* - Update to 1.4.3Wen Heping2020-02-252-4/+4
| | | | | | | | PR: 244134 Submitted by: as@php.net(maintainer) Notes: svn path=/head/; revision=527079
* editors/mle: fix build on GCC architecturesPiotr Kubaj2019-10-081-1/+1
| | | | | | | | | | Use newer compiler: cc1: error: unrecognized command line option "-Wno-unused-result" Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=514045
* Update to 1.4.2Mateusz Piotrowski2019-09-252-4/+4
| | | | | | | | PR: 240821 Submitted by: as@php.net (maintainer) Notes: svn path=/head/; revision=512857
* Update to v1.4.1Mateusz Piotrowski2019-09-212-10/+4
| | | | | | | | | | | This release integrates FreeBSD test fixes. PR: 240523 Submitted by: as@php.net (maintainer) Event: EuroBSDcon 2019 Notes: svn path=/head/; revision=512500
* New port: editors/mle: Small, flexible, terminal-based text editorMateusz Piotrowski2019-09-213-0/+68
mle is a small, flexible, terminal-based text editor written in C. Notable features include: full Unicode support, syntax highlighting, scriptable rc file, macros, search and replace (PCRE), window splitting, multiple cursors, and integration with various shell commands. WWW: https://github.com/adsr/mle PR: 240523 Submitted by: as@php.net Differential Revision: https://reviews.freebsd.org/D21689 Event: EuroBSDcon 2019 Notes: svn path=/head/; revision=512497