Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2002 12:39:19 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40962: bento - extra files layout change
Message-ID:  <20020725023919.844FD6A711E@k7.mavetju>

next in thread | raw e-mail | index | archive | help

>Number:         40962
>Category:       ports
>Synopsis:       bento - extra files layout change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 24 19:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386


>Description:

As seen on http://bento.freebsd.org/errorlogs/4-full-logs/extras.html

Right now the layout of the tables is:

log	affected	size	repository	maintainer	pathname

This layout is fine, except for the fact that there is a table row
for every pathname:

+-------------+-+----+---------------+--------------------+-------------------+
|LPRng-3.8.10 | | 184|sysutils/LPRng |papowell@astart.com |etc/printcap.sample|
|             | |  KB|               |                    |                   |
+-------------+-+----+---------------+--------------------+-------------------+
|LPRng-3.8.10 | | 184|sysutils/LPRng |papowell@astart.com |lib/liblpr.so.0    |
|             | |  KB|               |                    |                   |
+-------------+-+----+---------------+--------------------+-------------------+
|LPRng-3.8.10 | | 184|sysutils/LPRng |papowell@astart.com |lib/liblpr.so      |
|             | |  KB|               |                    |                   |
+-------------+-+----+---------------+--------------------+-------------------+
|LPRng-3.8.10 | | 184|sysutils/LPRng |papowell@astart.com |lib/liblpr.la      |
|             | |  KB|               |                    |                   |
+-------------+-+----+---------------+--------------------+-------------------+

Like you can see, it creates in this case four table rows per log.
We all know how good browsers are in handling huge tables (this one
is a 2.1Mb file).

Could the script making this output please be changed to produce output like:
+-------------+-+----+---------------+--------------------+-------------------+
|LPRng-3.8.10 | | 184|sysutils/LPRng |papowell@astart.com |etc/printcap.sample|
|             | |  Kb|               |                    |lib/liblpr.so.0    |
|             | |    |               |                    |lib/liblpr.so      |
|             | |    |               |                    |lib/liblpr.la      |
+-------------+-+----+---------------+--------------------+-------------------+

That would bring the output from 6307 table rows to 896 table rows.

>How-To-Repeat:

See http://bento.freebsd.org/errorlogs/4-full-logs/extras.html

>Fix:

I don't have access to the source-code. But if you need a hand, I
wouldn't mind putting some time into fixing the output of this
script.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020725023919.844FD6A711E>