Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <3CB3A67C.3050808@ece.gatech.edu> Date: Tue, 09 Apr 2002 22:42:04 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: cygwin-apps AT cygwin DOT com Subject: Re: Now that the new setup is here... References: <3CB39CFA DOT 80101 AT ece DOT gatech DOT edu> <20020410021303 DOT GQ23551 AT redhat DOT com> <3CB3A252 DOT 4080206 AT ece DOT gatech DOT edu> <20020410023605 DOT GV23551 AT redhat DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Oooohhhh, NOW I get it. I didn't understand that "verpat:" was a new field in setup.hint, PARSED by upset. It's perfectly clear in hindsight. Nevermind my earlier comments. Time for some sleep. --Chuck Christopher Faylor wrote: > On Tue, Apr 09, 2002 at 10:24:18PM -0400, Charles Wilson wrote: > >>>Btw, I'm adding a new feature to upset: >>> >>>verpat: (.*-\d+dpi)(.*)(\.tar.bz2) >>> ^^^^^^^^^^ ^^ ^^^^^^^^^ >>> $1 $2 $3 >>> >>>$1 = prefix >>>$2 = version >>>$3 = suffix >>> >>>That won't help setup.ini-less installs much but, er... >>> >>I don't grok regex's very well, but have we dropped support for tar.gz? >> > > .tar.gz is deprecated but that's kinda besides the point. If you wanted > to use .tar.gz, you'd change the above to use .tar.gz. > > This is just a field for setup.hint so that we don't have to tell > people to rename their scripts when there is a clear precedent for > some version numbering that can't be automatically grokked. > > Like everything in setup.hint it should be used only when absolutely > necessary. > > >>Also, how many special cases are we going to have? I understand >>wanting to keep xfree-fonts-75dpi-VER-REL instead of >> >>xfree-fonts_75dpi-VER-REL or >>xfree-fonts-dpi75-VER-REL >> >>but are we venturing down a path we don't really want to follow? >> > > I was just using this as an (incorrect, actually) example. If someone > is comfortable with an underscore, that's fine. This would probably be > more useful for something like contrib/tei-xml/tei-xml-p4-1-src.tar.bz2 . > > cgf >