summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2006-06-12Patches work better when relative to WRKSRC...joerg2-5/+5
2006-06-11Needs msgfmt.joerg1-1/+2
2006-06-11Needs msgfmt.joerg1-2/+2
2006-06-08Make this package build with gcc-4.minskim4-2/+29
2006-06-07The C++ operator const_cast<> needs parentheses around its argument.rillig2-6/+6
2006-06-07Solaris is identified by the __sun macro, not SunOS.rillig2-5/+14
2006-06-06Make configure recognize Linux/amd64.minskim2-6/+17
2006-05-31update to 2.14.3drochner5-38/+8
changes: -do not display password when it's part of the uri -bugfixes -translation updates
2006-05-31The databases/openldap package has been split in -client and -server componentghen2-4/+4
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-05-31update to 1.0.6.2drochner3-15/+17
changes: -Simplified and improved table editing -First version of TeXmacs server -Further fixes in CJK support
2006-05-30Update to conglomerate 0.9.1:joerg3-8/+9
Enhancements * Added recent files support to File menu based on libegg ( bug #108524)(Nickolay V. Shmyrev) * Implemented triple-click selection of text ( bug #144667)(Yuriy Syrota) * Implementation of word-count feature ( bug #135093) (Thierry Moisan) (David Malcolm) * Implemented --unit-test command line option and unit-testing of example files (Geert Stappers) (David Malcolm) * Added context-menu option to convert an entity reference to a copy (David Malcolm) * Added new debug plugin (must be enabled with --enable-debug-plugin=yes), which adds a debug item to the Tools menu to dump the CongEditorArea tree as XML (and open the resulting file) (David Malcolm) * Initial (disabled) implementation of property pages (David Malcolm) Fixes * Huge cleanup of character handling; should compile cleanly on GCC4 with -Wall * Fixes to makefile and to packaging (Nickolay V. Shmyrev) (Geert Stappers) * Fixes to display specifications(Michèle Garoche) * Remove lots of excess debug logging (David Malcolm) * Various code cleanups (David Malcolm) (Nickolay V. Shmyrev) (Marcus Meissner) * Fixes for cursor handling during source-code cleanup (Nickolay V. Shmyrev)
2006-05-29Changes 4.0.2:adam3-10/+12
* Fixed speech on Windows * Updated alphabets/colours Changes 4.0.1: * Fixed segfault in control mode
2006-05-24USE_LANGUAGES=c c++; add missing qt3-tools build dependency.wiz1-1/+3
2006-05-21Updated vim to 7.0.17martti5-12/+114
SIZE NAME FIXES 1627 7.0.001 'spellsuggest' could not be added to 2007 7.0.002 C omni complete has problem with % and # in tags file path 1876 7.0.003 GUI: click in tab pages label may warp mouse pointer 1596 7.0.004 Compiler warning for debug_saved used before set 1579 7.0.005 (extra) Win32: uninstall didn't delete spell and autoload dirs 1347 7.0.006 Mac: "make shadow" didn't link infplist.xml 1919 7.0.007 AIX: compiling failed for message.c 2081 7.0.008 Can't call a function that uses both <SID> and {expr} 1625 7.0.009 ml_get errors when 'spell' is set 3705 7.0.010 spellfile plugin required typing login name and password 1989 7.0.011 can't compile with eval feature without folding feature 2532 7.0.012 matchparen plugin changed cursor column in Insert mode 4614 7.0.013 Insert mode completion: CTRL-L jumped back to original text 5712 7.0.014 Motif: doesn't compile with Motif 1.2 and earlier 4485 7.0.015 Athena: type casts for lvalues 1810 7.0.016 recognize encodings "mac-roman", "dec-mcs" and "hp-roman8" 2302 7.0.017 (after 7.0.014) Motif: doesn't link with Motif 1.2 and earlier
2006-05-21USE_LANGUAGES=c c++wiz1-1/+2
2006-05-19Fix dynamic export option.joerg2-10/+19
2006-05-19Uses C++.joerg1-1/+2
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-17update to 1.0.6drochner3-40/+18
changes: -Improved LaTeX and Html converters and support for MathML -An &alpha;-version of a graphical mode for drawing technical pictures -Default use of Type 1 fonts -New plug-ins for Maple and Mathematica -Simple animations -Faster booting -Started documentation of the Scheme API
2006-05-15Install man pages into man1, not manl and no formated version.joerg6-48/+21
Bump revisions of elvis and elvis-x11. Should fix PR 33468.
2006-05-15Fix sort-columns function.markd5-6/+24
NetBSD sort objects to setting the field separator to the same value as the record separator. Since in this case the surrounding code guarantees there will be no tabs in the input set the field separator to tab. Bump PKGREVISION.
2006-05-15Update to kile 1.9.markd3-49/+395
Release 1.9 offers many improvements and bug fixes (over 50 bug fixes and wishes are implemented).
2006-05-14Uses C++.joerg1-1/+3
2006-05-13Fixed the RCS Id comment in line 1.rillig1-1/+1
2006-05-13Remove references to teTeX1.minskim2-4/+4
2006-05-12Add USE_LANGUAGES+=c++. Fromn Ryu HAYASAKA in PR 33471.wiz1-1/+2
2006-05-11List some installed man pages. PKGREVISION++martti2-3/+36
2006-05-10Make sure vim-share do not link with Xtonio3-9/+38
Also avoid installing language manpages for xxd, to fix PLIST
2006-05-09Remove USE_LANGUAGES line -- it is already defined in abiword/Makefile.common.wiz1-3/+1
2006-05-09Include sys/time.h for timeval. Uses C++.joerg3-2/+17
2006-05-09Update vim to 7.0.0martti12-84/+321
Since Vim 6.4 many new features have been added. To mention a few: - Spell checking support for about 50 languages - Intelligent completion for C, HTML, Ruby, Python, PHP, etc. - Tab pages, each containing multiple windows - Undo branches: never accidentally lose text again - Vim script supports Lists and Dictionaries (similar to Python) - Vim script profiling - Improved Unicode support - Highlighting of cursor line, cursor column and matching braces - Translated manual pages support. - Internal grep; works on all platforms, searches compressed files - Browsing remote directories, zip and tar archives - Printing multi-byte text Once you have installed Vim 7.0 you can find details about the changes since Vim 6.4 with ":help version7".
2006-05-09Add missing USE_LANGUAGES.hira1-1/+2
2006-05-08Fix use of g_list_remove_link. Bump revision.joerg5-3/+45
2006-05-06Add entries to PLIST for lyxclient and tex2lyx manual pagesreed3-3/+7
(as noticed in Martijn's bulk build). Bump PKGREVISION.
2006-05-06Reorder includes: sys/types.h before sys/mman.h for DragonFly.joerg3-1/+31
2006-05-04Abiword requires libiconv as a run-time dependancy.sketch2-3/+4
2006-04-28-lcompat is needed on DragonFly as well.joerg1-2/+2
2006-04-19Remove the reLyX manpage entry.reed1-2/+1
(It must have snuck back in when I merged in the local directory changes :) I will just ride on same package version since it was just earlier today.
2006-04-18This is an update to lyx 1.4.1. The jump from 1.3.x to 1.4 isreed13-262/+176
huge. Please see the announcements at http://www.lyx.org/announce/1_4_0.txt and http://www.lyx.org/announce/1_4_1.txt This adds a different interface, change tracking, character styles new tex2lyx (instead of reLyX) and a lot more. Pkgsrc changes include: DESCR -- remove the word "New" since it is not new. Improve COMMENT. makepsres tool not used anymore. New python scripts. Remove post-install target for texmf files as now done via normal install. patch-ah removed -- already integrated. patch-ai removed -- reLyX was removed. patch-aj removed -- Makefile changed (maybe this is needed to stop rebuild between build and install steps -- need to check this.) patch-ac added for sys./time.h needed; already in lyx development version. (I did this update last week and tested on Linux, NetBSD and DragonFly and havce been using on NetBSD.)
2006-04-17More PKGREVISION bumps for png-1.2.9nb2 update.wiz1-1/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz21-36/+42
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam15-499/+499
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-15Changes 2.4.4:adam8-126/+18
See http://www.abisource.com/changelogs/2.4.4.phtml for details
2006-04-14Remove trailing whitespace from various info/* entries that was causingjlam1-4/+4
the files to not be found during PLIST creation.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam10-36/+20
USE_TOOLS+=msgfmt.
2006-04-12update to 2.14.1drochner3-7/+10
changes: -bugfixes -translation updates
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig2-4/+4
that they look nicer.
2006-04-08Set qt_cv_libname=-lqt-mt in the configure environmentreed1-1/+5
because didn't link with pthread during the configure check.
2006-04-07Use texmf-dirs to install into texmf-local. Bump PKGREVISION.minskim3-5/+6
2006-04-07Do not create a directory for tex files, because they are installed inminskim2-6/+15
PKG_LOCALTEXMFPREFIX.