summaryrefslogtreecommitdiff
path: root/editors/abiword-plugins
diff options
context:
space:
mode:
authoradam <adam>2004-11-22 13:31:46 +0000
committeradam <adam>2004-11-22 13:31:46 +0000
commitf01b0b77bdae0191597d4e80f099af2846fae7c8 (patch)
tree1e056dc59de338fd71f0ab1e5e40cc5d113cbab4 /editors/abiword-plugins
parent7bb4c0431019664235303fa177d023506bc19d64 (diff)
downloadpkgsrc-f01b0b77bdae0191597d4e80f099af2846fae7c8.tar.gz
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)
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r--editors/abiword-plugins/Makefile18
-rw-r--r--editors/abiword-plugins/PLIST3
-rw-r--r--editors/abiword-plugins/distinfo6
3 files changed, 13 insertions, 14 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index 53c5976b908..40eb9cb1422 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/21 06:32:05 xtraeme Exp $
-#
+# $NetBSD: Makefile,v 1.2 2004/11/22 13:32:01 adam Exp $
+
.include "../../editors/abiword/Makefile.common"
PKGNAME= abiword-plugins-${ABIWORD_DIST_VERSION}
-
COMMENT= Plugins enhancing Abiword's capabilities
WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins
@@ -12,12 +11,11 @@ BUILD_DEPENDS+= abiword-${ABIWORD_DIST_VERSION}:../../editors/abiword
.include "../../mk/bsd.prefs.mk"
-CONFIGURE_ARGS+= --disable-all
-CONFIGURE_ARGS+= --enable-xsl-fo --enable-xhtml --enable-wml
-CONFIGURE_ARGS+= --enable-nrof --enable-mswrite --enable-latex
-CONFIGURE_ARGS+= --enable-kword --enable-jpeg --enable-AbiGdkPixbuf
-CONFIGURE_ARGS+= --enable-eml --enable-docbook --enable-abicommand
-CONFIGURE_ARGS+= --enable-clarisworks --enable-bz2abw --enable-bmp
-CONFIGURE_ARGS+= --enable-applix
+CONFIGURE_ARGS+= --disable-all --enable-AbiGdkPixbuf --enable-abicommand
+CONFIGURE_ARGS+= --enable-applix --enable-bmp --enable-bz2abw
+CONFIGURE_ARGS+= --enable-clarisworks --enable-docbook --enable-eml
+CONFIGURE_ARGS+= --enable-jpeg --enable-kword --enable-latex
+CONFIGURE_ARGS+= --enable-mswrite --enable-nroff --enable-wml
+CONFIGURE_ARGS+= --enable-xhtml --enable-xsl-fo
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/abiword-plugins/PLIST b/editors/abiword-plugins/PLIST
index 4aa42608f40..49037a081a0 100644
--- a/editors/abiword-plugins/PLIST
+++ b/editors/abiword-plugins/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/21 06:32:05 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/11/22 13:32:01 adam Exp $
lib/AbiWord-2.0/plugins/libAbiApplix.la
lib/AbiWord-2.0/plugins/libAbiBMP.la
lib/AbiWord-2.0/plugins/libAbiBZ2.la
@@ -9,6 +9,7 @@ lib/AbiWord-2.0/plugins/libAbiEML.la
lib/AbiWord-2.0/plugins/libAbiGdkPixbuf.la
lib/AbiWord-2.0/plugins/libAbiJPEG.la
lib/AbiWord-2.0/plugins/libAbiKWord.la
+lib/AbiWord-2.0/plugins/libAbiNroff.la
lib/AbiWord-2.0/plugins/libAbiLaTeX.la
lib/AbiWord-2.0/plugins/libAbiMSWrite.la
lib/AbiWord-2.0/plugins/libAbiWML.la
diff --git a/editors/abiword-plugins/distinfo b/editors/abiword-plugins/distinfo
index 23cdb98668e..6fe8607e36c 100644
--- a/editors/abiword-plugins/distinfo
+++ b/editors/abiword-plugins/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2004/10/27 01:05:53 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/11/22 13:32:01 adam Exp $
-SHA1 (abiword-2.0.11.tar.bz2) = 356828fbcec5ffade735f5bf68b8d9a7f6e9ef09
-Size (abiword-2.0.11.tar.bz2) = 22200079 bytes
+SHA1 (abiword-2.0.14.tar.bz2) = 1ecbf566da6fda5af401e8025ffe2a6c3092f9d9
+Size (abiword-2.0.14.tar.bz2) = 22587062 bytes