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 Date: Tue, 9 Apr 2002 22:36:05 -0400 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: Now that the new setup is here... Message-ID: <20020410023605.GV23551@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CB3A252.4080206@ece.gatech.edu> User-Agent: Mutt/1.3.23.1i 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