5cfed1f558
Latest version is 1.12.0, but ruby-redmine50 require before 1.11. 1.9.0 (2022-01-26) Minor version bump: The number of changes in this release are more than I would feel comfortable including in a point release. Therefore, I have bumped the minor version number here. -- @radar What's Changed * No longer rely on refinements for Hash utility methods. by @casperisfine in #573 * Fix typo: function is missing closing parenthesis by @patrickgramatowski in #585 * CI: ruby/setup-ruby with cache by @olleolleolle in #582 * Test on Ruby 3.1 & Rails 7.0x by @radar in #597 * Fix lookups of 0 keys by @movermeyer in #594 * Only deep_symbolize_keys when needed by @paarthmadan in #588 * Symbolize names and freeze values when loading from JSON by @paarthmadan in #587 * Clean up unneeded test aliases by @paarthmadan in #589 * Resolve Symbols using the original fallback locale by @movermeyer in #591 * Conditionally assert load_json returns symbolized data by @paarthmadan in #601 * Symbolize keys and freeze values when loading from YAML by @paarthmadan in #583 * fix ReDoS by @ooooooo-q in #600 * Exclude MissingTranslation options that are not used by the instance by @sundling in #581 * Remove references to default_locale in fallbacks comment by @movermeyer in #576 * API for marking a key as reserved by @ghiculescu in #579 * Fix missing requires of i18n/core_ext/hash by @razum2um in #574 * Fix ArgumentError when Fallbacks#map used as in Hash by @bagilevi in #570 New Contributors * @patrickgramatowski made their first contribution in #585 * @olleolleolle made their first contribution in #582 * @movermeyer made their first contribution in #594 * @paarthmadan made their first contribution in #588 * @ooooooo-q made their first contribution in #600 * @sundling made their first contribution in #581 * @razum2um made their first contribution in #574 1.9.1 (2022-01-28) What's Changed * Revert "Fix missing requires of i18n/core_ext/hash" by @radar in #602 * CI: Lint the GitHub Actions YAML by @olleolleolle in #604 1.10.0 (2022-02-14) What's Changed New Features * LazyLoadable Backend by @paarthmadan in #612 * Add a version badge to README by @mishina2228 in #621 Bug fixes * Remove warning: assigned but unused variable by @mishina2228 in #611 * Minor I18n.normalize_keys improvement by @codealchemy in #616 * Allow overriding of entry resolving entry resolving separate from defaults by @movermeyer in #622 Other changes * Remove pry from Gemfile as it is not used by @dvzrv in #608 New Contributors * @dvzrv made their first contribution in #608 * @mishina2228 made their first contribution in #611 |
||
---|---|---|
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