summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2005-01-01This package doesn't need perl at run time. Set USE_PERL5 to "build".minskim1-3/+3
Bump PKGREVISION due to dependency change.
2005-01-01abiword-plugins doesn't need perl at run time. Move "USE_PERL5=run"minskim3-4/+5
from abiword/Makefile.common to abiword/Makefile. Bump PKGREVISION of abiword-plugins due to dependency change.
2004-12-29bump PKGREVISION for the aiksaurus shared library version number changerecht2-4/+4
2004-12-28Bump PKGREVISIONs due to libtiff update.reed6-11/+12
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28Update to 2.8.2:jmmv2-6/+5
Fixes ===== - remove UTF-16, UCS-2 and UCS-4 from the supported encoding list since they are (and always have been) broken (Paolo Maggi) - do not leak some tooltips (Paolo Borelli) - fix crash loading some remote files (Paolo Maggi) - check if metadata file exists before reading it (Marco Pesenti Gritti) New and updated translations ============================ Nikos Charonitakis (el) Martin Willemoes Hansen (da) Jordi Mallach (ca) Mohammad DAMT (id) Christophe Merlet (fr)
2004-12-28Fix typo in PKG_SUPPORTED_OPTIONS.wiz1-2/+2
2004-12-28Patch added for gcc 3.3.x issue:reed3-2/+39
xap_UnixEncodingManager.cpp:551: error: invalid conversion from `const char*' to `char*' Include ../../devel/popt/buildlink3.mk (and not using abiword's popt). Add support for building on Darwin/Mac OS X. (Note: using X11 instead of Cocoa.) Bump PKGREVISION.
2004-12-24Bump PKGREVISION for aspell dependency update.wiz3-5/+6
2004-12-22Remove support for some variables that are supposed to go away afterjlam2-45/+2
pkgsrc-2004Q4 is branched.
2004-12-21Updated lyx-qt and lyx-xforms to 1.3.5martti11-193/+25
This is mainly a bugfix release, with few notable user-visible improvements. However, we would like to highlight two fixes in particular: * Nested documents (with Insert>Include File...), which have been broken since LyX 1.2.0, should now work properly, including the case where the files are in different directories. * It is now possible to compile LyX with gcc 3.4.
2004-12-14Add build dependency on pkgconfig.minskim1-2/+4
While here, rearrange paragraphs so that buildlink3.mk files are included before overriding targets.
2004-12-12Include scrollkeeper/omf.mk, instead of scrollkeeper/buildlink3.mk, tominskim1-3/+3
register .omf files. Noted by jmmv@. Bump PKGREIVISION.
2004-12-12Explicitly depend on gnome2-dirs because this package needsminskim2-4/+4
share/gnome/help, which is installed by gnome2-dirs. Noted by jmmv@. Also correct the corresponding comment in PLIST.
2004-12-11Do not delete share/gnome/help and share/omf when deinstalled; theyminskim2-4/+5
should be handled by gnome-dirs and scrollkeeper, respectively. Bump PKGREVISION.
2004-12-05Update to 0.7.8:jmmv3-6/+13
* Implemented widget sesnsitivity. * Changed scrollbar_spacing to zero. * Changed about dialog caption. * Fixed undo sequency for Ctrl+V overwrite. * Added Hungarian translation (thanks Reviczky Adam Janos). * Added Catalan translation (thanks David Rosal). * Added Tamil translation (thanks Vijay Durairaj). * Added Italian translation (thanks Alessio D'Ascanio).
2004-12-05version 0.7.7:jmmv2-5/+5
* Improved undo behavior by word. * Fixed multi-line unindent properly. * Updated German translation (thanks Ruediger Arp). version 0.7.6: * Improved command line recognition of filename (uri & space-separated). * Added MimeType entry to leafpad.desktop (suggested by Carlos). * Assigned Ctrl+G & Shift+Ctrl+G to Find Next/Previous. * Added statements of copying permission to all source codes. * Added French translation (thanks Luc Pionchon). * Added Spanish translation (thanks Lucas Vieites).
2004-12-05Update to 1.9.17 and drop maintainership (never used it, really).jmmv4-78/+17
1.9.17 bug fix, when saving hnb DTD, I also saved the text attribute removed the format names from prefs.c,.. now the string specified is used instead, (makes extending easier) improved the tokenizer for libcli, it now acts almost exactly as bash, even the hooks for understanding $variable_expansion is included in the code, uses a single malloc various bug fixes cleanups and merging of commands, e.g. go_root, go_recurse, and go_backrecurse are now go <root|backrecurse|recurse|up|down|left|right> search now is a single command taking direction and query as arguments. changed escape to be the key used to bring up the menu,.. and remapped ^Q to be quit (again) 1.9.16 attempts to fix the compile on OSX renaming mergesort to node_mergesort due to nameclash only compiling the static lib made indent and outdent only work when there is no data typed already, (thus making > and < allowed typed in navigation mode as long as they're not the first character typed. removed errors appearing with -pedantic (at least here) removing all macros with variable arguments replacing them with va_list removing inline statements from libcli created an utility function for string replacements, that I inserted into all the various import/export filters. added a function "insert_cal <month> <year>" which inserts the specified month/year in a fashion that makes hnb useable as a simple timeplanner as well. (when I get around to adding support for clones, this might be interesting) allowing the user to use <,>,+ and - when typing in new data without erratic behavior, and not the need to enter edit mode. (except if it is the first char of the data) fixed an issue with creating the first child, and pressing insert, and various other commands,.. added rpm spec file from Asgeir Nilsen made file_opml and file_hnb interpret all attributes implemented buffered reading for the xml tokenizer changed the function prototype for functions that register with libcli, they must now register with an int (int argc, char **argv, void *data) function overhauled hnb to use this API, some more refinement might be needed in someplaces, but it seems to work OK for now. added a menu that is accesed from F9 1.9.15 outdent fixed to be more efficient and work as intended added export context changed all import/export functions to use the query variable if filename passed is * 1.9.14 bugfix: The new sort and shuffle functions could result in dataloss when saved. new feature: expand/collapse and expand_all/collapse_all are new bindable functions, expand/collapse is bound to +/- in the default config file, they force portions of the tree to stay open even when you leave it. 1.9.13 Apparently I broke the nasty quick-sort I had implemented, when I changed the way the tree was stored. Implemented a Merge-sort which is faster anyways. Improved the behavior of non fixed navigation when the whole tree is displayed. Added a shuffle function (not currently bound), I used it while developing the new mergesort, but someone might find it useful. 1.9.12 Changed the datastructure to use a "assosciation list" for storing the actual data. Will move all tags, like checkbox to this structure. Should actually make it possible to do the addition of start end date and other "columns" a breeze, perhaps even automatic for some export/import formats modified tree_duplicate to use the new node_duplicate function, and a modified version of the import_node which takes a single node with data set as input. added import_node_text which disregards all other data items 1.9.11 changed node_swap to only swap relational pointers, thus making it easier to extend the data stored in Node later thus also changing and move node, indent/out-dent and sort to accommodate for a truer swap fixed a bug with editing of newly introduced child note: should perhaps move ui_action_edit into a built-in command that is handled specially since it now needs special attention by being a subcommand to ui_action_command 1.9.4-1.9.10 feb 2003 re-implementation of positioning of selection bar in non fixed mode massive code cleanup and separation separation of variables from prefs.* to static variables in the code modules where they belonged integration with spell checker (Ispell, but through prefs it could easily be made Aspell instead) new preferences format ability to execute commands and running mail-client / web-browser if a node or it's children contain url's / mail addresses OPML import and export postscript export htmlcss export save_state and restore_state for single level undo where needed new XML tokenizer cut/paste functionality 1.9.3 jan 2003 stabilising of the code ability to use default terminal colours, (patch from NN) 1.9.1 oct 2002 option to remember current position in hnb file when saving/loading cleaned up most of the help-system code further code separation 1.9.0 oct 2002 fixed the movement behaviour when going to the parent node,.. the screen jumped too much separated the various export and load filters into own files used my new libcli for the cli code, and as "glue" in some code spots reverted to a manual makefile instead of autoconf/automake improvements to dynamic key-bindings, multiple key-bindings for each action, all key-bindings in various context got their own choice in the preferences. The first of the actual key-bindings shown as help added some more bindings for the node editor, (skip word and bskip word, hooks for even more)
2004-12-05Update to 0.6.2: list of changes unknown. Drop maintainership.jmmv2-7/+6
2004-12-04Add casts to unsigned char to make this build on -current.wiz3-1/+29
2004-12-04Update HOMEPAGE and MASTER_SITES.wiz1-3/+3
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz16-32/+32
Suggested by Roland Illig, ok'd by various.
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz1-2/+2
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30Depend on riece instead of liece. Bump version to 0.6.wiz1-3/+3
2004-11-30Changes 3.17.12:adam2-5/+5
* valgrind audits, small memleak fixes. * fixed process die problem which causes Print to block forever.
2004-11-28This needs a curses.jmmv1-1/+2
2004-11-27Update to 3.12.7.epg2-5/+5
2004-10-20 Martin Schwenke <martin@meltin.net> * README: Updated to say tested under GNU Emacs 21.3, updated gnuserv sources from XEmacs 21.5.17, commented that SYSV_IPC works again under Linux, explained weirdness resulting from missing X development files at compile time. * configure.in: Added error message for when HAVE_X_WINDOWS doesn't get defined. Lifted check for HAVE_SOCKADDR_SUN_LEN from XEmacs 21.5.17. * Makefile.in: Added ChangeLog generation. * Makefile.in: Bumped version to 3.12.7. 2004-10-19 Martin Schwenke <martin@meltin.net> * acconfig.h: Added HAVE_SOCKADDR_SUN_LEN. * sysfile.h, gnuserv.el: Updated to version from XEmacs 21.5.17.
2004-11-25Convert to use bsd.options.mk, the following options are available:xtraeme2-31/+62
esound ldap xface canna # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q4 branch is released: # XXX # XXX USE_OPENLDAP # XXX USE_XFACE # XXX XEMACS_ESD # XXX XEMACS_USE_CANNA
2004-11-25Convert to use bsd.options.mk, the following options are available:xtraeme2-25/+50
ldap xface canna # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q4 branch is released: # XXX # XXX USE_OPENLDAP # XXX USE_XFACE # XXX XEMACS_USE_CANNA
2004-11-25Update to 1.4.6.snj2-6/+6
Changes: * modified new_curse.c to handle different subdirectory naming in terminfo directory
2004-11-25Update xemacs-current to 21.5.18magick5-32/+40
From the Releasenotes: Relative to XEmacs 21.5.17 "chayote", "chestnut" has Jerry James's new bignum support. You can now keep track of the U.S. national debt to the penny, or count to Avogadro's number by ones! Speaking of really big numbers, Malcolm Purvis has one in mind: "two". To GTK+ fans, that's an awfully big number. It's not here yet, but Malcolm has put in a lot of patches, and a port to GTK+ v2 could start soon. Jerry James has started using the Uno code checker to clean up unused variables and other ugliness. Completion of the portable dumper project is in sight, as Olivier Galibert has contributed code to attach the dumpfile to the executable. A large number of contributors have provided the usual assortment of bug fixes and feature additions, small and large.
2004-11-25Do not force -O optimisationadam1-0/+13
2004-11-25Changes 1.31:adam2-21/+17
* Unknown
2004-11-22Changes 2.0.14:adam9-44/+42
* Filed bugs fixed Bug 2633 - MS-Word document falsely password-protected Bug 6959 - .doc crashes on import Bug 5562 - Bad transcription of accent in XSL-FO documents Bug 7341 - at least one letter template should come with Abiword (Ryan Pavlik) Bug 7735 - Spelling error inn ispell_dictionary_list.xml (sum1) Bug 2726 - copy and paste cause additional style information in the document Bug 4788 - [valgrind] crash in msword doc Bug 6354 - --merge=FILE command line option does not work in abiword... (Jordi Mas) Bug 6537 - Export to XHTML ads 'lang' style, should be 'lang' attribute Bug 6606 - Localised status bar displayed as incorrect UTF-8 Bug 6700 - auto-save on crash must use .abw Bug 6731 - caps lock sensitive menu shortcuts (Jordi Mas) Bug 6959 - .doc crashes on import Bug 7338 - Rulers unrefreshed after deleting table Bug 7373 - Disable Insert > Endnote/Footnote when editing endnote Bug 7454 - Crash when opening a file after closing lists dialog (Jordi Mas) Bug 7456 - Cut and paste removes line break (<ENTER>) Bug 7680 - Segfault when saving copy of unnamed document Bug 7692 - Crash with breaks, tables, and endnotes Bug 7694 - Crash when deleting table with column selected Bug 7697 - Crash when inserting hyperlink with bullet and TOC selected Bug 7713 - "Select All" + Font Size change = Fatal Error (sum1) Bug 7725 - Export to RTF causing crash * Documentation AbiWord is not a System Administration utility [refiled man page] * Other changes Don't allow movement of cursor to illegal positions for text insertion (Martin Sevior) Fix uninitialized variable reported by Mike Nordell (Martin Sevior) Fix various .doc import problems (Sudar) Robustify fp_TextRun::_drawSquiggle (Robert Wilhelm) Prepare for and release 2.0.14 (Mark Gilbert)
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-11-08Changes 3.17.11:adam8-154/+63
* Improvements and bug-fixes * coolicon has been removed
2004-11-04Add and enable leafpad.jmmv1-1/+2
2004-11-04Initial import of leafpad, version 0.7.5:jmmv4-0/+49
Leafpad is a GTK+ based simple text editor and is ideal as a file viewer. The user interface is similar to "notepad", aims to be lighter than GEdit and KWrite, and to be as useful as them. Its features are: * Minimum requirements: for portability. * Minimal menu items: to make full use of features and to learn easily. * No toolbar: to maximize the text area. * Single document interface (SDI): to set out windows to view at a time. * Character coding auto detection: to open file quickly without multi-codeset problems.
2004-10-29Apply tshiozak@'s fix for NetBSD >= 2.0, more information:xtraeme4-14/+34
"Questions about iconv.h" on tech-userlevel@ mailing list. Bump PKGREVISION.
2004-10-28Update to 2.8.2:jmmv2-6/+5
2.8.2: "Huerto del loro" * Fixes: - Fix for spewing warnings on startup (Fix bug #144833, Mark McLoughlin) * Improvements: - Updated German documentation (Keywan Najafi Tonekaboni) 2.8.1: "Puerto Rico" * Fixes: - Parse correctly gtk/gnome command line arguments (based on patch from Julio M. Merino Vidal. Fix bug #151829) - Fix a crash when have_icons key is not present. Fix bug #151720.
2004-10-28Fix depends, bump PKGREVISION.wiz1-3/+3
2004-10-27Only force USE_BUILTIN.iconv=no for non-Linux.reed1-1/+4
Linux systems have glibc which provides a good GNU iconv. What GNU iconv feature/function is specifically needed for abiword? This should be fixed to not define USE_BUILTIN.iconv=no but to use some other option, because it overrides PREFER_NATIVE use for iconv. Also at this time, converters/libiconv doesn't get built nor installed under Linux. So abiword's build failed.
2004-10-27Cannot use a common PATCHDIR/DISTINFO_FILE for abiword and abiword-plugins,xtraeme2-4/+5
they are using a different WRKSRC, reported by Jeremy C. Reed on tech-pkg@.
2004-10-25Update kile to 1.7.1.markd3-112/+177
Changes in 1.7.1: Due to reported problems with compiling Kile 1.7, version 1.7.1 is released. This releases fixes the "KSpell2" compilation problem. Changes in 1.7: Among the new features are: autocompletion of (La)TeX commands, completely configurable build system, advanced LaTeX editing functions, autocompletion of references and labels (only within projects).
2004-10-21Added abiword-plugins-2.0.11.xtraeme1-1/+2
2004-10-21Initial import of abiword-plugins-2.0.11, based on patch sentxtraeme3-0/+45
by Ove Soerensen in PR pkg/26893. These plugins will enhance your AbiWord-experience. Included are additional import/export filters for DocBook, HTML, KWord, Latex and MS-Write as well as plugins adding support for further graphic-formats (JPEG, GIF, BMP, WMF, etc.)
2004-10-21Update editors/abiword to 2.0.11, and split Makefile into Makefile.common,xtraeme9-228/+255
which will be used for the upcoming abiword-plugins package, based on patch sent by Ove Soerensen in PR pkg/26893, this closes PR pkg/26695 by Joel Carnat too, thanks. Use bsd.options.mk for the gucharmap dependency/option, which now is disabled by default, because it adds a lot of GNOME dependencies (this is bad if you don't use GNOME). There are too many changes to list here, but notably bugfixes and some new features were added, as usual, please take a look at the ChangeLog file.
2004-10-21Change CATEGORY to editors.xtraeme1-2/+2
2004-10-21Move gtranslator to the editors category, Closes PR pkg/26494 byxtraeme6-1/+165
Douglas Brebner.
2004-10-21Update editors/nano to 1.2.4.xtraeme4-21/+27
Too many changes to list here, because our pkgsrc version was really old! please take a look at the NEWS/ChangeLog file. Another change: Georg Schwarz reported in PR pkg/26671 that nano requires glib to build in his system (IRIX 5.3) and I know what's happening there... nano.h checks for the functions snprintf()/vsnprint(), if they aren't available, the glib functions are used instead, so put the glib dependency if MACHINE_PLATFORM = IRIX 5.3 and closing PR. No idea about IRIX 6.x, sorry.
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv1-2/+2
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....