New Commercial Word Processor For FreeBSD 116
martin-k writes "There is commercial software built for FreeBSD after all... SoftMaker, a German vendor of office apps, just ported the TextMaker word processor to FreeBSD, making this the fifth platform it runs on (after Windows, Pocket PC, Handheld PC, and Linux). Blazingly fast, reads and writes Microsoft Word files seamlessly, and offers everything you expect from a modern word processor. Also coming to your desktop: the PlanMaker spreadsheet and DataMaker database package."
More platforms to come... (Score:3, Informative)
Just for kicks, we did an x86 Solaris port in an afternoon. I guess we'll do a few more Unices -- except for Unixware, of course.
Re:More platforms to come... (Score:2)
Re:More platforms to come... (Score:2)
Not yet. We have the building blocks (we just completed a complete AutoShapes drawing layer for TextMaker and PlanMaker), but we need to build a user interface and a significant symbol library around it.
Re:More platforms to come... (Score:2)
Re:More platforms to come... (Score:2)
Re:More platforms to come... (Score:2)
- Wordperfect isn't being developed anymore, and the WINE port they did was not really well-received, to put it mildly.
- Abiword and Kword don't have enough features to make them viable for the office, and they don't provide good Word file compatibility.
- LaTex is great for those that know how to use it, but your typical non-tech person won't grok it.
- OpenOffice is too bloated for my taste.
- What's the point in running Linux when you use MS Office through WINE? It will be slow, resource-hungry
Re:More platforms to come... (Score:2)
Re:More platforms to come... (Score:1)
How about integrating with the OS packaging system? It's the first concern in my mind when I think about supporting this across multiple desktops along with all the other apps we support.
J
Re:More platforms to come... (Score:1)
Re:More platforms to come... (Score:1)
You obviously don't maintain 250 systems. I do.
Re:More platforms to come... (Score:2)
Re:More platforms to come... (Score:1)
We don't run NFS; it's too old, creaking and trusting. We have 20 sites over five continents, and we have laptops. There are many other packages routinely installed and maintained. Special cases make my job, and my team's job, much harder.
Re:More platforms to come... (Score:2)
HAND.
Re:More platforms to come... (Score:1)
Re:More platforms to come... (Score:2)
For BeOS, amount of work vs. userbase is not really attractive (FreeBSD was one changed line in the source code).
Re:More platforms to come... (Score:1)
Re:More platforms to come... (Score:1)
- flip
Re:More platforms to come... (Score:2)
#if !defined(DWFREEBSD) && !defined(DWSOLARIS)
fd = open("/dev/tty10", O_RDONLY);
if (fd == -1) return(FALSE);
ioctl(fd, KDMKTONE, (DUR << 16) + (1193180 / frq));
#endif
Re: More platforms to come... (Score:1)
Odin is the OS/2 analog to WINE for Linux.
There's a company out of Germany, InnoTek, using the Odin technology to port applications to OS/2. So far they have done:
~ VPC for OS/2
~ Adobe Reader 4
~ Java 1.4.2
And they are working on OpenOffice 1.1 for OS/2.
Gregory L. Marx
Re: More platforms to come... (Score:2)
If and when we do ports, we'll never again use emulation libraries. We used Micrografx Mirrors to port DataMaker to OS/2 in 1995/1996, and I never want to experience such a nightmare again.
How far along is OpenOffice for OS/2?
Re:More platforms to come... (Score:2)
Re:More platforms to come... (Score:1)
I tried to display a Japanese document with using Japanese fonts, but I can't.(Mojibake [debian.or.jp] occurred.)
OpenOffice.org has a project of l10n and i18n [openoffice.org]. Does TextMaker have a framework of i18n?
Re:More platforms to come... (Score:2)
Nice surprise (Score:2)
Re:Nice surprise (Score:2)
It got us posted on Slashdot...
Re:Nice surprise (Score:1)
I've used the demo TextMaker, and frankly it's awesome. Blazingly fast, does everything I need a WP for, and even handles some Word docs that OO can't format correctly. I'm certainly considering a purchase.
Re:Nice surprise (Score:3, Interesting)
As far as I understand, their main problem wasn't about porting, but about supporting another OS. I have little idea about what kind of framework they use, so I don't know how platform-independent their code really is, but it certainly has at least some potential to make support more complicated.
It would be really great if SoftMaker - or other company that made the same step, like Opera -
Re:Nice surprise (Score:2)
To be honest, this statements bugs me. Even if all they did do is recompile, and if it worked (a recompile is not sufficient in all cases, they're pretty lucky) that just solves the coding aspect of the app.
Other major aspects:
Packaging.
Documentation.
Testing.
Of those 3, packaging is sure to be done, since they can't really ship without it being installable. Documentation, well, for the m
Re:Nice surprise (Score:1)
Packaging is simple. At least with the demo, you just untar it somewhere and it's ready to run. Since everything is statically linked but xlib and libc, so there are no installation issues.
The documentation covers Linux *AND* FreeBSD, since there are no functional disimilarities in the products. Printing is id
Re:Nice surprise (Score:2)
Granted, I'm using version 2.0.4, and don't know whether or not Workstation 4 would run or not.
Re:Nice surprise (Score:1)
Re:Productivity Problems (Score:2, Funny)
I've recompiled and reinstalled the *entire OS* in 20 minutes. (1.5MHz machine.)
Sure there isn't something you're doing wrong?
Re:Productivity Problems (Score:1)
Re:Productivity Problems (Score:1)
There's a huge difference between the MHz rating for an AMD processor, and a Pentium 4 processor. If he's talking about an XP chip, that would put his 1.5GHz a lot closer to your 2.8GHz than you might think.
Then there's the issue of how much memory you have, how fast your disks are, etc.
Re:Productivity Problems (Score:2)
I got a CPU 1000 times faster than 1.5MHz and recompiling and reinstalling FreeBSD takes longer than 20 minutes. While one could think the HDDs are a bottleneck the disk I/O stats don't seem to indicate so.
Re:Productivity Problems (OT) (Score:2)
Can you give me details of how you did this? I'm looking to get a buildbox soon, so I'm interested in any tips (at least, those backed up by benchmarks) people have on the issue.
Re:Productivity Problems (OT) (Score:1)
As some of you have pointed out, yep, that's 1.5GHz. *blush*
This was with FreeBSD-STABLE; I'm now using -CURRENT, for which buildworld/installworld takes considerably longer.
Also, (some may consider this cheating), I usually skipped the kernel config unless something important had changed. The kernel config might add 5-10 minutes (again, longer now with -CURRENT).
Setup details (hardware): The 1.5GHz chip is an Athlon XP1800+. The FreeBSD slice is on a RAID0 array consisting of two IBM 40GB ATA100
Re:Productivity Problems (Score:1)
Yes, 1.5GHz was what I meant to say.
The 20 minute times were for -STABLE. -CURRENT takes a lot longer.
It's a troll people (Score:2)
Infringement? (Score:2, Insightful)
I mean, Open Office is freeware (also works on FreeBSD) but they're selling something like this with Word capabilities? I smell trouble...or maybe it's just me
BTW, I am not a fan of commercial apps for OSS platforms, seems contradicting somehow
Re:Infringement? (Score:2, Funny)
You've listened to RMS' ranting too much.
Re:Infringement? (Score:2)
the
Microsofts reasoning behind this move: If
The question then becomes, who will be able to outdo Microsoft in working with the
Re:the price is weird though (Score:2)
TextMaker costs either EUR 49.95 or US$49.95.
Regarding Textmaker (Score:3, Interesting)
Re:Regarding Textmaker (Score:2)
Portability: What commercial unix software needs (Score:3, Interesting)
Ie, if you were a company that created a word processor built on C/C++, and you had made an effort to use appropriate configure scripts on Unix to assist in creating builds, by putting a small amount of time in to enable the code to build on esoteric-platform-1, and it worked, you suddenly have an entirely new (if small) market to sell your product to.
However, if your application sucks, nobody is going to buy it. But if you sold each application with a license that enabled *any* platform (ie, pay $49 and download program for windows/linux/bsd), and not having to pay for a copy of the linux vs bsd version, woo.. happy endusers.
I dunno what I'm saying at this point, just rambling.
Re:No, Thanks (Score:2)
Tested out (Score:1)
Re:Tested out (Score:1)
However, if it truly delivers fast, reliable, feature filled, word processing to linux/freebsd, then *SERIOUS* word processors should be interested. Some of us have to do more than just a letter to grandma.
For instance (and I don't know if it supports these) as a student in upper level History, and soon to be in grad school (next Fall), I know I