NufxLib and NuLib2, Apple II file archive utilities
Go to file
Andy McFadden 132a8338b9 Fix Mac OS X behavior
Some fixes to the Mac OS X build:

- Replace the Carbon calls that were used to set the creator
and file type with xattr calls.  The Carbon stuff still worked
but caused deprecation warnings.  Stop linking against Carbon.

- Correct the way resource forks are accessed (from "/rsrc" to
"/..namedfork/rsrc").  The native resource fork support is
incomplete and doesn't work quite right, so it's now disabled.
(Which means the corrections to the file name don't actually do
anything, but you can at least play with it.)

- Correct the file/aux type conversion, which appeared to do
useful things but actually didn't in some circumstances (e.g. when
adding files, the code for acquiring the file types needs to be in
NuLib2, not NufxLib).

- Set creator and file type to 'pdos' values when extracting from
a Binary ][ archive.

Also, drop some old purify/quantify stuff.
2015-01-03 15:59:37 -08:00
nufxlib Fix Mac OS X behavior 2015-01-03 15:59:37 -08:00
nulib2 Fix Mac OS X behavior 2015-01-03 15:59:37 -08:00
.gitignore Check in a formatted version of the man page. 2014-10-30 11:04:20 -07:00
README.md Updated. 2014-10-30 12:09:37 -07:00

README.md

NuLib2

NuLib2 is a command-line file archiver for Apple II archives. It can operate on ShrinkIt and Binary II files (.shk, .sdk, .bxy, .bse, .bny, .bqy).

NufxLib is a library of code that supports ShrinkIt archives. It's used by NuLib2 and CiderPress.

A pre-built NuLib2 binary is available for x86 Windows. For Linux systems, you can download the source code and build it.

More information, including full documentation for NuLib2 and NufxLib, can be found on http://www.nulib.com/.