summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2005-08-28Rework emacs.mk:uebayasi8-64/+68
1) Simplify the way how an emacs version is picked when no emacs is installed, but a user try to install an Emacs Lisp package. Just pick up the version set as EMACS_TYPE than searching for versions already installed etc. If the EMACS_TYPE version is not supported by the Emacs Lisp Package, just fail. EMACS_TYPE be default to GNU Emacs 21. (In other words, users should set EMACS_TYPE as they want. Otherwise GNU Emacs 21 is used.) 2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to a) the PKGNAME itself, and b) PKGNAME in its dependency lines. EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is used. This keeps dependency graph of Emacs-Lisp-packages- installed-for-XEmacs consistent. 3) Document EMACS_* variables as much as possible. 4) Provide more cookies for PLIST. Maybe utilized later. Note that the 2) change doesn't affect the default, GNU Emacs 21 behaviour. So no version / revision bumps in this commit.
2005-08-26update to 1.0.5.7drochner3-13/+13
changes: -Several minor bugfixes from buglist -Further improvements in configure -Finished implementation of document parts and preambles -Improved cursor accessability handling also change TeX dependency to teTeX-bin, so that this can be used with teTeX3 as well
2005-08-19build-depend on scons>=0.96.1nb1 which includes a dependency on py-xml,drochner1-2/+2
should fix build problem seen in bulk-builds
2005-08-17Add .include "../../lang/perl5/buildlink3.mk" to fix build problem.hiramatsu1-1/+2
2005-08-12Update to 4.10, part of Pine 4.63. Near zero changes; just onetv8-26/+25
international charset tweak. (libpico is ABI compatible with 4.9, so no BUILDLINK_DEPENDS bump required)
2005-08-12Changes 2.7.8:adam3-14/+35
o Several new keymaps has been added o New handwriting recognition files has been added. o FAQ and GUI translations has been added. o AMD 64 bit fixes has been added. o Filename and application icon is now shown.
2005-08-11Changes Zile 2.2.4:adam7-78/+24
* Fix macro creation. * Add --funcall back. * termcap terminal replaced with ncurses again. * More code cleanup. * .zilerc replaced by .zile, which is a pseudo-Lisp file. * Various other bug, design and documentation fixes. * Add case-replace and kill-whole-line. * Change command-line options to be more like Emacs.
2005-08-11Whitespace.uebayasi1-15/+15
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam9-26/+18
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-09+kdissertdrochner1-1/+2
2005-08-09import kdissert-1.0.3, a Mindmapping-like tool to generate text templatesdrochner5-0/+117
2005-08-08Update nvi-m17n to 1.79.20040401 applying patch from PR pkg/30216taca5-88/+11
by ISIHARA Takanori. Brief changes: 2004/4/1 publish a new diff as "cvs diff" (with old cvs) generated malformed diff. 2002/5/22 support iso-2022-15 character encoding. 2001/10/24 plug a printf string vulnerability. 2000/4/7 support automatically recognize iso-2022-jp-3 character encoding. common/multibyte.c
2005-08-07Depend on wxGTK24, bump PKGREVISION.wiz1-3/+4
2005-08-04It seems that "sleepy.vwh.net" isn't exist anymore.taca1-3/+2
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.