Automatic conversion of the NetBSD pkgsrc CVS module, use with care
30f80e50dc
- The IPP backend could get into an infinite loop for certain errors, causing a hung queue (<rdar://problem/28008717>) - The scheduler could pause responding to client requests in order to save state changes to disk (<rdar://problem/28690656>) - Added support for PPD finishing keywords (Issue 4960, Issue 4961, Issue 4962) - The IPP backend did not send a media-col attribute for just the source or type (Issue 4963) - IPP Everywhere print queues did not always support all print qualities supported by the printer (Issue 4953) - IPP Everywhere print queues did not always support all media types supported by the printer (Issue 4953) - The IPP Everywhere PPD generator did not return useful error messages (Issue 4954) - The IPP Everywhere finishings support did not work correctly with common UI or command-line options (Issue 4976) - Fixed an error handling issue for the network backends (Issue 4979) - The default cupsd.conf file did not work on systems compiled without Kerberos support (Issue 4947) - The "reprint job" option was not available for some canceled jobs (Issue 4915) - Updated the job listing in the web interface (Issue 4978) - Fixed some localization issues on macOS |
||
---|---|---|
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.