summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2012-02-23Update emacs-snapshot to 24.0.93.20120222.minskim2-6/+6
Notable changes: * dired-x.el (dired-guess-shell-alist-default): Remove escape sequences from nroff output. (Bug#172) * icomplete.el (icomplete-completions): Check FROM arg before passing to substring (Bug#10850). * international/characters.el (script-list): Sync with the latest Unicode Character Database. * newcomment.el (uncomment-region-default): Don't leave extra space when an arg is provided (bug#8150).
2012-02-22Update to 2.5.1.01ryoon4-29/+45
* pkgsrc patch is merged to upstream. Changelog: ---------------------------------------------------------------------- OmegaT 2.5.1 update 1 ---------------------------------------------------------------------- 2 Enhancements 2 Bug fixes 0 Localisation updates ---------------------------------------------------------------------- 2.5.1 update 1 vs. 2.5.1 Implemented requests: - Console: more context on error message "Failed to load..." http://sourceforge.net/support/tracker.php?aid=3465220 - Navigate to next/previous segment with a note http://sourceforge.net/support/tracker.php?aid=3484729 Bug fixes: - Remove Tags can create a corrupted target document http://sourceforge.net/support/tracker.php?aid=3487497 - After "save" the cursor goes to the head of the segment http://sourceforge.net/support/tracker.php?aid=1643198 ---------------------------------------------------------------------- OmegaT 2.5.1 ---------------------------------------------------------------------- 10 Enhancements 1 Bug fix 2 Localisation updates ---------------------------------------------------------------------- 2.5.1 vs. 2.5.0 update 5 Implemented requests: - Validate tags in console mode http://sourceforge.net/support/tracker.php?aid=3426212 - Add patterns for text that should be removed and validate http://sourceforge.net/support/tracker.php?aid=3477099 - User-defined tags http://sourceforge.net/support/tracker.php?aid=1599334 - Validate Java MessageFormat pattern tags ({0} etc.) http://sourceforge.net/support/tracker.php?aid=3477045 - Render tags in different color in editor http://sourceforge.net/support/tracker.php?aid=2120329 - Add "date" & "time" to translated file name pattern http://sourceforge.net/support/tracker.php?aid=3346155 - targetLocale for use with DotNetNuke ResX http://sourceforge.net/support/tracker.php?aid=3330974 - Remove all tags http://sourceforge.net/support/tracker.php?aid=3481683 - Create /tm/auto folder in new project http://sourceforge.net/support/tracker.php?aid=3368416 Other enhancements: - Insert Source Tags inserts all relevant tags (custom, java, printf), not only OmegaT-tags Bug fixes: - Camtasia filter: <Line> is incorrectly added as src segment http://sourceforge.net/support/tracker.php?aid=3481602 Localisation updates: - Dutch localisation updated to 2.5.0 update 5 (UI, readme, documentation) - Italian localisation updated to 2.5.0 update 5 (UI, Instant Start, readme) ---------------------------------------------------------------------- OmegaT 2.5.0 update 5 ---------------------------------------------------------------------- 9 Enhancements 5 Bug fixes 2 Localisation updates ---------------------------------------------------------------------- 2.5.0 update 5 vs. 2.5.0 update 4 Implemented requests: - Filter for Camtasia Studio for Windows http://sourceforge.net/support/tracker.php?aid=3457285 - TBX entry/concept level note http://sourceforge.net/support/tracker.php?aid=3454401 - Load comment from TBX even without target language http://sourceforge.net/support/tracker.php?aid=3472408 Other enhancements: - Magento CE locale CVS file filter - The key is now displayed in the comment pane for all ID-based filters: Android Resources Java Resource Bundles Key=Value Files Mozilla DTD ResX SubRip Subtitles Windows Resource WiX - Use a larger default size for the statistics dialog (800x400 instead of 400x300) - When reading external TMXs, the <hi> tag is skipped, as it cannot correspond to a tag of a source document - The "out of memory" message now refers to the manual - Instead of using Java's default memory allocation, the Windows and Linux startup scripts now use 512 MB Bug fixes: - GPL license has an outdated FSF address http://sourceforge.net/support/tracker.php?aid=3440748 - Android filter: non-translatable text was not ignored - Log messages on TMX loading were missing - In the HHC filter, the comment pane contained Tag: PARAM Attribute: value for all segments - For external TMXs, the parameter "Use XML for standalone tags" was not working for all tags Localisation updates: - Dutch localisation updated to 2.5.0 update 3 (UI, readme, documentation) - Italian localisation updated to 2.5.0 update 3 (UI)
2012-02-20reset PKGREVISION, from base pkg update.obache1-2/+1
2012-02-19Update emacs to 23.4.minskim8-464/+11
Emacs 23.4 mainly fixes a security flaw in EDE (CVE-2012-0035), which was already fixed in emacs-23.3nb1 in pkgsrc.
2012-02-19Update emacs-snapshot to 24.0.93.20120216.minskim2-6/+6
Notable changes: * mail/smtpmail.el (smtpmail-query-smtp-server): (smtpmail-query-smtp-server): Prompt the user for a port number if we can't connect to any of the standard ports (bug#10810). * Fix a loop in c-set-fl-decl-start. * Fix infinite loop with long macros. * progmodes/python.el (python-end-of-statement): Fix infinite loop. (Bug#10788) * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar): (byte-compile-defvar): Use it to minimize .elc size. Just use `defvar' rather than simulate it (bug#10761).
2012-02-16Fix build on SunOS.hans1-1/+3
2012-02-16Add missing pkg-config dependency.wiz1-1/+2
2012-02-15Update to 0.5.2ryoon11-357/+21
Tested on NetBSD/i386 5.99.64. Changelog: Sigil 0.5.2 2012.02.09 - Fix issue 1253: Replace All in All HTML files adds extra blank lines in style section. - Fix issue 1251: Merge does not work if you previously used split chapter. - Fix issue 1249: Replace All in All HTML Files leaves cursor at the bottom. - Fix issue 1247: Cannot rename file extension in book browser and rename selected should default to first extension name. - Fix issue 1238: Deleting a file does not go to the next closest entry in book browser. - Fix issue 1236: Replace All in Current file does not center cursor. - Fix issue 1234: Switching from Code View to Split View and SplitCV to CV does not vertically center the cursor. - Fix issue 1237: Rename does not keep current selection in book browser. - Fix issue 1242: Metadata::FreeFormMetadata missing assignment line 360. - Fix issue 1235: Deleting one file does not give a warning dialog. - Fix issue 1129: Crash when importing existing image. Sigil 0.5.1 2012.02.05 - Issue 1225: * Add searching selected files. * Add search wrapping. * Replace in BV automatically goes to CV. * Fixed bug where in CV if you do a replace of a word and then replace all when there are the same words on the page, the page view wouldn't be refreshed. * Various fixes. - Add English translation file used for plural strings. - Implement issue 986: Automatically renumber playorder in TOC NCX. - Implement issue 1224: F&R modifications to update layout and add Regex Multiline. - Fix issue 1214: Dictionary files do not include hypen files or GB files. - Fix issue 1213: Find and Replace does not save file when F&R is already open and searching all HTML files. - Remove the ability to use F&R to replace text in BV as it is unfixable in its current state. - Fix issue 1215: Book View line/column incorrect in status bar. - Fix issue 1216: Re-opening a document already in a tab resets the cursor position back to the top. - Fix issue 1218: F&R cleanup. - Fix issue 1212: Remove opf namespace rewriting when opening a file because it ended up being more trouble than it was wroth. - Fix issue 1188: New Sigil Regex engine crashes when pressing "replace all", works fine on pushing "replace" over and over and over again. - Implement issue 269: Select more than one item in the Book Browser Column. - Implement issues 792: Add Shortcuts for next/previous HTML file with regard to reading order, and sync selection in book browser to open tab. - Implement issue 1135: New blank section must be automatically selected on book browser. - Implement issue 1148: Allow user to change the order of split view so book view or code view is first. - Implement issue 1168: Add ability to sort HTML files alphanumerically. - Implement issue 1174: Add new blank html section should insert section after selected file. - Implement issue 1181: Merge Previous when previous file is open in current tab requires refresh to see merged data.
2012-02-13Update emacs-snapshot to 24.0.93.20120208.minskim3-9/+7
Notable changes: * server.el (server-unselect-display): Don't inadvertently kill the current buffer. (Bug#10729) * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a putative K&R region. * simple.el (list-processes--refresh): Delete exited processes (Bug#8094).
2012-02-13hunspell shlib name change -> recursive bumpwiz1-2/+2
2012-02-12From Ken'ichi Fukamachi in PR 45992:wiz1-1/+8
(1) specify PKG_OPTIONS.ng= -canna in /etc/mk.conf. ng's Makefile expects the environment variable of USE_CANNA always, but the current Makefile does not consider it. (2) compile ng on system-V like platforms e.g. *-linux, Solaris. We need to edit ng's Makefile on platforms, but the current pkgsrc Makefile is only suitable for BSD platforms.
2012-02-11Update zile to 2.4.5.hiramatsu5-21/+27
Changes from previous: ---------------------- * Noteworthy changes in release 2.4.5 (2012-02-08) [stable] ** Bug fixes Fix an egregious bug resulting in a crash whenever a non-existent file was edited. Fix other potential crash bugs in the low-level text-handling routine estr_replace. * Noteworthy changes in release 2.4.4 (2012-02-03) [stable] ** New features find-file and find-file-read-only now work non-interactively. ** Build-related Minor build system fixes (thanks to Nelson Beebe for one). ** Miscellaneous Some code clean-up. Slight speed improvement to general editing operations. * Noteworthy changes in release 2.4.3 (2011-12-20) [stable] ** Bug fixes Fix a crash on certain terminals. Fix a recently-introduced display bug in isearch. * Noteworthy changes in release 2.4.2 (2011-10-05) [stable] ** Bug fixes Fix some serious display performance bugs introduced in 2.4.0.60. ** Build-related Don't enable Valgrind by default, and explain that correct suppressions are needed to use it successfully. * Noteworthy changes in release 2.4.1 (2011-09-20) [stable] This is the first release in a new stable series. ** Bug fixes Fix a long-standing bug in uniarg handling in macros. Fix display of percentage position in buffer. Fix display of search string in query-replace. Fix poor performance of fill-paragraph. Fix handling of Backspace/^H by looking at termcap kbs setting. ** Build-related Several fixes and improvements were made to the build system. * Noteworthy changes in release 2.4.0.60 (2011-08-19) [beta] This release is a major update, upping the dependencies from C89 to C99, from POSIX-1.2001 to POSIX-1.2008 (though in fact Zile will still build on many other POSIX and non-POSIX systems thanks to gnulib), and adding a dependency on libgc. Together these changes have allowed the removal of hundreds of lines of code and the elimination of whole classes of bug (in particular, classic memory-management bugs); overall, combined with continued simplification, Zile 2.4.0.60 is well over 1,000 lines of code, or 10%, shorter than the previous stable release, 2.3.24. Several old bugs have been fixed, a few more esoteric features removed, and Emacs-compliance has been improved. However, the major rewrite has almost certainly introduced new bugs which have not yet been found and fixed, hence the alpha status of this release. Distribution packagers are encouraged to try packaging this version to find any problems with the updated build system and dependencies. * Noteworthy changes in release 2.3.24 (2011-04-29) [stable] ** Bug fixes Fix kill-line with prefix argument. Fix a cosmetic problem with multiple ESC-digit combinations. Use gnulib’s mkstemp to avoid problems on some platforms. Fix initial screen setup when some files are loaded on the command line. ** Build-related Re-automate a bit more of the release, using gnulib and woger. Add more compiler warnings. ** Miscellaneous As usual, various bits of code cleanup and simplification. * Noteworthy changes in release 2.3.23 (2011-03-14) [stable] ** Bug fixes {beginning,end}-of-buffer now take account of transient-mark-mode (bug present since “forever”). ** Build-related Turn on more compiler and build system, and run-time checks (thanks, gnulib!). * Noteworthy changes in release 2.3.22 (2011-03-03) This release fixes a bug in forward regex isearch introduced recently, and makes the build system use silent rules by default. Release 2.3.21 This release fixes a bug that caused build failure on non-GNU systems, and a bug in backward search introduced in 2.3.18, and simplifies the test system. A little other code cleanup was done. Release 2.3.20 This release fixes a potential buffer overflow, search and replace with embedded NULs, a bug in the build system (the Zile-only tests now run correctly when an EMACS environment variable is defined), and a bug introduced in 2.3.17 which caused consecutive kills not to save the killed text (thanks to Chris Leyon for the report). Some code was cleaned up and better use made of gnulib. The build scripts that were previously in Lua have been rewritten in Perl; Perl is now required to build Zile (previously, Lua was not required, at the expense of making the build system more complicated and fragile). A cyclomatic complexity report on the C code can now be produced. Release 2.3.19 This release fixes a space leak, a small bug in reading filenames in the minibuffer introduced in 2.3.18, and some behaviour that was not the same as Emacs, and cleans up the code a little. Release 2.3.18 This release fixes some minor space leaks, a read of freed memory, and a bug in quoted-insert, stops Zile from catching the user signal SIGQUIT, and cleans the code up a little.
2012-02-06Revbump forwiz39-75/+79
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-02Update emacs-snapshot to 24.0.93.20120201.minskim3-8/+8
Notable changes: * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz and .lzma compressed files. * mail/emacsbug.el (report-emacs-bug): Fill the potentially long line that displays system-configuration-options. * descr-text.el (describe-char): Show the raw character, not only its display form at POS.
2012-02-02Use ${RM} -f to avoid failure if no files are found to be removed.hans2-4/+4
2012-01-29editors/xournal: Fix indirect linking error on DragonFlymarino1-1/+3
2012-01-29editors/tea: Fix indirect linking error on DragonFlymarino1-1/+2
2012-01-29editors/qgoogletranslator: Fix indirect linking error on DragonFlymarino1-1/+3
2012-01-29editors/notecase: Fix indirect linking error on DragonFlymarino1-1/+3
2012-01-28Update emacs-snapshot to 24.0.92.20120126.minskim2-6/+6
Notable changes: * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map. * term.el (term-raw-escape-map): Use Control-X-prefix. * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566) * Fix filling for when filladapt mode is enabled. * Optimise font locking in long enum definitions.
2012-01-26Update to 0.5.0ryoon10-23/+339
* Add dependency to pcre and hunspell. * Use external libraries (CMakeLists.txt etc. from upstream HEAD) Changelog: Sigil 0.5 2012.01.21 - Implement issue 533 and 1079: allow user to select which level(s) of <h> to include. - Fix issue 788: Error saving when the folder the file was in was renamed outside Sigil. - Fix issue 998: Don't select file extension on rename in book browser. - Fix issue 1111: Failure to rename to same name with case change. - Implement issue 205: Drag and drop for images to book and code views. - Fix issue 1019: issues with opf-namespace declaration. - Inline spell check with right click replace in Code View. - Fix issue 1064: Issues with editing epubs with differing html extensions. Take mimetype into account when opening the file to help determine how to deal with the file. - Fix issue 1055, 1038, 1006: Focus switching causes unwanted cursor jumping in split view. Don't auto sync cursor position between views. - Implement issue 375: Add image selection dialog for inserting existing images into book and code views. - Add menu items for setting heading, adding new items, show / hide toolbars. - Organize menu. - Fix issue 803: Print prints immediately, no dialog box. - Implement 245: Unify zoom levels (book, text, image) and store the levels. - i18n capability. Build and load translation files. - Add keyboard shortcut manager so user can change the keyboard shortcuts. Fixes 966. - Add preference dialog. Closes 206, 718. - Refactor Find & Replace into a widget that appears below the editor. Closes issues: 961, 579. - Windows Installer: Add Sigil as a handler for EPUB and HTML files so that jump lists will work and it will always show up on the 'Open With...' menu. - Fix issue 1033, 1034: Implement scroll to fragment for Code View and fix scrolling for book view. - Fix issue 1032: Remove '=' from the list of valid characters for ids. - Fix issue 1001: Valid IDs are now formed by replacing invalid characters with underscores. Colon removed from the list of valid characters. - Fix issue 1014: Sigil was erroneously assuming that fragment ids would be unique across the entire book, whereas they're only required to be unique within a particular xhtml document. New code implemented to cover those situations where this assumption is wrong. - Fix issue 1015: Fix issues with cursor positioning in Split View. - Fix issue 1022: Added support for Adobe's page-map.xml pagination extension. (Must use this exact filename). - Implement issue 183: Use a PCRE regular expression engine instead of QRegExp. Also fixes issue 498: regex '^' (start of line) broken. - Implement issue 168: Allow selection of multiple Meta Editor properties. - Allow for deleting multiple metadata items. - Implement issue 368: Pressing enter key on item in book browser should open item. - Fix issue 1005: Regression from change to ensure metdata element has dc namespace.
2012-01-24Convert file creating patch into plain file. Fix man page markup.joerg4-1071/+1106
Bump revision.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd12-24/+24
2012-01-20PKGREVISION must not be in Makefile.common.obache3-4/+6
2012-01-19Add fix for CVE-2012-0035, bump PKGREVISION in Makefile.common since thistez3-2/+420
affects editors/emacs-nox11 also
2012-01-18Revbump after db5 updateadam1-2/+2
2012-01-17Convert packages with add --libdir=* to CONFIGURE_ARGS to usesbd1-2/+2
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-16Fix PR pkg/45803ryoon2-1/+25
With boost 1.48.0, overload is no longer needed. Tested on NetBSD/i386 5.99.59.
2012-01-14gsed related clean up.obache1-6/+1
* Stop to treat NetBSD's sed as GNU sed, not full compatible. * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and real GNU sed is required. * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD. * convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
2012-01-14Force real gsed only on NetBSD.hans1-1/+5
2012-01-14Convert to USE_TOOLS=zip.hans1-4/+2
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache15-29/+30
2012-01-12update to 2.29drochner4-32/+14
many fixes and improvements
2012-01-09clean up outdated dependencies, bump PKGREVdrochner2-7/+6
2012-01-09Merge patch from other emacs packages - prevent from optimizing outskrll2-1/+50
__malloc_hook) to fix one source of SIGSEGVs during build. PR/45405 PR/35235
2012-01-09Recursive bump from boost-libs shlib bump.obache1-2/+2
2012-01-08Update emacs-snapshot to 24.0.92.20120105.minskim3-7/+22
Notable changes: * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII letters in cite-prefix. * shell.el (shell-dynamic-complete-functions): Put pcomplete-completions-at-point, so as to try comint-filename-completion first (Bug#10417). * Introduce a mechanism to widen the region used in context font locking. Use this to protect declarations from losing their contexts.
2011-12-31try again. sigh...dholland2-6/+6
2011-12-31Merge the improved cpp checks from emacs20's patch-ab. Should fix builddholland2-4/+68
breakage on -current.
2011-12-31Merge patch-bm from emacs20 (prevent gcc from optimizing out __malloc_hook)dholland3-2/+54
to fix one source of SIGSEGVs during build.
2011-12-28Fix unprevileged build.ryoon1-1/+2
2011-12-26Add AC_CHECK_HEADERS for <sys/stropts.h>, ifdef wrap it in ex/ex_script.c andsbd4-3/+55
because it may be called <stropts.h> check for it and alternatively use it. In ex/ex_script.c disable the I_PUSH ioctl call on linux.
2011-12-24Adjust the amd64 patch by crosschecking the existing header for alpha.dholland49-84/+785
Patch extensive use of malloc and alloca without <stdlib.h> and some other stuff that showed up in the build log. Still crashes in temacs but it's getting much farther.
2011-12-24Merge patch-bm from emacs20 to prevent infinite recursion in malloc.dholland2-1/+40
2011-12-21If you have ptyfs set up and this package detects it, it assumes youdholland3-1/+44
must be on System V and also have STREAMS. Avoid the STREAMS code for NetBSD. Note: I haven't tested this or even looked at any of the code except for what was trying to use STREAMS, so it may not work; but now it at least builds, and the behavior if ptyfs is not detected is unchanged.
2011-12-20Try to support NetBSD/amd64.ryoon3-7/+156
It progress to temacs segfault on NetBSD/amd64 5.99.56. * Import src/m/amd64.h from editors/emacs20.
2011-12-19Try to fix build.ryoon3-4/+37
* Merge checks in emacs20's patch-ab. Fix PR pkg/45669 like problem. * Now I have gotten temacs sagfault, maybe related to PR pkg/45716.
2011-12-19Fix elvis-x11 build by depending on pkg-config.wiz1-1/+2
XXX: This is a big mess. elvis/Makefile is included by other packages, elvis-x11 sets an option...
2011-12-19Not MAKE_JOBS_SAFEdholland1-1/+3
2011-12-19Suppress a gcc warning that popped up in Joerg's build. While here,dholland3-8/+20
fix some pkglint. XXX: someone with the patience to wade through files with assorted copyright headers should figure out the proper setting of LICENSE for this package.