aboutsummaryrefslogtreecommitdiff
path: root/editors/kibi
Commit message (Collapse)AuthorAgeFilesLines
* rust: bring back update to 1.63Baptiste Daroussin2022-08-251-1/+1
| | | | | | | | | | | | | | | | Revert back the revert of the update of rust and related commits This revert was drive by beside validation by portmgr via exp-run and not respectful of the etiquette we have between committers This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64. This reverts commit 04d257baa182926cff158f32cf459e560426add0. This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2. This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e. This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c. This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e. With hat: portmgr
* Revert "lang/rust: Bump revisions after 1.63.0"Piotr Kubaj2022-08-251-1/+1
| | | | | | This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d. PR: 265915
* lang/rust: Bump revisions after 1.63.0Mikael Urankar2022-08-251-1/+1
|
* lang/rust: Bump revisions after 1.62.0Mikael Urankar2022-07-021-1/+1
|
* lang/rust: Bump revisions after 1.61.0Mikael Urankar2022-05-311-1/+1
|
* lang/rust: Relink ports after the Rust 1.60.0 updateTobias Kortkamp2022-05-031-1/+1
|
* lang/rust: Bump revisions after 1.59.0Mikael Urankar2022-03-151-1/+1
|
* lang/rust: Relink consumersTobias Kortkamp2022-02-031-1/+1
| | | | | PR: 261449 Security: ee26f513-826e-11ec-8be6-d4c9ef517024
* lang/rust: Bump revisions after 1.58.0Tobias Kortkamp2022-01-171-1/+1
|
* lang/rust: Rebuild consumers for Rust 1.57.0Tobias Kortkamp2021-12-051-1/+1
|
* *: Rebuild for Rust 1.56.0Tobias Kortkamp2021-10-251-1/+1
|
* *: Rebuild lang/rust consumers after the 1.55.0 updateTobias Kortkamp2021-09-191-1/+1
|
* lang/rust: Rebuild consumers for 1.54.0Mikael Urankar2021-08-281-1/+1
|
* Mk/bsd.default-versions.mk: switch the default librsvg2 on powerpc to rustPiotr Kubaj2021-06-281-0/+62
|
* lang/rust: Rebuild consumers for 1.53.0Tobias Kortkamp2021-06-271-1/+1
|
* Rebuild lang/rust consumers after d8837418ea743776Tobias Kortkamp2021-05-111-1/+1
|
* 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
|
* Rebuild lang/rust consumers after r569489Tobias Kortkamp2021-03-291-0/+1
| | | | Notes: svn path=/head/; revision=569491
* editors/kibi: Update to 0.2.2Lewis Cook2021-02-173-38/+44
| | | | | | | | | Changes: https://github.com/ilai-deutel/kibi/releases/tag/v0.2.2 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28734 Notes: svn path=/head/; revision=565636
* lang/rust: Update to 1.50.0Mikael Urankar2021-02-141-1/+1
| | | | | | | | | | | | | | | - Use bundled libgit/libssh, the versions in ports are too old - Update lang/rust-nightly to 2021-02-12 - Update devel/racer to 2.1.41 - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261) Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D28616 Notes: svn path=/head/; revision=565245
* Update MAINTAINER fields for myself (lcook)Lewis Cook2021-01-221-1/+1
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28279 Notes: svn path=/head/; revision=562287
* lang/rust: Update to 1.49.0Mikael Urankar2021-01-061-1/+1
| | | | | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D27940 Notes: svn path=/head/; revision=560492
* lang/rust: Update to 1.48.0Mikael Urankar2020-11-241-1/+1
| | | | | | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0 Reviewed by: jbeich Tested by: bdragon, jbeich, mikael Differential Revision: https://reviews.freebsd.org/D27293 Notes: svn path=/head/; revision=556157
* lang/rust: Update to 1.47.0Mikael Urankar2020-10-131-0/+1
| | | | | | | | | | | | | | | | | | | | - Add powerpc64le arch (submitted by bdragon in D26711) - Disable DOCS, same problem fixed in r546048 - Update devel/racer to 2.1.36 - Import upstream patch to fix www/firefox (https://hg.mozilla.org/integration/autoland/rev/e2cede25c027) - Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird (https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz : 0036, 0037 and 0038) - Force rebuild all consumers to catch regressions Changelog: https://github.com/rust-lang/rust/releases/tag/1.47.0 Differential Revision: https://reviews.freebsd.org/D26721 Notes: svn path=/head/; revision=552221
* editors/kibi: Update to 0.2.1Fernando ApesteguĂ­a2020-10-074-46/+39
| | | | | | | | | | ChangeLog: https://github.com/ilai-deutel/kibi/releases/v0.2.1 PR: 250181 Submitted by: vulcan@wired.sh (maintainer) Notes: svn path=/head/; revision=551640
* editors/kibi: create portSteve Wills2020-09-045-0/+177
Configurable text editor with UTF-8 support, incremental search, syntax highlighting, line numbers and more, written in less than 1024 lines of Rust with minimal dependencies. WWW: https://github.com/ilai-deutel/kibi PR: 246340 Submitted by: Lewis Cook <vulcan@wired.sh> Notes: svn path=/head/; revision=547495