New Commercial Word Processor For FreeBSD
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."
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.
SoftMaker Office for Windows|Linux|Android
In other words, while I'm always happy to see my platform of choice supported, I wouldn't expect any significant commercial gain for SoftMaker. Most people won't be interested in a proprietary office suite - just as with Linux people, but the FreeBSD desktop market is obviously a lot smaller than even the Linux one - and others would have bought it anyway, even without a native port.
(Of course, if they would be hiring, I would be much more enthusiastic ;-)
(As I would if this story wouldn't be about TextMaker, but VMWare, which is the only proprietary program that I really, really miss.)
Programming can be fun again. Film at 11.
Maybe I am unclear on the copyright infringement thing and everything, but doesn't this conflict with MS in some way?!
;-)
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
Error 407 - No creative sig found
I've recompiled and reinstalled the *entire OS* in 20 minutes. (1.5MHz machine.)
Sure there isn't something you're doing wrong?
Has anyone here actually tried Textmaker? If it delivers what the web site states, then it is probably worth paying for. They have a free 30 day trial version which I am currently downloading. If I like it and think it will do a better job than the other software I am currently using then I will pay for it. If not, well hey, it is just fun trying new stuff out.
Saying your OS is the best because more people use it is like saying MacDonalds make the best food
Hmmm, takes me 18 minutes on a 2.8GHz machine. You using a ramdisk or something?
Don't blame me, I didn't vote for either of them!
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.
Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
TextMaker costs either EUR 49.95 or US$49.95.
SoftMaker Office for Windows|Linux|Android
The better the codebase is, and if indeed it is so portable a simple ./configure ; make install will suffice, the more platforms software "X" will run on. For commercial software, this means that they don't have to bend over backwards for a slight increase in marketshare by offering a commercial (if unsupported) piece of software for the more esoteric UNIX platforms out there.
:-)
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.
Man watching 6 MSCE's around a sun box, looks alot like the opening scene's of 2001:space odyssey...
Hmm, What O/S and version is that?
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.
I assume you're talking about a buildworld/installworld here.
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.
Tarsnap: Online backups for the truly paranoid
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 drives (shared with Win2K; Gentoo and Win98 share a 20GB IBM ATA66 HD). 512MB of PC2100 DDR RAM. Nice stuff for when I built it, but solidly middle-class today, I think.
Setup details (software): Softupdates enabled on root. Tagged queueing at that time on the IBM drives, no longer an option now. No ramdisk; I tried it, and build times were within seconds of what they were without it, sometimes longer, sometimes shorter. And definitely no -jx; as others have reported, that slowed things down for me. Make.conf set (with gcc 2.95 at the time) for i686, no games and no profiled libraries. I mounted the non-root non-swap partitions (for me, /var and /usr) -noatime. Because of the 512MB RAM, I could also leave swap turned off if I chose. I dropped to single user most times, but occasionally didn't bother - I don't remember this making a significant difference to build times. That's pretty much it.
Tested it on NetBSD with Linux emulation. Works just fine, was quite fast and sweet. Only problem was that when I tried adding lists, I could not get out of the list mode... Anyway, I wouldn't pay 50eur from it, because there are similar choises for no charge.
"Appears" is the correct term. It's a straight X app without any external library references except for Xlib and glibc. Definitely no Qt in there.
SoftMaker Office for Windows|Linux|Android
Unfortunately, the trolls are taking over the BSD postings (or more correctly everyone else is abandonding slashdot bsd forums and leaving them to pleasure themselves in peace)
Yes, 1.5GHz was what I meant to say.
The 20 minute times were for -STABLE. -CURRENT takes a lot longer.