Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 7775221bb6 perl5: remove bogus CONFLICTS
The perl modules install into the vendor_perl subdirectory, so there is no
actual conflict.

Bump PKGREVISION.
2020-09-04 14:07:51 +00:00
archivers p5-Archive-Tar: remove, part of perl since 2008 2020-09-04 10:15:12 +00:00
audio audio/din: Updates to 48 2020-09-04 13:02:57 +00:00
benchmarks benchmarks/dnsperf: update to 2.3.4 2020-09-01 14:03:22 +00:00
biology *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
bootstrap Fix bootstrap on QNX 2020-08-29 20:11:21 +00:00
cad *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
chat chat: Add profanity. Based on work by js and leot in pkgsrc-wip. 2020-09-04 10:15:17 +00:00
comms *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
converters p5-MIME-Base64: remove, part of perl since 2003 2020-09-04 12:06:19 +00:00
cross *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
databases *: remove p5-Test-Simple, part of perl 2020-09-04 13:45:13 +00:00
devel *: remove p5-Time-Piece, part of perl 2020-09-04 13:56:12 +00:00
distfiles
doc p5-Time-Piece: remove, part of perl since 2008 2020-09-04 13:57:15 +00:00
editors Revbump all Go packages after default Go version was changed to 1.15.1 2020-09-03 07:29:32 +00:00
emulators mame: update to 0.224. 2020-09-03 07:47:42 +00:00
filesystems filesystems/glusterfs: Adjust SUBST to current reality 2020-08-31 23:55:38 +00:00
finance *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
fonts *: remove p5-Getopt-Long, part of perl 2020-09-04 11:36:49 +00:00
games games/woof: Update to 2.1.1 2020-09-03 10:26:47 +00:00
geography py-googlemaps: Update to 4.4.2. 2020-09-03 14:03:24 +00:00
graphics Enable graphene 2020-09-04 11:23:07 +00:00
ham ham/chirp: Update to 20200902 2020-09-03 15:00:33 +00:00
inputmethod *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
lang perl5: remove bogus CONFLICTS 2020-09-04 14:07:51 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail *: remove p5-Time-Local, part of perl 2020-09-04 13:53:37 +00:00
math p5-Math-Complex: remove, part of perl since forever 2020-09-04 12:07:40 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs xfce4 & xfce4-extras: move gnome-themes-standard to extras 2020-09-02 04:08:11 +00:00
misc p5-Locale-Maketext-Simple: remove, part of perl since 2008 2020-09-04 12:01:53 +00:00
mk options.description: fix a couple of typos 2020-09-04 01:15:42 +00:00
multimedia gst-plugins0.10-v4l2: Fix build with recent kernel 2020-09-01 21:44:01 +00:00
net *: remove p5-Test-Simple, part of perl 2020-09-04 13:45:13 +00:00
news Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
packages
parallel *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
pkgtools Revbump all Go packages after default Go version was changed to 1.15.1 2020-09-03 07:29:32 +00:00
print *: remove p5-Test-Simple, part of perl 2020-09-04 13:45:13 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security *: remove p5-Term-ReadLine, part of perl 2020-09-04 13:35:41 +00:00
shells Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
sysutils *: remove p5-Test-Harness, part of perl 2020-09-04 13:37:50 +00:00
templates
textproc p5-Text-Tabs+Wrap: remove, part of perl since 1998 2020-09-04 13:49:25 +00:00
time p5-Time-Piece: remove, part of perl since 2008 2020-09-04 13:57:15 +00:00
wm *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
www *: remove p5-Time-Local, part of perl 2020-09-04 13:53:37 +00:00
x11 Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +00:00

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.

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

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