Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <004d01c16b0f$bba8d510$010a010a@bluesguitar.org> From: "Matthew Smith" To: References: <016c01c1699d$ade36f30$010b010a AT bluesguitar DOT org> <03e501c16b02$8d8efef0$0200a8c0 AT lifelesswks> <20011111234603 DOT GA24458 AT redhat DOT com> Subject: Re: Textutils 2.0.16-1 (part 1 of 3) Date: Sun, 11 Nov 2001 18:19:45 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Rob and Chris: Thanks very much for straightening me out on the setup.hint format. I'll start putting together an announcement now. cheers, -Matt > On Mon, Nov 12, 2001 at 09:45:16AM +1100, Robert Collins wrote: > >I've uploaded your updated tarballs to the redhat server, when they've > >got to a mirror or two, you are good to go with an announcement. > > > >1 nit, your setup.hint didn't have a requires: line, so I just used the > >current one - requires: ash cygwin. > > Actually the setup.hint was really screwed up. I got a bunch of errors from > the setup.ini updater. > > The syntax for setup.hint is not exactly the same as for setup.ini. > You don't put [prev] and [curr] in it. > > You don't put install: or source: in it. It's supposed to be a "hint" > for information that can't be inferred otherwise, like category, sdesc, > or requires. > > Also, AFAIK, setup.exe doesn't allow different categories or requirements > for different versions since these fields apply on a per-package not > a per-version basis. > > sdesc is the short, one line description of the package. It is not the > name of the package. ldesc is a multi-line, detailed description. It > is not the one-line description. > > If you do need to specify the current/prev/test version, you use the > version number, not the name of the tar archive. > > Anyway, I've modified the setup.hint to this: > > sdesc: The GNU text file processing utilities > category: base > requires: ash cygwin > > This makes the textutils setup.hint similar to the other setup.hint's > in latest/contrib. > > cgf >