Date: Sun, 21 Jul 1996 19:28:15 +0200 (IST) From: Eli Zaretskii To: DJ Delorie Cc: djgpp-workers AT delorie DOT com Subject: Re: Long filenames in zip files (was: snapshot 960720) In-Reply-To: <199607211600.MAA01801@delorie.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 21 Jul 1996, DJ Delorie wrote: > > - you cannot use wildcards or just the directory names, you need to > > feed Zip with the full list of the filenames; > > Ick! I use find to generate the listings. The distrib process is > automated for all 40 packages based on find and regular expressions. > Doing this would be extremely NOT feasible. I suppose it all depends on how bad do we want this. I could imagine an automated procedure that gets the contents of the original GNU package from DJTAR listing, edits it (with Sed or Gawk), then adds any files that aren't already in the listing (using find) and then calls Zip with the resulting list in a response file. But since it's all on your server, you get to decide...