Automatic conversion of the NetBSD pkgsrc CVS module, use with care
bf5c74f608
0.94: Added: :hl_lines: code directive allows highlighting of specific lines Added: repeat_table_rows is now supported in Sphinx Added: scale_width is now supported for --fit-background-mode Added: Extension metadata for Sphinx is now returned in pdfbuilder Added: The Sphinx today config setting is now used if it is set Changed: :start-after: will now render the next line Changed: Updated reportlab dependency to 3.5.12 and Sphinx to 1.7.9 Changed: We no longer logging.basicConfig configuration Changed: We now use PILLOW rather than PIL Fixed bug in token replacement that broke tables in headers/footers Fixed handling of empty documents, they now generate a single empty page Fixed: :alt: option now works for plantuml extension Fixed: :linenos_offset: now works again Fixed: rst2pdf.createpdf.main now releases the input file handle Fixed: CreationDate metadata shows correct date using Sphinx Fixed: Error when using --date-invariant with newer reportlab versions Fixed: handling of non-http/ftp URLs Fixed: Inline :math: works again as we now use quoted attributes for HTML <img> tags Fixed: Made literal block shrinking work again Fixed: Removed debugging print statement when using line blocks Fixed: Removed uniconverter from setup Fixed: Renamed links now work Fixed: Sphinx config setting pdf_invariant works properly now Fixed: sphinx+rst2pdf now works with automodule directive Sphinx >= 1.4 Fixed: Using :start-after: with linenos_offset now displays the correct line number Fixed: Using :start-at: with linenos_offset now displays the correct line number Removed: Our own copy of smartypants. We now use the PyPI package instead Removed: Tenjin has been switched to Jinja2 Removed: The QT4 GUI is no more |
||
---|---|---|
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.21 2019/01/29 03:11:03 gutteridge 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 following 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.