FreeBSD Portsnap & CVSup

I just tried FreeBSD Portsnap, another tools to maintain FreeBSD port tree. The result is rocking, update on the port tree is extremely fast, it may take some time when you first perform portsnap fetch, extract and update. The command to perform the update is simple and straight forward.

FreeBSD’s portsnap isavailable on FreeBSD 4.x and above, if you can’t get it from port, may be you got to do cvsup first. Installing portsnap;

cd /usr/ports/sysutils/portsnap
make && make install

or if you have portinstall, run the command;

portinstall /usr/ports/sysutils/portsnap

After the installation, you might want to make some changes on the config file which located at /usr/local/etc/portsnap.conf.sample, make a copy to portsnap.conf. After that, run the command portsnap fetch, it might take some time to fetch the update from mirror website and after that portsnap extract/update.

That’s it, you can tick away portsdb -uU and spend 15-30mins to wait for the port tree updated. Try portsnap now and you won’t regret of using it.

Visit official portsnap website for more more more information and tips.

Related posts:

  1. freebsd port update, monitor outdated port with portsnap we have about 15 freebsd servers with us, ranging from...
  2. FreeBSD CVSUP Assertion Error I have been having problems running port cvsup on one...
  3. FreeBSD Port: Error Upgrading Perl 5.8.9 Usually I perform portupgrade daily on some of my FreeBSD...
  4. MySQL Quick Installation on FreeBSD Quick installation of MySQL Database on FreeBSD Server. Make sure...
  5. FreeBSD Ports PHP with Suhosin Just found out FreeBSD Ports ported Suhosin. When you install...
  6. lspci on FreeBSD? By default, Linux come with lspci command to print PCI...
  7. How to Install FreeBSD 5.4 on Your Machine FreeBSD is an advanced operating system for x86 compatible (including...
  8. OURMON Installation and Configuration on FreeBSD 7 with Multi-threading Support OURMON is popular known as open source Network Monitoring and...
  9. For My Reference, Gentoo’s emerge I have 2 gentoo machines, but not use it often,...
  10. FreeBSD New Web Interface Wow.. FreeBSD new interface layout is clean and nice. The...

3 Responses to “FreeBSD Portsnap & CVSup”

  1. chfl4gs_ Says:

    Just run portsnap fetch extract for the 1st time, then following by portsnap fetch update for each update.

    Lazy bum like me still stick to cvsup as it fetches src update too. Further, as there are many fbsd boxes within LAN, local cvsup / distfile ftp server was set up to reduce the demand for traffic when updating.

  2. sam Says:

    i just tried portsnap too.. its’ pretty cool stuff

    how often do u reckon is a good interval to update the ports tree using port snap?

  3. Paul Ooi Says:

    I do it every morning :D

Leave a Reply