2 April 2015 - pkgsrc-2015Q1 released
The pkgsrc developers are proud to announce the pkgsrc-2015Q1 branch.
See the release announcement for more information.
29 December 2014 - pkgsrc-2014Q4 released
The pkgsrc developers are proud to announce the pkgsrc-2014Q4 branch.
See the release announcement for more information.
3 October 2014 - pkgsrc-2014Q3 released
The pkgsrc developers are proud to announce the pkgsrc-2014Q3 branch.
See the release announcement for more information.
3 July 2014 - pkgsrc-2014Q2 released
The pkgsrc developers are proud to announce the pkgsrc-2014Q2 branch.
See the release announcement for more information.
4 April 2014 - pkgsrc-2014Q1 released
The pkgsrc developers are proud to announce the pkgsrc-2014Q1 branch.
See the release announcement for more information.
pkgsrc is a framework for building third-party software on NetBSD and other UNIX-like systems, currently containing over 14000 packages. It is used to enable freely available software to be configured and built easily on supported platforms.
The binary packages that are produced by pkgsrc can be used without having to compile everything from source. NetBSD already contains the necessary tools for managing binary packages, on other platforms you need to bootstrap pkgsrc to get the package management tools installed.
Available packages indexed by category
Complete list of all packages
quickstart
install binary packages (NetBSD)
PKG_PATH="http://ftp.NetBSD.org/pub/pkgsrc/packages/$(uname -s)/$(uname -m)/$(uname -r|cut -f '1 2' -d.)/All/"
export PKG_PATH
pkg_add tmux
install binary packages (SmartOS/illumos, Mac OS X, Linux)
Binary package sets for SmartOS/illumos, Mac OS X, and Linux are available from Joyent. Head to http://pkgsrc.joyent.com/ where you will find full installation instructions.
bootstrap
cvs -danoncvs@anoncvs.netbsd.org:/cvsroot checkout pkgsrc
cd pkgsrc/bootstrap
./bootstrap
build a package
cd pkgsrc/devel/memcached
make install clean
docs
The comprehensive pkgsrc guide
pkgsrc-users mailing list: archives | subscribe
#pkgsrc is on freenode
get pkgsrc
- Latest stable release: 2015Q1
- Binary Packages
- stable tgz
- current tgz
get t-shirts
supported platforms
other links
- pkgsrc.se - excellent pkgsrc website
- NetBSD wiki pkgsrc/
- pkgsrcCon - meet pkgsrc developers and users
- pkgsrc bugs @ NetBSD
- Submit a pkgsrc issue to NetBSD's bug database
- when submitting an issue please use the "pkg" category
- in the 'Synopsis' field put the cat/pkg (e.g. lang/gawk) and the name of the package
- about NetBSD GNATS
- Outdated packages in pkgsrc
- Outdated perl packages in pkgsrc
- BulkTracker - bulk build reports
portable package build system