Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 63a9b1363f py-djangocms-audio: updated to 1.3.0
1.3.0:
Added support for Django 3.0
Added further tests to raise coverage
Fixed smaller issues found during testing

1.2.0:
Added support for Django 2.2 and django CMS 3.7
Removed support for Django 2.0
Extended test matrix
Fixed typo in MANIFEST.in
Added isort and adapted imports
Adapted code base to align with other supported addons
2020-02-19 11:19:15 +00:00
archivers (archivers/gcpio) Updated to 2.13 2020-02-16 00:35:19 +00:00
audio musescore: build fix for MacOS X (with pkgsrc's defaults) 2020-02-19 03:00:20 +00:00
benchmarks benchmarks/bonnie++: fix reference to documentation 2020-02-09 20:02:45 +00:00
biology all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad Revert intentional commit. 2020-02-18 17:44:26 +00:00
chat hexchat: Clean up no longer necessary items in the Makefile 2020-02-18 14:21:43 +00:00
comms Fix YYDEBUG usage. 2020-02-18 16:47:20 +00:00
converters Add bdf2sfd. 2020-02-12 14:11:22 +00:00
cross skip host_detect_local_cpu() if CROSS_DIRECTORY_STRUCTURE. 2020-02-11 01:04:05 +00:00
databases Passing non-POD types to variadic functions is UB. Use plain C strings. 2020-02-18 16:49:13 +00:00
devel py-ruamel-yaml: updated to 0.16.10 2020-02-19 09:41:50 +00:00
distfiles
doc Updated www/py-easy-thumbnails, www/py-django-filer, www/py-django-cmsplugin_gallery, www/py-djangocms-picture 2020-02-19 11:13:28 +00:00
editors (editors/poedit) Githubify 2020-02-17 13:54:48 +00:00
emulators Don't use LTO with clang on NetBSD, ld doesn't know about it. 2020-02-18 16:49:50 +00:00
filesystems fuse: Update HOMEPAGE 2020-01-27 20:42:55 +00:00
finance (finance/R-bayesm) Updated to 3.1.4, ChangeLog not known, or not easily found,sorry 2020-02-15 23:53:07 +00:00
fonts spleen: update to 1.7.0. 2020-02-13 13:46:23 +00:00
games Fix dependencies exposed by recent Mesa changes. 2020-02-18 16:50:43 +00:00
geography py-google-maps-services-python: Update to 4.1.0 2020-02-12 16:32:01 +00:00
graphics py-matplotlib: updated to 3.1.3 2020-02-18 16:51:51 +00:00
ham all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
inputmethod inputmethod: Remove qt5-uim 2020-02-08 15:37:56 +00:00
lang nodejs*: Consolidate python27 requirement. 2020-02-18 23:06:05 +00:00
licenses licenses: Add vvvvvv-license 2020-01-20 21:15:48 +00:00
mail gmime3: update to 3.2.6. 2020-02-16 10:54:55 +00:00
math gnumeric: update to 1.12.46nb1. 2020-02-17 15:40:31 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs kde: update release-service version to 19.12.1 2020-02-02 02:31:17 +00:00
misc libreoffice: Regen distinfo to reflect current requirement 2020-02-15 13:32:38 +00:00
mk Make sure _MAKE_JOBS_N has a valid value even if MAKE_JOBS is unset. 2020-02-18 16:10:37 +00:00
multimedia mpv: Revbump for Darwin fix. 2020-02-19 07:40:33 +00:00
net py-awscli: updated to 1.18.2 2020-02-19 09:34:56 +00:00
news all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
packages
parallel openmpi: Support SunOS/x86_64 inline assembly. 2020-02-06 11:28:49 +00:00
pkgtools pkgtools/pkglint: update to 19.4.9 2020-02-17 20:22:21 +00:00
print qpdf: Update to 9.1.1 2020-02-10 13:00:04 +00:00
regress mk/pkginstall/files: allow spaces in configuration file names 2020-02-11 01:59:30 +00:00
security py-acme py-certbot: updated to 1.2.0 2020-02-16 20:23:26 +00:00
shells fish: update to 3.1.0 2020-02-18 22:00:49 +00:00
sysutils py-augeas: updated to 1.1.0 2020-02-16 20:21:54 +00:00
templates
textproc py-sphinx: updated to 2.4.1 2020-02-17 20:25:43 +00:00
time time/Makefile: Add py-trading-calendars 2020-02-06 23:33:05 +00:00
wm fluxconf: remove package 2020-01-27 22:58:05 +00:00
www py-djangocms-audio: updated to 1.3.0 2020-02-19 11:19:15 +00:00
x11 libqtxdg: import new package, version 3.4.0 2020-02-17 19:50:34 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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