Commit graph

52 commits

Author SHA1 Message Date
martti
e51186ef32 Updated abiword-personal to 0.99.3
* closed tons of bugs
* completed RTF import/export
* added great new image handling facilities
* made AbiWord significantly faster
2002-03-19 11:50:18 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
martti
9af64a3c11 Updated abiword to 0.99.2
* Import/Export bookmarks to RTF
* Multi-threaded incremental loader
* Perl Scripting now works by default
* State of the art Theasurus plugin
* Start of HTML importer plugin
* Spelling support for Commonwealth English, Brazilian Portuguese,
  Hungarian, Ukranian, Galican
* Word Perfect Import improvements
* Import Lists from MS Word
* New improved toolbar icons
* Fields update automatically
* Styles Lock
* Export nested lists to RTF
* Import First and facing header/footers from RTF
* Import Bookmarks for MS Word
* Import hyperlink from MS Word
* Add header/footer export to HTML
* Look in dictionary file for suggestions to misspelt words.
* Help file improvements
* Perl script to convert the docs to HTML
* Lots of progress on OSX port
* MS Word importer imports all known image types
* New AbiWord server
* Start of Open Office importer plugin
* Web layout Mode
* Free translate plugin for Windows
* Drag and drop hyperlinks and images from Galeon/Mozilla into AbiWord
* Gnome2 icons
2002-02-25 10:00:07 +00:00
martti
8d66e27c7a Updated to 0.9.6.1
* Fix for incorrect number of colors declared in an icon, which broke the build.
* Big-endian deutsch dictionary.
* Little-endian latin dictionary.
* Rewrite of glib and gtk+ detection in abi and wv.
* Build fix for wv.
* Patch for building rpms.
* Patch to allow Abi to build against installed versions of wv, rather
  than the peer library.
* Work on making automake build plugins.
* Build fixes in abi and libiconv for non-Win32.
* Fixes to make Abi build on FreeBSD.
* Added test case for plugins.
* Work on plugin building.
* Fix build for bz2 plugin.
* Bi-directional bug fixes.
* Fixes to the way font path is set.
* Locale and Unix font docs.
* Bug fixes in image import.
* 16x16 icon for Enlightenment.
* Plugin to read OpenWriter documents. Very basic at the moment.
* Reorganised plugin directory to make it easier to handle.
* Lithuanian translation update.
* Build system for bz2 plugin on Win32.
* New rpm spec.
* Preferences now in alphabetical order in preferences file.
* Added preference to turn off auto-load of plugins.
* Plugin allowing Abi to load any image format recognised by gdk-pixbuf.
* Fix a spelling error in the Danish translation.
* Fixed an assertion in the squiggles code.
2001-12-17 14:24:50 +00:00
martti
576e8cf869 Updated to 0.9.5.
Highlights include: Command Line Printing, Normal Mode, Thesaurus,
Dictionary support, All image type support (these last three via plugins),
Header/Footers for first/last/facing pages, Dynamic Toolbars (drag and
drop toolbar icons) for Unix/Gnome. Plus lots of other stuff and bugfixes.
2001-11-26 13:08:24 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
drochner
bf4c1e3ce7 update to 0.9.4
changes:
Fully editable styles on Windows and Unix.
New and improved import/export filters. This includes the initial
release of a Word Perfect import filter.
Dramatically faster spell checking.
Plus new artwork, many bug fixes, speed ups and behind the scenes work.
2001-10-30 17:47:19 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
mycroft
6e50c93bef MAXSTRINGCHARS must be the same as in ispell. 2001-10-22 05:25:24 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
jlam
e456883fba Remove some more directories during deinstallation. 2001-08-24 23:48:21 +00:00
jlam
2c2b34a0f5 Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in
MAKE_ENV as they are now added by the buildlink files themselves.
2001-08-17 21:16:45 +00:00
jlam
163bd67dc9 Update abiword-personal to 0.9.0. This release is the first in the final
push toward a 1.0 release for AbiWord.  Users will find this release is much
faster and uses far fewer resources.  Major changes from version 0.7.14:

     * _Tons_ of bug fixes
     * Fully Customizable Styles
     * Multi-Lingual Spell checking (Spell check in multiple languages)
     * Line Based Tables
     * Automatic Numbered Headings
     * Import/export improvements and additions
     * Preview as Web
     * Tons of Locale definitions
     * Plugin Architecture
     * AutoSaves of document
     * Major Encoding fixes and Improvements
     * Perl Bindings for AbiWord
     * Updated our Distrubuted Type 1 Fonts
2001-08-10 04:50:08 +00:00
jlam
9c64afdd9c Use xpm/buildlink.mk instead of USE_XPM. 2001-07-02 08:07:08 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
jlam
250097208a Use buildlink.mk files to get libiconv and png dependencies, and, as a
result, remove unnecessary flags to search specific source directories
before ${LOCALBASE}/include for headers.
2001-05-26 08:13:13 +00:00
jlam
d0a0bccce3 Update abiword to 0.7.14. There were a large number of changes from version
0.7.10, both in bugfixes and in feature additions.  No list of changes is
provided, but from gleaning the CVS logs, this is update is a large step
forward for this application.
2001-05-24 04:28:19 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
jlam
908eff7259 Move extra header include paths to the end of the search path. This
fixes pkg/12969.
2001-05-17 19:57:02 +00:00
jlam
95dcfacc43 Do _not_ depend on installed libiconv package. AbiWord comes with its own
private libiconv sources and headers, and the build should be using those.
2001-05-11 16:03:24 +00:00
jlam
eb67ca6596 Cosmetic changes, and use ${RM}/${LN} for rm/ln. 2001-05-11 15:49:53 +00:00
wiz
ef428334c8 Since we only have libiconv-1.5 in pkgsrc, only depend on that version,
not 1.6.1.
2001-05-11 09:12:03 +00:00
rh
311c882634 Link against libiconv. Closes PR 12681 by Bob Bernstein
<poobah@ruptured-duck.com>
2001-05-01 12:45:56 +00:00
agc
7d757ead9a Move to sha1 digests, and add distfile sizes. 2001-04-19 11:00:59 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
bad
722a0e3534 Fix thinkos in previous. Really depend on ispell-base-*. 2001-03-19 04:32:27 +00:00
bad
2e3cacd254 Depend on ispell-base instead of ispell. 2001-03-19 04:30:22 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
mycroft
83d37d3bff Depend on the ispell pkg.
Rather than using the ispell hash file included with AbiWord, delete it and
make a symlink to the one from the ispell pkg.
This makes the spelling checker work across platforms, including Alpha.
2000-12-03 04:33:16 +00:00
mycroft
5d685f2c41 Adjust ispell.h so the format really is the same as ispell. 2000-12-03 04:31:49 +00:00
abs
134a616944 Tweak CPPFLAGS to avoid using installed wv includes
Stops build breaking if wv package already installed.
2000-11-22 13:19:41 +00:00
mycroft
ac16c9cee9 // -> / 2000-11-09 20:19:56 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
abs
d118a0c3b9 Update abiword to 0.7.10
Changes sine 0.7.9

User Interface
    Modeless dialogs (Martin Sevior)
    Start of GoTo dialog. (Joaquín Cuenca Abela)
    Improvements to Word Count dialog on Linux (Sam Tobin-Hochstadt)
    Start of Show Paragraphs (Alexey Sinutin)

Localizations
    A Galician translation was added by Jesus Bravo Alvarez
    (jba@pobox.com) Also updated translations are Danish (Birger
    Langkjer and Martin Hansen), German (Harald Fernengel), Spanish
    (Joaqun Cuenca Abela), and Swedish (Linus G Larsson)

Bug Fixes
    Major editing bugs cleaned up (Bruce Pearson)
    Better RTF import for accented chars and hyphens (Hubert Figuiere)
    Ruler anomalies (Aaron Lehman)
    Various Other Bugs: #250 (Sam Tobin-Hochstatd), #274 (Mike
    Nordell), #435 (HJ), #443 (Matt Kraai), #596 (Martin Sevior),
    #604 (Kenny MacDonald), and #843 (Hubert Figuiere).

Other
    Updated build process to handle new CYGWIN tools (Michael D. Pritchett)
    Another step toward Word export (James Montgomerie) )
2000-08-04 11:09:38 +00:00
wiz
eeec128064 Fix permissions of shared files.
Problem and solution from frodef@acm.org in pkg/10090.
2000-05-20 01:57:59 +00:00
jlam
3ea3ba4680 Update abiword-personal to 0.7.9. Remove several patches which were
incorporated into the AbiWord main source tree.  Changes from 0.7.8:

   User Interface

          + Insert Symbol dialog (msevior@mccubbin.ph.unimelb.edu.au)
          + Word Count dialog (Sam Tobin-Hochstadt)
          + Overwrite Mode added (Alexey Sinutin)
          + Set Page Margins from ruler (Bruce Pearson)
          + Insert Field dialog (Henrik Berg)-- not fully enabled due to
            pending changes in the underlying fields implementation.

   Bug Fixes

          + The infamous libpng bug (Justin Bradford and Sam
            Tobin-Hochstadt)
          + Underline/superscript fix (Martin Sevior)
          + View Ruler consistency (Kevin Vajk)
          + RTF CR/LF handing (Harald Fernengel)
          + Various Other Bugs: #522 (sterwill@sourcegear.com), #10 and
            #811 (Sam Tobin-Hochstadt), #302 (Aaron Lehmann), #352
            (Henrik Berg), #432 and #776 (Martin Sevior), #637 (Andy
            Richardson), #651 (Matt Kraai), #770 (Matthew Allen), #782
            (Danny Faught), #788 and #789 (Joaquin Cuenca Abela)

   Other

	  + Various localizations
          + Updated XML parser to version 1.1 (Sam Tobin-Hochstadt)
          + Mac port beginning (Bryan Prusha)
          + Lots of Gnome dialogs (John Tunison) -- no Gnome binaries for
            0.7.9 but will be available in the next release
          + Command line conversions (Joaquin Cuenca Abela) -- for a
            complete list, type AbiWord -help from a command prompt
2000-05-02 23:35:55 +00:00
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00
wiz
439d62e243 remove trailing whitespace 2000-03-16 12:31:45 +00:00
jlam
03efc6a5c5 Update AbiWord Personal to 0.7.8. Selected highlights since 0.7.5:
True WYSIWYG. Previously, we had subtle reformatting discrepancies when
changing resolutions (such as printing and zooming).

No more character dirt.

Overline support.

Minor display glitches.

Insert Date and Time.

Page-level navigation.

Better support for non-English content.

LaTeX exporter.

Word importer. Justin and Caolan have fixed things so that tabstops,
breaks, unicode conversion, page break before, widow/orphan control are all
imported successfully now.

RTF importer. Now handles negative values for margin-left and
text-indent.

Minor file format change.

Error propagation.

Unix stuff. By popular request, libstdc++ is no longer required. (We
never really needed it anyhow.) PostScript emissions now use signed
characters, as suggested by Bob Monaghan <bob@sbst.com>. With the latest
fonts.dir, Symbol fonts should print properly now, too.

First support for GNOME.

Spelling speedup. The interactive spell check logic is now fast and
smart like it should be, instead of woefully poky and dumb like it used to
be.

Subscript and superscript.

View ruler. Stephen Hack <shack@uiuc.edu> implemented this menu item so
that you can hide or show the ruler on a per-window basis.

Compressed AbiWord files. The AbiWord file format (*.abw) was designed
from the get-go to be a highly-readable form of XML. However, for those of
you who care more about bloat than legibility, Richard Jefts
<babs@cs.jhu.edu>
added import/export logic for a gzip-compressed variant (*.zabw).

Options dialog started.

Zoom and Paragraph dialogs.

Justification.

Clipboard improvements.

More Unicode-friendly.

Smarter preferences.
2000-02-29 18:31:30 +00:00
tron
e8a1039530 Use "png>=1.0.3" instead of "png-*" in dependence list. 2000-02-09 20:20:52 +00:00
tron
887dfa1b4e Use wildcard dependence for "png" package. 2000-02-09 15:22:26 +00:00
tron
fd8f256cc5 Use wildcard dependence for "gtk+" package. 1999-10-23 00:05:15 +00:00
jlam
9e9a5d0eb0 Don't make the static binary since it doesn't link correctly under 1.4.x.
Fix suggested by hubertf@netbsd.org in private mail.
1999-09-17 00:06:20 +00:00