Downloads
From kports
All files are available here
Pre-built Packages
provided by KPorts
Download kports-0.8.2_i386.tbz / kports-0.8.2_amd64.tbz and:
% pkg_add kports-0.8.1_[i386|amd64].tbz
packages provided here are for RELENG_8 / 8.0-Release
provided by FreeBSD (on Packagesite)
KPorts-0.8.x:
% pkg_add -r kports-qt4
KPorts-0.6.1:
% pkg_add -r kports
When the current codebase supersedes the old one feature-wise, new releases will be available as kports and the old packages will be available as kports-kde3.
Build from Sources
Portstree
KPorts-0.8.x:
% cd /usr/ports/ports-mgmt/kports-qt4 && make install clean
KPorts-0.6.1:
% cd /usr/ports/ports-mgmt/kports && make install clean
When the current codebase supersedes the old one feature-wise, ports-mgmt/kports will move to ports-mgmt/kports-kde3 and ports-mgmt/kports-qt4 will become ports-mgmt/kports.
manually
Download and extract kports-0.8.2.tar.bz2, then:
% qmake-qt4
% gmake
% gmake install
manually (current version from SVN)
% svn co https://kports.svn.sourceforge.net/svnroot/kports/kports-qt4/kports/
% cd kports
% qmake-qt4
% gmake
% gmake install
