3b2a9b0850
1.19.16 api-change:mediaconvert: Update mediaconvert client to latest version api-change:servicecatalog: Update servicecatalog client to latest version api-change:databrew: Update databrew client to latest version api-change:forecast: Update forecast client to latest version api-change:amplify: Update amplify client to latest version api-change:quicksight: Update quicksight client to latest version 1.19.15 api-change:ec2: Update ec2 client to latest version api-change:elbv2: Update elbv2 client to latest version api-change:autoscaling: Update autoscaling client to latest version api-change:ssm: Update ssm client to latest version 1.19.14 api-change:dynamodb: Update dynamodb client to latest version api-change🇪🇸 Update es client to latest version api-change:fsx: Update fsx client to latest version api-change:macie2: Update macie2 client to latest version api-change:iotanalytics: Update iotanalytics client to latest version api-change:s3: Update s3 client to latest version api-change:storagegateway: Update storagegateway client to latest version api-change:ssm: Update ssm client to latest version api-change:ecs: Update ecs client to latest version api-change:datasync: Update datasync client to latest version 1.19.13 api-change:ssm: Update ssm client to latest version api-change:ec2: Update ec2 client to latest version api-change:iotsitewise: Update iotsitewise client to latest version api-change:medialive: Update medialive client to latest version api-change:dlm: Update dlm client to latest version 1.19.12 api-change:frauddetector: Update frauddetector client to latest version api-change:rds: Update rds client to latest version api-change:kendra: Update kendra client to latest version api-change:events: Update events client to latest version api-change:dynamodb: Update dynamodb client to latest version api-change:lambda: Update lambda client to latest version api-change🇪🇸 Update es client to latest version api-change:ec2: Update ec2 client to latest version api-change:appmesh: Update appmesh client to latest version 1.19.11 api-change:cloudwatch: Update cloudwatch client to latest version api-change🇪🇸 Update es client to latest version api-change:xray: Update xray client to latest version api-change:mq: Update mq client to latest version api-change:iot: Update iot client to latest version api-change:meteringmarketplace: Update meteringmarketplace client to latest version api-change:autoscaling: Update autoscaling client to latest version api-change:ec2: Update ec2 client to latest version api-change:servicecatalog: Update servicecatalog client to latest version 1.19.10 api-change:ec2: Update ec2 client to latest version 1.19.9 api-change:medialive: Update medialive client to latest version api-change:dms: Update dms client to latest version api-change:macie2: Update macie2 client to latest version api-change:imagebuilder: Update imagebuilder client to latest version api-change:braket: Update braket client to latest version api-change:sns: Update sns client to latest version api-change:elasticache: Update elasticache client to latest version 1.19.8 api-change:elbv2: Update elbv2 client to latest version api-change:codeartifact: Update codeartifact client to latest version api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics client to latest version api-change:apigateway: Update apigateway client to latest version api-change:sesv2: Update sesv2 client to latest version api-change:ec2: Update ec2 client to latest version api-change:storagegateway: Update storagegateway client to latest version 1.19.7 api-change:ec2: Update ec2 client to latest version api-change:iot: Update iot client to latest version api-change:workmail: Update workmail client to latest version 1.19.6 api-change:glue: Update glue client to latest version 1.19.5 api-change:sagemaker: Update sagemaker client to latest version api-change:neptune: Update neptune client to latest version api-change:kendra: Update kendra client to latest version 1.19.4 api-change:mediatailor: Update mediatailor client to latest version api-change:quicksight: Update quicksight client to latest version api-change:macie2: Update macie2 client to latest version 1.19.3 api-change:servicecatalog: Update servicecatalog client to latest version api-change:sns: Update sns client to latest version api-change:accessanalyzer: Update accessanalyzer client to latest version api-change:appflow: Update appflow client to latest version |
||
---|---|---|
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 | ||
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 trasformation 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.
Troubleshooting
- Join the community IRC channel #pkgsrc @ freenode.
- 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