summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2012-08-13Fix CVE-2012-3479:wiz4-4/+43
When the Emacs user option `enable-local-variables' is set to `:safe' (the default value is t), Emacs should automatically refuse to evaluate `eval' forms in file-local variable sections. Due to the bug, Emacs instead automatically evaluates such `eval' forms. Thus, if the user changes the value of `enable-local-variables' to `:safe', visiting a malicious file can cause automatic execution of arbitrary Emacs Lisp code with the permissions of the user. Bug tracker ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12155
2012-08-13Fix CVE-2012-3479:wiz1-0/+37
When the Emacs user option `enable-local-variables' is set to `:safe' (the default value is t), Emacs should automatically refuse to evaluate `eval' forms in file-local variable sections. Due to the bug, Emacs instead automatically evaluates such `eval' forms. Thus, if the user changes the value of `enable-local-variables' to `:safe', visiting a malicious file can cause automatic execution of arbitrary Emacs Lisp code with the permissions of the user. Bug tracker ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12155
2012-08-13Fix CVE-2012-3479:wiz3-5/+6
When the Emacs user option `enable-local-variables' is set to `:safe' (the default value is t), Emacs should automatically refuse to evaluate `eval' forms in file-local variable sections. Due to the bug, Emacs instead automatically evaluates such `eval' forms. Thus, if the user changes the value of `enable-local-variables' to `:safe', visiting a malicious file can cause automatic execution of arbitrary Emacs Lisp code with the permissions of the user. Bug tracker ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12155 Bump PKGREVISION.
2012-08-12editors/Sigil: Return patches to unix CR; use another methodmarino5-44/+52
Some platforms will automatically convert DOS endings to unix endings during the extraction of a zip file. Those that do this can't use patches with DOS endings, so revert the last commit. Instead, copy textproc/FlightCrew package's method: For each file that will be patched, strip any DOS endings found after extraction. If they've already been stripped out, that's fine. It guarantees that every platform will strip the target files at least once, allowing all of them to use Unix line-ending patches.
2012-08-11editors/Sigil: Fix patch phase, Repack all patchesmarino4-43/+43
Sigil is delivered in a zip file, and the files have DOS line endings. The patches had unix line endings, and at least on some platforms including NetBSD 5, this resulted in rejected hunks. All three patches repacked, now contain DOS line endings and work fine.
2012-08-11Fix the build of emacs modules when EMACS_TYPE=emacs24nox.jmmv1-3/+3
The emacs flavor is 'emacs' and the package dependency is 'emacs-nox11', not 'emacs24' nor 'emacs24-nox11' (respectively).
2012-08-11Update to 0.56ryoon3-11/+34
Changelog: === 0.56 - Mon 2 Apr 2012 === * Merged support for Git and Mercurial version control backends - Damien Accorsi & John Drinkwater * Merged plugin for "ditaa" diagrams - YPWang * Merged patch for different configuration profiles, allowing per notebook configuration of plugins, font etc. - Mariano Draghi * Added drag & drop support for the Attachment Browser plugin * Made sidepane and tagcloud remember state * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Added a Serbian translation === 0.55 - Tue 28 Feb 2012 === * Numbered lists are now supported * The index now has "natural" sorting, so "9" goes before "10" * Added new plugin to show a Table Of Contents per page, and allows modifying the outline * Added Markdown (with pandoc extensions) as an export format * New context menu item "move text" for refactoring text to a new page * Tasklist now supports a "next:" keyword to indicate dependencies, and it can hide tasks that are not yet actionable * Made zim taskbar icons and trayicon overloadable in theme - Andrei * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting * Fixed behavior of case-sensitive rename on a case-insensitive file system (windows)
2012-08-11Update to 2.5.5.01ryoon3-59/+43
Changelog: ---------------------------------------------------------------------- 2.5.5 update 1 vs. 2.5.5 Bug fixes: - Project specific filter settings not saved http://sourceforge.net/support/tracker.php?aid=3546645 - PowerPoint documents (.pptx and .pptm) could not be opened with Java 1.7 Localisation updates: - Japanese localization updated to 2.5.5 (UI) ---------------------------------------------------------------------- OmegaT 2.5.5 ---------------------------------------------------------------------- 3 Enhancements 5 Bug fixes 1 Localisation update ---------------------------------------------------------------------- 2.5.5 vs. 2.5.4 update 1 Implemented requests: - Option to not load translations=source from source documents http://sourceforge.net/support/tracker.php?aid=3527626 Other enhancements: - Revised manual - Fastest computation of Match Statistics. In addition, the first two lines are displayed as soon as they are computed Bug fixes: - Windows installer: the user language was always set in OmegaT.l4J.ini, regardless of the choice of the user - Windows installer with Java: some languages not supported by OmegaT were listed - Recognize single quotes in ENTITY of DTD file filter http://sourceforge.net/support/tracker.php?aid=3520305 (It was already implemented in 2.3 update 8, but had not been ported to 2.5.) - Java Webstart was not working with Java 1.7 - When one of the languages is an RTL language, or where setting the Editor in RTL mode with Shift+Ctrl+O, spaces could be wrongly located. As a workaround, tags are not displayed in grey when translating an RTL language is involved or when the Editor is in RTL mode. Localisation updates: - Russian localisation updated to 2.5.4 update 1 (UI, Instant Start) ---------------------------------------------------------------------- OmegaT 2.5.4 update 1 ---------------------------------------------------------------------- 3 Enhancements 4 Bug fixes 4 Localisation updates ---------------------------------------------------------------------- 2.5.4 update 1 vs. 2.5.4 Implemented requests: - Help&Manual: hide content of tags per translate=true/false http://sourceforge.net/support/tracker.php?aid=3528468 - Camtasia added tags http://sourceforge.net/support/tracker.php?aid=3528472 Other enhancements: - Windows installer: there's a new option to specify whether the language chosen during installation should be used for OmegaT. If Yes, OmegaT.l4J.ini is modified to use that language. Bug fixes: - Exception if new non-default /tm contains TMs to segment http://sourceforge.net/support/tracker.php?aid=3425237 - NullPointerException during resegmentation http://sourceforge.net/support/tracker.php?aid=3481757 - When editing project-specific file filters, the checkbox was labelled jCheckBox1 instead of "Enable project specific filters" - When changing project-specific segmentation rules to default and back, the results were not immediately visible Localisation updates: - Italian localisation updated to 2.5.4 (UI, readme) - Dutch localisation updated to 2.5.4 (UI, readme, documentation) - Russian localisation updated to 2.5.4 (UI, readme, Instant Start) - Basque localisation updated to 2.5.2 (UI, readme, Instant Start) ---------------------------------------------------------------------- OmegaT 2.5.4 ---------------------------------------------------------------------- 6 Enhancements 0 Bug fix 1 Localisation update ---------------------------------------------------------------------- 2.5.4 vs. 2.5.3 Implemented requests: - Automatic conversion of numbers when inserting fuzzy matches http://sourceforge.net/support/tracker.php?aid=1381480 Other enhancements: - The automatic save interval can now be set in Options > Save. It is defined in minutes and seconds. If a value lower than 10 seconds is set, it is reset to 10 seconds. - Linux: Enhanced Kaptain script - Load translations from sources as default translations http://sourceforge.net/support/tracker.php?aid=3524017 - The File Filters dialog can now be resized, as well as its sub-dialogs - Capture variables in source filename to target mapping has been extended with new variables for a given number of extensions See http://sourceforge.net/support/tracker.php?aid=3436954 Localisation updates: - Italian localisation updated to 2.5.3 (UI) ---------------------------------------------------------------------- OmegaT 2.5.3 ---------------------------------------------------------------------- 3 Enhancements 3 Bug fixes 1 Localisation update ---------------------------------------------------------------------- 2.5.3 vs. 2.5.2 update 2 Implemented requests: - (X)HTML filters: hide content of tags based on attributes http://sourceforge.net/support/tracker.php?aid=3513384 - Capture variables in source filename to target mapping http://sourceforge.net/support/tracker.php?aid=3436954 Other enhancements: - The Linux packages (OmegaT_xxx_Linux.tar.bz2 and OmegaT_xxx_Without_JRE.zip) have been improved. They now contain an installation script: linux-install.sh and a Kaptain script: omegat.kaptn. The OmegaT script in OmegaT_xxx_Without_JRE.zip have been improved with the usage of REALOMEGATPATH, as was already the case in OmegaT_xxx_Linux.tar.bz2. Bug fixes: - After loading or reloading the project, the focus was on the Matches pane rather than on the Editor - Empty translations were not working for XML filters (e.g., Word, OpenOffice.org/LibreOffice, etc.). I.e., the source text was inserted in the target document. - "Comment:" was displayed for all HTML segments, even when the segment was not an attribute, and therefore had no comments to display Localisation updates: - Italian localisation updated to 2.5.2 update 2 (UI)
2012-08-10editors/emacs24: update configure* patches for DragonFlymarino3-12/+32
DragonFly needs libc explicitly defined for its linker. The temacs utility still segfaults, but at least it builds now.
2012-08-09editors/gummi: USE_TOOLS+= msgfmt, piggy-back on patchmarino3-6/+7
DragonFly needs <netinit/in.h> header just like NetBSD.
2012-08-07editors/xjed: Fix DragonFly buildmarino1-2/+3
DragonFly needs same hack as NetBSD - there's no strops.h header.
2012-08-07editor/vigor: post-patch operation broke DragonFlymarino1-1/+5
DragonFly replaced CIRCLEQ_* with TAILQ_* a few years back. The system sys/queue.h will not build editors/vigor. The Makefile's post-patch phase removed it's version of queue.h because it masked the system sys/queue.h, which is exactly what is required for DragonFly. Make this post-patch operation system specific: Do it only for non-DragonFly platforms.
2012-08-07editors/xvile: Update from version 9.7 to 9.8marino2-4/+26
This package uses the distinfo and patches from editors/vile which was recently updated to version 9.8. Unfortunately it doesn't use a common makefile so there was a version mismatch. In the end, it didn't matter because the PLIST had to be significantly modified as well. These patches move xvile to version 9,8 and fixes build on DragonFly as a side benefit.
2012-08-04+gummidrochner1-1/+2
2012-08-04add gummi-0.6.4, a small and simple LaTeX editor, from Peter Kotcauerdrochner5-0/+72
per mail to pkgsrc-users
2012-07-28Update medit to 1.1.1.obache3-24/+6
2012-07-27 Yevgen Muntyan <emuntyan@users.sourceforge.net> * === Released 1.1.1 === Fixed some build errors: Check for sys/wait.h, so that HAVE_SYS_WAIT_H is defined when needed. Link with gmodule explicitly.
2012-07-24update to 1.0.7.16drochner5-44/+131
changes: bugdixes, misc. feature additions pkgsrc change: don't use mk/tex.buildlink3.mk - this pulls in too much and forces needless rebuilds on minor TeXlive updates
2012-07-20editors/vile: Update from 9.7 to 9.8marino8-77/+75
Please see CHANGES for complete list of changes (almost 900 lines since version 9.7 was released 14 June 2008). Unlike version 9.7, version 9.8 builds on DragonFly. From README (condensed: over 350 lines by itself) August 2010 vile 9.8 is released. The goal of this release is to fill in the remainder of the UTF-8 support. General changes: + many improvements to UTF-8, for regular expressions and input. + implement user-definable operators + vile.hlp and all ".doc" plain-text files are generated from html. http://invisible-island.net/vile/vile-toc.html + highlight matches in which-keywords, etc., and put a hyperlink on the highlighted text to view the corresponding file. + add a brief mode format "%M" for modeline-format + improve checks for insecure file permissions. + improve which-source and which-exec commands, showing which files fail the checks for insecure permissions. + new configure script options: + --with-symlink, which augments --program-suffix to make it simple(r) to install versioned binaries. + options for transforming program name upon install: -- program-prefix, --program-suffix, --program-transform-name Locale Improvements: (too many too list) New Commands: + new command-line option "-F" tells vile to only run the syntax filters for the given files, writing the attributed text to the standard output. Used this option to highlight the code-examples in vile's html and documentation. + added several "list-XXX" aliases to match "show-XXX" commands, for consistency. + "append-number", "insert-number", "overwrite-number" commands work with characters entered as numbers. + "define-menu-entry" modifies xvile menu entries. + "set-extra-colors" allows setting extra colors for special buffers such as [Settings]. + "show-filtercolors" macro shows the class names and their colors for the current majormode. + "show-extra-colors" shows classes and colors modified by "set-extra-colors". + "show-local-modes" is an easier-to-remember variation for the count+"show-modes" combination. + "show-undo-stack" shows the contents of the undo-stack. + "show-wide-printable" provides a way to see details for other "pages" than the ASCII/Latin-1 0-255 code. + "store-operator" stores a macro which is treated as an operator. New Modes: + "spaces-after-sentence" is now a buffer mode, to allow it to be part of a majormode. + "check-access" makes the check for insecure file-permissions configurable by the user. + "percent-autocolor" can be used to override the autocolor mode for very large files. + "reuse-position" allows users to specify that vile should restore the current line/column position when (re)displaying a scratch buffer built with liststuff. New Variables and Functions: + &bchanged, &fchanged and state variables $bchanged (same as $modified) and $fchanged make it simpler for scripts to check if buffer/file timestamps differ. + $cfgopts now shows drivers (ansi, borland, ntcons, ntwin, os2vio, vmsvt) and other useful settings (iconv, multibyte). + $cmd-encoding variable allows control of minibuffer's encoding + $cmd-motion variable is used in user-defined operators. + $font is always available, but readonly for non-GUI configurations. + $kill-size and $kill-limit variables to improve scripting with the $kill variable. + $latin1-expr variable specifies whether a derived narrow locale really has Latin1 (ISO-8859-1) encoding. + $modeline-limit limits the offset into each line that vile scans for modelines. + $term-cols, $term-lines and $term-resizes give the terminal dimensions, and tell if it is in a resizable window. + $title-encoding controls whether vile 8-bit or UTF-8 encoding is used when setting xterm title. Syntax Filters: (too many too list) Other Portability: (not listed) Performance: (not listed)
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz3-6/+6
by Obache.
2012-07-12editors/ted: Fix DragonFly indirect linking errormarino1-1/+2
2012-07-07Update to 0.4.7 to address PR 46667 (build failure after poppler update)wiz3-11/+16
by Jim Bernard, based on patch by Matthew Mondor. Version 0.4.7 (July 4, 2012): insert image tool (based on patches by Victor Saase and Simon Guest) renamed "Journal" menu to "Page" paste images and text directly from and to other applications lasso tool (based on patch by Ian Woo Kim) Version 0.4.6 (May 22, 2012): win32 portability code (contributed by Dirk Gerrits) fix bug in PDF export code on 64-bit systems (patch by Robert Buchholz) fix hand tool bug when exiting canvas (#2905711) Italian translation (Marco Poletti), German translation (Stefan Lembach) Spanish translation (Alvaro), Brazil Portuguese translation (Marco Souza) fix save bug with text boxes containing > 4095 characters Czech translation (David Kolibac), Dutch translation (Timo Kluck) fix crash upon unplugging input devices change close dialog box default to "save" (patch by Kit Barnes) option to force PDF background rendering via cairo (slower but nicer) wrapper for missing GdkPixbuf rendering function in newest poppler disable GTK+ XInput bugfix by default (#3429416) fix linker flags (#3208984); evdev coordinate fix (#3244118) (Timo Kluck) specify license version: GPL v2 or later fix 1.#J coordinates from win32 xoj files
2012-07-03Fix inline usage.joerg2-1/+42
2012-07-02Revbump after updating boostadam1-2/+2
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland5-9/+15
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01Merge change from upstream to fix build.dholland2-1/+17
2012-06-29Fix typo (PKGREVISON -> PKGREVISION).wiz1-2/+2
2012-06-26Install documentation. Emacs is not the package that can be usedasau5-55/+59
without it effectively.
2012-06-25Disable character set warning for Clang, it produces over 8GB outputjoerg1-1/+8
otherwise.
2012-06-23Whoops, no, exactly the same, misread something.dholland1-2/+2
2012-06-23Fix Solaris build (more or less like Dragonfly build)dholland1-1/+2
2012-06-18Make sure that the elisp subdirs, which are installed by tar-copy, comedholland1-1/+9
out with the right permissions. I'm sometimes getting them coming out mode 754, which fails the build if PKG_DEVELOPER is set.
2012-06-18Add missing termcap.bl3.mk.dholland1-1/+2
2012-06-17Needs curses, not just termcap. Not bumping revision since it won't havedholland1-2/+2
built since the previous bump, except where curses and termcap pull in the same depends, in which case it doesn't matter.
2012-06-16+emacs24, emacs24-nox11dholland1-1/+3
2012-06-16Mark this broken until emacs25 snapshots become available. Removingdholland1-1/+3
the package until then seems stupid.
2012-06-16Add emacs24. Change the logic for emacs-snapshot to be emacs25, which itdholland1-10/+12
presumably will be once the necessary upstream stuff appears.
2012-06-16Add emacs24-nox11 package, based on emacs-nox11 (which is currentlydholland3-0/+41
emacs23) but attached to emacs24.
2012-06-16Add emacs24 package, based on wip/emacs-rc.dholland17-0/+4337
2012-06-16Update to KDE SC 4.8.4markd3-7/+12
Bug fixes.
2012-06-15vigor only works with db1, so if db1 is builtin use it, otherwise usesbd1-4/+13
the included db implementation. Bump PKGREVISION.
2012-06-14Add missing termcap buildlink.sbd1-2/+3
Bump PKGREVISION.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd28-52/+56
2012-06-10+meditobache1-1/+2
2012-06-10Import medit-1.1.0 as editors/medit.obache5-0/+334
medit is a GTK text editor. Started as an editor component of GGAP (http://ggap.sourceforge.net/), it grew up to a real full-featured text editor.
2012-06-02Add symlink to gnu/man/man1/ed.1cheusov2-6/+10
++pkgrevision
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-15/+19
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision Add LICENSE
2012-05-23+edtabs1-1/+2
2012-05-23Added editors/edt version 1.9abs5-0/+56
Edt text editor emulator. This text-editor emulates the VAX VMS text editor known as Edt, and to some extent, later versions called TPU/Eve.
2012-05-23Honor LDFLAGS; should fix rpaths and thus the Linux build.dholland2-6/+16
2012-05-23Add missing termcap.bl3.mk.dholland1-1/+2