summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
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.
2011-12-17Add missing mk/termcap buildlink.sbd3-2/+18
Respect LDFLAGS Bump PKGREVISION
2011-12-17Add missing mk/curses buildlink.sbd1-2/+3
Bump PKGREVISION
2011-12-14Update emacs-snapshot to 24.0.92.20111213.minskim2-6/+6
Changes: * progmodes/make-mode.el: Bring it up to date with makepp V2.0. * ses.el: The overall change is to add cell renaming, that is setting fancy names for cell symbols other than name matching "\\`[A-Z]+[0-9]+\\'" regexp . * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required for completion via gud-gdb-fetch-lines-filter (Bug#10274). * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the `from' or `to' address before taking its substring. Fixes incorrect display in Rmail summary buffer whereby an RFC2047 encoded name is chopped in the middle of the encoded string, and thus displayed encoded. * speedbar.el (speedbar-supported-extension-expressions): Add .adb and .ads, commonly used for Ada source code (bug#10256).
2011-12-13editors/emacs-nox11: Revert previousmarino1-8/+1
emacs-nox11 doesn't use and can't use emacs.desktop, so there is no need to modify the file (which shouldn't even be installed). This modification could go on the editors/emacs port though, conditionally on without x11.
2011-12-11editors/emacs-nox11: Update emacs.desktop to launch in Terminalmarino1-1/+8
Tweak behavior of emacs-nox11 launched from gnome or kde desktop. This change makes emacs-nox11 always get launched inside a terminal from those desktops.
2011-12-11editors/emacs: Fix DragonFlymarino5-13/+42
1) Stop overwriting of alloca on DragonFly 2) Don't overwrite dragonfly.h START_FILES and LIB_STANDARD 3) Remove callouts for gcc41 and gcc44 (specs file handles this) 4) Remove now-unnecessary DFLY_CRT_USRLIB constant 5) New definitions for START_FILES, LIB_STANDARD 6) Specify ORDINARY_LINK
2011-12-11PowerPC, building with -O2 optimisation with GCC (on netbsd-5,hauke1-0/+18
at least) results in 'xemacs -vanilla' dumping core. Lower optimisation as a workaround, until GCC is fixed.
2011-12-09PKGREV bump for libXp-less openmotifdrochner3-7/+6
2011-12-09editors/emacs-snapshot: Fix DragonFly supportmarino3-7/+27
2011-12-08editors/xemacs: Fix all non-NetBSD platformsmarino2-4/+3
The previous change to PLIST broke all platforms not NetBSD if built under PKG_DEVELOPER=yes. The netbsd.h header will be present on all platforms, so it needs to have a dedicated entry in PLIST (as it used to). The LOWER_OPSYS variable is just wrong in this case. Secondly, the dragonfly.h file was updated for the default compiler, allowing this version of xemacs to build again.
2011-12-08editors/notecase: Fix DragonFlymarino4-7/+30
__DragonFly__ was tagged onto existing patches, and a value of MAXNAMELEN was provided as it is not defined in DragonFly's dirent.h.
2011-12-08editors/emacs20: Mark NOT-FOR-DRAGONFLYmarino1-2/+2
I actually spent a couple of hours getting emacs20 to build error-free with DragonFly's gcc4.4 compiler. Unfortunately, it came DOA and emits "elf_load_section: truncated ELF file" when executed. This version of EMACS is 14 years old, and it's not worth fooling with anymore. I doubt anybody will notice its masking.
2011-12-08editors/qgoogletrans: Add DragonFly support to installermarino2-6/+6
2011-12-08editors/manedit: Add __DragonFly__ macros to fix buildmarino5-12/+53
2011-12-06Update emacs-snapshot to 24.0.92.20111206.minskim4-21/+8
Changes: * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid overly zealous deletion of trailing whitespace. * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when there's no inferior buffer (bug#10196). * net/tramp-sh.el (tramp-maybe-open-connection): Handle user interrupt. (Bug#10187) * info.el (Info-search): Display "end of manual" when Isearch reaches the end of single-file Info manual. (Bug#9918) * isearch.el (isearch-message-prefix): Run the input method part of the prompt through bidi-string-mark-left-to-right. (Bug#10183) * vc/diff-mode.el (diff-find-file-name): Make `read-file-name' aware of remote file names. (Bug#10124)
2011-12-04Add OmegaTryoon1-1/+2
2011-12-04Import OmegaT-2.5.0.04 as editors/OmegaTryoon7-0/+1288
OmegaT is a free translation memory application written in Java. It is a tool intended for professional translators. It does not translate for you! (Software that does this is called "machine translation", and you will have to look elsewhere for it.) OmegaT has the following features: * Fuzzy matching * Match propagation * Simultaneous processing of multiple-file projects * Simultaneous use of multiple translation memories * External glossaries with recognition of inflected forms * Document file formats include: XHTML and HTML Microsoft Office 2007 XML OpenOffice.org/StarOffice XLIFF (Okapi) MediaWiki (Wikipedia) Plain text * Unicode (UTF-8) support: can be used with non-Latin alphabets * Support for right-to-left languages * Integral spelling checker * Compatible with other translation memory applications (TMX) * Interface to Google Translate Tested on NetBSD/i386 5.99.58 with openjdk7.
2011-12-03Disable address randomization under Darwin to fix build problems withjmmv3-2/+28
Xcode 4.1. This does not fix all issues though, as the installation fails while stripping the binaries. Not sure how to get rid of this yet, and it seems to affect other packages as well.