Automatic conversion of the NetBSD pkgsrc CVS module, use with care
f60aceaa26
Release 1.8.1: Incompatible changes LaTeX \pagestyle commands have been moved to the LaTeX template. No changes in PDF, except possibly if \sphinxtableofcontents, which contained them, had been customized in conf.py. Bugs fixed * Incorrect default path for sphinx-build -d/doctrees files * autodoc emits deprecation warning for autodoc_default_flags * lambda object causes PicklingError on storing environment * Sphinx fails to build with syntax error in Python 2.7.5 * add latexpdf to make.bat for non make-mode * Autodoc does not work with enum subclasses with properties/methods * autodoc: crashed on modules importing eggs * latex: ImportError: cannot import name ‘DEFAULT_SETTINGS’ * autodoc: autofunction emits a warning for callable objects * Fix TypeError in error message when override is prohibited * PDF builds of ‘howto’ documents have no page numbers * mathbase: math_role and MathDirective was disappeared in 1.8.0 * latex: Index has disappeared from PDF for Japanese documents * py domain: :type: field can’t process :term: references * py domain: TypeError has been raised for class attribute |
||
---|---|---|
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 |
$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: % cd pkgsrc/bootstrap/ % ./bootstrap build packages, use: % cd pkgsrc/category/package-name % $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the follow link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: % cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.