summaryrefslogtreecommitdiff
path: root/editors/abiword
AgeCommit message (Collapse)AuthorFilesLines
2005-10-17Changes 2.4.1:adam2-6/+6
* CAN-2005-2972: Fix several stack-based buffer overflows in the RTF importer * Fix the BiDi direction in menu strings (Windows) * Fix various crashers related to Equation editing
2005-10-04Changes 2.4.0:adam6-988/+992
* grammar checker, equation editor * improved GNOME Office integration * OpenDocument support
2005-09-27Changes 2.2.10:adam2-6/+6
* Fix security bug: AbiWord RTF import stack-based buffer overflow / CESA-2005-004 - rev 1 * Fix a list corruption in the MS Word importer * Fix the text highlighting color in TOC and field elements (Windows)
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
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-07-28Changes 2.2.9:adam3-7/+9
* Bugfixes
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
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-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
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-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-18Bump PKGREVISION for libiconv related dependency change.wiz1-1/+2
2005-04-18Always use pkgsrc (GNU) libiconv/gettext; the NetBSD builtin justdrochner1-1/+2
doesn't do it. From adam per tech-pkg.
2005-04-18adam volunteered to maintain this package.wiz1-2/+2
2005-04-13update to 2.2.7drochner2-6/+6
windows importer improvements, and bugfixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-07patch-ab rewritten as it should be :]adam2-12/+13
2005-04-04"configure" now checks for gucharmap by default, picks it up, but thenfredb1-3/+3
fails to build with it (without the buildlink glue). Adapt by reversing the sense of the check, and s/enable/disable/.
2005-04-04Changes 2.2.6:adam2-6/+6
* Bugfixes, mostly for MacOSX See http://www.abisource.com/changelogs/2.2.6.phtml
2005-03-07Changes 2.2.5:adam4-19/+14
Francis Franklin * Add a light gray border to the toolbars and adjust buttons (MacOSX) * RTF importer fix for Unicode above 32K which are wrapped as negative (variation on a patch by Roland Kay, bug 8468) * New document icons for RTF/DOC/WPD (MacOSX) * Don't open files at launch time until after plugins have loaded (MacOSX) * Improved toolbar combobox behaviour (bug 8417 & 8491) * Don't convert Helvetica to Helvetic during RTF import (MacOSX) * Use the correct names for units (points="pt" and pica="pi") in the Options dialog * Use the correct scale for mm ruler units in the rulers * Allow plugin-loading from Finder selection (MacOSX) * If no other windows open, revert to default window position for new frame (MacOSX) * Adjust zoom for new documents (bug 8415) * CocoaPlugin API support for adding items to the context menu (MacOSX) * Fix Stylist (MacOSX, bugs 8522 & 8523) * Fix the spinners in the Insert Table dialog (MacOSX, bug 8524) Roland Kay * Add UTF-8 locales to supported language table (bug 8500) * Bugfixes: 8499 (Modified by Dom Lachowicz) Birch Knutson * Fix bug where normal headers become even-page-only headers when exporting to RTF (bug 6217) * Language of styles was not imported from RTF (bug 8445) * Bugfixes: 5627 (partially), 7300 (partially) Dom Lachowicz * Bugfixes: some work towards fixing bug 8359
2005-02-24Changes 2.2.4:adam5-37/+32
* A new detection method has been added to repair importer mistakes. This should prevent crashes on importing documents. * Lots of improvements again to the Mac OS X port * Handle all platform supported graphics formats by default in the GTK port * Improved HTML export, including the handling of Tables of Contents * Improved WordPerfect import, including support for WordPerfect 3.0-3.5(e) for Mac documents * and much more
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2005-02-10Do not set PKGREVISION in Makefile.common.wiz3-7/+10
Set DIST_SUBDIR, since there were two versions of the abiword-2.2.3 distfile (difference is a "const"). Hi adam!
2005-02-07Updated distinfo, since the archive size has changedadam1-3/+3
2005-02-05Bumped PKGREVISION due to change in libwmf.jklos1-1/+2
2005-01-27Improve my previous comment: also the PLIST for abiword-pluginsreed1-2/+2
may need to be updated.
2005-01-27Add a comment to remind to run "make makesum" in editors/abiword-pluginsreed1-1/+2
also when updating.
2005-01-13Changes 2.2.3:adam3-6/+7
* Bug fixes
2005-01-11Changes 2.2.2:adam8-490/+1000
* A MacOSX port * Table of contents * Document history/revisions * Text frames * Better support for international scripts and locales * List folding * Text wrapping around images * Faster rendering * Dashboard integration * Visual drag and drop
2005-01-01abiword-plugins doesn't need perl at run time. Move "USE_PERL5=run"minskim2-3/+3
from abiword/Makefile.common to abiword/Makefile. Bump PKGREVISION of abiword-plugins due to dependency change.
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-11-22Changes 2.0.14:adam6-30/+29
* 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-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-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,xtraeme1-4/+1
they are using a different WRKSRC, reported by Jeremy C. Reed on tech-pkg@.
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-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-06-27Fix several 64 bit issues to get this going on alpha and hopefullydmcmahill6-1/+193
amd64 and sparc64. Patches provided by Olaf Seibert in PR pkg/26055.
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-31Update abiword to 2.0.5xtraeme2-6/+5
Changes: o Remove the coquille plugin from the RPM spec file. o Fix a crash on editting tables with multiple windows (bug 6332). o Fix stylesheet handling in wv. o Use FREEP() instead of delete[] on UT_strdup.
2004-03-30This fix was lost in last update.reed2-15/+15
This was my PR pkg/23368. And fredb fixed for me on 04/Nov/2003. Old patch was put in place accidently on 26/Dec/2003. This fixes the problem with ut_iconv.cpp and invalid conversion under gcc 3.3.x.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-20Make sure we get converters/libiconv dependency, via USE_BUILTIN.iconv=noxtraeme1-3/+4
(looks like USE_GNU_ICONV doesn't get the dependency), this will fix the problem seen in latest agc@'s bulk build. Bump PKGREVISION.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Some cleanups.jmmv1-9/+5
2004-03-07Enable gucharmap support unconditionally, to get a full featured abiwordjmmv1-13/+4
package. Bump PKGREVISION to 1.
2004-03-06Update abiword to 2.0.4xtraeme2-6/+5
The changes from version 2.0.3 to 2.0.4 include, amongst others: # Fix the caret positioning on Windows. # Fix style export with when using non ASCII characters, corrupting the document. # Fix Input Methods handling for the Thai input handler. # Speedup the very slow setting of a language on a large selection.
2004-02-20bl3ify and add some more dependancies on packages used directly by this one.jmmv1-15/+17
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-01-24Update abiword to 2.0.3xtraeme3-10/+11
Changes: o Several crasher bugs have been fixed related to Foot and Endnotes. o Fix a nagging bug causing Copy&Paste not to function properly. o Lots of Windows frontend fixes and cleanups. o Improved WordPerfect importer, adding initial support for WP4.2 and 5.x type documents. o Improved SDW importer. o Translation updates for the Arabic, Finish, Spanish, Albanian, Malay and Catalan languages.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.