Update FreeBSD Ports Collection Up to Date and Latest Update FreeBSD porty Kolekcia aktuálne a najnovšie
CVSup can be used as a quick method for getting the Ports Collection and keep the ports tree up to date. CVSup možno použiť ako rýchly spôsob získania Porty Zber a udržať porty strom aktuálne. CVSup distributes and updates source trees from a master CVS repository on a remote server host. CVSup distribuuje a aktualizácie zdrojového stromov od majstra CVS repository na vzdialený server hostiteľom. The FreeBSD sources are maintained in a CVS repository on a central development machine in California. Na FreeBSD zdrojov sú udržiavané v CVS repository na centrálnej rozvoja stroj v Kalifornii. With CVSup, FreeBSD users can easily keep their own source trees up to date. S CVSup, FreeBSD používatelia môžu ľahko viesť vlastný zdroj stromy aktuálne.
CVSup uses the so-called pull model of updating. CVSup využíva tak-zvané vytiahnuť model aktualizovať. Under the pull model, each client asks the server for updates, if and when they are wanted. Podľa vytiahnuť model, každý klient žiada server pre aktualizácie, či a kedy sa chcel. The server waits passively for update requests from its clients. Tento server čaká pasivně pre aktualizáciu požaduje od svojich klientov. Thus all updates are instigated by the client. Preto všetky aktualizácie sú začali od klienta. The server never sends unsolicited updates. Na serveri nikdy posílá nevyžiadaná aktualizácie. Users must either run the CVSup client manually to get an update, or they must set up a cron job to run it automatically on a regular basis Užívatelia musia buď spustiť ručne CVSup klient získať aktualizáciu, alebo sa musia nastaviť úloha spúšťať automaticky v pravidelných intervaloch
There are few ways to install CVSup in FreeBSD: Existuje niekoľko spôsobov, ako nainštalovať CVSup vo FreeBSD:
- Install CVSup by using the precompiled net/cvsup package from the FreeBSD packages collection Inštalácia CVSup pomocou Predkompilované net / cvsup balíka z FreeBSD balíčkov zberu
- Build CVSup from source by using the net/cvsup port (which includes CVSup GUI). Kompiluje CVSup od zdroja pomocou príkazu net / cvsup port (čo zahŕňa CVSup GUI). Warning: the net/cvsup port depends on the Modula-3 system, which takes a substantial amount of time and disk space to download and build. Upozornenie: net / cvsup portu závisí od Modula-3 systému, čo si vyžaduje značné množstvo času a miesta na disku pre sťahovanie a stavať.
If CVSup is installed on a machine which does not have XFree86? Ak CVSup je nainštalovaný na stroji, ktorý nemá XFree86? or Xorg installed, such as a server, use the port which does not include the CVSup GUI, net/cvsup-without-gui. alebo Xorg server nainštalovaný ako server, používať prístavu, ktorý nezahŕňa CVSup GUI, net / cvsup-without-gui.
For example, Napríklad
# pkg_add -r cvsup-without-gui # Pkg_add-r cvsup-without-gui
Or build from ports collection at net/cvsup-without-gui. Alebo stavať z prístavov kolekcia na net / cvsup-without-gui.
After installing, CVSup is ready and can be executed with the following command: Po inštalácii, CVSup je pripravená a môže byť vykonaný s nasledujúcim príkazom:
# cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/ports-supfile # Cvsup-L 2-h cvsup.FreeBSD.org / usr / share / examples / cvsup / porty-supfile
where cvsup.FreeBSD.org is a CVSup server that change be change to a CVSup server near you. kde cvsup.FreeBSD.org je CVSup servera, že zmena je zmena k CVSup najbližší server. See Vidieť CVSup Mirrors CVSup Zrkadlá for a complete listing of mirror sites. Pre kompletný výpis zrkadlo stránok.
Replace /root/ports-supfile with your own supfile name and location. Nahraďte / root / porty-supfile s vlastnou supfile meno a umiestnenie.
The -L 2 tells CVSup to print out the details of all the file updates it is doing. K-L 2 vypráví CVSup vytlačiť údaje o všetkých zmenách súboru je robí. There are three levels of verbosity, from -L 0 to -L 2. Existujú tri úrovne upovídanosti od 0 do L-L-2. The default is 0, which means total silence except for error messages. Predvolená hodnota je 0, čo znamená celkom ticha okrem chybové hlášky.
While -h specify the supfile location. Zatiaľ čo-h špecifikovať supfile miesto.
It's also possible to create a configuration file for CVSup to avoid the need of passing the CVSup server on the command line. Je tiež možné vytvoriť konfiguračný súbor pre CVSup aby nebolo nutné prejsť CVSup server na príkazovom riadku. CVSup's operation is controlled by a configuration file called the supfile. CVSup prevádzky je riadená konfiguračný súbor s názvom supfile. There are some sample supfiles in the directory /usr/share/examples/cvsup/. Tu sú ukážky niektorých supfiles v adresári / usr / share / examples / cvsup /.
As root, copy /usr/share/examples/cvsup/ports-supfile to a new location, such as /root or your home directory. Ako root, copy / usr / share / examples / cvsup / porty-supfile na nové miesto, napríklad / root alebo vašom domovskom adresári.
Edit ports-supfile. Upraviť porty-supfile.
Change CHANGE_THIS.FreeBSD.org to a CVSup server near you. Zmeniť CHANGE_THIS.FreeBSD.org na CVSup najbližší server. See Vidieť CVSup Mirrors CVSup Zrkadlá for a complete listing of mirror sites. Pre kompletný výpis zrkadlo stránok.
To run cvsup by using the supfile, use the following as root, so that cvsup has the permissions it needs to update your files: Ak chcete spustiť cvsup pomocou supfile, použite nasledujúcu ako root, takže cvsup má povolenie je potreba aktualizovať súbory:
# cvsup -L 2 /root/ports-supfile # Cvsup-L 2 / root / porty-supfile
Replace /root/ports-supfile with your own supfile name and location. Nahraďte / root / porty-supfile s vlastnou supfile meno a umiestnenie.
The -L 2 tells CVSup to print out the details of all the file updates it is doing. K-L 2 vypráví CVSup vytlačiť údaje o všetkých zmenách súboru je robí. There are three levels of verbosity, from -L 0 to -L 2. Existujú tri úrovne upovídanosti od 0 do L-L-2. The default is 0, which means total silence except for error messages. Predvolená hodnota je 0, čo znamená celkom ticha okrem chybové hlášky.
If you are not running X11 or if you just do not like GUIs, you should add a couple of options to the command line when you run cvsup and your CVSup is installed with GUI: Ak nebeží X11 alebo ak si len neradi GUIs, mali by ste pridať pár volieb na príkazovom riadku pri spustení cvsup a vaše CVSup je inštalovaná s GUI:
# cvsup -g -L 2 supfile # Cvsup-g-L 2 supfile
Replace supfile with your own supfile name and location. Nahradiť supfile s vlastnou supfile meno a umiestnenie.
The -g tells CVSup not to use its GUI. The-g vypráví CVSup nepoužívať jeho GUI. This is automatic if you are not running X11, but otherwise you have to specify it. Toto je automatické, ak nebeží X11, ale inak budete musieť zadať to.
Running the CVSup command later will download and apply all the recent changes to your Ports Collection, except actually rebuilding the ports for your own system. Spustenie CVSup velenie neskôr stiahne a použije všetkých nedávnych zmien na vašom Porty kolekcie, s výnimkou skutočne obnove porty pre svoj vlastný systém.
IMPORTANT : The page is machine translated and provided "as is" without warranty. Upozornenie: Stránka je stroje preložené a poskytované "tak ako sú" bez záruky. Machine translation may be difficult to understand. Strojový preklad môže byť ťažké pochopiť. Please refer to Obráťte sa prosím na original English article Anglický originál článku whenever possible. kedykoľvek je to možné.
Related Articles Súvisiace články
- Update FreeBSD Ports Collection to Latest Version with Security Update with Portmanager and Portaudit Update FreeBSD porty Zbierka na najnovšiu verziu s aktualizáciou zabezpečenia s Portmanager a Portaudit
- Using Portsnap to Update FreeBSD Ports Tree Collection Použitie Portsnap na Update FreeBSD porty Tree Kolekcia
- Searching for Application in FreeBSD's Ports Collection Hľadanie aplikácií vo FreeBSD to Porty Kolekcia
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 Inštalácia webového servera na FreeBSD 6.0 s Apache 2.2, MySQL 5.0 a PHP 5 - Časť 3
- Portdowngrade - Downgrade to Previous Version of FreeBSD's Ports Portdowngrade - downgrade na predchádzajúcu verziu FreeBSD to Porty
- Easy Way to Upgrade FreeBSD's Ports Easy Way to upgrade FreeBSD to Porty
- Monitor and Stay Up To Date with Changes on Web Pages with Page Update Checker Firefox Add-On Monitor a pobyt aktuálne zmeny na webových stránkach s Page Update Checker Firefox Add-on
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 Inštalácia webového servera na FreeBSD 6.0 s Apache 2.2, MySQL 5.0 a PHP 5 - Časť 4
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5 Inštalácia webového servera na FreeBSD 6.0 s Apache 2.2, MySQL 5.0 a PHP 5 - Časť 5
- Installing and Configuring DHCP Server (DHCPd) on FreeBSD Inštalácia a konfigurácia DHCP server (dhcpd) na FreeBSD










































June 21st, 2006 13:06 21 júna 2006 13:06
[...] CVSup can be used as a quick method for getting the Ports Collection and keep the ports tree up to date. [...] CVSup možno použiť ako rýchly spôsob získania Porty Zber a udržať porty strom aktuálne. CVSup distributes and updates source trees from a master CVS repository on a remote server host. CVSup distribuuje a aktualizácie zdrojového stromov od majstra CVS repository na vzdialený server hostiteľom. The FreeBSD sources are maintained in a CVS repository on a central development machine in California. Na FreeBSD zdrojov sú udržiavané v CVS repository na centrálnej rozvoja stroj v Kalifornii. With CVSup, FreeBSD users can easily keep their own source trees up to date. S CVSup, FreeBSD používatelia môžu ľahko viesť vlastný zdroj stromy aktuálne. CVSup uses the so-called pull model of updating. CVSup využíva tak-zvané vytiahnuť model aktualizovať. Under the pull model, each client asks the server for updates, if and when they are wanted. Podľa vytiahnuť model, každý klient žiada server pre aktualizácie, či a kedy sa chcel. The server waits passively for update requests from its clients. Tento server čaká pasivně pre aktualizáciu požaduje od svojich klientov. Thus all updates are instigated by the client. Preto všetky aktualizácie sú začali od klienta. The server never sends unsolicited updates. Na serveri nikdy posílá nevyžiadaná aktualizácie. Users must either run the CVSup client manually to get an update, or they must set up a cron job to run it automatically on a regular basis There are few ways to install CVSup in FreeBSD: Install CVSup by using the precompiled net/cvsup package from the FreeBSD packages collection. Užívatelia musia buď spustiť ručne CVSup klient získať aktualizáciu, alebo sa musia nastaviť úloha spúšťať automaticky v pravidelných intervaloch Existuje niekoľko spôsobov, ako nainštalovať CVSup vo FreeBSD: Inštalácia CVSup pomocou Predkompilované net / cvsup balíka od na FreeBSD balíčkov zbierky. To install from package collection. Pre inštaláciu z balíka zbierky. # pkg_add -r cvsup-without-gui# cd /usr/ports/net/cvsup-without-gui # make install clean Or build CVSup from source by using the net/cvsup port (which includes CVSup GUI). # Pkg_add-r cvsup-without-gui # cd / usr / porty / net / cvsup-without-gui # make install čisté alebo stavať CVSup od zdroja pomocou príkazu net / cvsup port (čo zahŕňa CVSup GUI). Warning: the net/cvsup port depends on the Modula-3 system, which takes a substantial amount of time and disk space to download and build. Upozornenie: net / cvsup portu závisí od Modula-3 systému, čo si vyžaduje značné množstvo času a miesta na disku pre sťahovanie a stavať. To build from source. Budovať od zdroja. After installing, CVSup is ready and can be executed with the following command: # cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/ports-supfile Change cvsup.FreeBSD.org to a CVSup server near you. Po inštalácii, CVSup je pripravená a môže byť vykonaný s nasledujúcim príkazom: # cvsup-L 2-h cvsup.FreeBSD.org / usr / share / examples / cvsup / porty-supfile Změnit cvsup.FreeBSD.org do CVSup server blízko ty. See CVSup Mirrors for a complete listing of mirror sites. Pozri CVSup Zrkadlá pre úplný výpis zrkadlo stránok. The -L 2 tells CVSup to print out the details of all the file updates it is doing. K-L 2 vypráví CVSup vytlačiť údaje o všetkých zmenách súboru je robí. There are three levels of verbosity, from -L 0 to -L 2. Existujú tri úrovne upovídanosti od 0 do L-L-2. The default is 0, which means total silence except for error messages. Predvolená hodnota je 0, čo znamená celkom ticha okrem chybové hlášky. While -h specify the supfile location. Zatiaľ čo-h špecifikovať supfile miesto. You may want to use your own ports-supfile, for example to avoid the need of passing the CVSup server on the command line. Možno budete chcieť používať svoj vlastný porty-supfile napríklad, aby sa predišlo nutnosti prejsť CVSup server na príkazovom riadku. As root, copy /usr/share/examples/cvsup/ports-supfile to a new location, such as /root or your home directory. Ako root, copy / usr / share / examples / cvsup / porty-supfile na nové miesto, napríklad / root alebo vašom domovskom adresári. #cp /usr/share/examples/cvsup/ports-supfile /root Edit ports-supfile #vi /root/ports-supfile Change CHANGE_THIS.FreeBSD.org to a CVSup server near you. # Cp / usr / share / examples / cvsup / porty-supfile / root Upraviť porty-supfile # vi / root / porty-supfile Změnit CHANGE_THIS.FreeBSD.org na CVSup najbližší server. See CVSup Mirrors for a complete listing of mirror sites.Then, you can update your port collections with this command: # cvsup -L 2 /root/ports-supfile links: freebsd.org mydigitallife.info [...] Pozri CVSup Zrkadlá pre úplný výpis zrkadlo sites.Then, môžete aktualizovať svoj prístav zbierky týmto príkazom: # cvsup-L 2 / root / porty-supfile odkazy: freebsd.org mydigitallife.info [...]
May 18th, 2006 22:30 18. mája 2006 22:30
[...] Portmanager is an FreeBSD utility that automates the process of upgrading and managing installed FreeBSD ports without or almost without user intervention when updating. [...] Portmanager je FreeBSD nástroj, ktorý automatizuje proces modernizácie a správu nainštalovaných FreeBSD porty bez alebo takmer bez zásahu používateľa pri aktualizácii. Portmanager ensures that FreeBSD installed ports accurately reflect and update as of those available in the ports tree. Portmanager zabezpečuje, že FreeBSD inątalované porty presne odrážať a aktualizácie ako tie, ktoré sú k dispozícii v prístavoch stromu. To use portmanager, the FreeBSD ports collection tree needs to be updated with CVSup or Portsnap. Ak chcete použiť portmanager, na FreeBSD porty zbierky Strom je potrebné aktualizovať s CVSup alebo Portsnap. [...] [...]
January 3rd, 2006 16:17 3. januára 2006 16:17
[...] Before you can update and upgrade the FreeBSD's ports, the Ports Collection needs to be updated. [...] Pred môžete aktualizovať a modernizovať FreeBSD prístavy, Porty kolekcie je potrebné aktualizovať. Follow step here to update the Ports Collection. Postupujte krok sem aktualizovať Porty kolekcie. [...] [...]