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: <3CB776EC.3010902@ece.gatech.edu> Date: Fri, 12 Apr 2002 20:08:12 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Eduardo Chappa CC: cygwin-apps AT cygwin DOT com Subject: Re: cygwin port of Pine References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Eduardo Chappa wrote: > Hello, > > I am sending this message, because I have built Pine for cygwin, and I > would like to know if the cygwin community is interested in distributing > this package. I would maintain the package, that's not a problem at all. > The Pine developers team also approves that I do this job (including > redistribution of the binary), so the only missing part would be to know > if you are interested in including this package. > > Below you can find a first version of the "setup.ini" file. If you are > interested, the binary and source packages can be found at > > http://www.math.washington.edu/~chappa/cygwin/ > > I appreciate all feedback that you can provide. Thanks. > > > category: Mail > requires: crypt cygwin > sdesc: "A console E-Mail and Newsreader program, it includes Pico" > ldesc: "Program for managing E-mail and News (USENET). It supports > IMAP/(E)SMTP/POP3/NNTP/MIME. It includes the editor Pico" > curr: 4.44-1 First, the packages need to be renamed (note the '-' between 'pine' and '4.44'. Otherwise, you have version #1 of the 'pine4.44' package, not release #1 of version #4.44 of the 'pine' package. pine-4.44-1.tar.bz2 pine-4.44-1-src.tar.bz2 Second, you also need to add openssl to the requires: line, because the binary you include DOES need that DLL. Third, /usr/doc/Cygwin/pine4.44-1.README should be renamed (add a '-'), and /usr/doc/pine/ should probably be /usr/doc/pine-4.44/ ... Fourth, you might consider installing the man pages into /usr/man/man1, and other doco (doc/technotes/*, etc) into /usr/doc/pine-4.44/ Fifth, /usr/doc/pine4.44-1.patch doesn't belong in the binary package, it should be in the -src package. Recommend just copying it into your (already patched) -src like this: pine4.44-1/CYGWIN-PATCHES/pine4.44-1.patch and re-tarring the -src package. And Lastly, it's setup.hint, not setup.ini -- and you don't need to specify curr: 4.44-1. Other than that, sounds great! :-) --Chuck