updated on Fri Jan 20 00:01:56 UTC 2012
[aur-mirror.git] / trn / configbot
blob939e3ecd9b8943817a4fa640cf2677e965f42450
1 #!/usr/bin/expect
3 spawn ./Configure
4 expect {
5         "Would you like to see the instructions?" { send n\r ; exp_continue; }
6         "Which of these apply, if any?" { send linux\r ; exp_continue; } 
7         "Operating system name?" { send linux\r ; exp_continue; } 
8         "Select the news spool support (\"local\", \"nntp\", or \"both\"):" { send both\r ; exp_continue; }
9         "Do you want to use generic user-authentication?" { send y\r ; exp_continue; } 
10         "Enter \"local\", a server name, or a file name (~name ok):" { send local\r ; exp_continue; }  
11         "Do you expect to run these scripts and binaries on multiple machines?" { send n\r ; exp_continue; } 
12         "Installation prefix to use? (~name ok)" { send /usr\r ; exp_continue; }  
13         "Where is the news library directory for local news? (~name ok)" { send /usr/lib/news\r ; exp_continue; }
14         "Where is the newsgroups file? (\"none\" ok) (~name ok)" { send /usr/lib/news/newsgroups\r ; exp_continue; }
15         "Where is the subscriptions file? (\"none\" ok) (~name ok)" { send /usr/lib/news/subscriptions\r ; exp_continue; }
16         "Pathname where trn's inews will reside? (\"none\" ok) (~name ok)" { send /usr/bin\r ; exp_continue; }  
17         "Which inews should be used for posting local articles? (~name ok)" { send inews\r ; exp_continue; }
18         "Where is news spooled? (~name ok)" { send /usr/spool/news\r ; exp_continue; }
19         "Enter a local directory for overview files or \"none\":  (~name ok)" { send /usr/spool/news\r ; exp_continue; }
20         "Where is the overview.fmt file for this database? (\"none\" ok) (~name ok)" { send /usr/lib/news/overview.fmt\r ; exp_continue; }
21         "Enter a local directory for thread files or \"none\":  (~name ok)" { send /usr/spool/news\r ; exp_continue; }
22         "Where is the active file for local news? (~name ok)" { send /usr/lib/news/active\r ; exp_continue; }
23         "Where is active.times? (\"none\" ok) (~name ok)" { send /usr/lib/news/active.times\r ; exp_continue; }
24         "Do you want trn to default to -x, regardless of name?" { send n\r ; exp_continue; } 
25         "Should the -X option be on by default for trn (not rn)?" { send y\r ; exp_continue; }  
26         "Pathname where the public executables will reside? (~name ok)" { send /usr/bin\r ; exp_continue; } 
27         "What directory name should be used for the install? (~name ok) \\\[/usr/bin\\\]" { send /usr/bin\r ; exp_continue; }  
28         "What is the distribution code for your local organization?" { send none\r ; exp_continue; }
29         "What is the distribution code for your organization?" { send none\r ; exp_continue; }
30         "What is the distribution code for your city?" { send none\r ; exp_continue; }
31         "What is the distribution code for your state/province?" { send none\r ; exp_continue; }
32         "What is the distribution code for your multi-state region?" { send none\r ; exp_continue; }
33         "What is the distribution code for your country?" { send none\r ; exp_continue; }
34         "What is the distribution code for your continent?" { send none\r ; exp_continue; }   
35         "Use which C compiler?" { send cc\r ; exp_continue; }  
36         "What hostname goes on the From line of this machine's postings?" { send \r ; exp_continue; }
37         "Where do the manual pages (source) go? (~name ok) \\\[/usr/man/man1\\\]" { send /usr/share/man/man1\r ; exp_continue; }
38         "What directory name should be used for the install? (~name ok)\r\n\\\[/usr/share/man/man1\\\]" { send /usr/share/man/man1\r ; exp_continue; }  
39         "Pathname where the private library files will reside? (~name ok)" { send /usr/lib/trn\r ; exp_continue; } 
40         "What directory name should be used for the install? (~name ok)\r\n\\\[/usr/lib/trn\\\]" { send /usr/lib/trn\r ; exp_continue; }
41         "Which interactive speller should we use? (\"none\" ok)" { send -- "aspell -c\r" ; exp_continue; }
42         "What options should be used? (\"none\" ok)" { send none\r ; exp_continue; } 
43         "What global mimecap file should trn use? (\"none\" ok) (~name ok)" { send /usr/etc/mimecap\r ; exp_continue; }
44         "Organization:" { send "Example.com Inc\r" ; exp_continue; }
45         "Do you want to include strn's scan and score features?" { send y\r ; exp_continue; }  
46         "Directories to use for library searches?" { send "/usr/local/lib /lib /usr/lib\r" ; exp_continue; } 
47         "What is the file extension used for shared libraries?" { send so\r ; exp_continue; }  
48         "Any additional libraries?" { send -- "-lresolv -lhdb -lnsl\r" ; exp_continue; } 
49         "What optimizer/debugger flag should be used?" { send -- -O\r ; exp_continue; } 
50         "Any additional cc flags?" { send -- -I/usr/local/include\r ; exp_continue; }  
51         "Any additional ld flags (NOT including libraries)?" { send  -- -L/usr/local/lib\r ; exp_continue; }  
52         "Berkeley/V7 format for full name in /etc/passwd?" { send y\r ; exp_continue; }  
53         "Shall I use /usr/bin/nm to extract C symbols from the libraries?" { send n\r ; exp_continue; }  
54         "Should ORGANIZATION be ignored?" { send n\r ; exp_continue; }  
55         "Does your mailer understand INTERNET addresses?" { send y\r ; exp_continue; }  
56         "News admin login?" { send root\r ; exp_continue; }  
57         "Would you like to see that again?" { send n\r ; exp_continue; }
58         "Do you have buffering (printed all at once)?" { send y\r ; exp_continue; }  
59         "Do you have buffering on stdout to terminals?" { send y\r ; exp_continue; }
60         "Some systems have problems with vfork().  Do you want to use it?" { send n\r ; exp_continue; }
61         "What is the default editor on your system?" { send /usr/bin/vi\r ; exp_continue; }  
62         "Mail transport agent to be used?" { send /usr/bin/mail\r ; exp_continue; } 
63         "In which file is yet-to-be-read mail spooled? (~name ok)" { send /var/mail/%L\r ; exp_continue; }  
64         "What's the first character of a mailbox file?" { send F\r ; exp_continue; }  
65         "What pager is used on your system?" { send /bin/less\r; exp_continue; }
66         "Preferred shell to be used? (~name ok)" { send /bin/bash\r ; exp_continue; }  
67         "Which compiler compiler (yacc or bison -y) shall I use?" { send yacc\r; exp_continue; }
68         "Where do the manual pages (source) go?" { send /usr/share/man/man1\r; exp_continue; }
69         "\\\[Type return to start printing the test characters\\\]" { send \r ; exp_continue; }
70         "\\\[Type carriage return to continue\\\]" { send \r ; exp_continue; }
72         "Press return or use a shell escape to edit config.sh:" { send \r ; exp_continue; }
73         "I see a config.sh file.  Shall I use it to set the defaults?" { send n\r ; exp_continue; }
74         "doesn't exist.  Use that name anyway?" { send y\r ; exp_continue; }