Main > Free Download Search >

Free macos software for linux

macos

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 254
MacOS-X Aqua Theme 1.2.1

MacOS-X Aqua Theme 1.2.1


MacOS-X Aqua Theme provides a GTK 2.x Theme/Style. more>>
MacOS-X Aqua Theme provides a GTK 2.x Theme/Style.
Installation guide :
[Part 1] GTK2 Theme
Step 1 : If you have got the old version before, then delete the old version.
rm -Rf ~/.themes/MacOS-X
if not, skip this step.
Step 2 : Unpack the downloaded file.
tar zxf 13548-Gnome_MacOS-X_Aqua_Theme_20040730.tar.gz
Step 3 : Move the entire folder named "MacOS-X" into ~/.themes
mv MacOS-X ~/.themes
Enhancements:
- Fixed bugs found in gtk theme.
- 72x72 and 96x96 icons added to Icon theme.
<<less
Download (0.33MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
646 downloads
DateTime::Format::Epoch::MacOS 0.10

DateTime::Format::Epoch::MacOS 0.10


DateTime::Format::Epoch::MacOS is a Perl module that can convert DateTimes to/from Mac OS epoch seconds. more>>
DateTime::Format::Epoch::MacOS is a Perl module that can convert DateTimes to/from Mac OS epoch seconds.

SYNOPSIS

use DateTime::Format::Epoch::MacOS;

my $dt = DateTime::Format::Epoch::MacOS->parse_datetime( 1051488000 );
DateTime::Format::Epoch::MacOS->format_datetime($dt);
# 1051488000

my $formatter = DateTime::Format::Epoch::MacOS->new();

my $dt2 = $formatter->parse_datetime( 1051488000 );

$formatter->format_datetime($dt2);
# 1051488000

This module can convert a DateTime object (or any object that can be converted to a DateTime object) to the number of seconds since the Mac OS epoch.
Note that the Mac OS epoch is defined in the local time zone. This means that these two pieces of code will print the same number of seconds, even though they represent two datetimes 6 hours apart:

$dt = DateTime->new( year => 2003, month => 5, day => 2,
time_zone => Europe/Amsterdam );
print $formatter->format_datetime($dt);

$dt = DateTime->new( year => 2003, month => 5, day => 2,
time_zone => America/Chicago );
print $formatter->format_datetime($dt);

Mac OS X is a Unix system, and uses the Unix epoch (1970-01-01T00:00:00). Use DateTime::Format::Epoch::Unix instead.

<<less
Download (0.017MB)
Added: 2006-08-15 License: Perl Artistic License Price:
1166 downloads
SXEmacs 22.1.6

SXEmacs 22.1.6


SXEmacs is a highly customisable, extensible, self-documenting real-time display editor and IDE. more>>
SXEmacs is a highly customisable, self-documenting, extensible real-time display editor and IDE. It is a fork of the excellent and very popular XEmacs.
Enhancements:
- The build chain has been restructured to take full advantage of the GNU autotools.
- The install directory hierarchy is now much more FHS compliant.
- New in this release are a basic implementation of Pughs skip lists, FFI bindings to libgcrypt, support for PulseAudio, caching compiled regexps, and support for emodules on MacOS.
- There were many updates to ENT, FFI, multimedia, and the OpenSSL support.
- Several bugs were fixed in DSO loading, etags tools, raw string parsing, a stack overflow in mapconcat.
- Many build related issues were fixed.
- Drag n drop support has been removed.
<<less
Download (8.2MB)
Added: 2006-12-12 License: GPL (GNU General Public License) Price:
1047 downloads
Magic Mounter 0.9

Magic Mounter 0.9


Magic Mounter is a user-space auto-mounter. more>>
Magic Mounter is a user-space auto-mounter.

mmounter tries to mimic the behaviour of MacOS with regards to automatic monitoring and mounting of the volumes in your system (CDs, ZIP disks, floppies, HDs) using their volume name as the mount point.

It will optionally eject devices and let users mount/umount them.

Currently mmounter supports ext2, ext3, iso9660 (CD), HFS, and VFAT.

This tool is user-space only (doesnt require any kernel patching) and should be fairly portable.
<<less
Download (0.023MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1125 downloads
Whatmask 1.2

Whatmask 1.2


Whatmask provides a subnet info utility. more>>
Whatmask provides a subnet info utility.
Whatmask is a small C program that helps with network settings. Notations supported are CIDR (e.g. /24), Netmask (e.g. 255.255.255.0), and Wilcard Bits (e.g. 0.0.0.255).
These notations are all identical. CIDR notation commonly has a "/" in front of the number (representing the number of bits). Whatmask can accept these notations with or without a slash.
It can take any IP in the subnet along with the netmask in any format, and it will echo back the netmask in three formats, the network address, the broadcast address, the number of useable IPs, and the range of IPs in the subnet.
Binaries for Linux, Win32, and MacOS 9/X are available.
Enhancements:
- Added support for hex netmasks
- Minor bugfixes / cleanup
<<less
Download (0.16MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
956 downloads
Mac-on-Linux 0.9.72.1

Mac-on-Linux 0.9.72.1


Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc. more>>
Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc.
Main features:
- Added nvram.x installation
- Fix bootstrap check
- Fix dmdma.c strict aliasing warning
- Make sure that log and lock dirs are created
- Integrated BootX with the build system
- Added check for zlib
- Fixed test invocations (== is invalid)
- Fixed VT Switching
- Removed Sheep from defconfig
- Fixed Ubuntu -fno-stack-protector bug
- Removed duplicate nvram, fix doesnt really work
- Some docs cleanups, changed the website address
- Removed libimport script
- Fixed another MacOS segfault on startup
- Ensured that all read/write/seek disk pointers are set properly
- Removed some debugging text
- Fixed MacOS ethernet softlock (Thanks SolraBizna for noticing)
- Fixed MacOS segfault on startup (Thanks to SolraBizna for noticing)
- Changed BootX Read to pass addresses instead of casting them as long
- Fixed BootX read size bug preventing booting on QCOW/DMG
- Cleaned up a bunch of gcc4 issues
- Removed TUN from defconfig
- Updated network driver help info
- Integrated patch from Marcus Comstedt for USB mice
- Removed linux/compiler.h from USB to fix Ubuntu issue
- Fix mol-img bug
- Added support to recognize HFSX disks
- Added bootx source to main MOL build (with backports from newer BootX)
- Fixed gcc4 include issue
Enhancements:
- Fix building on FC7 by adding missing headers
- Additional fixes for find_physical_rom
- Fix bus frequency reporting
- 2.6.22 kmod fixes
- Remove TUN from defconfig (again)
- Fix XDGA off by one error
- Update netdriver Kconfig
- Re-arrange the Kconfig menus
- Remove configure directory
- OSX Compatibility fixes
<<less
Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
873 downloads
Matchball 0.33b

Matchball 0.33b


Matchball is a little puzzle game. more>>
Matchball project is a little puzzle game.

You have to click to remove all adjacent balls with the same color and reach as many points as possible. Sounds easy, but beware, this game is extremely addictive.

Matchball has full rendered backgrounds and translucent balls, supports different ballschemes, different levels, music and fx, a setup menu and a complete highscore system for each level.

Matchball is available for Linux and Windows (also with an installer). The sources should also compile on MacOS, BeOS and every other platform supported by libsdl (even the PlayStation 2).

<<less
Download (1.0MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1038 downloads
manix 0.5

manix 0.5


manix is a window manager which aims to provide a full MacOS 8/9 interface, including an implementation of the Carbon API. more>>
manix is a window manager which aims to provide a full MacOS 8/9 interface, including an implementation of the Carbon API.
manix is using X11 as the graphical backend.
The window manager is not finished but should be useable. It will be part of the Manix Desktop which aims to implement the entire Mac OS 8/9 interface, without the hanging
and crashing of course.
Main features:
- Workspaces - currently fixed at 4, but will be settable in version 0.4
- Small and fast
Enhancements:
- Support for transient windows (modal dialogs), a new look for dialogs, and plain windows were added.
<<less
Download (0.018MB)
Added: 2005-12-01 License: GPL (GNU General Public License) Price:
1423 downloads
AFELO 6.7

AFELO 6.7


AFELO allows you to compress and send images to your webserver. more>>
AFELO allows you to compress and send images to your webserver.

Compressing images and sending them to your webserver has never been so easy before! AFELO allows to select images on your local computer, to resize and compress them and to send them to your server with only a few clicks!

AFELO is free and can be used by anyone! You can send your images to your OLEFA server (using your usual OLEFA username & password), to any other website (via FTP) or save them to your local computer.

AFELO can be used on any computer and is fully compatible with Microsoft Windows, Apple MacOS X and Linux/UNIX operating systems!

<<less
Download (1.4MB)
Added: 2006-08-29 License: Freeware Price:
1151 downloads
Fastcm 1.0

Fastcm 1.0


Fastcmv provides a simple Web content management solution for Webmasters. more>>
Fastcmv provides a simple Web content management solution for Webmasters.
Fastcm is a simple Web content management system. It allows the same content to be shared throughout an entire site or several different sites.
It is an individual tool for a Webmaster rather than a collaborative system.
Fastcm content typically consists of HTML fragments which are meant to be assembled.
Enhancements:
- Fastcm works on either any Unix system, with clispinstalled (at least the clisp version 2.27), or a Mac with MacOS classic (8.x or 9.x).
- Right now, it does not work on Windows system, but we work hard to fix that (we have to add specific code for Windows in order to manipulate the file system).
<<less
Download (0.14MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
920 downloads
Early Macintosh Image LoadEr 0.11

Early Macintosh Image LoadEr 0.11


Early Macintosh Image LoadEr allows to boot linux-m68k from a floppy on a macintosh such as MacII or Quadra 610. more>>
Early Macintosh Image LoadEr allows to boot linux-m68k from a floppy on a macintosh such as MacII or Quadra 610.
With it, you can create rescue disk, or remove the MacOS partition (needed by the legacy penguin booter) from your HD.
Create a floppy from rescue disk image
You can find floppy image from the package emile-rescue
Under linux, the command to dump image to floppy is:
# dd if=emile-rescue-x.y.bin of=/dev/fd0 bs=512 conv=sync
then, you can eject floppy with:
# eject /dev/fd0
If you are using MacOS, use MakeDebianFloppy AppleScript (you must use a floppy image with a size of exactly 1474560 bytes).
Enhancements:
- This release has improved SCSI support, allows you to create a bootable CD-ROM, adds Debian packaging, updates the PowerPC part (currently not usable), and introduces apple_driver (currently not usable).
<<less
Download (0.17MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
943 downloads
XMediaGrabber 0.5.8c

XMediaGrabber 0.5.8c


XMediaGrabber is a large recording suite for Dreambox, DBox 2 and VDR compatible receivers/PCs. XMediaGrabber runs os independent on Windows, Linux and MacOS. Only Java 5 runtime has to be installed. Timer programming is the main focus of this program. It is possible to create repeating timers, system timers e.g. to shutdown the pc/box. This timers can be created from different sources e.g. Premiere MovieGuide, TVBrowser, TVGenial or over the more>>

XMediaGrabber - XMediaGrabber is a large recording suite for Dreambox, DBox 2 and VDR compatible receivers/PCs.

XMediaGrabber runs os independent on Windows, Linux and MacOS. Only Java 5 runtime has to be installed.

Timer programming is the main focus of this program. It is possible to create repeating timers, system timers e.g. to shutdown the pc/box.

This timers can be created from different sources e.g. Premiere MovieGuide, TVBrowser, TVGenial or

over the internet with Klack and the web interface of XMediaGrabber. XMediaGrabber has an intelligent timer administration which checks

for doubled entries or overlapping. Also timer can be created automatically from an indivudal notice list.

XMediaGrabber supports simultaneously recording from multiple receivers.

After a finished recording, several post processing possibilities are available (manual oder automatically). So it is possible to convert the

recorded data to DVD structure which can be burned with any DVD Burning application.

An integrated FTP-Client allows to transfer recordings from external storages to pc and convert directly.

XMediaGrabber has a plugin interface. Other features can be installed easily. Currently following plugins exist:

* Premiere Movieguide - Creating timers out of this guide

* Movielist Plugin - Administration of movies

* SerieGuide - Administration of TV series

* BoxControl - Remote control of your receiver


Enhancements:
Version 0.5.7h
System Requirements:
<<less
Download (12.8Mb)
Added: 2008-08-30 License: Free Price: Free
24 downloads
Ultimate Othello 1789

Ultimate Othello 1789


Ultimate Othello is the ultimate Othello game. more>>
Ultimate Othello is the ultimate Othello game. Enjoy its new, aqua-friendly graphics, full Cocoa interface (on MacOS X) and animations.

The next generation Ultimate Othello is becoming usable and somewhat more ultimate than the previous version !

It features network play with chat and multiple enhaced AIs, and is released under the Gnu Public Licence for both Linux and Mac OS X.
<<less
Download (0.47MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1515 downloads
EasyCrypt 0.2

EasyCrypt 0.2


EasyCrypt is a small Python program that encrypts or dercypts files using AES encryption standard. more>>
EasyCrypt is a small Python program that encrypts or dercypts files using AES encryption standard.

The program is still in early development. It can be used to easily encrypt your files on the go with pretty good security. It works or all systems that support Python. (Windows, Unix, MacOS, ...).

The program uses PyCrypto (link here) library to encrypt/decrypt the file. (Pyhton doesnt have yet an official implementation of the AES algorythm). Since the sourceforge doesnt have any downloadable package, I included in the cvs tree the version of the library used in the program.

Usage (example):

> pycrypt --encrypt TestFile.jpg TestFile.jpg_enc mypassword
(An encrypted file has been created)
> pycrypt --decrypt TestFile.jpg_enc DecryptedFile.jpg mypassword
(The original file is recovered)

<<less
Download (MB)
Added: 2007-06-23 License: Free To Use But Restricted Price:
907 downloads
aardmail 0.1.1

aardmail 0.1.1


aardmail is a package with useful tools for different kinds of mail handling. more>>
aardmail is a package with useful tools for different kinds of mail handling.

All programs can be linked against dietlibc and should be working under UNIX and Windows. aardmail is known to compile and work under Linux, *BSD, IRIX, Solaris (gcc and Sun Studio), MacOS X and Windows (MingW and Borland C).

All transports over network can (and should) be TLS-encrypted, currently using either OpenSSL or GnuTLS. Per default aardmail will abort if it cant verify a peers certificate, and wont do fallbacks to unencrypted transport unless you tell it explicitly to do so.
<<less
Download (0.27MB)
Added: 2005-11-18 License: GPL (GNU General Public License) Price:
1435 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5