Porteasy
From FreeBSDwiki
(Difference between revisions)
Line 5: | Line 5: | ||
/usr# porteasy -u www/apache22 | /usr# porteasy -u www/apache22 | ||
− | will pull the ports for apache and its dependencies and install them. (It might need a setenv CVSROOT to function properly.) | + | will pull the ports for apache and its dependencies and install them. (It might need a setenv CVSROOT to function properly, in the csh shell type setenv CVSROOT :pserver:anoncvs@anoncvs.tw.FreeBSD.org:/home/ncvs ) |
[[Category : Ports and Packages]] | [[Category : Ports and Packages]] |
Revision as of 08:01, 5 April 2009
Porteasy is a handy port management tool (found in /usr/ports/ports-mgmt/porteasy) for those who don't like to keep the entire ports tree available on their system.
Using it, once installed, is simple:
/usr# porteasy -u www/apache22
will pull the ports for apache and its dependencies and install them. (It might need a setenv CVSROOT to function properly, in the csh shell type setenv CVSROOT :pserver:anoncvs@anoncvs.tw.FreeBSD.org:/home/ncvs )