summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2005-07-30Added -DMISSING_EXTERN_ENVIRON for NetBSD. Still does not build becauserillig1-1/+2
of missing Perl include files.
2005-07-28Changes 2.2.9:adam4-11/+13
* Bugfixes
2005-07-27update to 1.0.5.6drochner6-52/+41
changes: -Improvements in the double-buffering system -Implementation of a triple-buffering system for the graphical object -Improvements in the partial redraw system -Start the implementation of document parts and preambles -Simplifications in configure.in and the main makefile -Global folding and unfolding according to type of contents
2005-07-27Updated vim to 6.3.085martti3-5/+17
1729 6.3.081 glob() may execute shell command unexpectedly 2102 6.3.082 (after 6.3.081) more generic solution to avoid shell commands 5053 6.3.083 VMS: add function keys to vt320 termcap entry 3408 6.3.085 crash in syntax highlighting
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz9-18/+18
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-19update to 1.3.6drochner8-40/+56
changes: bugfixes, in particular: * It is now possible to typeset files which reside in a directory with spaces in its name; this requires a modern TeX implementation (such as teTeX 3.0). * It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab and <opt><shift>-tab with LyX/Mac) to switch between the open documents. * LaTeX-type accents, ligature breaks and hyphenation marks are now considered as part of words
2005-07-19depends should be ../../<category>/<pkg>grant7-14/+14
2005-07-19Changes 3.3:adam3-8/+14
- The default background color can now be set. - JOE now supports 256 color xterm. - The mouse can now resize windows and select menu entries. - During selection with the mouse, the window will autoscroll when you go past the edge. - An xterm-patch is included which makes "-mouse" mode work better. (With the patch, also set "-joexterm"). - Syntax files are provided: ADA, AWK, COBOL, SED, Postscript, and SQL - Improved jpico: search now looks more like real pico - Grep find: use ESC g to grep. Then use ESC space to jump to to indicated file/line.
2005-07-18Do not include <malloc.h>.kristerw2-1/+14
2005-07-17Regenerate so that the Mac OS X patch program undestands howkristerw2-6/+8
to apply it.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam2-4/+4
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam3-9/+6
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam4-8/+8
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-12Prevent paths to the build directories from being included in the package.kristerw2-4/+9
Bump PKGREVISION.
2005-07-07Updated vim to 6.3.079martti4-7/+17
1745 6.3.075 syntax highlighting wrong after unloading another buffer 3546 6.3.076 crash when using Cscope interface with very long result 1853 6.3.079 crash after executing a command in the command-line window
2005-07-07Added vim-langmartti1-1/+2
2005-07-07Added vim language files.martti3-0/+234
2005-07-07Added vim-6.3-lang.tar.gz to the list of downloadable files (will only bemartti2-2/+8
used by the new vim-lang package).
2005-07-06update to 1.0.5.5drochner3-13/+63
changes: More and improved folding and switching functionality for presentation mode (1.0.5.5). Simple animations (1.0.5.5). On-the-fly evaluation of computer algebra scripts (1.0.5.5). Improved rendering speed of images based on plug-in for Imlib2 (1.0.5.5). A simple thumbnail facility (1.0.5.5). Documentation of tree API (partial) and structured editing (1.0.5.4). Fixed some long standing bugs concerning cursor movement (1.0.5.4). Implementation of structured cursor movement (1.0.5.4). Enrichment of the Scheme API with routines for tree traversal (1.0.5.4). Improved arrows and dashes for upcoming graphical mode(1.0.5.4). Reorganized and consolidated tree API (1.0.5.3). Started documentation of Scheme API (1.0.5.3).
2005-06-30Changes 2.2.8:adam1-4/+4
(see abiword :))
2005-06-30Changes 2.2.8:adam5-17/+20
* Make Text Folding actually work * Fix text justification on MacOSX * Initial support for the OpenDocument (.odt) file format
2005-06-30Quieten CHECK_WRKREF. The build PATH in the dumped mule is not a problem.markd1-1/+5
2005-06-30Quieten CHECK_WRKREF. The build PATH in the dumped emacs is not a problem.markd2-2/+10
2005-06-26comment out dirrm of shared icon directory.markd1-2/+2
2005-06-23Prevent paths to the build directories from being included in the package.kristerw3-11/+29
Bump PKGREVISION.
2005-06-19Prevent paths to the build directories from being included in the package.kristerw1-2/+4
Bump PKGREVISION.
2005-06-16Create directories before installing files into them.jlam25-25/+72
2005-06-10Update to 2.10.3: it contains a security fix for a format stringjmmv2-6/+7
vulnerability in error dialogs when loading a file fails.
2005-06-08Share a Makefile.common between emacs and emacs-nox11.markd4-1866/+83
Should fix PR pkg/30462. Also convert emacs to options framework.
2005-06-05Recognize the softdep, devmtime and nodevmtime options. Bump PKGREVISION to 1.jmmv3-5/+24
Patch from Geert Hendrickx in tech-pkg@.
2005-06-04Update to version 1.8.1markd3-27/+8
ChangeLog: * Fixes a build issue on older (KDE 3.2) installations. * Translated documents are installed correctly now.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam33-65/+50
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31update to 1.0.5.2drochner5-35/+37
changes: User preference for popup instead of footer dialogues (1.0.5.2). Default values and types for interactive arguments (1.0.5.2). Better dialogue system based on scheme continuations (1.0.5.2). Arrows for the upcoming graphical mode (1.0.5.2). Support for plug-in provided icons and dictionaries (1.0.5.2). Included Proclus plug-in into the main distribution (1.0.5.2).
2005-05-30Updated editors/vim to 6.3.074 and fixed pkg/29979martti9-21/+32
2083 6.3.072 crash for substitute message when using UTF-8 and Chinese 2017 6.3.073 Win32 GUI: display errors when scrolling up/down 2365 6.3.074 with 'insertmode' CTRL-V after Select mode doesn't work
2005-05-29Fix build by removing patches obsoleted during the last update.jmmv3-38/+1
2005-05-26Don't use buildlink framework just to do a conditional dependency for ajlam1-2/+2
binary tool. We can now use the tools framework for this. Remove the various nroff/groff buildlink3.mk/builtin.mk files as editors/jove was their only user in pkgsrc.
2005-05-26Apply patch to recognize NetBSD specific filesystems in fstab. Providedjmmv8-12/+32
by Geert Hendrickx in tech-pkg@. Bump PKGREVISION to 1 (and adjust DEPENDS lines in vim* to allow revisions).
2005-05-26Update kile to version 1.8.markd4-22/+128
Kile now offers QuickPreview, UserHelp, new and improved wizards and several bug fixes.
2005-05-26Treat DragonFly as FreeBSD. From Peter Schuller in PR pkg/30225.markd2-10/+18
2005-05-25Add RMD160 checksum.wiz1-1/+2
2005-05-23Add and enable feagc1-1/+2
2005-05-23Initial import of fe-1.6, a folding editor with an EMACS-like command set,agc4-0/+55
into the Packages Collection. Fe is a small and easy to use folding editor. Fe allows to fold arbitrary text regions; it is not bound to syntactic units. Unlike Origami, folds are not attributed with a trailing comment, instead you can put folds before or after any text in the line, as you like. Fe has no configuration or extension language and requires no setup. Its user interface is emacs-like and it has menues for the very most important functions to help beginners. Further there is a reference card. It offers: * Regions and Emacs-like kill ring * Incremental search * Keyboard macros * Editing binary files * Multiple windows and views * Compose function for Latin 1 characters In case you can't stand the emacs interface and want ultimate flexibility, fe can easily be modified, because it is structured as an editor library with a user interface frontend, all written in C.
2005-05-23Removed empty line.rillig1-2/+1
2005-05-23Removed trailing white-space.rillig6-10/+10
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam26-52/+52
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-19Update to 2.10.2:jmmv3-7/+8
Fixes ===== - Fix focus when launching another instance (Paolo Borelli) - Fix compilation with gcc 2.95 (Jens Granseuer) - Fix a memory leak, some unsafe use of write() and other minor bugs (BenoƮt Dejean) New and updated translations ============================ - Steve Murphy (rw) - Adi Attar (xh) - Gabor Kelemen (hu.po)
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz9-245/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18update to 1.0.5.1drochner3-70/+110
changes: -Contextual overloading -speed improvements -groundwork for graphical mode
2005-05-16This version of emacs does not support Darwin. Set NOT_FOR_PLATFORM.minskim1-1/+3
2005-05-16Updated vim to 6.3.071martti2-4/+13
1710 6.3.069 when converting text with illegal characters Vim may crash 1928 6.3.070 crash when 'number' set and with a vertical split 1722 6.3.071 CTRL-X message sticks after error for completion