Re: [ITP] chicken-4.9.0.1

2014-12-11 Thread Christian Kellermann
Hi All! Based on the feedback of Marco and Corinna, I propose the following cygport file for the chicken upgrade: # package name NAME=chicken VERSION=4.9.0.1 RELEASE=1 # setup.hint generation CATEGORY=interpreters SUMMARY=A practical and portable scheme system. DESCRIPTION=A practical and

Re: [HEADSUP] Base category

2014-12-11 Thread Corinna Vinschen
On Dec 10 16:34, Warren Young wrote: On Dec 10, 2014, at 4:05 AM, Corinna Vinschen wrote: Isn't that the same for all distros? Cygwin has just a few thousand packages, Linux distros have 10s of thousands. I just re-did the count, and I get 4,453 for the Cygwin official repo (x86) plus

Re: [ITP] chicken-4.9.0.1

2014-12-11 Thread Corinna Vinschen
On Dec 11 10:16, Christian Kellermann wrote: Hi All! Based on the feedback of Marco and Corinna, I propose the following cygport file for the chicken upgrade: [...] src_install() { cd ${B} cyginstall } This is default behaviour so you should be able to do without the

Re: [ITP] chicken-4.9.0.1

2014-12-11 Thread Christian Kellermann
* Corinna Vinschen corinna-cyg...@cygwin.com [141211 11:14]: This is default behaviour so you should be able to do without the src_install function. Ok! I need to update an internal database of available chicken modules. However due to the internal design, I need to call this either so

Re: [ITP] chicken-4.9.0.1

2014-12-11 Thread Corinna Vinschen
On Dec 11 11:35, Christian Kellermann wrote: * Corinna Vinschen corinna-cyg...@cygwin.com [141211 11:14]: This is default behaviour so you should be able to do without the src_install function. Ok! I need to update an internal database of available chicken modules. However due to

Re: [ITP] chicken-4.9.0.1

2014-12-11 Thread Christian Kellermann
* Corinna Vinschen corinna-cyg...@cygwin.com [141211 13:30]: If you don't use any of the automatisms and special features described in the cygport manual's postinstall section, I guess you either have to install the script in your install rule, or you have to install it manually from the

Re: [ITP] chicken-4.9.0.1

2014-12-11 Thread Marco Atzeri
On 12/11/2014 2:50 PM, Christian Kellermann wrote: * Corinna Vinschen corinna-cyg...@cygwin.com [141211 13:30]: If you don't use any of the automatisms and special features described in the cygport manual's postinstall section, I guess you either have to install the script in your install rule,

Re: User manual cleanup

2014-12-11 Thread Warren Young
On Dec 11, 2014, at 3:03 AM, Corinna Vinschen corinna-cyg...@cygwin.com wrote: On Dec 10 16:34, Warren Young wrote: I kind of thought I’d been kicked off that project, after leaving the autodep stuff hanging. :) I'd never have kicked you out. Contrary to that, I was disappointed that you

Re: [ITP] chicken-4.9.0.1

2014-12-11 Thread Achim Gratz
Christian Kellermann writes: cat ${B}chicken.sh HERE #!/bin/bash rm $(chicken-install -repository)/modules.db HERE exeinto /etc/preremove doexe chicken.sh } If you simply drop a dummy modules.db into the installation (and perhaps remove it in the postinstall script if

Re: User manual cleanup

2014-12-11 Thread Corinna Vinschen
On Dec 11 10:54, Warren Young wrote: On Dec 11, 2014, at 3:03 AM, Corinna Vinschen corinna-cyg...@cygwin.com wrote: On Dec 10 16:34, Warren Young wrote: I kind of thought I’d been kicked off that project, after leaving the autodep stuff hanging. :) I'd never have kicked you out.

Re: [ITP] postfix 2.11.3

2014-12-11 Thread Christian Franke
Christian Franke wrote: I would like to contribute the Postfix Mail Transfer Agent. http://www.postfix.org/ Download: wget -e robots=off -np -nH --cut-dirs=1 -R'index.html*' -r \ http://chrfranke.no-ip.org/cygwin/x86/release/postfix \