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, in the csh shell type | + | 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: <pre> setenv CVSROOT :pserver:anoncvs@anoncvs.tw.FreeBSD.org:/home/ncvs </pre> |
[[Category : Ports and Packages]] | [[Category : Ports and Packages]] |
Revision as of 08:03, 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/apache22will 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