delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2002/12/12/16:43:59

Message-ID: <3DF8DF37.646F9752@yahoo.com>
Date: Thu, 12 Dec 2002 14:10:47 -0500
From: CBFalconer <cbfalconer AT yahoo DOT com>
Organization: Ched Research
X-Mailer: Mozilla 4.75 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To: djgpp-workers AT delorie DOT com
Subject: Re: [Fwd: ANNOUNCE: Release 4 of DJGPP port of fileutils 4.1]
References: <10212121417 DOT AA21834 AT clio DOT rice DOT edu> <3DF8ABCB DOT 978EF816 AT yahoo DOT com> <200212121634 DOT gBCGYsl30466 AT envy DOT delorie DOT com>
Reply-To: djgpp-workers AT delorie DOT com

DJ Delorie wrote:
> 
> > Then a directory listing of zipsused shows the release dates of all
> > packages.  Now the only thing missing is an up-to-date listing of
> > latest package releases.  If the mini-faq isn't the appropriate
> > place for such (obviously up to dj) maybe a master file is.  Doing a
> > ls on the simtel ftp directories is confused by the presence of many
> > older packages, and the need to scan multiple directories.
> 
> The 00_INDEX.txt files are the best place for these.  I've still got
> to go prune the old releases from simtel.  The redating trick might be
> useful.

I assume you mean the "zip -o".  The batch file to handle a whole
directory is:

[2] c:\djgpp>type redatzip.btm
@echo off
echo Redating all zipped packages present to oldest content
echo.
for %ff in (*.zip) do zip -o %ff
echo.
echo DONE

It can take a while.

You might want to take a look at "mkindex2.btm" on my download
page.  That builds index.htm from a directory listing and 4dos
descript.ion file.  It is run on the original image directory on
my system, so dates are those in effect there, rather than on the
site, and I can enforce ISO format. The main point is that the
actual files can be accessed directly.  In addition it leaves the
formatting up to the viewer system.  Conversion to a bash script
would probably be generally useful, and it could get its data from
00_INDEX.

The problem with 00_INDEX is that you have to go back to the
directory, remembering the correct name, scroll there, and then
access it.  But I guess this (the index.htm) won't work for ftp
access - I find simtel html access extremely painful.  Maybe it is
operator ignorance.

-- 
Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net)
   Available for consulting/temporary embedded and systems.
   <http://cbfalconer.home.att.net>  USE worldnet address!


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019