aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Update GNOME to 3.14.2.Koop Mast2014-12-034-8/+8
| | | | | | | | | | | | | | | | | This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo Notes: svn path=/head/; revision=373802
* Change dependency to Centos 6. Sublime does not workCraig Rodrigues2014-11-302-4/+4
| | | | | | | | | with the libraries in Fedora 10. Reviewed by: xmj Notes: svn path=/head/; revision=373696
* editors/sublime: accept arguments in the binaryJohannes Jost Meixner2014-11-301-1/+1
| | | | | | | | | | | - make sublime accept arguments such as --version and --help Spotted by: rodrigc Differential Revision: https://reviews.freebsd.org/D1246 Approved by: koobs (mentor) Notes: svn path=/head/; revision=373657
* - Add gtk2 to port dependenciesCraig Rodrigues2014-11-292-3/+3
| | | | | | | | | | | - Add python26.zip to pkg-plist This removes traceback errors on startup of sublime. Reviewed by: xmj Notes: svn path=/head/; revision=373655
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-293-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* Fix distinfo.Jung-uk Kim2014-11-281-10/+14
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=373530
* Mark a few ports BROKEN after GNOME 2 removalAntoine Brodin2014-11-271-0/+2
| | | | Notes: svn path=/head/; revision=373510
* Update to 4.3.4.Jung-uk Kim2014-11-27102-301/+341
| | | | Notes: svn path=/head/; revision=373473
* editors/sublime3: various fixesBartek Rutkowski2014-11-263-24/+29
| | | | | | | | | | | | | | - Fix desktop file and icons - Add gtk2 dependency - Fix pkg-plist (remove unneeded files and and /Icons needed for the Title/taskbar) - Remove "STRIP" in the Makefile - Remove "@" where except for MKDIR in the Makefile PR: 194669 Submitted by: Miguel Clara <miguelmclara@gmail.com> Notes: svn path=/head/; revision=373471
* LaTeXila is a LaTeX editor for the GNOME desktop. The idea of LaTeXila isOlivier Duchateau2014-11-265-0/+86
| | | | | | | | | | to always deal directly with the LaTeX code, while simplifying as most as possible the writing of this LaTeX code. WWW: https://wiki.gnome.org/Apps/LaTeXila Notes: svn path=/head/; revision=373461
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-266-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* editors/texmaker:Max Brazhnikov2014-11-254-11/+21
| | | | | | | | | - Update to 4.3 - Add options for Qt toolkit selection (Qt 4 or 5). Follow upstream and enable Qt 5 by default. Notes: svn path=/head/; revision=373411
* Bump PORTREVISION after graphics/poppler update to 0.26.3Max Brazhnikov2014-11-257-7/+7
| | | | Notes: svn path=/head/; revision=373404
* - Fix typoSunpoet Po-Chuan Hsieh2014-11-241-1/+1
| | | | | | | Notified by: adamw Notes: svn path=/head/; revision=373363
* - Update to 7.4.518Sunpoet Po-Chuan Hsieh2014-11-243-16/+187
| | | | | | | | | | | | | - Sort OPTIONS_DEFINE - Reword DEFAULT_VIMRC_DESC - Use DATADIR instead of DEFAULT_VIMRC_LOCATION - Cosmetic change - Sort PLIST Changes: https://code.google.com/p/vim/source/list Notes: svn path=/head/; revision=373301
* - Use options helpersDanilo Egea Gondolfo2014-11-241-22/+7
| | | | | | | | - Simplify Makefile - Take maintainership Notes: svn path=/head/; revision=373191
* - Update from 2.3.3 to 2.3.6Danilo Egea Gondolfo2014-11-242-25/+10
| | | | | | | | | - Take maintainership - Use options helpers - Simplify Makefile Notes: svn path=/head/; revision=373190
* - Fix warnings due to use of obsolete functions.Hiroki Sato2014-11-2311-20/+237
| | | | | | | - Style fixes. Notes: svn path=/head/; revision=373123
* Switch to USES=pgsqlChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373091
* Resurrect editors/psgml.Hiroki Sato2014-11-2215-0/+921
| | | | Notes: svn path=/head/; revision=373035
* Fix warnings.Hiroki Sato2014-11-221-1/+14
| | | | Notes: svn path=/head/; revision=373034
* editors/komodo-edit: allow install with linux_base-c6Johannes Jost Meixner2014-11-201-1/+1
| | | | | | | | | | | | - allow build with CentOS 6 linux bases. PR: 195169 Differential Revision: https://reviews.freebsd.org/D1200 Submitted by: Jan Beich <jbeich@vfemail.com> Approved by: koobs (mentor) Notes: svn path=/head/; revision=372909
* - Fix a build dependencyDanilo Egea Gondolfo2014-11-201-1/+1
| | | | Notes: svn path=/head/; revision=372829
* Remove expired port:Rene Ladan2014-11-1916-838/+0
| | | | | | | 2014-11-19 editors/emacs23: Unmaintained upstream, use editors/emacs Notes: svn path=/head/; revision=372826
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-1913-813/+2588
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768
* - Update from 38.0.0 to 39.0.0Danilo Egea Gondolfo2014-11-182-3/+3
| | | | Notes: svn path=/head/; revision=372737
* Take miwi's old perl ports into perl@'s fold.Mathieu Arnold2014-11-181-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=372712
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* Fix @sample usage.Alfred Perlstein2014-11-172-7/+4
| | | | | | | With help from: bapt, xmj Notes: svn path=/head/; revision=372677
* Use vimrc from distribution.Alfred Perlstein2014-11-163-51/+8
| | | | | | | Suggested by: many. Notes: svn path=/head/; revision=372654
* * Update to 1.4.0 for small fixes & improvements accumulated over ten years.Christian Weisgerber2014-11-165-51/+18
| | | | | | | | | * Take maintainer. Approved by: vd Notes: svn path=/head/; revision=372648
* A nice default vimrc for new users.Alfred Perlstein2014-11-162-1/+60
| | | | | | | | | | | | | Otherwise users get "vi compat mode" which gives very old and unfriendly vi defaults that breaks arrow keys and backspace as well as no color. Expert users can disable this default vimrc via "make config". Approved by: delphij Notes: svn path=/head/; revision=372622
* - Revert --without-compress-install option, which seems to affect .el filesAshish SHUKLA2014-11-152-1440/+1437
| | | | | | | | | | | | | as well - Uncompress .info files separately in post-install, so bsd.port.mk is able to detect them - Remove traces of SYNC_INPUT option Reported by: Scott Allendorf <scott-allendorf at uiowa.edu> (via private mail) Notes: svn path=/head/; revision=372617
* editors/apel: Unbreak after EMACS updateJohn Marino2014-11-133-39/+37
| | | | | | | | | | | While here, pet portlint (fix comment, shorten pkg-descr) PR: 193270 Submitted by: Yoshiaki Kasahara Approved by: maintainer timeout (2+ months) Notes: svn path=/head/; revision=372512
* Update to 9.8o.Adam Weinberger2014-11-094-6/+6
| | | | Notes: svn path=/head/; revision=372367
* Update to 3.1.28Grzegorz Blach2014-11-082-4/+4
| | | | Notes: svn path=/head/; revision=372332
* Replace some occurences of mach with PERL_ARCH (and a couple of other small ↵Mathieu Arnold2014-11-071-1/+1
| | | | | | | | | | noop fixes.) With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=372262
* - Fix pkg-install script to correctly install emacs games scores files[1]Ashish SHUKLA2014-11-072-0/+8
| | | | | | | | | | | | | | - Fix building port when ALSA option is enabled[2] - Depend on desktop-file-utils when X11 option is enabled[3] - Bump PORTREVISION to account for these changes PR: 194624[1], 194862[2] Submitted by: crest <crest at sahiro.org>[2] Reported by: Joseph Mingrone <jrm at ftfl.ca>[1], Richard Kuhns <rjk at wintek.com>[3] (via private email) Notes: svn path=/head/; revision=372259
* - Fix pkg-install script to correctly install emacs games scores files[1]Ashish SHUKLA2014-11-073-11/+26
| | | | | | | | | | | | | | - Fix building port when ALSA option is enabled[2] - Depend on desktop-file-utils only when X11 option is enabled[3] - Bump PORTREVISION to account for these changes PR: 194624[1], 194862[2] Submitted by: crest <crest at sahiro.org>[2] Reported by: Joseph Mingrone <jrm at ftfl.ca>[1], Richard Kuhns <rjk at wintek.com>[3] (via private email) Notes: svn path=/head/; revision=372258
* Remove * from LIB_DEPENDS lines and specify the default library nameKoop Mast2014-11-072-2/+2
| | | | | | | for ImageMagick. Using '*' it is unsupported and potention bugs here. Notes: svn path=/head/; revision=372250
* Fix check-sanityAntoine Brodin2014-11-051-1/+1
| | | | Notes: svn path=/head/; revision=372196
* - Chase GNU Emacs updatesAshish SHUKLA2014-11-058-6/+8
| | | | | | | PR: 194624 Notes: svn path=/head/; revision=372191
* GNU Emacs UpdatesAshish SHUKLA2014-11-0525-966/+8160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.4[1] - Remove all upstreamed diffs[1] - Switch to static pkg-plist[1] - Add OPTIONs for ACL, file notification, LTO, ALSA, and OSS[1] - Reword IGNORE messages for portlint[1] - Add fix for a Emacs TRAMP bug - Update CANNA patchset[2] editors/emacs-devel: - Update to bzr snapshot revision 118251 - Add pkg-install, and pkg-deinstall file missed from r364499 - Switch to static pkg-plist editors/emacs-nox11: - Remove PLIST_DIRSTRY Mk/bsd.emacs.mk: - Update Emacs version numbers - Remove deprecated XEmacs entries PR: 194624[1] Submitted by: Joseph Mingrone <jrm at ftfl.ca>[1], TAKANO Yuji <takachan at running-dog.net>[2] Notes: svn path=/head/; revision=372190
* Remove deprecated KDE4=kdehierGanael LAPLANCHE2014-11-041-1/+1
| | | | Notes: svn path=/head/; revision=372135
* Update to 4.3.3.Jung-uk Kim2014-10-31100-292/+581
| | | | Notes: svn path=/head/; revision=371880
* Remove a stale comment after r371639.Jung-uk Kim2014-10-301-2/+0
| | | | Notes: svn path=/head/; revision=371757
* LibreOffice works fine with Java 7 and later.Jung-uk Kim2014-10-281-1/+0
| | | | | | | PR: 194667 Notes: svn path=/head/; revision=371639
* Cleanup plistBaptiste Daroussin2014-10-2789-2013/+21
| | | | Notes: svn path=/head/; revision=371560
* editors/dkns: update 1.94 -> 1.95Bartek Rutkowski2014-10-212-5/+3
| | | | | | | | | PR: 194330 Submitted by: James Bailie <jimmy@mammothcheese.ca> Approved by: mentors (implicit) Notes: svn path=/head/; revision=371317
* - Update from 2.9.4 to 2.9.6Danilo Egea Gondolfo2014-10-202-3/+3
| | | | Notes: svn path=/head/; revision=371266