Automatic conversion of the NetBSD pkgsrc CVS module, use with care
f2cba2f6f4
Changelog: pdf2djvu (0.9.5) unstable; urgency=low [ Jakub Wilk ] * Improve error handling: + Fix temporary files removal order. https://github.com/jwilk/pdf2djvu/issues/114 + Ignore duplicate page titles (with warning). Thanks to Juan Francisco Cantero Hurtado for the bug report. https://github.com/jwilk/pdf2djvu/issues/113 * Fix creating bookmarks with more than 255 children. Regression introduced in 0.7.20. * Fix incorrect progress output in parallel mode. * Windows: fix console output encoding. https://github.com/jwilk/pdf2djvu/issues/64 * Upgrade libraries bundled with the Windows package: - Poppler 0.49; - DjvuLibre 3.5.27; - GraphicsMagick 1.3.25; - Expat 2.2.0; - FreeType 2.6.5; - fontconfig 2.12.1; - gettext 0.19.8.1. * Improve documentation: + Don't mention “--page-title-template=” as a way of disabling page titles. This works only if “--no-page-titles” works; there's no reason to prefer the former. Thanks to Roland Winkler for the bug report. + Update nose homepage URL. + Update OpenMP URLs. + Fix typos. * Improve the test suite: + Fix test failure on GNU/Hurd, which doesn't correctly propagate virtual memory limits to subprocesses. http://savannah.gnu.org/bugs/?43320 * Drop support for Poppler < 0.17. * Build with “-std=gnu++98”. * Build with “-Wempty-body”. * Build with “-Werror=misleading-indentation”. * Don't enable unknown warning options for clang. * Update the Polish translation. [ Américo Monteiro ] * Update the Portuguese translation. [ Chris Leick ] * Update the German translation. [ Kyrill Detinov ] * Update the Russian translation. -- Jakub Wilk <jwilk@jwilk.net> Wed, 14 Dec 2016 23:39:19 +0100 |
||
---|---|---|
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.