Up to [cvs.netbsd.org] / pkgsrc / editors / abiword
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.42 / (download) - annotate - [select for diffs], Mon Jan 9 17:31:56 2012 UTC (4 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.41: +3 -5
lines
Diff to previous 1.41 (colored)
clean up outdated dependencies, bump PKGREV
Revision 1.41 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:28 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
Revision 1.40 / (download) - annotate - [select for diffs], Fri Nov 26 14:49:49 2010 UTC (17 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.39: +24 -11
lines
Diff to previous 1.39 (colored)
Changes 2.8.6: * Preserve character properties when typing. This fixes a bad regression that was introduced in 2.8.5. Changes 2.8.5: * Fix paste of rich text from HTML and ODT, where previously some formatting properties were not closed properly. * Add a number of robustness fixes to the layout engine. * Fix a table selection bug.
Revision 1.39 / (download) - annotate - [select for diffs], Wed Jul 22 09:01:24 2009 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.38: +1 -2
lines
Diff to previous 1.38 (colored)
Remove USE_DIRS from pkgsrc. Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Revision 1.38 / (download) - annotate - [select for diffs], Tue Apr 7 16:27:08 2009 UTC (3 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.37: +4 -4
lines
Diff to previous 1.37 (colored)
update to 2.6.8 This is a major update, I couldn't find the relevant changecogs but the last one. A couple of bugfixes. pkgsrc note: Since base and plugins are seperate distfiles now, we could abandon the Makefile.common or at least part of its complexity. I'll leave this to the MAINTAINER. Also, I'd suggest to rip -plugins into parts - many are too exotic. (There are also some new which are not built, I've just kept status quo.)
Revision 1.37 / (download) - annotate - [select for diffs], Thu Nov 16 02:31:48 2006 UTC (5 years, 6 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.36: +2 -3
lines
Diff to previous 1.36 (colored)
Remove sourceforge from MASTER_SITES. Most recent version there is 2.4.1.
Revision 1.36 / (download) - annotate - [select for diffs], Thu Nov 9 15:25:32 2006 UTC (5 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Changes 2.4.6: * Bug-fix release, see ChangeLog for details
Revision 1.35 / (download) - annotate - [select for diffs], Sat Sep 9 02:41:58 2006 UTC (5 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Rename variable MAKEFILE to MAKE_FILE.
Revision 1.34 / (download) - annotate - [select for diffs], Mon Jul 10 21:40:49 2006 UTC (5 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
Changes 2.4.5: Almost completely rewrote the DocBook export filter, gaining substantial more functionality in the process Fixed a security bug pointed out to us by Joxean Koret Fixed a massive amount of bugs in the OpenDocument import and export filters Fixed the unstability on x86_64 architectures
Revision 1.33 / (download) - annotate - [select for diffs], Tue May 9 02:54:10 2006 UTC (6 years ago) by hira
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.32: +2 -1
lines
Diff to previous 1.32 (colored)
Add missing USE_LANGUAGES.
Revision 1.32 / (download) - annotate - [select for diffs], Thu May 4 12:59:04 2006 UTC (6 years ago) by sketch
Branch: MAIN
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
Abiword requires libiconv as a run-time dependancy.
Revision 1.31 / (download) - annotate - [select for diffs], Sat Apr 15 10:47:24 2006 UTC (6 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Changes 2.4.4: See http://www.abisource.com/changelogs/2.4.4.phtml for details
Revision 1.30 / (download) - annotate - [select for diffs], Thu Apr 13 18:23:32 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.29: +2 -4
lines
Diff to previous 1.29 (colored)
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt.
Revision 1.29 / (download) - annotate - [select for diffs], Thu Jan 26 23:23:08 2006 UTC (6 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.28: +3 -10
lines
Diff to previous 1.28 (colored)
Buildlink clean-up + new plug-ins
Revision 1.28 / (download) - annotate - [select for diffs], Tue Jan 17 08:07:38 2006 UTC (6 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Changes 2.4.2: * Added an OpenDocument exportes, and substantially updated the OpenDocument importer * Greatly improved the print quality of images (Unix) * Fixed a substantial number of memory leaks
Revision 1.24.2.2 / (download) - annotate - [select for diffs], Wed Oct 19 12:13:00 2005 UTC (6 years, 7 months ago) by seb
Branch: pkgsrc-2005Q3
Changes since 1.24.2.1: +3 -2
lines
Diff to previous 1.24.2.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)
Pullup ticket 839 - requested by Thomas Klausner security fix for editors/abiword and editors/abiword-plugins Revisions pulled up: - pkgsrc/editors/abiword-plugins/PLIST 1.7 - pkgsrc/editors/abiword-plugins/distinfo 1.14, 1.15 - pkgsrc/editors/abiword/Makefile 1.92 - pkgsrc/editors/abiword/Makefile.common 1.26, 1.27 - pkgsrc/editors/abiword/PLIST 1.20 - pkgsrc/editors/abiword/distinfo 1.45, 1.46 - pkgsrc/editors/abiword/patches/patch-aa 1.9 - pkgsrc/editors/abiword/patches/patch-ab 1.12 Module Name: pkgsrc Committed By: adam Date: Tue Oct 4 09:55:06 UTC 2005 Modified Files: pkgsrc/editors/abiword: Makefile Makefile.common PLIST distinfo pkgsrc/editors/abiword/patches: patch-aa patch-ab Log Message: Changes 2.4.0: * grammar checker, equation editor * improved GNOME Office integration * OpenDocument support --- Module Name: pkgsrc Committed By: adam Date: Tue Oct 4 09:55:14 UTC 2005 Modified Files: pkgsrc/editors/abiword-plugins: PLIST distinfo Log Message: Changes 2.4.0: * grammar checker, equation editor * improved GNOME Office integration * OpenDocument support --- Module Name: pkgsrc Committed By: adam Date: Mon Oct 17 08:33:43 UTC 2005 Modified Files: pkgsrc/editors/abiword-plugins: distinfo Log Message: Changes 2.4.1: * 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 --- Module Name: pkgsrc Committed By: adam Date: Mon Oct 17 08:33:57 UTC 2005 Modified Files: pkgsrc/editors/abiword: Makefile.common distinfo Log Message: Changes 2.4.1: * 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
Revision 1.27 / (download) - annotate - [select for diffs], Mon Oct 17 08:33:57 2005 UTC (6 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Changes 2.4.1: * 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
Revision 1.26 / (download) - annotate - [select for diffs], Tue Oct 4 09:55:05 2005 UTC (6 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.25: +3 -2
lines
Diff to previous 1.25 (colored)
Changes 2.4.0: * grammar checker, equation editor * improved GNOME Office integration * OpenDocument support
Revision 1.24.2.1 / (download) - annotate - [select for diffs], Fri Sep 30 02:32:24 2005 UTC (6 years, 7 months ago) by snj
Branch: pkgsrc-2005Q3
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Pullup ticket 786 - requested by Lubomir Sedlacik
security update for abiword and abiword-plugins
Revisions pulled up:
- pkgsrc/editors/abiword/Makefile.common 1.25
- pkgsrc/editors/abiword/distinfo 1.44
- pkgsrc/editors/abiword-plugins/distinfo 1.13
Module Name: pkgsrc
Committed By: adam
Date: Tue Sep 27 15:49:56 UTC 2005
Modified Files:
pkgsrc/editors/abiword: Makefile.common distinfo
Log Message:
Changes 2.2.10:
* 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)
---
Module Name: pkgsrc
Committed By: adam
Date: Tue Sep 27 15:50:09 UTC 2005
Modified Files:
pkgsrc/editors/abiword-plugins: distinfo
Log Message:
Changes 2.2.10:
* 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)
Revision 1.25 / (download) - annotate - [select for diffs], Tue Sep 27 15:49:56 2005 UTC (6 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Changes 2.2.10: * 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)
Revision 1.24 / (download) - annotate - [select for diffs], Wed Aug 10 20:56:16 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base
Branch point for: pkgsrc-2005Q3
Changes since 1.23: +2 -3
lines
Diff to previous 1.23 (colored)
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 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.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Jul 28 15:22:07 2005 UTC (6 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Changes 2.2.9: * Bugfixes
Revision 1.22 / (download) - annotate - [select for diffs], Thu Jul 21 16:29:49 2005 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Change path from devel/pkgconfig to devel/pkg-config. No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
Revision 1.21 / (download) - annotate - [select for diffs], Thu Jun 30 13:16:51 2005 UTC (6 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.20: +4 -5
lines
Diff to previous 1.20 (colored)
Changes 2.2.8: * Make Text Folding actually work * Fix text justification on MacOSX * Initial support for the OpenDocument (.odt) file format
Revision 1.20 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:45 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.19: +1 -2
lines
Diff to previous 1.19 (colored)
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
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.
Revision 1.19 / (download) - annotate - [select for diffs], Sun May 22 20:07:55 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 18 13:20:14 2005 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
adam volunteered to maintain this package.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 13 20:15:55 2005 UTC (7 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
update to 2.2.7 windows importer improvements, and bugfixes
Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:40 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.15: +1 -2
lines
Diff to previous 1.15 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 4 15:33:30 2005 UTC (7 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Changes 2.2.6: * Bugfixes, mostly for MacOSX See http://www.abisource.com/changelogs/2.2.6.phtml
Revision 1.14 / (download) - annotate - [select for diffs], Mon Mar 7 10:16:43 2005 UTC (7 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Changes 2.2.5: 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
Revision 1.13 / (download) - annotate - [select for diffs], Thu Feb 24 09:55:34 2005 UTC (7 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.12: +5 -11
lines
Diff to previous 1.12 (colored)
Changes 2.2.4: * 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
Revision 1.12 / (download) - annotate - [select for diffs], Thu Feb 10 19:27:32 2005 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.11: +5 -2
lines
Diff to previous 1.11 (colored)
Do not set PKGREVISION in Makefile.common. Set DIST_SUBDIR, since there were two versions of the abiword-2.2.3 distfile (difference is a "const"). Hi adam!
Revision 1.11 / (download) - annotate - [select for diffs], Sat Feb 5 18:13:31 2005 UTC (7 years, 3 months ago) by jklos
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Bumped PKGREVISION due to change in libwmf.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jan 27 17:47:47 2005 UTC (7 years, 3 months ago) by reed
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Improve my previous comment: also the PLIST for abiword-plugins may need to be updated.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 27 17:38:45 2005 UTC (7 years, 3 months ago) by reed
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Add a comment to remind to run "make makesum" in editors/abiword-plugins also when updating.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jan 13 09:29:18 2005 UTC (7 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Changes 2.2.3: * Bug fixes
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 11 11:09:27 2005 UTC (7 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.6: +3 -2
lines
Diff to previous 1.6 (colored)
Changes 2.2.2: * 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
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 1 03:31:38 2005 UTC (7 years, 4 months ago) by minskim
Branch: MAIN
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
abiword-plugins doesn't need perl at run time. Move "USE_PERL5=run" from abiword/Makefile.common to abiword/Makefile. Bump PKGREVISION of abiword-plugins due to dependency change.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 22 13:31:46 2004 UTC (7 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.4: +8 -10
lines
Diff to previous 1.4 (colored)
Changes 2.0.14: * 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)
Revision 1.4 / (download) - annotate - [select for diffs], Fri Oct 29 07:42:38 2004 UTC (7 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.3: +1 -6
lines
Diff to previous 1.3 (colored)
Apply tshiozak@'s fix for NetBSD >= 2.0, more information: "Questions about iconv.h" on tech-userlevel@ mailing list. Bump PKGREVISION.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 27 02:50:19 2004 UTC (7 years, 6 months ago) by reed
Branch: MAIN
Changes since 1.2: +4 -1
lines
Diff to previous 1.2 (colored)
Only force USE_BUILTIN.iconv=no for non-Linux. 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.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 27 01:05:53 2004 UTC (7 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.1: +1 -4
lines
Diff to previous 1.1 (colored)
Cannot use a common PATCHDIR/DISTINFO_FILE for abiword and abiword-plugins, they are using a different WRKSRC, reported by Jeremy C. Reed on tech-pkg@.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Oct 21 06:30:39 2004 UTC (7 years, 7 months ago) by xtraeme
Branch: MAIN
Update editors/abiword to 2.0.11, and split Makefile into Makefile.common, 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.