Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
vins e353a51fab biology/xmakemol: import package from wip.
XMakemol is a mouse-based program, written using the LessTif widget set,
for viewing and manipulating atomic and other chemical systems. It reads
XYZ input and renders atoms, bonds and hydrogen bonds.
2022-12-30 18:17:48 +00:00
archivers unrar: updated to 6.2.3 2022-12-18 09:58:35 +00:00
audio audio/ncspot: update to 0.12.0 2022-12-29 08:03:23 +00:00
benchmarks (parallel/R-doParallel) (benchmarks/R-mlbench) Added 2022-12-18 12:53:18 +00:00
biology biology/xmakemol: import package from wip. 2022-12-30 18:17:48 +00:00
bootstrap README.Cygwin: if using git, make sure to checkout with Unix line endings. 2022-12-06 15:22:18 +00:00
cad (cad/py-gdstk) Updated 0.9.34 to 0.9.35 2022-12-30 08:11:12 +00:00
chat prosody: update to 0.12.2 2022-12-29 04:16:18 +00:00
comms asterisk[18,19]: Add missing libedit dependency (included in base on 2022-12-28 09:19:53 +00:00
converters bdf2psf: update to 1.212. 2022-12-27 20:37:18 +00:00
cross ppc-morphos-gcc-9: remove 2022-12-24 23:57:32 +00:00
databases Update libpqx to 7.7.4 2022-12-29 22:24:48 +00:00
devel Update XFCE4 to 4.18.0, part 1. 2022-12-30 17:16:56 +00:00
distfiles
doc doc: Updated meta-pkgs/xfce4 to 4.18.0 2022-12-30 17:36:26 +00:00
editors editors/tp-note: update to 1.19.13 2022-12-29 08:04:40 +00:00
emulators dosbox-x: fix build on non-Linux & non-FreeBSD 2022-12-24 15:23:41 +00:00
filesystems Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
finance bitcoin: updated to 24.0.1 2022-12-19 10:03:47 +00:00
fonts *: remove FreeBSD port references 2022-12-28 13:57:22 +00:00
games openttd: Include alloca.h on SunOS to get alloca definition 2022-12-28 10:13:29 +00:00
geography gdal-lib: fix CONFIGURE_ARGS reference to non-existent directory 2022-12-29 19:45:48 +00:00
graphics feh: Define __EXTENSIONS__ on SunOS for scandir/alphasort 2022-12-28 09:25:30 +00:00
ham gnuradio-core: Pull in GCC runtime from pkgsrc on significantly older 2022-12-26 16:50:29 +00:00
inputmethod ibus-table-chinese: add upstream pull request URL 2022-12-23 13:38:04 +00:00
lang ghc92: fix compat dependencies for NetBSD 10 2022-12-28 10:28:17 +00:00
licenses Add licenses/djgpp-license 2022-12-04 22:44:43 +00:00
mail Update to build with python 3.10 2022-12-27 20:08:45 +00:00
math Change MAINTAINER= to OWNER= on mission-critical packages 2022-12-28 15:27:15 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs xfce4: update meta pkg version, reset revision. 2022-12-30 17:36:10 +00:00
misc Bump PKGREVISION to reflect fix of ruby-manpages package. 2022-12-29 16:23:51 +00:00
mk Update java-vm.mk for NetBSD 10+ 2022-12-25 19:18:05 +00:00
multimedia mpv: Define __EXTENSIONS__ for strcasecmp on SunOS 2022-12-28 09:01:15 +00:00
net net/tut: Update to 1.0.30 2022-12-30 03:26:29 +00:00
news trn: Pass LDFLAGS, fixes ncurses build. 2022-12-15 11:30:36 +00:00
packages
parallel (parallel/R-doParallel) (benchmarks/R-mlbench) Added 2022-12-18 12:53:18 +00:00
pkgtools rc.d-boot: fix references to rc.subr in previous (it will have gotten 2022-12-28 20:24:50 +00:00
print Update to 6.2. From the changelog: 2022-12-27 19:55:39 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security gopass: Update to version 1.15.2 2022-12-28 18:56:17 +00:00
shells shells/starship: update to 1.12.0 2022-12-30 08:54:13 +00:00
sysutils Update XFCE4 to 4.18.0, part 2. 2022-12-30 17:32:35 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc Bump PKGREVISION to reflect fix of ruby-manpages package. 2022-12-29 16:23:51 +00:00
time p5-DateTime-TimeZone: update to 2.57 2022-12-22 17:22:31 +00:00
wm Update XFCE4 to 4.18.0, part 2. 2022-12-30 17:32:35 +00:00
www Bump PKGREVISION to reflect fix of ruby-manpages package. 2022-12-29 16:23:51 +00:00
x11 Update XFCE4 to 4.18.0, part 2. 2022-12-30 17:32:35 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README: Use the real Matrix URL 2022-11-19 21:01:44 +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. 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

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