FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 12:03 PM GMT
Port details
LPRng 3.8.35 sysutils on this many watch lists=17 search for ports that depend on this port
An Enhanced Printer Spooler

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: print
License: not specified in port
The 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 different 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.

WWW: http://www.lprng.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required Libraries: databases/gdbm, devel/gettext
There are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/LPRng/ && make install clean
To add the package: pkg_add -r LPRng


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.lprng.com/pub/LPRng/LPRng/
ftp://ftp.cise.ufl.edu/pub/mirrors/LPRng/LPRng/
ftp://ftp.cs.umn.edu/pub/LPRng/LPRng/
ftp://ftp.informatik.uni-hamburg.de/pub/os/unix/utils/LPRng/LPRng/
ftp://ftp.uni-paderborn.de/pub/unix/printer/LPRng/LPRng/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 48

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  3.8.35
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
01 Nov 2011 15:45:30
Original commit files touched by this commit  3.8.35
bapt search for other commits by this committer
- update to 3.8.35
23 Sep 2011 22:26:39
Original commit files touched by this commit  3.8.32_3
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
12 Sep 2011 13:46:59
Original commit files touched by this commit  3.8.32_3
gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
19 Mar 2011 12:38:54
Original commit files touched by this commit  3.8.32_2
miwi search for other commits by this committer
- Get Rid MD5 support
31 May 2010 02:01:56
Original commit files touched by this commit  3.8.32_2
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
27 Mar 2010 00:15:24
Original commit files touched by this commit  3.8.32_1
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
02 Mar 2009 12:36:05
Original commit files touched by this commit  3.8.32_1
ed search for other commits by this committer
Make LPRng compile again.

Reported by:    linimon
08 Jan 2009 18:12:55
Original commit files touched by this commit  3.8.32_1
erwin search for other commits by this committer
Mark BROKEN on 8: does not build after recent TTY changes.

Submitted by:   pointyhat
06 Jun 2008 14:03:26
Original commit files touched by this commit  3.8.32_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
20 Jan 2008 08:37:23
Original commit files touched by this commit  3.8.32
rafan search for other commits by this committer
- Update to 3.8.32
- Provide new rc script
- Prevent distribution install sample conf in DATADIR as we already install
  them in PREFIX/etc
- Polish pkg-message
- Remove FTP from pkg-descr, we have WWW there
- Move LIB_DEPENDS before CONFLICTS to pet portlint
23 Jul 2007 09:36:52
Original commit files touched by this commit  3.8.28_2
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
21 Dec 2006 11:23:02
Original commit files touched by this commit  3.8.28_2
arved search for other commits by this committer
Fix build on CURRENT
15 Aug 2006 01:04:55
Original commit files touched by this commit  3.8.28_2
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
06 Aug 2006 08:43:13
Original commit files touched by this commit  3.8.28_2
itetcu search for other commits by this committer
- Add CONFLICTS with cups-base

PR:             ports/99791
Submitted by:   Leif Pedersen / Marcin Wisnicki
19 Jul 2006 17:01:42
Original commit files touched by this commit  3.8.28_1
stefan search for other commits by this committer
- Fix installation directory of configuration files for cases in which
  $PORT_REPLACES_BASE_LPR is defined.
- Install startup files to ${LOCALBASE}/etc/rc.d, not /etc/rc.d.

PR:             93032
Submitted by:   Dmitry Kazarov <kazarov@mcm.ru>
Approved by:    arved (mentor)
05 Apr 2006 05:56:32
Original commit files touched by this commit  3.8.28
linimon search for other commits by this committer
Reset papowell@astart.com who has not responded to email asking about
maintainer timeouts.

Hat:    portmgr
23 Feb 2006 10:40:45
Original commit files touched by this commit  3.8.28
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
24 Jan 2006 01:06:45
Original commit files touched by this commit  3.8.28
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 06:28:59
Original commit files touched by this commit  3.8.28
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
15 Nov 2005 06:52:12
Original commit files touched by this commit  3.8.28
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
04 Apr 2005 12:32:57
Original commit files touched by this commit  3.8.28
flz search for other commits by this committer
- Fix packing list issues. [1]
- Add new PORT_REPLACES_BASE_LPR knob. [2]
- Preserve original files when replacing base lpr. [1]
- Global cleanup. [1]

PR:             ports/76945 [1], ports/65824 [2]
Submitted by:   flz [1], Linh Pham <question+freebsdpr@closedsrc.org> [2]
Approved by:    maintainer timeout (1 month [1], 10 months [2])
09 Jul 2004 17:43:11
Original commit files touched by this commit  3.8.26
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
12 Apr 2004 22:34:32
Original commit files touched by this commit  3.8.26
pav search for other commits by this committer
- Update to 3.8.26

PR:             ports/64943
Submitted by:   Kevin Oberman <oberman@es.net>
Approved by:    maintainer timeout (2 weeks)
31 Mar 2004 03:12:58
Original commit files touched by this commit  3.8.23
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  3.8.23
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
28 Feb 2004 16:14:55
Original commit files touched by this commit  3.8.23
pav search for other commits by this committer
- Update to 3.8.23

PR:             ports/59862
Submitted by:   Rong-En Fan <rafan@infor.rog>
Approved by:    maintainer timeout (almost 3 months)
23 Jan 2004 05:28:50
Original commit files touched by this commit  3.8.21
trevor search for other commits by this committer
Use LS macro.
19 Dec 2003 00:28:18
Original commit files touched by this commit  3.8.21
pav search for other commits by this committer
- Unbreak on 5.x

PR:             ports/60371
Submitted by:   Seva Gluschenko <gvs@rinet.ru>
16 Oct 2003 01:10:00
Original commit files touched by this commit  3.8.21
kris search for other commits by this committer
BROKEN on 5.x: does not compile
10 Jul 2003 13:31:18
Original commit files touched by this commit  3.8.21
osa search for other commits by this committer
Use NOPORTDOCS instead of NOPORTSDOCS [1]
Also fix pkg-plist (use %%PORTDOCS%%%%DOCSDIR%%
instead of hardcoded share/doc/...).

Maintainer timeout after 1 week.

Spotted by:     Oliver Eikemeier <eikemeier@fillmore-labs.com> [1]
PR:             53911
21 Apr 2003 13:33:51
Original commit files touched by this commit  3.8.21
foxfair search for other commits by this committer
PR:             51010
MAINTAINER update: Fixes security problem from Debian Security Advisory
DSA 285-1
23 Mar 2003 16:32:36
Original commit files touched by this commit  3.8.20
foxfair search for other commits by this committer
PR:             47778
Submitted by:   David Magda <dmagda+fbugs@ee.ryerson.ca>
Update to 3.8.20 . also mention about we have a MAINTAINER timeout in
this port.
21 Feb 2003 13:28:59
Original commit files touched by this commit  3.8.10
knu search for other commits by this committer
De-pkg-comment.
03 Jan 2003 08:26:35
Original commit files touched by this commit  3.8.10
ijliao search for other commits by this committer
chase gdbm lib version
30 Dec 2002 20:14:32
Original commit files touched by this commit  3.8.10
naddy search for other commits by this committer
Fix build on 64-bit platforms.

Reported by:    bento
14 Sep 2002 22:29:46
Original commit files touched by this commit  3.8.10
kris search for other commits by this committer
USE_LIBTOOL and add missing plist entries
05 May 2002 22:16:28
Original commit files touched by this commit  3.8.10
cy search for other commits by this committer
Upgrade 3.7.6 --> 3.8.10

Patrick Powell <papowell@astart.com> author of LPRng requested to become
maintainer of this port.  Assigned maintainership to Mr. Powell.

PR:             37546
Submitted by:   Eric Schnoebelen <eric@mr-bill.cirr.com>
Approved by:    maintainer timeout
17 Oct 2001 20:14:21
files touched by this commit
lioux search for other commits by this committer
Update to 3.7.6    
30 Jul 2001 19:18:38
files touched by this commit
lioux search for other commits by this committer
o Update to version 3.7.5   o LIB_DEPENDS on gdbm   o Better deinstall handling 
 o Several port style changes   o Add both WWW and Author tags    
11 Dec 2000 14:56:43
files touched by this commit
roam search for other commits by this committer
Update to 3.6.26, which contains an important security fix (unsetting  
environment variables).    
24 Oct 2000 17:29:16
files touched by this commit
will search for other commits by this committer
Add USE_GMAKE.    
13 Oct 2000 07:24:17
files touched by this commit
kris search for other commits by this committer
Upgrade to LPRng 3.6.25 to fix remote root vulnerability.    
08 Oct 2000 11:23:49
files touched by this commit
asami search for other commits by this committer
Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is   spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type   fixes that
shouldn't have been necessary) and the string "/pkg/"   appear.    
08 Oct 2000 07:23:57
files touched by this commit
asami search for other commits by this committer
Convert category sysutils to new layout.  
05 Sep 2000 03:14:39
files touched by this commit
steve search for other commits by this committer
Update to version 3.6.23.    
05 Jul 2000 13:37:07
files touched by this commit
tg search for other commits by this committer
As threatened on freebsd-ports: all startup scripts know about the two   options
`start' and `stop' now (unless I have forgotten any). This allows   us to call
the scripts from /etc/rc.shutdown with the correct option.    
31 May 2000 06:52:25
files touched by this commit
asami search for other commits by this committer
Add two manpages.  Add two files (symlinks actually).  @dirrm one directory.    

Number of commits found: 48

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight69
new month139

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.505 seconds.