summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormycroft <mycroft>2003-01-10 00:51:24 +0000
committermycroft <mycroft>2003-01-10 00:51:24 +0000
commitad4fd9541bd6cc69564f3d69abf9f6f1870ca98a (patch)
tree31de08173772b31396d42f53d4a9c2554331b9fb /editors
parent6e4f2ec75d80d76849cb7db9cf62b81091106bb0 (diff)
downloadpkgsrc-ad4fd9541bd6cc69564f3d69abf9f6f1870ca98a.tar.gz
Update from 1.0.2 to 1.0.3.
* What's New, Improved, or Just Different. * Long you've eagerly waited, and now it's here! A huge number of bug fixes (who knew it had so many bugs?), performance improvements, and new nifty niceties. * Build System * Plugins * New plugin build system, backported from the development branch (nextgen.sh) * Fixed the AbiMagick plugin build, which sometimes failed due to a syntax error. * Fixed Gdict plugin in non-gnome-enabled builds. * Fixed AbiSDW importer build on win32 (msvc6 issue). * Plugin build is now more flexible regarding placement of AbiWord source (--with-abiword=DIR). * Told AbiSDW where to find peer module wv. * Cleaned up optimizer settings in (Free/Open/Net)BSD build. * The pspell installation's validity is now checked when configuring using --with-pspell. * Fixed libxml2 build interaction with wv. * Cleaned out remnants of the no longer used ask installer. * Fixed iconv-related build bustage on FreeBSD. * (Free/Open/Net)BSD build now defaults to peer libiconv. * QNX build now uses shared zlib and libpng. * There was some simplification and update of the peer module wv build system. * The patch for libjpeg builds on win32 was merged in. * Peer module libpng is now a build option for unix. * The compiler pacifier (ABI_OPT_PACIFY_COMPILER) has been heavily enhanced. * Realcleaning has been altered to affect all OBJDIRs, so it is no longer required that all the usual flags be set when just realcleaning (realclean really cleans). * The debug build macros have been enhanced. * Fixed sometimes-fatal syntax in peer module expat config. * Environmental C(XX)FLAGS are now properly propogated (3674). * Fixed static build on unix. * Lots of osf/digital/tru64 build fixes. * Fix for non-perl builds that couldn't build with perl bindings if they wanted to. * No more accidental -g -O2 when not asked for in configure. * Rpm specfile * No BuildArch flags. * Correct dictionary files. * Gdict plugin now enabled by default. * Application and Code * Fixed 3351 (BiDi behavior), at least some of 3171 (for real), 3604(T602 importer), 3593 (code syntax with scandir), 3567 (html exporter generation of incorrect tags), 3565 (status bar cut off languages with verbose expressions), 3592 (putenv portability), 3608 and 3618 (pointless comparisons of an unsigned int with zero), 3095 (font path instability with repetitive entries), 3638 (crash on semi-bogus imports), 3523 (funky icons with aiksaurus), 3324 (newline character erasing crash), 3587 (adjacent superscript and subscript), 3722 (rtl dominance crash), 3507(printing screen colors), 1928 (context menu problem), 3122 (spell checker learning hyperlinked words), 2698 (hyperlink status bar text), 3590 (duplicate accelerator), 3089 (case conversion en mass), 3008 (cursor focus in win32 hyperlink dialog), 3060 (hyperlink offset), 3582 (multiline hyperlink display), 3109 (hyperlink insertion selection check)(not all platforms), 2715 (crash on zoom), 3584 (win32 encoding dialog input focus), 3802 (XSL-FO exporter faulty tags), 3827 (docs with jpegs), 1319 (increase indent off page crash), 3360 (handle rtfs that aren't fully spec compliant), 3330 (forcing of gcc flags to other compilers), 3663 (wrong parameter passing to linker), 3889 (Yiddish spell checking), 3537 (crash on zoom with header/footer), 3781 (downgrading abiword causes the profile to crash it), 3940 (perl bindings and perl 5.8). * Lots of memory leak fixes, as well as some rather significant speed enhancements. * Fixed some problems related to the zero margin difficulties, comma delimited fractions, and setlocale misuse. * Various qnx fix backports. * Backported fix for faulty syntax in the html exporter. * Fixed a crasher of the win32 Aiksaurus plugin. * WordPerfect importer now handles superscript, subscript, strike-out, and italic text attributes. * English dictionary update (does not affect pspell builds). * Fix default geometry, handle profile geometry better, take geometry runtime paramter (the last being 1124). * All snprintfs (which caused problems on some unix variants) have been removed from unix or xp code, except in peer module psiconv. * DocBook exporter now properly handles abw headings, plain text, and page breaks (the last being 2734). * Internationalization-specific (does not affect other aspects of the app) * Nynorsk (nn-NO) translation updated. * Ukrainian (uk-UA) translation and profile updated. * Basque (eu-ES) translation. * Bulgarian (bg-BG) update. * Romanian (ro-RO) translation. * Catalan (ca-ES) update. * Documentation * Massive French (fr-FR) documentation goodness. * Documentation build system fixes. * New English screenshots. * Documentation on adding documentation. * Cleaned up deprecated docs. * Small document on document creation. * Index (for en-US). * Toolbar help. * List howto. * Known Issues * There are some mysterious printing bugs, particularly on Win32 platforms, that we have not been able to track down because they are rare and not reproducible by the developers. Please give us as much information as possible if you encounter these, but when posting to bugzilla use the bug(s) that already exist instead of filing a new one. This is easier on us and you.
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword/Makefile6
-rw-r--r--editors/abiword/PLIST128
-rw-r--r--editors/abiword/distinfo6
3 files changed, 133 insertions, 7 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index a8f8122c9a6..043f09b49bb 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2002/09/21 11:18:57 jlam Exp $
+# $NetBSD: Makefile,v 1.50 2003/01/10 00:51:24 mycroft Exp $
#
# According to AbiSource's explanation of their trademark rights,
# compilations/distributions of AbiWord not provided by AbiSource must
@@ -7,7 +7,7 @@
DISTNAME= abiword-${ABIWORD_VERS}
PKGNAME= abiword-personal-${ABIWORD_VERS}
-PKGREVISION= 1
+#PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/}
@@ -18,7 +18,7 @@ COMMENT= Open Source cross-platform word processor
DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base
DIST_SUBDIR= abisuite
-ABIWORD_VERS= 1.0.2
+ABIWORD_VERS= 1.0.3
USE_BUILDLINK2= # defined
USE_X11= # defined
diff --git a/editors/abiword/PLIST b/editors/abiword/PLIST
index e908a0fab61..6be2d569475 100644
--- a/editors/abiword/PLIST
+++ b/editors/abiword/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2002/07/03 21:59:07 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.8 2003/01/10 00:51:25 mycroft Exp $
bin/AbiWord
bin/AbiWord_d
bin/AbiWord_s
@@ -60,6 +60,7 @@ share/AbiSuite/AbiWord/help/en-US/interface/index.html
share/AbiSuite/AbiWord/help/en-US/interface/menucontextual.html
share/AbiSuite/AbiWord/help/en-US/interface/menuedit.html
share/AbiSuite/AbiWord/help/en-US/interface/menufile.html
+share/AbiSuite/AbiWord/help/en-US/interface/menufile.xhtml_data/menufile.png
share/AbiSuite/AbiWord/help/en-US/interface/menuformat.html
share/AbiSuite/AbiWord/help/en-US/interface/menuhelp.html
share/AbiSuite/AbiWord/help/en-US/interface/menuinsert.html
@@ -68,6 +69,17 @@ share/AbiSuite/AbiWord/help/en-US/interface/menuview.html
share/AbiSuite/AbiWord/help/en-US/interface/menuweb.html
share/AbiSuite/AbiWord/help/en-US/interface/menuwindow.html
share/AbiSuite/AbiWord/help/en-US/interface/rulers.html
+share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulers.png
+share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerscentertab.png
+share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersdecimaltab.png
+share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersfirstindent.png
+share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersindent.png
+share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersleftindent.png
+share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerslefttab.png
+share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerslinetab.png
+share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersmargins.png
+share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulersrighttab.png
+share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data/rulerstab.png
share/AbiSuite/AbiWord/help/en-US/interface/toolbarextra.html
share/AbiSuite/AbiWord/help/en-US/interface/toolbarformatting.html
share/AbiSuite/AbiWord/help/en-US/interface/toolbarstandard.html
@@ -89,6 +101,103 @@ share/AbiSuite/AbiWord/help/en-US/problems/problemshelp.html
share/AbiSuite/AbiWord/help/en-US/search.html
share/AbiSuite/AbiWord/help/en-US/style.css
share/AbiSuite/AbiWord/help/en-US/tutorial/index.html
+share/AbiSuite/AbiWord/help/fr-FR/aboutos.html
+share/AbiSuite/AbiWord/help/fr-FR/credits.html
+share/AbiSuite/AbiWord/help/fr-FR/fdl.html
+share/AbiSuite/AbiWord/help/fr-FR/histyle.css
+share/AbiSuite/AbiWord/help/fr-FR/howto/howtonormaltemplate.html
+share/AbiSuite/AbiWord/help/fr-FR/howto/howtotables.html
+share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.html
+share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data/ruler.png
+share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.html
+share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.xhtml_data/gettingstarted.abw.png
+share/AbiSuite/AbiWord/help/fr-FR/howto/index.html
+share/AbiSuite/AbiWord/help/fr-FR/index.html
+share/AbiSuite/AbiWord/help/fr-FR/info/index.html
+share/AbiSuite/AbiWord/help/fr-FR/info/infoformats.html
+share/AbiSuite/AbiWord/help/fr-FR/info/infomsdi.html
+share/AbiSuite/AbiWord/help/fr-FR/info/inforequirements.html
+share/AbiSuite/AbiWord/help/fr-FR/info/infosections.html
+share/AbiSuite/AbiWord/help/fr-FR/info/infospelling.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogactivatewindow.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbackgroundcolor.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbookmark.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogbreak.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogchangecase.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogcolumns.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogdateandtime.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfield.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfind.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogfont.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogformatheaderfooters.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialoggoto.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialoghyperlink.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogimageproperties.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialoglanguage.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialoglists.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogmodifystyle.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialognew.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialognewstyle.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogopenlinux.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpagenumbers.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpagesetup.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogparagraph.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogplugins.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogpreferences.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data/replace.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogsavelinux.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogscreencolor.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogspelling.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogstyles.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogsymbol.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogtabs.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogwordcount.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/dialogzoom.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/index.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/menucontextual.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/menuedit.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/menufile.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/menuformat.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/menuhelp.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/menuinsert.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/menutools.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/menuview.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/menuweb.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/menuwindow.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_1.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_10.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_11.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_12.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_2.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_3.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_4.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_5.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_6.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_7.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data/image_8.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarextra.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarformatting.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/toolbarstandard.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.html
+share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/full_window.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/functionbars.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/functionbars_hiding.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/grabbar_shaded.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/ruler.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/statusbar.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/statusbar_quickhelp.png
+share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data/titlebar.png
+share/AbiSuite/AbiWord/help/fr-FR/introduction.html
+share/AbiSuite/AbiWord/help/fr-FR/plugins/index.html
+share/AbiSuite/AbiWord/help/fr-FR/problems/index.html
+share/AbiSuite/AbiWord/help/fr-FR/problems/problemsbugs.html
+share/AbiSuite/AbiWord/help/fr-FR/problems/problemsfaq.html
+share/AbiSuite/AbiWord/help/fr-FR/problems/problemsfonts.html
+share/AbiSuite/AbiWord/help/fr-FR/problems/problemshelp.html
+share/AbiSuite/AbiWord/help/fr-FR/style.css
+share/AbiSuite/AbiWord/help/fr-FR/tutorial/index.html
share/AbiSuite/AbiWord/readme.txt
share/AbiSuite/AbiWord/scripts/abw2html.pl
share/AbiSuite/AbiWord/strings/bg-BG.strings
@@ -103,6 +212,7 @@ share/AbiSuite/AbiWord/strings/en-AU.strings
share/AbiSuite/AbiWord/strings/en-GB.strings
share/AbiSuite/AbiWord/strings/en-IE.strings
share/AbiSuite/AbiWord/strings/es-ES.strings
+share/AbiSuite/AbiWord/strings/eu-ES.strings
share/AbiSuite/AbiWord/strings/fi-FI.strings
share/AbiSuite/AbiWord/strings/fr-FR.strings
share/AbiSuite/AbiWord/strings/ga-IE.strings
@@ -118,6 +228,7 @@ share/AbiSuite/AbiWord/strings/nn-NO.strings
share/AbiSuite/AbiWord/strings/pl-PL.strings
share/AbiSuite/AbiWord/strings/pt-BR.strings
share/AbiSuite/AbiWord/strings/pt-PT.strings
+share/AbiSuite/AbiWord/strings/ro-RO.strings
share/AbiSuite/AbiWord/strings/ru-RU.strings
share/AbiSuite/AbiWord/strings/sk-SK.strings
share/AbiSuite/AbiWord/strings/sl-SI.strings
@@ -178,6 +289,7 @@ share/AbiSuite/AbiWord/system.profile-sv-SE
share/AbiSuite/AbiWord/system.profile-tr
share/AbiSuite/AbiWord/system.profile-tr-TR
share/AbiSuite/AbiWord/system.profile-tr-TR.CP1254
+share/AbiSuite/AbiWord/system.profile-uk-UA
share/AbiSuite/AbiWord/system.profile-zh-CN
share/AbiSuite/AbiWord/system.profile-zh-TW
share/AbiSuite/GNOME_AbiWord_Control_1_0.oaf
@@ -310,6 +422,8 @@ share/AbiSuite/templates/normal.awt
@dirrm share/AbiSuite/AbiWord/help/en-US/tutorial
@dirrm share/AbiSuite/AbiWord/help/en-US/problems
@dirrm share/AbiSuite/AbiWord/help/en-US/interface/workspace.xhtml_data
+@dirrm share/AbiSuite/AbiWord/help/en-US/interface/rulers.xhtml_data
+@dirrm share/AbiSuite/AbiWord/help/en-US/interface/menufile.xhtml_data
@dirrm share/AbiSuite/AbiWord/help/en-US/interface/dialogreplace.xhtml_data
@dirrm share/AbiSuite/AbiWord/help/en-US/interface
@dirrm share/AbiSuite/AbiWord/help/en-US/info
@@ -317,6 +431,18 @@ share/AbiSuite/templates/normal.awt
@dirrm share/AbiSuite/AbiWord/help/en-US/howto/howtoweb.xhtml_data
@dirrm share/AbiSuite/AbiWord/help/en-US/howto
@dirrm share/AbiSuite/AbiWord/help/en-US
+@dirrm share/AbiSuite/AbiWord/help/fr-FR/tutorial
+@dirrm share/AbiSuite/AbiWord/help/fr-FR/problems
+@dirrm share/AbiSuite/AbiWord/help/fr-FR/plugins
+@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/workspace.xhtml_data
+@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/rulers.xhtml_data
+@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data
+@dirrm share/AbiSuite/AbiWord/help/fr-FR/interface
+@dirrm share/AbiSuite/AbiWord/help/fr-FR/info
+@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto/howtoword.xhtml_data
+@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data
+@dirrm share/AbiSuite/AbiWord/help/fr-FR/howto
+@dirrm share/AbiSuite/AbiWord/help/fr-FR
@dirrm share/AbiSuite/AbiWord/help
@dirrm share/AbiSuite/AbiWord
@dirrm share/AbiSuite
diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo
index 82e745f8500..2010da5a682 100644
--- a/editors/abiword/distinfo
+++ b/editors/abiword/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2002/09/27 09:49:44 wiz Exp $
+$NetBSD: distinfo,v 1.16 2003/01/10 00:51:25 mycroft Exp $
-SHA1 (abisuite/abiword-1.0.2.tar.gz) = c7a3f2ee7b00d5e5f32b43514fa170521991d3c2
-Size (abisuite/abiword-1.0.2.tar.gz) = 15642705 bytes
+SHA1 (abisuite/abiword-1.0.3.tar.gz) = 45961eba73a09d46807130f0689f31dd3022a3a1
+Size (abisuite/abiword-1.0.3.tar.gz) = 19443331 bytes
SHA1 (patch-ab) = 9336e537e81ad052bd5d3fef7f96ed47e4a10d60
SHA1 (patch-ad) = 1b1cdab98c9b58b5395e0a43169fa54cac819b04
SHA1 (patch-ae) = a8fbe68e56bed6881329632bb12173cb67b8d750