@MaxWish - Mac-Packing Plugin

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
blacky
Senior Member
Senior Member
Posts: 312
Joined: 2003-02-07, 16:58 UTC
Location: was das/whot's dath ?

@MaxWish - Mac-Packing Plugin

Post by *blacky »

Hy,

Can anyone make a mac packing format plugin for TC ?
I have take a look in MaxWish's Totalcommander club page
and dont have found a plugin for Mac-Packing formats like
dmg, sit and so.

greetings
Blacky
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Unfortunately .sit is proprietrary and completely undocumented. The only way to unpack is via the free unpack program for windows.
Author of Total Commander
https://www.ghisler.com
User avatar
Maxwish
Senior Member
Senior Member
Posts: 370
Joined: 2003-02-05, 19:13 UTC
Location: .NL

Post by *Maxwish »

Hi blacky,
Is this message speciallay for me only ??? (@ maxwish...)

but,
I haven't found any Mac plugin yet, otherwise it would be at ClubTotal.

As far as I know, the .sit extention is used by Alladin Stuffit. This format is not open source so making a plugin would be quite hard. But it could be done using the MultiArc plugin and the unstuffit.exe found in the older stuffit pakages. But I don't know if the current format would be support by the old unstuffit.exe
BTW: it is used with FAR filemanager, the code is below and should be modified a bit for use with multiarc:

Code: Select all

;NOTE: THIS IS THE CODE FOR FAR, IT MUST BE CHANGED FOR TC !!!
;Aladdin's UnStufit for DOS is a bit slow and doesn't support long filenames.
[Type38]
TypeName=Macintosh StuffIt
ID=53 49 54
Extension=sit
Start="----------------------- ---- ---- -----       --------  --------  ------- -----"
End="-------------------------------------------------------"
Format0="nnnnnnnnnnnnnnnnnnnnnnn                       tt/dd/yy  zzzzzzzz  ppppppp"
List="unstufit.exe -lv"
Extract=unstufit -d %%a
ExtractWithoutPath=unstufit.exe %%a
Test=unstufit.exe -t %%a
Delete=
Add=
Move=
...BRB...
User avatar
Maxwish
Senior Member
Senior Member
Posts: 370
Joined: 2003-02-05, 19:13 UTC
Location: .NL

Post by *Maxwish »

Addition:
There is a Software developmer Kit for Stuffit
http://www.stuffit.com/win/sdk/index.html

the download page is:
wwww.stuffit.com/win/sdk/download_sdk.html

Demo download is free, but it requires a license if you use it in a program. (says nothing about the costs...)
...BRB...
User avatar
blacky
Senior Member
Senior Member
Posts: 312
Joined: 2003-02-07, 16:58 UTC
Location: was das/whot's dath ?

Post by *blacky »

Hy Christian and MaxWish , :-)

@MaxWish : *g* why not, you have a very big ToolPage for TC,
i think, the biggest in the WWW and the best one !! *slime* :lol:
Now, realy, the TC Tools - collection it the biggest were i have seen
in the web, and i think, the most coder, is getting you the newest plugins for TC, and i think, you now, were can write a plugin as anonymous
and can post under unoffical Plugin for TC, therefore i have wrote you on for this little prob in a grayzone ;-)
And i think, anyone can write a simple packingplugin
for .sit and .dmg .

greetings
Blacky[/quote]
Post Reply