Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam bf5c74f608 py-rst2pdf: updated to 0.94
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
2019-04-03 15:23:24 +00:00
archivers
audio
benchmarks
biology
bootstrap
cad
chat
comms
converters
cross
databases
devel
distfiles
doc Added textproc/py-smartypants, time/py-relativetimebuilder 2019-04-03 14:51:10 +00:00
editors
emulators
filesystems
finance
fonts
games
geography
graphics py-Pillow: updated to 6.0.0 2019-04-03 08:05:44 +00:00
ham
inputmethod
lang python*: rework logic used to determine if PLIST.nis is used. 2019-04-03 13:17:27 +00:00
licenses
mail Split documentation to doc option 2019-04-03 14:50:35 +00:00
math
mbone
meta-pkgs
misc Use harfbuzz-2.4.0 as internal harfbuzz 2019-04-03 13:36:30 +00:00
mk
multimedia
net samba4: updated to 4.10.1 2019-04-03 14:23:06 +00:00
news
packages
parallel
pkgtools
print py-reportlab: updated to 3.5.17 2019-04-03 15:12:11 +00:00
regress
security gpgme: updated to 1.13.0 2019-04-03 14:28:57 +00:00
shells
sysutils
templates
textproc py-rst2pdf: updated to 0.94 2019-04-03 15:23:24 +00:00
time py-relativetimebuilder: added version 1.0.0 2019-04-03 14:50:44 +00:00
wm
www py-soupsieve: updated to 1.9.0 2019-04-03 09:29:54 +00:00
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.