Porteasy
From FreeBSDwiki
(Difference between revisions)
m |
|||
(2 intermediate revisions by one user not shown) | |||
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]] |
Latest revision as of 15:11, 6 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