Domain: forked.net
Stories and comments across the archive that link to forked.net.
Comments · 11
-
Eterm
If you're a fan of Eterm (I am), you have two options available to you:
- Pick up an older, but pre-ported copy (this one is version 8.10.0)
- Grab the CVS sources for the latest Eterm and build it yourself. This is not easy, but it is possible.
Having the latest Eterm running under Apple's X11 is nice, though I still haven't been able to get it to link with imlib2 successfully (note: I am incompetent at this stuff, YMMV) The only porting really required is to change the typedef for socklen_t to int, or include the appropriate header file (sys/socket.h?). Either works.
Good luck. -
Re:Unix tools... already ported!
http://macosx.forked.net/ has a fair number of ports and some handy porting tips
-
Slashdot advertizing getting out of hand!
Maybe i should buy a subscription, (Mozilla 1.0 on 10.2)
Screen shot -
Yeah Right> So, why hasn't the GPL been successfully challenged yet?
it has been challenged. the challenge was successful. see this slashdot article and discussion for details.
in short: the GPL grants you the right to use the software in more ways than the normal copyright grants you. it extends international copyright laws to what stallman et al. call copyleft.
but that still means you have to obey copyright laws: you have to mark your work as derivative, and conform to the license, which in case of the GPL states that you have to make the sourcecode of your work available.So in the linked slashdot article above, in the case of macosx.forked.net that would have meant that they made package desciptor files (".pmsp" on mac os x, the only form one can modify the package. To my understanding it represents the "preferred form" the GPL talks of) available, as well as noting that the files origin were fink packages, both of which they didn't do 'til today.
so yes, the GPL has been successfully challenged.
-
Re:Why I hate sharewaremaybe you should try here:
-
The article has been deleted
-
A Working linkNeither Time link is working now. Forked.net has a mirror of the whole article up.
-
MacOSX isn't running Xwindow, but it can...Many people have already pointed out that MS Office for OS X can't be easily ported to UNIX because it's written using Carbon APIs, but I thought I'd point out that there are a couple ways to implement Xwindow on MacOSX.
First, there's the XonX project, where they've developed a way to run rootless XFree86. It's kind of a pain to get working, so you need:
XDarwin, which is a nice way to get XFree86 windows run next to MacOSX's Aqua windows. However, even this has its faults, so I highly recommend:
OroborOSX, which is an X11 window manager/environment. I've been running 0.75a3 and a4 for a little while now, and it's pretty good. I haven't successfully compiled any X applications for it, but I haven't had much time over Christmas break to work seriously on it.
If you're looking for UNIX software to run on Mac OS X, try Fink, which aims to port all sorts of UNIX software to OS X. There's also the GNU Mac OS X Public Archive, which I only just found, and some Mac OS X ports on Forked.net, which I used to solve some initial XDarwin issues I was having.
Anyway, Microsoft wouldn't be able to port Office for OS X to UNIX very easily, we can move UNIX software (and even X11 software) to Mac OS X without too much difficulty.
First they ignore you, then they laugh at you, then they fight you, then you win. -Ghandi
-
Re:Where are the compilers?
-
Re:gnome over x?
Aqua doesn't, however, you can download a rootless X server (http://sourceforge.net/projects/xonx/) that lets you run X apps right along with Aqua apps. The same files are also available on http://macosx.forked.net/ in Mac OS X
.pkg files, along with other useful stuff OS X doesn't include, such as ncurses. The window manager, by the way, is whatever window manager you decide to install-- it's just XFree86 ported to a darwin kernel with a rootless option. If you're not running OS X, XDarwin (not XonX) will probably work better for you.. It doesn't have the rootless option, but if you don't have Aqua, you don't really need it. Hope this was of help to some people. -
Re:Yeah yeah, BSD is dead
you also have all of the goodies being ported over on http://macosx.forked.net