Path to this page:
./
print/LPRng-core,
Enhanced Printer Spooler
Branch: CURRENT,
Version: 3.8.28nb3,
Package name: LPRng-core-3.8.28nb3,
Maintainer: pkgsrc-usersThe LPRng software is an enhanced, extended, and portable implementation
of the Berkeley LPR print spooler functionality. While providing the
same interface and meeting RFC1179 requirements, the implementation is
completely new and provides support for the following features:
lightweight (no databases needed) lpr, lpc, and lprm programs; dynamic
redirection of print queues; automatic job holding; highly verbose
diagnostics; multiple printers serving a single queue; client programs
do not need to run SUID root; greatly enhanced security checks; and a
greatly improved permission and authorization mechanism.
Required to build:[
pkgtools/cwrappers]
Package options: lprng-suid
Master sites:
SHA1: f4373004adb1439819600701bb98517137daf1fc
RMD160: f0460d7fa7d1ea0ce6b49fcb656905fdda3d0d41
Filesize: 9973.145 KB
Version history: (Expand)
- (2006-06-21) Updated to version: LPRng-core-3.8.28nb3
- (2006-02-06) Updated to version: LPRng-core-3.8.28nb2
- (2005-10-05) Package added to pkgsrc.se, version LPRng-core-3.8.28nb1 (created)
CVS history: (Expand)
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2016-05-07 12:08:49 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Generally drop -Werror.
|
2015-11-04 02:03:03 by Alistair G. Crooks | Files touched by this commit (1194) |
Log message:
Add SHA512 digests for distfiles for print category
Problems found locating distfiles:
Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
Package dvidvi: missing distfile dvidvi-1.0.tar.gz
Package lgrind: missing distfile lgrind.tar.bz2
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-03-11 15:05:19 by Jonathan Perkin | Files touched by this commit (350) |
Log message:
Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
|
2013-04-08 13:17:26 by Blue Rats | Files touched by this commit (109) |
Log message:
Remove "Trailing empty lines." and/or "Trailing white-space."
|
2012-10-08 15:45:50 by Aleksej Saushev | Files touched by this commit (147) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2012-04-21 06:18:02 by David A. Holland | Files touched by this commit (1) |
Log message:
Set chown/chgrp by a method that doesn't allow the configure script to
come up with a different opinion. Fixes workdir references (to the
chown/chgrp in work/.tools) appearing in some cases.
|
2012-04-19 23:04:53 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Don't use -Werror with clang.
|