Installation of Ports in the Background

Hi,

I seek the following utility or group of utilities:

1) One that can compile ports in the background so that I don't have to watch things build.
2) Something that will email me with build logs and failure notifications.
3) The ability to edit the options to ports (similar to portmaster(8)).

Does such a suite or utility exist?
 
obviously this is the wheelhouse for ports-mgmt/synth
  1. Not only does it building "in the background", it also builds in parallel (as does poudriere)
  2. Build logs are produced automatically in a set directory. You wouldn't mail those. Synth also has hooks so you can have it mail you every time something fails (even mail the log if you want)
  3. yes you can customize port options. A utility that doesn't allow this is useless, no?
 
obviously this is the wheelhouse for ports-mgmt/synth
  1. Not only does it building "in the background", it also builds in parallel (as does poudriere)
  2. Build logs are produced automatically in a set directory. You wouldn't mail those. Synth also has hooks so you can have it mail you every time something fails (even mail the log if you want)
  3. yes you can customize port options. A utility that doesn't allow this is useless, no?
How do you get at the options? I ran synth install editors/nano and didn't see the configure dialog.
 
Back
Top