summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2011-08-14Revision bump after updating perl5 to 5.14.1.obache21-35/+42
2011-08-01Disable groff html check to prevent random PLIST variation.dholland2-1/+17
2011-08-01Fix broken build with clang.dholland4-2/+42
2011-08-01Take MAINTAINER.dholland1-2/+2
2011-07-31Needs pkg-config. Depends on glib2 directly. PKGREVISION -> 2. Should fixdholland1-3/+4
failure seen in bulk builds.
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache12-23/+24
2011-07-21Correct a comment.tron1-3/+3
2011-07-21Revert last change and instead restore the previous work-around fortron4-38/+31
PR pkg/39778 which is less invasive.
2011-07-21Don't install certain input methods whose build is unreliable ontron4-20/+36
64bit platforms. This fixes PR pkg/39778 by myself.
2011-07-20Build this package without optimization if GCC 4.5.* is used undertron1-0/+19
NetBSD/i386. This stops "temacs" from dumping core.
2011-07-20Fix typo in last commit which NetBSD-current's make(1) silently ignored.tron1-2/+2
2011-07-20Remove accidentally committed file.tron1-25/+0
2011-07-20Fix build with GCC 4.5's C preprocessor.tron2-14/+33
2011-07-11Update to nts-78ryoon3-11/+11
Changelog: 78 2011-06-15 Allow multiple -t switches using 'append' rather than 'store' and processing each separately. In the gui use parens, e.g., (tag 1, tag 2).
2011-07-04check-interpreter fix.jym1-2/+4
2011-07-04check-interpreter fix.jym1-1/+8
2011-07-04Reuse the PYTHON_PATCH_SCRIPTS for interpreter fix. This is obviouslyjym1-4/+3
the same as my previous patch, no functional change.
2011-07-04check-interpreter fix.jym1-1/+4
XXX package has a dependency on kdepimlibs4 on my host. Side effect maybe. Not sure why TeXmacs would require KDE PIM libs.
2011-07-03add patches to fix CVE-2010-4005. Bump PKGREVISION.obache4-3/+43
2011-06-17Update emacs-snapshot to 24.0.50.20110614.minskim3-15/+24
Changes: - themes/dichromacy-theme.el: New theme.
2011-06-11Update emacs-snapshot to 24.0.50.20110608.minskim3-7/+10
Changes: - New input method: ipa-paraat. - url-future.el: Add general futures facility.
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-2/+2
2011-06-09sync w/ base pkgdrochner1-2/+2
2011-06-09update to 23.3drochner5-58/+38
Emacs 23.3 is primarily a bugfix release. Also included are a number of enhancements to VC and Rmail, and a new indentation library, smie.el. For details, see the file etc/NEWS.
2011-05-27Update emacs-snapshot to 24.0.50.20110526.minskim3-9/+7
Notable changes: * textmodes/rst.el (rst-define-level-faces): Do not define face symbol if it is already defined. * sha1.el: Remove. Function `sha1' is now builtin. * mail/sendmail.el: Require `rfc2047'. * Add an :exit-function for completion-at-point. * textmodes/bibtex.el: Convert to lexical binding. * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
2011-05-20Update emacs-snapshot to 24.0.50.20110520.minskim4-16/+28
Changes: - Fix some integer overflow issues, such as string length overflow. - Fix handling of break-hardlink-on-save with non-existent files. - Common Lisp indentation improvements on defmethod and lambda-lists.
2011-05-15Add zimryoon1-1/+2
2011-05-15Import py-zim-0.52 as editors/zimryoon4-0/+421
Zim aims to bring the concept of a wiki to your desktop. Every page is saved as a text file with wiki markup. Pages can contain links to other pages, and are saved automatically. Creating a new page is as easy as linking to a non-existing page. This tool is intended to keep track of TODO lists or to serve as a personal scratch book. But it will also serve you when writing longer and more complicated documents.
2011-05-12Changes 0.4.12:adam4-15/+34
* "Save all documents" has been introduced. * Fix up the title of the first session password dialog. * Add experimental spell checking support based on gtkspell, which needs to be explicitly enabled by passing --with-gtkspell to configure. * Translation roundup: - Updated Gobby to use en_US internally - Added Ukrainian translation - Various translation updates from Launchpad
2011-05-11Update nvi-m17n to 1.79.20040608.obache2-11/+9
2004/6/8 iso-2022 autodetection was broken. it is impossible to differentiate between iso-2022-jp and jp3, we don't think about jp3 in autodetect. found by Masamichi Takatsu.
2011-05-08Update emacs-snapshot to 24.0.50.20110505.minskim4-12/+12
Patches provided by Makoto Fujiwara in PR 44871. Changes: - keep config.log (Bug#765) and delete config.log~. - Fix bug with --enable-checking=stringoverrun to have no effect. - Suppress unnecessary checks for size_t for configure. - Add strtoumax for GNULIB_MODULES. - Check for GnuTLS certificate verify callbacks. - Don't erase config.status in case of error. (See ChangeLog for the complete list of changes.)
2011-05-07Add ntsryoon1-1/+2
2011-05-07Import nts-77 as editors/nts from pkgsrc/wip/nts.ryoon4-0/+67
nts is an acronym for Note Taking Simplified. It provides a simple, intuitive format for using plain text files to store notes, a command line interface for viewing notes in a variety of convenient ways and a cross-platform, wx(python)-based GUI for creating and modifying notes as well as viewing them. Displayed items can be grouped by path or tag and can be filtered in various ways.
2011-04-28Skip interpreter checks for auxiliary files so that this package buildsjmmv1-1/+4
again. I guess these files could be provided as a separate package that depended on perl and properly set their interpreter, but we can do this later.
2011-04-22recursive bump from gettext-lib shlib bump.obache4-7/+9
2011-04-22recursive bump from gettext-lib shlib bump.obache42-77/+84
2011-04-19and bump...roy1-2/+2
2011-04-19Use bash correctly.roy1-1/+3
2011-04-17Update emacs-snapshot to 24.0.50.20110408.minskim4-46/+25
Patches provided by Makoto Fujiwara in PR 44871. Changes: - Fix problems found by GCC 4.6.0's static checks. - man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported. - custom.el (load-theme): Minor optimization in assigning faces. - emacs-lisp/package.el (package--with-work-buffer): Recognize https URLs.
2011-04-15update to 1.6.9drochner3-8/+8
changes: -fixed yet another number of crashes -support for CVS revision control -new Swedish localization
2011-04-14Fix mis-nested .if, leading to buildlink3 tree lossage with emacs 23.hans1-2/+2
2011-04-14Fix some dependencies for emacs 23.hans1-1/+13
For mail/wl and www/emacs-w3m, only the snapshot versions work with emacs 23, while lang/eieio and devel/semantic don't work at all.
2011-04-11Remove patch-ac as it was incorrect.roy2-26/+1
2011-04-08update to 2.25drochner3-8/+9
changes: minor bug fix and improvement release
2011-04-03add LICENSEzafer1-2/+3
2011-04-01Fix for crash with a segv if called as jmacs with more thenwiz3-3/+23
one file as an argument on the command line from upstream. From upstream via Jasper Wallace in PR 44808. Bump PKGREVISION. Set LICENSE (GNU GPL v1!)
2011-04-01Add patch that should fix build with png-1.5.wiz2-1/+74
2011-03-29joe only uses termcap so......roy3-3/+28
Depend on termcap instead of ncurses Replace curses.h and term.h includes with termcap.h Fixes PR lib/43941
2011-03-23Fix EMACSLOADPATH for emacs24.minskim1-1/+5
2011-03-21* simplify with BUILD_DIRSobache4-21/+17
* add user-destdir installation support