summaryrefslogtreecommitdiff
path: root/editors/abiword
AgeCommit message (Collapse)AuthorFilesLines
2008-03-02NetBSD's iconv(3) doesn't understand "UCS4", so use "UCS-4",drochner3-5/+18
should fix copy-and-paste, reported by Andreas Burghardt in PR pkg/38133, bump PKGREVISION
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-17There is no obvious reason for USE_GNU_ICONV, and I haven't found one bydrochner1-3/+1
code inspection, so remove it.
2007-11-29Abiword builds on Solaris with sunpro. Yay!rillig3-4/+46
2007-11-14Fixed six little things that prevented sunpro from building the package.rillig7-1/+94
Now it fails in the linker stage with an undefined reference to UT_XML::processingInstruction(const char *, const char *).
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-2/+2
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-2/+2
affected packages.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-1/+2
2007-01-24Mention:reed1-0/+3
More import and export filters and graphics formats are available with the abiwords-plugins package.
2006-11-16Remove sourceforge from MASTER_SITES. Most recent version there is 2.4.1.markd1-3/+2
2006-11-14DESTDIR support.joerg1-3/+5
2006-11-10Use find -print | xargs rather than find -exec.tv1-3/+3
2006-11-09Changes 2.4.6:adam4-30/+12
* Bug-fix release, see ChangeLog for details
2006-10-05Fix a problem with fontconfig 2.4.x; revision bumpadam3-3/+19
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-1/+4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-07-10Changes 2.4.5:adam5-32/+10
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
2006-06-07The C++ operator const_cast<> needs parentheses around its argument.rillig2-6/+6
2006-06-07Solaris is identified by the __sun macro, not SunOS.rillig2-5/+14
2006-05-09Add missing USE_LANGUAGES.hira1-1/+2
2006-05-04Abiword requires libiconv as a run-time dependancy.sketch2-3/+4
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-1/+2
2006-04-15Changes 2.4.4:adam5-117/+12
See http://www.abisource.com/changelogs/2.4.4.phtml for details
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-26Buildlink clean-up + new plug-insadam2-17/+8
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-17Changes 2.4.2:adam5-28/+26
* 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
2005-12-21Fix installation of help files.reed5-670/+622
This is during the freeze. Hopefully, this fixes PR #32310 and #32144. Before this fix, under Linux, the package's PLIST didn't match up with what was actually installed. Also problem was seen recently on bulk-builds list. Add patch-af from abiword-2.0.9-windowshelppaths.patch from Fedora Core 4 Extras abiword-2.4.1-2. This gets rid of the DOS style file paths of images. Add patch-ag to have portable use of cp -r * instead of */. This fixes problem where files were not installed to their subdirectories. Use post-build target to create "help" docs and to clean out junk. (Fixes problem where "make clean" can't clean.) Fix permissions in post-build too. Fixes problem where some subdirectories for the help files were not browsable. Copy the help files into place in the post-install target. Many PLIST changes due to fixing of the help files. While I am here, use PKGMANDIR instead of "man" and add INSTALLATION_DIRS for that. Bump PKGREVISION. The maintainer of this package, adam, said he was unavailable to work on this currently and said it was okay for me to work on this. I tested on PkgLinux and NetBSD/i386. I reviewed some "help" files in browser (which abiword opens). And saw some images too.
2005-12-07Add DragonFly support. The libiconv conditional is nasty -- libiconvjoerg3-4/+23
adopts the iconv interface of the underlaying OS and DragonFly follows SUS there.
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