8ffb85c787
v4.4.3.1 - BUGFIX: Fix broken translations (sledgehammer999) v4.4.3 - BUGFIX: Correctly handle changing of temp save path (glassez) - BUGFIX: Fix storage in SQLite (glassez) - BUGFIX: Correctly apply content layout when "Skip hash check" is enabled (glassez) - BUGFIX: Don't corrupt IDs of v2 torrents (glassez) - BUGFIX: Reduce the number of hashing threads by default (improves hashing speed on HDDs) (summer) - BUGFIX: Prevent the "update dialog" from blocking input on other windows (summer) - BUGFIX: Add trackers in exported .torrent files (glassez) - BUGFIX: Fix wrong GUI behavior in "Optional IP address to bind to" setting (Chocobo1) - WEBUI: Fix WebUI crash due to missing tags from config (An0n) - WEBUI: Show correct location path (Chocobo1) - MACOS: Fix main window freezing after opening a files dialog (glassez) v4.4.2 - FEATURE: Allow to limit max memory working set size (glassez) - BUGFIX: Fix UI crash when torrent is in a non-existent category (Kevin Cox) - BUGFIX: Correctly handle changing of global save paths (glassez) - BUGFIX: Disable performance alert (Chocobo1) - BUGFIX: Prevent loading resume data with inconsistent ID (glassez) - BUGFIX: Properly handle metadata download for an existing torrent (glassez) - BUGFIX: Prevent crash when open torrent destination folder (glassez) - WINDOWS: NSIS: Update Spanish, Spanish International and French translations(Juanjo Jiménez, RqndomHax) v4.4.1 - FEATURE: Restore all torrent settings to the torrent's main context menu (thalieht) - FEATURE: Add confirmation for enabling Auto TMM from context menu (thalieht) - FEATURE: Add tooltip to Automatic Torrent Management context menu action (thalieht) - FEATURE: Add Select All/None buttons in new torrent dialog (thalieht) - BUGFIX: Keep "torrent info" alive while generate .torrent file (glassez) - BUGFIX: Correctly handle Auto TMM in Torrent Files Watcher (glassez) - BUGFIX: Correctly track the root folder name change (glassez) - BUGFIX: Various fixes to the moving torrent code (glassez) - BUGFIX: Update the torrent's download path field when changing category (thalieht) - BUGFIX: Correctly handle received metadata (glassez) - BUGFIX: Store hybrid torrents using legacy filenames (glassez) - BUGFIX: Open correct directory when clicked on Browse button (glassez) - BUGFIX: Fix crash when shutting down and clicing on system tray icon (Chocobo1) - BUGFIX: Fix "Free space on disk" in new torrent dialog (thalieht) - BUGFIX: Optimize completed files handling (Prince Gupta) - BUGFIX: Migrate proxy settings (sledgehammer999) - BUGFIX: Try to recover missing categories (glassez) - WEBUI: WebAPI: fix wrong key used for categories (Chocobo1) - WEBUI: Remove hack for outdated IE 6 browser (Chocobo1) - RSS: Correctly handle XML parsing errors (glassez) |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
_NetBSD-pkgdb | ||
Makefile | ||
pkglocate | ||
README.md |
pkgsrc
pkgsrc is a framework for building software for a variety of UNIX-like systems.
It produces binary packages, which can be managed with tools such as
pkgin. pkgsrc is highly configurable, supporting
building packages for an arbitrary installation prefix (the default is
/usr/pkg
), allowing multiple branches to coexist on one machine, a
build options framework, and a compiler transformation framework, among
other advanced features. Unprivileged use and installation is also supported.
pkgsrc is the default package manager for NetBSD and SmartOS. It's also supported as a first-class option in OmniOS CE and Oasis Linux.
Bootstrapping
To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:
cd pkgsrc/bootstrap
./bootstrap
Note that this is only for the most simple case, using pkgsrc's defaults.
Please consult bootstrap/README
and bootstrap/README.OS
for detailed
information about bootstrapping.
Building packages
cd pkgsrc/category/package-name
$PREFIX/bin/bmake install
Where $PREFIX
is where you've chosen to install packages
(typically /usr/pkg
)
On NetBSD, bmake
is simply the built-in make
tool.
To build packages in bulk, tools such as pkgtools/pbulk
and
pkgtools/pkg_comp
can be used.
Community / Troubleshooting
- Join the community IRC channel #pkgsrc @ libera.chat.
- Join the community Matrix room #pkgsrc:nil.im
- Subscribe to the pkgsrc-users mailing list
- Send bugs and patches via web form (use the
pkg
category).
Latest sources
To fetch the main CVS repository:
cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc
To work in the Git mirror, which is updated every few hours from CVS:
git clone https://github.com/NetBSD/pkgsrc.git
Additional links
- pkgsrc guide - the authoritative document on pkgsrc, also available as
doc/pkgsrc.txt
- pkgsrc in the NetBSD Wiki - miscellaneous articles and tutorials
- pkgsrc.se - a searchable web index of pkgsrc
- pkgsrc-wip - a project to get more people actively involved with creating packages for pkgsrc
- pkgsrc on Twitter - announcements to the world
- pkgsrcCon - we get together
- BulkTracker - a web application that tracks pkgsrc bulk builds