Browse Source
- added language-env to all language tasks that it supports - added netatalk to file-server and print-server - renamed modem to dialup, and added stuff for isdn and pppoe to it. Also removed a few things like lynx from the task. - added aviword to desktop, so there is a basic word processor in there - added gimp to desktop too, it's too handy not to be there - added lyx to tex * New tasks: - web-server -- currently includes only the bare basics, suggestions appreciated.keep-around/43e990ab3f4cc50982f8dbc32e3465ca7c827876

8 changed files with 58 additions and 21 deletions
@ -0,0 +1,24 @@ |
|||
Task: dialup |
|||
Section: hware |
|||
Description: dialup utilities |
|||
This task selects packages that address special needs of computers |
|||
using a part-time dialup connection (by modem, ISDN, ADSL, or cable). |
|||
Packages: |
|||
# Modem: |
|||
diald |
|||
dialdcost |
|||
ppp |
|||
pppconfig |
|||
wvdial |
|||
# ISDN: |
|||
isdnutils |
|||
#sox # This is in task-dialup-isdn, but why? Ask maintainer. |
|||
# DSL, cable: |
|||
pppoe |
|||
# Other handy stuff for dialup connections: |
|||
anacron |
|||
fetchmail |
|||
junkbuster |
|||
wwwoffle |
|||
leafnode |
|||
lftp |
@ -1,19 +0,0 @@ |
|||
Task: modem |
|||
Section: hware |
|||
Description: dialup utilities |
|||
This task selects packages that address special needs of computers |
|||
using a part-time dialup connection. |
|||
Packages: |
|||
anacron |
|||
diald |
|||
dialdcost |
|||
fetchmail |
|||
junkbuster |
|||
lynx |
|||
ppp |
|||
pppconfig |
|||
wget |
|||
wvdial |
|||
wwwoffle |
|||
leafnode |
|||
lftp |
@ -0,0 +1,9 @@ |
|||
Task: web-server |
|||
Section: server |
|||
Description: web server |
|||
This task selects a variety of package useful for a general purpose web |
|||
server system |
|||
Packages: |
|||
apache |
|||
analog |
|||
# TODO: what else? dwww? cgi and/or dynamic web site stuff? |
Loading…
Reference in new issue