aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost-*: update to 1.66.0Jan Beich2018-01-1810-9/+10
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279 Notes: svn path=/head/; revision=459315
* editors/with-editor: update to 2.7.1Steve Wills2018-01-122-4/+4
| | | | | | | | PR: 225090 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=458850
* Donate to the ruby@ collectiveAdam Weinberger2018-01-111-1/+1
| | | | Notes: svn path=/head/; revision=458790
* Chase the vim-lite -> vim-console renameAdam Weinberger2018-01-111-1/+1
| | | | Notes: svn path=/head/; revision=458788
* Rename editors/vim-lite to editors/vim-console. The vim-console port isn'tAdam Weinberger2018-01-115-10/+10
| | | | | | | | | | | actually any lighter---it's built with exactly the same feature-set as the main vim port. The only difference is lack of gtk20 GUI, and the language bindings are off by default. An UPDATING entry is included. Notes: svn path=/head/; revision=458784
* - Convert to option helper install target (add OPTIONS_DEFINE=DOCSAlexey Dokuchaev2018-01-111-8/+11
| | | | | | | | | when it was missing) - Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN - Fix some whitespace and formatting bugs along the way Notes: svn path=/head/; revision=458761
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-112-2/+2
| | | | | | | other miscellaneous files that are not actually manual pages (part 2). Notes: svn path=/head/; revision=458739
* Catch up with liborcus 0.13.Jung-uk Kim2018-01-106-5/+191
| | | | Notes: svn path=/head/; revision=458699
* Prevent PKGBASE collision with science/meditAntoine Brodin2018-01-081-0/+1
| | | | Notes: svn path=/head/; revision=458497
* Add editors/vim-tiny.Adam Weinberger2018-01-085-3/+48
| | | | | | | | | | | | | By popular request, this is a slave port that installs only the vim binary. It has no dependencies, produces a 1 MB package with a 3 MB installed footprint, and is unable to do anything except edit files. It contains no help files, no runtime files, no syntax highlighting, no filetype-specific indenting, non-US keymaps, macros, or spell-checking. vim-tiny is designed for minimal installs, and is the wrong choice for most users. Notes: svn path=/head/; revision=458471
* Add editors/rubygem-neovim, ruby bindings to control neovim.Adam Weinberger2018-01-084-0/+36
| | | | Notes: svn path=/head/; revision=458467
* editors/abiword: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-081-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xap_Dialog.cpp:270:17: error: cast from pointer to smaller type 'char' loses information *pWindowName = (char) NULL; ^~~~~~~~~~~ ap_UnixApp.cpp:866:29: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] if(0 == strcmp (suffix, "."G_MODULE_SUFFIX)) ^ ie_exp_XSL-FO.cpp:1454:13: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] buf += " "x"=\""; \ ^ ie_exp_LaTeX.cpp:1332:43: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] #define SUB(a,who) case a: subst = "\\(\\"who"\\)"; return true; ^ RealmProtocol.cpp:16:2: error: constant expression evaluates to -1 which cannot be narrowed to type 'uint32_t' (aka 'unsigned int') [-Wc++11-narrowing] RPV1_PACKET_VARIABLE, /* user joined */ ^~~~~~~~~~~~~~~~~~~~ RealmProtocol.cpp:10:30: note: expanded from macro 'RPV1_PACKET_VARIABLE' #define RPV1_PACKET_VARIABLE -1 ^~ RealmProtocol.cpp:16:2: note: insert an explicit cast to silence this issue RPV1_PACKET_VARIABLE, /* user joined */ ^~~~~~~~~~~~~~~~~~~~ static_cast<uint32_t>( ) RealmProtocol.cpp:10:30: note: expanded from macro 'RPV1_PACKET_VARIABLE' #define RPV1_PACKET_VARIABLE -1 ^~ soa_soup.cpp:166:11: error: no viable conversion from returned value of type 'soa::GenericPtr' (aka 'shared_ptr<soa::Generic>') to function return type 'bool' return soa::GenericPtr(); ^~~~~~~~~~~~~~~~~ Reported by: antoine (via bug 224669) Obtained from: upstream (partially) Notes: svn path=/head/; revision=458453
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2Carlos J. Puga Medina2018-01-081-0/+1
| | | | | | | Approved by: portmgr (antoine) Notes: svn path=/head/; revision=458427
* Add an NLS knob.Adam Weinberger2018-01-082-29/+36
| | | | | | | | PR: 224983 Approved by: Oleh Hushchenkov Notes: svn path=/head/; revision=458426
* Quickly fix a segmentation fault when trying to open About dialog, byAlexey Dokuchaev2018-01-081-0/+2
| | | | | | | | | | | clearing `errno' prior to calling strtol(3). Typically this is not needed (return value must be checked before the `errno' check), but in case of strtol(3) return value can be zero for both successful and failed conversions. Notes: svn path=/head/; revision=458424
* Add a port of medit, a programming and around-programming text editor.Alexey Dokuchaev2018-01-085-0/+305
| | | | | | | WWW: http://mooedit.sourceforge.net/ Notes: svn path=/head/; revision=458418
* - Update to 2.9.2Danilo Egea Gondolfo2018-01-042-4/+4
| | | | Notes: svn path=/head/; revision=458089
* Cleanup Mk/Uses/gnome.mk.Mathieu Arnold2018-01-031-1/+1
| | | | | | | | | | | | | | | | | - Remove the use of comp_DETECT. - Remove all comp_DETECT variables. - Remove a use of comp_DETECT outside of gnome.mk - Remove py3gobject3. - Have ports depending directly on devel/py-gobject3 use gnome to do it. PR: 224618 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13550 Notes: svn path=/head/; revision=457964
* New USES=eigenTobias C. Berner2018-01-021-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Usage: USES=eigen:<version>[,<type>] version: 2 or 3 (required) type: build (default), run For example: USES=eigen:2,build,run will add a BUILD- and RUN_DEPENDS on math/eigen2, and USES=eigen:3 will add a BUILD_DEPENDS on math/eigen3. * Convert the existing ports to use it - biology/iqtree: remove run time dependency (seemed not to be needed) - graphics/movit: remove run time dependency (seemed not to be needed) - science/avogadro: add run time dependeny (installed cmake file requires it to be present) Reviewed by: rakuco, mat Differential Revision: https://reviews.freebsd.org/D13702 Notes: svn path=/head/; revision=457914
* Upgrade to Apache OpenOffice 4.1.5.Don Lewis2017-12-313-17/+15
| | | | | | | | | | | | | The following bugs are fixed: BZ 127568 Diagrams become corrupt (not retrievable) when Calc document is saved BZ 127580 Fix for Issue 127568 created a new bug in Base BZ 127581 Writer crashes after copying all content Notes: svn path=/head/; revision=457654
* Update to patchlevel 1427Adam Weinberger2017-12-302-4/+4
| | | | Notes: svn path=/head/; revision=457629
* Update to 3.1.32Grzegorz Blach2017-12-292-4/+4
| | | | Notes: svn path=/head/; revision=457551
* editors/focuswriter: Update to 1.6.8Steve Wills2017-12-282-5/+4
| | | | | | | | PR: 224612 Submitted by: lightside <lightside@gmx.com> (maintainer) Notes: svn path=/head/; revision=457463
* - Update to 44.1.1Danilo Egea Gondolfo2017-12-262-4/+4
| | | | Notes: svn path=/head/; revision=457341
* editors/tree-widget: Remove expired portJoseph Mingrone2017-12-265-79/+0
| | | | | | | Reviewed by: Liu Dryice <dryice@dryice.name> Notes: svn path=/head/; revision=457287
* Update to patchlevel 1424Adam Weinberger2017-12-242-4/+4
| | | | Notes: svn path=/head/; revision=457174
* Update MASTER_SITES and unbreak this portSunpoet Po-Chuan Hsieh2017-12-241-2/+2
| | | | | | | | Approved by: portmgr (blanket) MFH: 2017Q4 Notes: svn path=/head/; revision=457148
* Remove unused ACLOCAL_ARGS.Tijl Coosemans2017-12-231-1/+0
| | | | Notes: svn path=/head/; revision=457068
* Convert to USES=autoreconf.Tijl Coosemans2017-12-232-4/+12
| | | | Notes: svn path=/head/; revision=457055
* Mark BROKEN: unfetchableAntoine Brodin2017-12-231-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=457026
* editors/dte: Update to 1.6Tobias Kortkamp2017-12-213-14/+6
| | | | | | | | | | | - Add post-install-DOCS-on target Changes: https://github.com/craigbarnes/dte/releases/tag/v1.6 PR: 224501 Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=456913
* editors/xi-core: Drop maintainershipTobias Kortkamp2017-12-201-1/+1
| | | | Notes: svn path=/head/; revision=456841
* Mark more recently failing ports broken on aarch64.Mark Linimon2017-12-191-0/+3
| | | | | | | | | While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=456719
* New port: editors/dte: Small and easy to use console text editorYuri Victorovich2017-12-185-0/+62
| | | | | | | | | | PR: 224340 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13498 Notes: svn path=/head/; revision=456692
* Update to patchlevel 1397Adam Weinberger2017-12-162-4/+4
| | | | Notes: svn path=/head/; revision=456515
* - Those ports fail to build with python3Antoine Brodin2017-12-121-1/+1
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=456181
* - Those ports fail to build with python3Antoine Brodin2017-12-101-2/+2
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=455913
* Update to patchlevel 1381Adam Weinberger2017-12-092-4/+4
| | | | Notes: svn path=/head/; revision=455869
* editors/codelite: Fix pkg-plist regarding to r455803Mahdi Mokhtari2017-12-081-0/+11
| | | | Notes: svn path=/head/; revision=455807
* editors/codelite: Upgrade the port to the latest version (11.0)Mahdi Mokhtari2017-12-083-16/+4
| | | | | | | Delete the no-longer-needed patch as well Notes: svn path=/head/; revision=455803
* Don't include bsd.port.options.mk after bsd.port.pre.mk.Mathieu Arnold2017-12-081-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=455775
* - Update WWWDmitry Marakasov2017-12-072-2/+2
| | | | | | | | | - Pet portlint Approved by: portmgr blanket Notes: svn path=/head/; revision=455699
* Update to patchlevel 1365Adam Weinberger2017-12-022-5/+4
| | | | Notes: svn path=/head/; revision=455385
* Cleanup LIB_DEPENDS on libpngAntoine Brodin2017-12-011-1/+1
| | | | Notes: svn path=/head/; revision=455251
* Security update OpenEXR and ilmbase to 2.2.1.Matthias Andree2017-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil, the locally built libIlmImf gets precedence over the one in /usr/local, to permit upgrades in a running system with the older version installed. This changes the library's SONAME, so bump PORTREVISION of all dependees. Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4. Security: CVE-2017-9110 Security: CVE-2017-9111 Security: CVE-2017-9112 Security: CVE-2017-9113 Security: CVE-2017-9114 Security: CVE-2017-9115 Security: CVE-2017-9116 Security: 803879e9-4195-11e7-9b08-080027ef73ec Notes: svn path=/head/; revision=455244
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-307-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* - Add LICENSEDmitry Marakasov2017-11-302-1/+4
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=455183
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-303-0/+3
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* - Update to 2.9.1Danilo Egea Gondolfo2017-11-302-4/+4
| | | | Notes: svn path=/head/; revision=455159
* Fix CSCOPE and NLS optionsAdam Weinberger2017-11-281-3/+3
| | | | | | | | Both the CSCOPE and NLS options were broken because _CONFIGURE_ENABLE was misspelled. Notes: svn path=/head/; revision=455068