Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix WWW and portlint it. | perky | 2006-03-19 | 2 | -3/+3 |
* | Install WordNet dictionary data independently from the wordnet port. | perky | 2006-01-16 | 3 | -17/+57 |
* | Update to 2.0 | perky | 2004-08-08 | 3 | -5/+8 |
The Proc::Simple package provides objects that model real- life processes from a user's point of view. A new process object is created by $myproc = Proc::Simple->new(); Either shell-like command lines or references to perl subroutines can be specified for launching a process in background. A 10-second sleep process, for example, can be started via the shell as $myproc->start("sleep 10"); or, as a perl subroutine, with $myproc->start(sub { sleep(10); }); 44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
index : freebsd-ports-gnome | ||
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix WWW and portlint it. | perky | 2006-03-19 | 2 | -3/+3 |
* | Install WordNet dictionary data independently from the wordnet port. | perky | 2006-01-16 | 3 | -17/+57 |
* | Update to 2.0 | perky | 2004-08-08 | 3 | -5/+8 |