From: <sub...@wx...> - 2004-06-23 08:55:04
|
Michael Wetherell (mik...@nt...) wants to submit a component Maintainer: Michael Wetherell (chiclero) Component: archive Subdir: archive Parts: S More infos: wxWidgets: 2.5.1 Description: An interface for reading and writing archive formats, with implementations for zip and tar. |
From: Ryan N. <wxp...@co...> - 2004-06-23 09:32:43
|
I'm probably going to move my zip, bzip and rar stream modules over to this one once (if) it gets accepted (zip compression method 12 is bzip). Ryan ----- Original Message ----- From: <sub...@wx...> To: <wxc...@li...> Sent: Wednesday, June 23, 2004 1:55 AM Subject: [wxCode-users] archive: Application for code submission > > Michael Wetherell (mik...@nt...) wants to submit a component > > Maintainer: Michael Wetherell (chiclero) > Component: archive > Subdir: archive > Parts: S > More infos: > wxWidgets: 2.5.1 > > Description: > An interface for reading and writing archive formats, > > with implementations for zip and tar. > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users |
From: Otto W. <ott...@or...> - 2004-06-23 16:52:40
|
sub...@wx... wrote: > > Michael Wetherell (mik...@nt...) wants to submit a component > > Maintainer: Michael Wetherell (chiclero) > Component: archive > Subdir: archive > Parts: S > More infos: > wxWidgets: 2.5.1 > > Description: > An interface for reading and writing archive formats, > > with implementations for zip and tar. > IMO "archive" could mean anything from DBaccess to a collection of items, I'd prefer if you could choose a more specific name instead. If you insist on "archive" just say so. O. Wyss -- See a huge pile of work at "http://wyodesktop.sourceforge.net/" |
From: Mike W. <mik...@nt...> - 2004-06-23 17:39:22
|
On Wednesday 23 June 2004 5:52 pm, Otto Wyss wrote: > IMO "archive" could mean anything from DBaccess to a collection of > items, I'd prefer if you could choose a more specific name instead. > If you insist on "archive" just say so. Yes, it is a bit generic. I did think about calling it 'ziptar', but then I thought 'what if I want to add support for cabs?' I wouldn't mind some suggestions if anyone can think of anything better. Mike |
From: Ryan N. <wxp...@co...> - 2004-06-23 18:17:04
|
Also MFC users will be confused at archive also (CArchive in MFC is for serialization). However, most class contributions involving MFC and zip files are named CZipArchive or CZip. Plus if Microsoft had to do MFC over again they would use CSerializable after java instead of CArchive. So, I think unless somebody comes up with a better name (I've been trying to come up with one for a while) wxArchive is probably best. Other possible names: wxBundle (OS X users would get confused) wxPackage wxCompressedDir Ryan ----- Original Message ----- From: "Mike Wetherell" <mik...@nt...> To: <wxc...@li...> Sent: Wednesday, June 23, 2004 10:39 AM Subject: Re: [wxCode-users] archive: Application for code submission > On Wednesday 23 June 2004 5:52 pm, Otto Wyss wrote: > > IMO "archive" could mean anything from DBaccess to a collection of > > items, I'd prefer if you could choose a more specific name instead. > > If you insist on "archive" just say so. > > Yes, it is a bit generic. I did think about calling it 'ziptar', > but then I thought 'what if I want to add support for cabs?' > > I wouldn't mind some suggestions if anyone can think of anything better. > > Mike > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users |
From: Mike W. <mik...@nt...> - 2004-06-24 11:14:30
|
On Wednesday 23 June 2004 7:22 pm, Ryan Norton wrote: > So, I think unless somebody comes up with > a better name (I've been trying to come up > with one for a while) wxArchive is probably > best. Right, thanks, you've obviously given it some thought too. I think I'll stick with 'archive' then please Otto (I think I might as well have it without the 'wx' prefix, though that's not just a big thing). On Wednesday 23 June 2004 5:52 pm, Otto Wyss wrote: > IMO "archive" could mean anything from DBaccess to a collection of > items, I'd prefer if you could choose a more specific name instead. > If you insist on "archive" just say so. I think you're right, people looking down the list won't know what it is. They might think it's an old version of wxCode that's been archived off, or something like that. But I'll stick with it anyway, maybe later on I could put individual archive formats into their own directories, e.g. have a 'tar' project. But for now it'll be easier to me to have just one place to work on everything. Thanks, Mike |
From: Otto W. <ott...@or...> - 2004-06-24 17:53:47
|
Mike Wetherell wrote: > > On Wednesday 23 June 2004 7:22 pm, Ryan Norton wrote: > > So, I think unless somebody comes up with > > a better name (I've been trying to come up > > with one for a while) wxArchive is probably > > best. > > Right, thanks, you've obviously given it some thought too. > > I think I'll stick with 'archive' then please Otto (I think I might as > well have it without the 'wx' prefix, though that's not just a big > thing). > I think until someone comes up with a better name we leave it as "wxarchive". That way it can't be misstaken as an archive of wxCode and the rest is visible from the Readme. O. Wyss -- See a huge pile of work at "http://wyodesktop.sourceforge.net/" |
From: Mike W. <mik...@nt...> - 2004-06-24 20:06:59
|
On Thursday 24 June 2004 6:53 pm, Otto Wyss wrote: > I think until someone comes up with a better name we leave it as > "wxarchive". That way it can't be misstaken as an archive of wxCode > and the rest is visible from the Readme. Ok, Thanks! Mike |
From: Otto W. <ott...@or...> - 2004-06-24 17:50:04
|
sub...@wx... wrote: > > Michael Wetherell (mik...@nt...) wants to submit a component > > Maintainer: Michael Wetherell (chiclero) > Component: archive > Subdir: archive > Parts: S > More infos: > wxWidgets: 2.5.1 > > Description: > An interface for reading and writing archive formats, > > with implementations for zip and tar. > Added as component "wxarchive". O. Wyss -- See a huge pile of work at "http://wyodesktop.sourceforge.net/" |