5b6efd144b
1.18.176 api-change:amplify: Update amplify command to latest version api-change:databrew: Update databrew command to latest version api-change:servicecatalog: Update servicecatalog command to latest version api-change:quicksight: Update quicksight command to latest version api-change:mediaconvert: Update mediaconvert command to latest version api-change:forecast: Update forecast command to latest version 1.18.175 api-change:elbv2: Update elbv2 command to latest version api-change:ssm: Update ssm command to latest version api-change:autoscaling: Update autoscaling command to latest version api-change:ec2: Update ec2 command to latest version 1.18.174 api-change:s3: Update s3 command to latest version api-change:iotanalytics: Update iotanalytics command to latest version api-change:macie2: Update macie2 command to latest version api-change🇪🇸 Update es command to latest version api-change:ssm: Update ssm command to latest version api-change:storagegateway: Update storagegateway command to latest version api-change:dynamodb: Update dynamodb command to latest version api-change:datasync: Update datasync command to latest version api-change:ecs: Update ecs command to latest version api-change:fsx: Update fsx command to latest version 1.18.173 api-change:medialive: Update medialive command to latest version api-change:ec2: Update ec2 command to latest version api-change:dlm: Update dlm command to latest version api-change:iotsitewise: Update iotsitewise command to latest version api-change:ssm: Update ssm command to latest version 1.18.172 api-change:frauddetector: Update frauddetector command to latest version api-change:events: Update events command to latest version api-change:dynamodb: Update dynamodb command to latest version api-change:lambda: Update lambda command to latest version api-change:appmesh: Update appmesh command to latest version api-change:ec2: Update ec2 command to latest version api-change:rds: Update rds command to latest version api-change:kendra: Update kendra command to latest version api-change🇪🇸 Update es command to latest version 1.18.171 api-change:iot: Update iot command to latest version api-change:ec2: Update ec2 command to latest version api-change:cloudwatch: Update cloudwatch command to latest version api-change:xray: Update xray command to latest version api-change🇪🇸 Update es command to latest version api-change:mq: Update mq command to latest version api-change:autoscaling: Update autoscaling command to latest version api-change:servicecatalog: Update servicecatalog command to latest version api-change:meteringmarketplace: Update meteringmarketplace command to latest version 1.18.170 api-change:ec2: Update ec2 command to latest version 1.18.169 api-change:elasticache: Update elasticache command to latest version api-change:imagebuilder: Update imagebuilder command to latest version api-change:macie2: Update macie2 command to latest version api-change:medialive: Update medialive command to latest version api-change:braket: Update braket command to latest version api-change:dms: Update dms command to latest version api-change:sns: Update sns command to latest version 1.18.168 api-change:elbv2: Update elbv2 command to latest version api-change:codeartifact: Update codeartifact command to latest version api-change:sesv2: Update sesv2 command to latest version api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version api-change:apigateway: Update apigateway command to latest version api-change:ec2: Update ec2 command to latest version api-change:storagegateway: Update storagegateway command to latest version 1.18.167 api-change:ec2: Update ec2 command to latest version api-change:workmail: Update workmail command to latest version api-change:iot: Update iot command to latest version 1.18.166 api-change:glue: Update glue command to latest version 1.18.165 api-change:neptune: Update neptune command to latest version api-change:kendra: Update kendra command to latest version api-change:sagemaker: Update sagemaker command to latest version 1.18.164 api-change:macie2: Update macie2 command to latest version api-change:mediatailor: Update mediatailor command to latest version api-change:quicksight: Update quicksight command to latest version 1.18.163 api-change:servicecatalog: Update servicecatalog command to latest version api-change:appflow: Update appflow command to latest version api-change:sns: Update sns command to latest version api-change:accessanalyzer: Update accessanalyzer command 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