Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 407e6f2614 py-doc8: updated to 0.8.1
0.8.1
-----
* README: Further tweaks
* Resolve README issues
* Accept the :substitutions: option on code-block directives in Sphinx
* Ignore 'nowrap' option for 'math' directive

0.8.1rc3
--------
* Configure packaging and release
* Ignore 'label' option for 'math' directive
* doc8/checks: ignore emphasize-lines errors in Sphinx mode
* Accept the :caption: option on code-block directives in Sphinx

0.8.1rc2
--------
* Refactor to support direct invocation from python
* Add tests for command line invocation
* Standardise check name across python versions
* Adopt python black
* Enable pre-commit

0.8.1rc1
--------
* Fix formatting of pre-commit-hooks.yaml
* Fix '\_\_main\_\_'
* Added badges to the README
* Fix travis
* Fixed tox docs
* Add pre-commit hook definition
* Allow doc8 to be called as a module
* Integrate Travis
* Update hacking version
* gitignore: Ignore pbr generated metadata
* Modernize doc building process
* General cleanup
* setup.cfg: Indicate supported versions of Python
* CONTRIBUTING: Update after move to GitHub
* setup.cfg: Update author, maintainer details
* Add Pygments to the requirements list
2020-06-02 19:58:00 +00:00
archivers archivers/lxqt-archiver: Follow github hosted package nomenclature 2020-06-02 09:06:03 +00:00
audio audio/pavucontrol-qt: Follow github hosted package nomenclature 2020-06-02 09:07:45 +00:00
benchmarks Revbump for icu 2020-06-02 08:22:31 +00:00
biology Revbump for icu 2020-06-02 08:22:31 +00:00
bootstrap bootstrap: Fix default target arch on SunOS. 2020-05-30 21:36:15 +00:00
cad Revbump for icu 2020-06-02 08:22:31 +00:00
chat chat/ktp-common-internals: suppress USE_TOOLS+=perl warning 2020-06-02 18:33:40 +00:00
comms Revbump for icu 2020-06-02 08:22:31 +00:00
converters Revbump for icu 2020-06-02 08:22:31 +00:00
cross cross/ppc-morphos-gcc-9: skip shell portability check 2020-06-02 18:37:46 +00:00
databases Revbump for icu 2020-06-02 08:22:31 +00:00
devel py-doc8: updated to 0.8.1 2020-06-02 19:58:00 +00:00
distfiles
doc doc: Updated pkgtools/pkglint to 20.1.13 2020-06-02 17:53:29 +00:00
editors editors/Makefile: Add micro 2020-06-02 08:49:15 +00:00
emulators libretro-picodrive: don't compile in a redundant copy of zlib 2020-06-02 14:51:03 +00:00
filesystems Revbump for icu 2020-06-02 08:22:31 +00:00
finance Revbump for icu 2020-06-02 08:22:31 +00:00
fonts Revbump for icu 2020-06-02 08:22:31 +00:00
games Revbump for icu 2020-06-02 08:22:31 +00:00
geography geography/merkaartor: fix package comment and SUBST_FILES 2020-06-02 18:45:30 +00:00
graphics graphics/screengrab: Follow github hosted package nomenclature 2020-06-02 09:01:10 +00:00
ham Revbump for icu 2020-06-02 08:22:31 +00:00
inputmethod Revbump for icu 2020-06-02 08:22:31 +00:00
lang lang/openjdk8: skip check for unknown configure options 2020-06-02 18:25:39 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail dspam: Add SMF manifest. 2020-06-02 15:04:27 +00:00
math Revbump for libxlsxwriter 2020-06-02 10:29:50 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs Revbump for icu 2020-06-02 08:22:31 +00:00
misc Revbump for icu 2020-06-02 08:22:31 +00:00
mk mk: bmake cannot compare non-integers numerically. 2020-06-02 16:22:40 +00:00
multimedia Revbump for icu 2020-06-02 08:22:31 +00:00
net tnftp: Move editline support to a non-default option. 2020-06-02 12:17:20 +00:00
news Revbump for icu 2020-06-02 08:22:31 +00:00
packages
parallel Revbump for icu 2020-06-02 08:22:31 +00:00
pkgtools pkgtools/cwrappers: avoid dependency cycle with check-portability 2020-06-02 19:46:00 +00:00
print Revbump for icu 2020-06-02 08:22:31 +00:00
regress regress/plus_build_version: fix test 2020-05-24 13:45:39 +00:00
security mbedtls: attempt to fix build on SunOS 2020-06-02 15:07:59 +00:00
shells shells/zsh: ignore [[ in shell program 2020-05-31 09:25:51 +00:00
sysutils sysutils/pear-Log: update to 1.13.2 2020-06-02 14:16:05 +00:00
templates
textproc libxlsxwriter: Update to 0.9.5 2020-06-02 10:28:40 +00:00
time Revbump for icu 2020-06-02 08:22:31 +00:00
wm wm/obconf-qt: Follow github hosted package nomenclature 2020-06-02 08:54:52 +00:00
www nghttp2: updated to 1.14.0 2020-06-02 19:12:55 +00:00
x11 lxqt-session: fix PLIST 2020-06-02 17:40:00 +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