An open-source, cross-platform WYSIWYG word processor Was Maintained by:gnome@FreeBSD.org Port Added: 16 May 2005 23:23:42
AbiWord is an open-source, cross-platform WYSIWYG word processor. It works
on Windows and most Unix Systems.
Features include:
- Basic character formatting (bold, underline, italics, etc.)
- Paragraph alignment
- Spell-check
- Import of Word97 and RTF documents
- Export to RTF, Text, HTML, and LaTeX formats
- Interactive rulers and tabs
- Styles
- Unlimited undo/redo
- Multiple column control
- Widow/orphan control
- Find/Replace
- Anti-aliased fonts
- Images
For more information, or to see screenshots, visit the AbiSource home page.
WWW: http://www.abisource.com/
Add application/msword mime type for you can double click on any of .doc files
and some other features.
Submitted by: sajd in #freebsd.gnome (freenode)
- Update to 2.3.4, see release note for detail:
http://www.abisource.com/release-notes/2.3.4.phtml
- Do not extract the useless stuff like MSVC*, abipbx, expat, fribidi, libpng
and etc. That way will not link any inside dependencies for sure, we want to
use dependency from our ports tree. [1]
Submitted by: mi [1]
- Update to 2.3.1.
- Disable WITH_OPENWRITER for now, which it requires libgsf 1.12.1. I think,
it is in MarcusCom CVS with GNOME 2.11.x (2.12). I am not sure if I should
move abiword(-plugins)-devel in MarcusCom CVS yet.
Fix the missing dependencies. A few days ago, kwm has clean up
libgnomeprintui by remove the un-need dependency. That made my change isn't
right, so I am chasing it. Re-add GNOME option if libgnomeui exists, then
enable and depend on it. Bump the PORTREVISION.
Reported by: pointyhat via kris
abiword-devel:
- Move .desktop and image from share/gnome/ to share/.
- It requires libgnomeprintui now with no option tuneable, so add
always enable gnome option. It won't make any difference for the
dependency. Any complain should be take direction to the AbiWord
developers.
- Fix a really no conflict with abiword(-plugins) by rename two files:
ttfadmin.sh -> ttfadmin24.sh
ttftool -> ttftool24
- Bump the PORTREVISION.
abiword-plugins-devel:
Fix the distinfo. Somehow, it got lost when I merged sometime ago.
Repocopy from editors/abiword and editors/abiword-plugins, this is a
development version of AbiWord 2.3.0. You can view the details:
http://www.abisource.com/release-notes/2.3.0.phtml
As you can see, there have few awsome new plugins. I haven't port the
dependencies and enable for those new plugins yet, so you are welcome to do it
if you want to as long you let me know.
PR: ports/80996
Repocopy by: marcus