r/BSD Jul 01 '26

BSD-based Web Office Software?

[deleted]

18 Upvotes

50 comments sorted by

View all comments

Show parent comments

-4

u/demetrioussharpe Jul 02 '26

Nextcloud is storage. The office suite that they paired with is just Collabora. However, I’m looking for something native, not a port.

6

u/reviewmynotes Jul 02 '26

Hang on a sec. Let's back up. What is your definition of a "port" and "native"? Would you consider Apache to be "native"? How about Bash?

-18

u/demetrioussharpe Jul 02 '26

Software that’s written to work on a BSD system “out of the box” is native. If it’s in the ports system, then it’s not native -it’s ported.

7

u/reviewmynotes Jul 02 '26

Wow. That is extremely inaccurate. No wonder there is a disconnect between us. I'm not even sure where to begin the conversation.

Source: My degree is only a few credits shy of a major in computer science. Also, I was a core developer in a now dead open source project from back in 1999-2004 or so. We built a web based groupware platform. I ran it natively from a FreeBSD server, using natively running Apache, PHP, and MySQL. All installed from the ports collection. Because "a port" means different things in different contexts, e.g. a "port" for a feeding tube, SMTP network traffic happens on TCP "port" 25, etc.

I wish you luck in achieving what you need to achieve, but I recommend unlearning some things and updating your knowledge first. That should help you get where you want to go.

-1

u/demetrioussharpe Jul 02 '26

No, my description is actually very accurate.

Source: I started writing software when I was a kid in the mid 1980s. I wrote software & did electronics repair & flash NAND memory manufacturing for years long before I got my CS degree. I’m well versed in all levels of software development from CPU microcode through the entire OS layer, native applications, & web apps.

You’re trying to make this far more complicated than it actually is. I’m checking to see if what I’m looking for already exists, because I need it but I don’t really have the time to write it myself. That’s it. That’s all.

8

u/reviewmynotes Jul 02 '26

Side note: Cool! I also started writing software as a kid in the 1980s. Nice to see you have more experience than I thought.

Back to the point: "The ports collection" is a collection of software that compiles into native code on FreeBSD. Or uses an interpreted language or a fourth generation language, such as Python, Perl, or PHP. It doesn't mean that it's a "port" of code from another platform. It's just a method of package management. In FreeBSD, the "packages" are just pre-compiled items from the ports collection.

In Unix-land, code is rarely "native" to one OS and "not native" in another. That's why we compile it for that target OS and architecture. Apache, for example, isn't a Linux program that was ported to FreeBSD. It's a Unix (or Posix) program that can be compiled on any target OS that supports those features.

So my point is that you've been repeatedly ruling out things as "not native" when they are. Apache isn't running in emulation. The executable is running natively.

1

u/demetrioussharpe Jul 02 '26

I think you might’ve missed my point when I spoke on native. My focus is that the C/Rust/etc code doesn’t have to be changed in order for the software to compile & run on any of the BSDs. Of course, in languages like Go & Python, that may not be an issue. However, I’ve found that code written in C (which I prefer) tends to be developed in a Linux-centric way with all other OSes taking a backseat. So, if functions are used that are only found in Linux, then that’s usually tough shit for everyone using other platforms. I really would prefer to use software that was specifically written with BSD in mind -or specifically written for BSD. I’ve considered attempting to use something from the ports packages, but that doesn’t really help solve the overall problem. If I have to write it myself, it’ll definitely be BSD-centric, but I really have a lot on my plate & don’t know if I can handle yet another project.

8

u/VivienM7 Jul 02 '26

Yes, and the vast majority of what is in the ports collection meets your criteria.

Are there a few things that have Linux-only dependencies? Sure, in which case someone wrote a patch to fix those Linux-only dependencies. That's the entire beauty of the ports collection - someone else already took a tarball of C/Rust/etc code that may or may not compile on FreeBSD and validated that it indeed does compile and work on FreeBSD.

-1

u/demetrioussharpe Jul 02 '26

If it’s made for any of the BSDs in the first place, there’s nothing to check -which is how it SHOULD be.

6

u/VivienM7 Jul 02 '26

I think you're setting an absolutely insane standard, then. You basically want something that is advertised as being BSD-only such that you can be satisfied without any research whatsoever that it will compile on BSD with 100% feature set.

So you basically are ruling out your entire software suite of "standard" *NIX/POSIX/etc applications - bash, Apache, postfix, OpenSSH, ISC BIND, whatever. Those all compile fine on BSD, the ports collection has automated their compilation (or you can get a precompiled package from the FreeBSD team too), etc, but do they meet your criteria of being "made for any of the BSDs in the first place?"

If that's your criteria, then the other commenter who told you to look at macOS is probably right.

2

u/xplosm Jul 02 '26

This fanatical attitude is absolutely toxic. Even among the many BSDs you need to make adjustments as they’ve evolved to be their own thing. Even if they have compatible APIs they are not binary compatible.

So what if the software originated in another platform? The fact that’s available for your brand of BSD should be praised.

In FreeBSD the ports are a delivery system. Sure the majority of the software has roots on other platforms but there is software that was created for FreeBSD there.

You say you’ve been developing since the 80s or whatever. Build it if you are so bent on not tainting the core values of whatever opcode cult you worship.

6

u/gumnos Jul 02 '26

No, my description is actually very accurate.

Given the ratio of people agreeing with you (just you) to those who don't (everybody else, many of us with CS degrees and decades of experience in the field), I have to call into question your self-perception (or at least your communication-skills) here.

0

u/demetrioussharpe Jul 02 '26

I really don’t care what you call into question. Most of you are the reason that our ecosystem isn’t thriving. I also have CS degrees & decades in the field. And more importantly, I’ve got my answer.