aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Stage supportAntoine Brodin2014-01-072-3/+1
| | | | Notes: svn path=/head/; revision=339037
* Stage supportAntoine Brodin2014-01-072-7/+5
| | | | Notes: svn path=/head/; revision=339036
* Stage supportAntoine Brodin2014-01-072-10/+8
| | | | Notes: svn path=/head/; revision=339035
* - Stage supportAntoine Brodin2014-01-072-4/+4
| | | | | | | - USES gmake Notes: svn path=/head/; revision=339033
* - Fix the man page installation. Install all files manually. The java ↵Danilo Egea Gondolfo2014-01-051-6/+15
| | | | | | | installer seems not to respect the paths. Notes: svn path=/head/; revision=338817
* - Fix the logic in updating emacs.desktop file, from the regression introducedAshish SHUKLA2014-01-042-3/+3
| | | | | | | | | | in r338450 PR: ports/185468 Submitted by: rakuco Notes: svn path=/head/; revision=338676
* - Update from 5.2.6 to 5.2.7Danilo Egea Gondolfo2014-01-034-44/+40
| | | | | | | | | | | | | - Add stage support while here - Convert some "if's" to options helpers PR: ports/185331 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=338597
* - Update CONFLICTS, in accordance with PKGNAME changesAshish SHUKLA2014-01-035-10/+13
| | | | | | | Reported by: jgh Notes: svn path=/head/; revision=338536
* Part 3 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338516
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* - Remove unneeded RUBY_VERSteve Wills2014-01-021-1/+0
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=338475
* - Add PKGNAMESUFFIXAshish SHUKLA2014-01-026-187/+444
| | | | | | | | | | | | | | | | | | | - Add STAGE support - Use OptionsNG helpers - Rename X11TOOLKIT option to X11 - Add OPTIONS for emacs-nox11 slave - Install info manuals to their own directory to avoid conflicts[1][3][4] - Add a patch from upstream to fix building on non-X11 platforms[2] - Add a patch from upstream to fix building on 9.x and later platforms due to C11 support - Explicitly depend on GCC for i386 platforms, broken due to clang bug# 18171 - Mark port as MAKE_JOBS_SAFE PR: ports/183064[2], ports/181758[3], ports/179843[4] Reported by: Jay Borkenhagen <jayb at braeburn.org>[1] Notes: svn path=/head/; revision=338450
* - Add STAGE supportAshish SHUKLA2014-01-022-124/+88
| | | | | | | | | | | | | | - Use OptionsNG helpers - Add PKGNAMESUFFIX - Remove LATEST_LINK - Rename X11TOOLKIT option to X11 - Move INSTALLS_ICONS to X11 block - Install info manuals to their own directory to avoid conflicts[1] Reported by: Jay Borkenhagen <jayb at braeburn.org>[1] Notes: svn path=/head/; revision=338444
* - Add PKGNAMESUFFIXAshish SHUKLA2014-01-021-5/+4
| | | | | | | | - Remove LATEST_LINK - Remove ABI versions from LIB_DEPENDS Notes: svn path=/head/; revision=338440
* - Add PKGNAMESUFFIXAshish SHUKLA2014-01-021-5/+4
| | | | | | | | - Remove LATEST_LINK - Remove ABI versions from LIB_DEPENDS Notes: svn path=/head/; revision=338439
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-303-6/+6
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* Enable stage supportJohan van Selst2013-12-292-17/+18
| | | | Notes: svn path=/head/; revision=337955
* - Enable STAGE supportJohan van Selst2013-12-292-4/+11
| | | | | | | | - Strip installed binary - Bump PORTREVISION Notes: svn path=/head/; revision=337949
* editors/beav: Unbreak after staging support attemptJohn Marino2013-12-282-3/+5
| | | | | | | | | | | | | After recent commits, beav was broken on every platform for a couple of reasons. Primarily the Makefile had a bug in it, so it was unexecutable. Secondly, the "man page fix" was done in ${STAGEDIR} using sed -i, causing the resultant .bak file to also be installed, or at least orphaned. Poudriere caught that issue. While here, add DragonFly support. Notes: svn path=/head/; revision=337830
* Update poppler to 0.24.4.Koop Mast2013-12-279-7/+13
| | | | | | | | | | | | Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax. Notes: svn path=/head/; revision=337749
* - Support STAGEPhilippe Audeoud2013-12-271-3/+1
| | | | Notes: svn path=/head/; revision=337727
* Stagify, dismiss USE_GMAKE, utilize some helper knobs. No functional changes.Alexey Dokuchaev2013-12-252-30/+23
| | | | Notes: svn path=/head/; revision=337415
* Update freetype to 2.5.2.Koop Mast2013-12-241-0/+11
| | | | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 Notes: svn path=/head/; revision=337385
* Fix buildChris Rees2013-12-231-1/+1
| | | | | | | Approved by: maintainer timeout (acm, 50 days) Notes: svn path=/head/; revision=337235
* - Fix build on -currentPawel Pekala2013-12-213-41/+48
| | | | | | | | | | | - Support desktop-file-utils - Strip textroom binary PR: ports/184893 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=337139
* - Update to 3.1.26Grzegorz Blach2013-12-202-3/+3
| | | | Notes: svn path=/head/; revision=337104
* Fix build after gtk updateBaptiste Daroussin2013-12-171-3/+3
| | | | Notes: svn path=/head/; revision=336753
* - Update Calligra Suite to 2.7.5.Alberto Villa2013-12-1666-413/+572
| | | | | | | | | | | | | | | - Require a new compiler to build Calligra. - Make GTL really an option in Calligra. - STAGEify. - Use OPTIONS helpers. - Set NO_ARCH for translation ports. - Add translation port for Intelingua. Calligra 2.7 release notes: http://www.calligra.org/news/calligra-2-7-released Notes: svn path=/head/; revision=336675
* Use setuptools for all Python ports.William Grzybowski2013-12-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) Notes: svn path=/head/; revision=336553
* Man page fix.Christian Weisgerber2013-12-132-3/+12
| | | | | | | Submitted by: Jeremie Courreges-Anglas Notes: svn path=/head/; revision=336354
* Convert to staging, clean up the sgtty/termios mess, and generallyChristian Weisgerber2013-12-127-59/+151
| | | | | | | overhaul the port. Notes: svn path=/head/; revision=336277
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-122-21/+21
| | | | Notes: svn path=/head/; revision=336253
* - Re-add accidentally removed diff in r335977, and unbreak portAshish SHUKLA2013-12-111-0/+10
| | | | Notes: svn path=/head/; revision=336238
* - Update to bzr snapshot revision 115370Ashish SHUKLA2013-12-0914-633/+129
| | | | | | | | | | | | | | | | | | - Add PKGNAMESUFFIX to avoid package name collision - Add STAGE support - Relocate INFO_PATH to avoid conflicting with similarly named info files provided by other packages, like print/texinfo - Use INSTALLS_ICONS only when X11 is enabled - Add OPTIONs for X11 support, SOUND (ALSA/OSS) support and filesystem notifications - Depend on GCC for i386 platforms until clang gets the required fixes - Stop compressing info files for it to work with INFO_PATH - Use OptionsNG helpers to cleanup Makefile - Remove already upstream-ed patches Notes: svn path=/head/; revision=335977
* - Update from 37.0.0 to 37.0.1Danilo Egea Gondolfo2013-12-072-3/+3
| | | | Notes: svn path=/head/; revision=335849
* Fix build on head and 11.Baptiste Daroussin2013-12-061-2/+3
| | | | | | | | | Bump portrevision has built on 8 and 9 should not have been built as expected With hat: portmgr Notes: svn path=/head/; revision=335790
* - Enable stagingGanael LAPLANCHE2013-12-032-80/+61
| | | | | | | | - Use GCC (does not build with clang) - Use new options format Notes: svn path=/head/; revision=335568
* - Update to 7.4.110Sunpoet Po-Chuan Hsieh2013-12-024-2663/+275
| | | | | | | | | | | | | | - While I'm here: - Remove RELEASE and simplify PATCH_SITES, WRKSRC and _DATADIR - Simplify Makefile - Remove contiguous blank lines Changes: https://code.google.com/p/vim/source/list PR: ports/183076 Submitted by: Rick van der Zwet <info@rickvanderzwet.nl> Notes: svn path=/head/; revision=335537
* - Take maintainershipSunpoet Po-Chuan Hsieh2013-12-022-3/+3
| | | | Notes: svn path=/head/; revision=335535
* - Remove WITH_VIM_OPTIONS and respect ports frameworkBryan Drewery2013-12-021-12/+2
| | | | | | | | | PR: ports/182749 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (based on) Requested by: many Notes: svn path=/head/; revision=335488
* - Reset maintainer due to timeout of 11 open PR, 7 with patches andBryan Drewery2013-12-022-2/+2
| | | | | | | | | | no activity since July 2013 With hat: portmgr Discussed with: portmgr Notes: svn path=/head/; revision=335487
* Remove expired ports:Rene Ladan2013-12-019-215/+0
| | | | | | | | | | | | | | | | | | | | | | 2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build 2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang 2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything 2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4 2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated 2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1 2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11 2013-12-01 comms/uhso-kmod: included in base system on all supported releases 2013-12-01 deskutils/ecru: No longer maintained upstream 2013-12-01 editors/gphpedit: No longer maintaned upstream 2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd 2013-12-01 graphics/py-clutter: Broken for more than 6 month 2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter Notes: svn path=/head/; revision=335357
* editors/leo: update to 4.11William Grzybowski2013-11-264-211/+928
| | | | | | | | | | | | - Update to 4.11 - Allow staging - USES shebangfix PR: ports/184225 Submitted by: KATO Tsuguru <tkato432 yahoo.com> Notes: svn path=/head/; revision=334966
* Say hello to Mate 1.6.Koop Mast2013-11-235-0/+709
| | | | | | | | | | | | | | | | | | | | | Mate is a lite desktop forked from gnome2. Most of the work is done by Jeremy Messenger (mezz@). The only thing I did was update a few ports to later 1.6 release and attempting to keep up with ports infra changes. Resulting bugs are all mine. Mate is a sort of replacement for Gnome 2. So people wanting to keep a Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3 in the near future. This switch will be announce with a transition time so people have more time to switch if they haven't already. This release was made possible by everyone that send friendly pokes to keep mate on my mind. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=334661
* - Convert to USES=qmakeMax Brazhnikov2013-11-221-14/+12
| | | | | | | | | - Support staging properly Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334589
* - Convert to USES=qmakeMax Brazhnikov2013-11-222-45/+18
| | | | | | | | | | - Use options helpers - Convert LIB_DEPENDS to new style Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334588
* - Update to 1.2.0.11Pietro Cerutti2013-11-227-41/+42
| | | | | | | | | | | | - Convert to new LIB_DEPENDS format - STAGE-clean PR: 184145 Submitted by: gahr@ Approved by: maintainer Notes: svn path=/head/; revision=334551
* - Remove now needless qmake_build from USE_QT4Max Brazhnikov2013-11-212-2/+2
| | | | | | | | - Get rid of QMAKEFLAGS - Use globally provided LRELEASE Notes: svn path=/head/; revision=334499
* - Remove now needless qmake_build from USE_QT4Max Brazhnikov2013-11-211-1/+1
| | | | | | | | - Get rid of QMAKEFLAGS - Convert to USES=dos2unix Notes: svn path=/head/; revision=334497
* - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)Rusmir Dusko2013-11-201-1/+1
| | | | | | | Approved by: wg (mentor) Notes: svn path=/head/; revision=334422