aboutsummaryrefslogtreecommitdiff
path: root/lang/mujs
Commit message (Collapse)AuthorAgeFilesLines
* lang/mujs: update 1.3.3 → 1.3.4Yuri Victorovich2023-12-202-5/+4
| | | | Reported by: portscout
* lang/mujs: Add SONAME to the shared libraryYuri Victorovich2023-03-272-0/+21
| | | | | PR: 269960 Reported by: fuz@
* lang/mujs: Update 1.3.2 → 1.3.3Yuri Victorovich2023-03-223-32/+20
| | | | Reported by: portscout
* lang/mujs: Update 1.2.0 -> 1.3.2Yuri Victorovich2022-11-082-4/+4
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* lang/mujs: Update 1.1.3 -> 1.2.0Yuri Victorovich2021-12-232-4/+4
| | | | Reported by: portscout
* lang/mujs: Add CPE informationStefan Eßer2021-10-201-1/+2
| | | | Approved by: portmgr (blanket)
* lang/mujs: Update 1.1.2 -> 1.1.3Yuri Victorovich2021-06-122-4/+4
|
* lang/mujs: Update 1.1.1 -> 1.1.2Yuri Victorovich2021-04-282-4/+4
| | | | Reported by: portscout
* lang/mujs: Update 1.0.7 -> 1.1.1Yuri Victorovich2021-04-183-19/+49
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* lang/mujs: Add the SANITIZED port optionYuri Victorovich2020-05-101-1/+5
| | | | Notes: svn path=/head/; revision=534863
* lang/mujs: Update 1.0.6-16 -> 1.0.7Yuri Victorovich2020-04-192-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=532060
* lang/mujs: Update 1.0.6-13 -> 1.0.6-16Yuri Victorovich2020-01-162-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=523250
* lang/mujs: Update 1.0.6-6 -> 1.0.6-13Yuri Victorovich2020-01-022-9/+6
| | | | Notes: svn path=/head/; revision=521856
* lang/mujs: Add the 32BIT option allowing to execute much larger programsYuri Victorovich2019-12-191-0/+9
| | | | Notes: svn path=/head/; revision=520423
* lang/mujs: Update 1.0.6-4-g6e62eb0 -> 1.0.6-6-g8c86834Yuri Victorovich2019-11-292-5/+5
| | | | Notes: svn path=/head/; revision=518621
* lang/mujs: Update 1.0.6 -> 1.0.6-4Yuri Victorovich2019-11-192-5/+5
| | | | Notes: svn path=/head/; revision=517972
* lang/mujs: Enable the static library; Strip the shared library.Yuri Victorovich2019-11-121-2/+7
| | | | Notes: svn path=/head/; revision=517301
* lang/mujs: Update 1.0.5-35 -> 1.0.6Yuri Victorovich2019-08-072-7/+5
| | | | | | | Reported by: repology Notes: svn path=/head/; revision=508340
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* lang/mujs: Update 1.0.5-32 -> 1.0.5-35Yuri Victorovich2019-04-132-6/+5
| | | | Notes: svn path=/head/; revision=498821
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-0/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* lang/mujs: 1.0.5-21 -> 1.0.5-32Yuri Victorovich2019-04-042-5/+5
| | | | | | | Bugfixes. Notes: svn path=/head/; revision=497789
* lang/mujs: Update 1.0.5-10 -> 1.0.5-21Yuri Victorovich2019-03-153-9/+36
| | | | | | | | | | | Port changes: * Add the pull request patch enabling readline in FreeBSD * WITH_DEBUG triggers build=debug - the project manages its build options itself * Rm the post-install patch - the .pc issue has been fixed * Add FreeBSD-related patches eliminating build warnings, build using -O3 instead of -Os Notes: svn path=/head/; revision=495797
* lang/mujs: Update 1.0.5 -> 1.0.5-10Yuri Victorovich2019-02-243-62/+10
| | | | Notes: svn path=/head/; revision=493738
* lang/mujs: Enable readline; pass build flags to the buildYuri Victorovich2019-02-062-4/+35
| | | | Notes: svn path=/head/; revision=492286
* lang/mujs: Update 1.0.4 -> 1.0.5Yuri Victorovich2018-09-182-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=479989
* lang/mujs: Update 1.0.3 -> 1.0.4Yuri Victorovich2018-08-103-9/+9
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=476849
* New port: lang/mujs: Embeddable Javascript interpreter in CYuri Victorovich2018-03-174-0/+64
Notes: svn path=/head/; revision=464830