summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
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
2012-05-23note where this is useddholland1-1/+6
2012-05-23Honor PKGMANDIR.dholland2-6/+14
2012-05-22Deal with the fact that Makefile.in is now regenerated by also patchingjoerg2-1/+40
Makefile.am as appropiate. automake can't be run directly, since it doesn't like configure itself.
2012-05-16editors/kdissert: Fix indirect linking (all platforms)marino2-1/+14
Rather than modify this wscript to read the LDFLAGS environment variable, the c++ kdeui library was directly specified for all platforms.
2012-05-16editors/scite: Fix indirect linking (all platforms)marino2-5/+14
Due to the use of pkg-config to generate libraries inside the gtk/makefile file, the indirect linking fix couldn't be isolated to only DragonFly. All platforms will directly link libgmodule-2.0
2012-05-14Add missing termcap.bl3.mk.dholland1-1/+2
2012-05-14Add missing termcap.bl3.mk. No version bump; on platforms where thisdholland1-1/+2
matters lack of it leads to build failure.
2012-05-14Use <termcap.h>, not <term.h>. Should fix build on netbsd-5.dholland2-4/+4
2012-05-14Use time_t to call time(), not "long int".dholland2-5/+19
2012-05-10Use SUBST to insert PREFIX instead of a handrolled sed, and be (much) lessdholland1-7/+6
indiscriminate about it.
2012-05-10Add patch comments to preexisting patches.dholland4-7/+13
2012-05-10Pass -Wall. Fix a number of minor bugs and possibly some major ones.dholland34-43/+3810
Should also fix clang build. PKGREVISION++
2012-05-09Fix accepting keys in text mode; breakage caused by glib2 update.wiz3-3/+20
Patch from Debian, found for OpenBSD by Antoine Jacoutot and mentioned on current-users by Matthieu Herrb. Bump PKGREVISION.
2012-05-09Oops, apparently forgot to commit this.dholland1-1/+2
2012-05-09Avoid another symbol name conflict with clone(2).dholland1-0/+31
2012-05-07Needs desktopdb.mk. PKGREVISION -> 23.dholland1-2/+3