aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.6.5Guido Falsi2017-06-292-5/+4
| | | | | | | | PR: 219691 Submitted by: lightside@gmx.com (maintainer) Notes: svn path=/head/; revision=444636
* Update editors/with-editor to 2.5.11Guido Falsi2017-06-272-4/+4
| | | | | | | | PR: 220005 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=444471
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-254-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 Notes: svn path=/head/; revision=444324
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-251-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=444312
* Begin deorbit burn of ia64. We have not attempted to build packages forMark Linimon2017-06-253-7/+3
| | | | | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444251
* Update to patchlevel 670.Adam Weinberger2017-06-242-4/+4
| | | | Notes: svn path=/head/; revision=444212
* Update to 5.3.4.Jung-uk Kim2017-06-22100-404/+395
| | | | Notes: svn path=/head/; revision=444114
* New port: editors/xi-coreTobias Kortkamp2017-06-214-0/+105
| | | | | | | | | | | | | | | | | | | | | | | | | The xi editor project is an attempt to build a high quality text editor, using modern software engineering techniques. Goals include: - Incredibly high performance. All editing operations should commit and paint in under 16ms. The editor should never make you wait for anything. - Beauty. The editor should fit well on a modern desktop, and not look like a throwback from the '80s or '90s. Text drawing should be done with the best technology available (Core Text on Mac, DirectWrite on Windows, etc.), and support Unicode fully. - Reliability. Crashing, hanging, or losing work should never happen. - Developer friendliness. It should be easy to customize xi editor, whether by adding plug-ins or hacking on the core. WWW: https://github.com/google/xi-editor Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11162 Notes: svn path=/head/; revision=444039
* - Update to 3.7.5Dmitry Marakasov2017-06-192-4/+4
| | | | | | | | | PR: 219711 Submitted by: lightside@gmx.com Approved by: cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=443867
* Update to patchlevel 642.Adam Weinberger2017-06-172-4/+4
| | | | Notes: svn path=/head/; revision=443774
* Update the Calligra ports to 3.0.1.Raphael Kubo da Costa2017-06-1781-9557/+7141
| | | | | | | | | | | | | | | | | | | | | The 3.x series is based on KDE Frameworks 5, and some programs have been split into separate ports: - Sheets, Words & co are in editors/calligra. - Krita is in graphics/krita. - Kexi is in databases/kexi. - The calligra-l10n* ports are now part of editors/calligra itself. Okular support in editors/calligra and Marble support in textproc/kreport have been disabled for now because they need the KF5 version of those ports. Thanks to everyone who's tested it and worked on it in our area51 repository. Submitted by: Adrian de Groot <groot@kde.org>, tcberner, rakuco Reviewed by: rakuco, mat (earlier versions) Differential Revision: https://reviews.freebsd.org/D10167 Notes: svn path=/head/; revision=443772
* Ent-eigen editors/calligra.Tobias C. Berner2017-06-171-0/+12
| | | | | | | | | | | | | The recent update of math/eigen3 broke editors/calligra, as opencv and eigen-3.2+ contain same named parts. Remove the using namespace Eigen from the files, and import the qualified class names instead. This is a simplified backport of https://phabricator.kde.org/R37:2db4438671e17002c7b02e3ad3a5208930765e4f . Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D11243 Notes: svn path=/head/; revision=443736
* * Updated to 2.5.10Richard Gallamore2017-06-142-5/+4
| | | | | | | | | | | | | | Changelog: - Add a space in before export command to avoid polluting HISTFILE PR: 219975 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11193 Notes: svn path=/head/; revision=443590
* Attempt to fix build when WRKDIRPREFIX is defined by the user.Jung-uk Kim2017-06-121-1/+2
| | | | Notes: svn path=/head/; revision=443474
* * Updated to 1.2.4Richard Gallamore2017-06-122-4/+4
| | | | | | | | | | | | | Changelog: https://github.com/cppit/jucipp/releases/tag/v1.2.4 PR: 219931 Submitted by: Mohammad S. Babaei <info@babaei.net> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11147 Notes: svn path=/head/; revision=443465
* - Update to git snapshot bdf4115Ashish SHUKLA2017-06-113-7/+7
| | | | Notes: svn path=/head/; revision=443379
* Update to patchlevel 631.Adam Weinberger2017-06-102-4/+4
| | | | Notes: svn path=/head/; revision=443089
* Remove no-op WX_UNICODESunpoet Po-Chuan Hsieh2017-06-102-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=443053
* - Turn off unit tests by default. It is getting harder to maintain becauseJung-uk Kim2017-06-0710-121/+92
| | | | | | | | | | | | | there are too many possible combinations with current set of build options. Also, this significantly reduces build time. Use TEST option to enable it. - Implement SAL getOSVersion() for FreeBSD. Actually, I believe it should work with all supported UNIX-like OSes including Linux. - Install stripped binaries. 'install-strip' target was not honored because 'distro-pack-install' target unconditionally depends on 'install' target. - Fix couple of minor installation issues while I am here. Notes: svn path=/head/; revision=442891
* - Add QT5 supportDanilo Egea Gondolfo2017-06-071-3/+7
| | | | | | | | PR: 219560 Submitted by: Eric Camachat <eric@camachat.org> Notes: svn path=/head/; revision=442813
* Update to 3.1.1Sunpoet Po-Chuan Hsieh2017-06-052-5/+5
| | | | | | | | | | - Fix LICENSE Changes: http://ne.di.unimi.it/CHANGES http://ne.di.unimi.it/NEWS Notes: svn path=/head/; revision=442663
* Update to patchlevel 606.Adam Weinberger2017-06-032-6/+4
| | | | Notes: svn path=/head/; revision=442500
* Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2017-06-021-21/+17
| | | | | | | - Sort and fix *_DEPENDS Notes: svn path=/head/; revision=442383
* New port: editors/juciTobias Kortkamp2017-05-304-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | juCI++, is a platform independent and lightweight C++ IDE designed towards libclang with speed, stability, and ease of use in mind. It supports syntax highlighting for more than 100 different file types. Furthermore, it supports CMake and Meson as build systems. juCI++ implements Git support through libgit2. It provides debug integration, both local and remote through lldb. Other supported featured are: fast C++ autocompletion, tooltips showing type information and doxygen documentation, rename refactoring across files, automated documentation search, find symbol through Ctags, spell checking depending on file context, runnig shell commands within JuCi++, regex search and replace, smart paste, keys and indentation, source minimap, split view, full UTF-8 support; just to name a few. WWW: https://github.com/cppit/jucipp PR: 215878 Submitted by: Mohammad S. Babaei <info@babaei.net> Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10479 Notes: svn path=/head/; revision=442110
* Update WWWSunpoet Po-Chuan Hsieh2017-05-301-1/+1
| | | | Notes: svn path=/head/; revision=442091
* Register dependency on groffAntoine Brodin2017-05-291-1/+1
| | | | | | | PR: 213725 Notes: svn path=/head/; revision=441979
* Fix OPTIONS_DEFAULT: remove DOCS which is added by frameworkSunpoet Po-Chuan Hsieh2017-05-281-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=441955
* Fix OPTIONS_DEFAULT: remove DOCS which is added by frameworkSunpoet Po-Chuan Hsieh2017-05-281-2/+2
| | | | | | | | | - Convert to options target helper Approved by: portmgr (blanket) Notes: svn path=/head/; revision=441954
* Mark some ports failing on armv6, for errors classified as "linker_error".Mark Linimon2017-05-271-5/+6
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441881
* Mark some ports failing on armv6, for errors classified as "compiler_error".Mark Linimon2017-05-271-1/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441855
* Update to patchlevel 604. Use a hash-based GH_TAGNAME because the mainAdam Weinberger2017-05-272-4/+6
| | | | | | | | content of the update (the runtime files) aren't otherwise attached to any tag currently. Notes: svn path=/head/; revision=441848
* Mark some ports failing on armv6, for errors classified as "???".Mark Linimon2017-05-262-0/+4
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441814
* Chase ImageMagick shlib bumpKoop Mast2017-05-262-2/+2
| | | | Notes: svn path=/head/; revision=441761
* - Regenerate distinfo. The only change in the new tarball is the patch I'm ↵Danilo Egea Gondolfo2017-05-252-14/+3
| | | | | | | removing now. Mainstream just not bumped the tarball version. Notes: svn path=/head/; revision=441700
* Register groff dependency which is used to generate the html documentsBaptiste Daroussin2017-05-252-0/+4
| | | | | | | when DOCS is on Notes: svn path=/head/; revision=441693
* - Update to 44.0.0Danilo Egea Gondolfo2017-05-233-5/+15
| | | | Notes: svn path=/head/; revision=441538
* - Update to 0.2.0Martin Wilke2017-05-235-14/+37
| | | | | | | | | | Changelog: https://github.com/neovim/neovim/releases/tag/v0.2.0 PR: 219141 Submitted by: maintainer Notes: svn path=/head/; revision=441505
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-2311-9/+11
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* - Update to 2.8.4Danilo Egea Gondolfo2017-05-212-4/+4
| | | | Notes: svn path=/head/; revision=441417
* Update to patchlevel 600.Adam Weinberger2017-05-202-6/+7
| | | | | | | | Prevent just the broken OPTION on ppc64, rather than marking the whole port BROKEN. Notes: svn path=/head/; revision=441328
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-201-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441309
* Revert r441276 and properly fix build failures with JAVA option.Jung-uk Kim2017-05-195-37/+13
| | | | Notes: svn path=/head/; revision=441279
* Work around sporadic build failures.Jung-uk Kim2017-05-193-6/+36
| | | | Notes: svn path=/head/; revision=441276
* Work around a build failure on i386.Jung-uk Kim2017-05-191-2/+11
| | | | Notes: svn path=/head/; revision=441269
* Update to 5.3.3.Jung-uk Kim2017-05-19108-636/+493
| | | | | | | | Unfortunately, support for Firebird database is temporarily disabled because Firebird 2.5 is no longer supported. Notes: svn path=/head/; revision=441257
* - Update to 3.1.0Wen Heping2017-05-182-3/+4
| | | | Notes: svn path=/head/; revision=441128
* Update latexila to 3.22.1.Koop Mast2017-05-123-15/+129
| | | | | | | Chase gspell update. Notes: svn path=/head/; revision=440705
* Update gedit to 3.22.0.Koop Mast2017-05-123-22/+35
| | | | | | | | | | Add license Chase gspell update. Obtained from: gnome devel repo Notes: svn path=/head/; revision=440704
* Fix plist after r440524.Raphael Kubo da Costa2017-05-102-0/+7
| | | | Notes: svn path=/head/; revision=440544
* - Update to git snapshot 5e2cf8cAshish SHUKLA2017-05-103-10/+6
| | | | | | | | - Un-IGNORE XWIDGETS option, as required version of WebKit is now in ports tree Notes: svn path=/head/; revision=440524