Mon, Jun 13 2005
01:39:30
|
|
Request created by jidanni@jidanni.org
|
|
Return-Path |
<debbugs@bugs.debian.org>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
X-Loop |
owner@bugs.debian.org
|
Subject |
Bug#313307: v.in.ascii.1: IP/br/RS table gone
|
Reply-To |
Dan Jacobson <jidanni@jidanni.org>, 313307@bugs.debian.org
|
Resent-From |
Dan Jacobson <jidanni@jidanni.org>
|
Resent-To |
debian-bugs-dist@lists.debian.org
|
Resent-Cc |
grass-bugs@intevation.de, man-db@packages.debian, org@spohr.debian.org, Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
|
Resent-Date |
Sun, 12 Jun 2005 23:33:05 UTC
|
Resent-Message-ID |
<handler.313307.B.111861888828503@bugs.debian.org>
|
X-Debian-PR-Message |
report 313307
|
X-Debian-PR-Package |
grass-doc
|
X-Debian-PR-Keywords |
|
Content-Type |
text/plain; charset="us-ascii"
|
MIME-Version |
1.0
|
Content-Transfer-Encoding |
7bit
|
From |
Dan Jacobson <jidanni@jidanni.org>
|
To |
Debian Bug Tracking System <submit@bugs.debian.org>
|
X-Mailer |
reportbug 3.12
|
Date |
Mon, 13 Jun 2005 04:43:14 +0800
|
Message-Id |
<E1DhZIY-0001Xu-Rf@jidanni1>
|
Delivered-To |
submit@bugs.debian.org
|
Resent-Sender |
Debian BTS <debbugs@bugs.debian.org>
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
Package: grass-doc
Version: 6.0.0-1
Severity: normal
File: /usr/lib/grass/man/man1/v.in.ascii.1
On Debian, this part of v.in.ascii.1 disappears upon processing:
The primitive codes are as follows:
.RS
.IP
'A': area (boundary)...
Proof:
$ g.manual -m v.in.ascii|sed '/are as follows:/,$!d'|od -c|sed 's/[0-9]\+//g;5q'|tr
-d \\n;echo
Theprimitivecodesareasfollows:\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThecoordinates
It just becomes newlines.
Same if using g.manual or just man(1).
/usr/share/doc/grass-doc/html/v.in.ascii.html is OK.
Also,
.IP "\fBcolumns\fR=\fIstring\fR
Columns definition for points mode in SQL style, for example:
.br
'x double precision, y double precision, cat int, name varchar(10)'
.IP "\fBx\fR=\fIinteger\fR
has the example line deleted. Proof:
$ man v.in.ascii|sed '/Columns definition/,$!d'|od -c|sed 's/[0-9]\+//g;6q'|tr
-d \\n;echo
Reformatting v.in.ascii(1), please wait...
ColumnsdefinitionforpointsmodeinSQLstyle,forexample:\n\nx\bx=_\bi_\bn_\b
So there is some .IP .br problem.
|
|
Mon, Jun 13 2005
13:23:28
|
|
Mail sent by neteler@itc.it
|
|
Return-Path |
<neteler@itc.it>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
X-Bulk |
64
|
Date |
Mon, 13 Jun 2005 13:23:25 +0200
|
From |
Markus Neteler <neteler@itc.it>
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #3345] (grass) Bug#313307: v.in.ascii.1: IP/br/RS table gone
|
Message-ID |
<20050613112325.GB6755@thuille.itc.it>
|
Mail-Followup-To |
Request Tracker <grass-bugs@intevation.de>, grass5@grass.itc.it
|
References |
<20050612233930.3ADD11005DB@lists.intevation.de>
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Disposition |
inline
|
In-Reply-To |
<20050612233930.3ADD11005DB@lists.intevation.de>
|
User-Agent |
Mutt/1.4.1i
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
On Mon, Jun 13, 2005 at 01:39:30AM +0200, Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=3345
> -------------------------------------------------------------------------
>
> Package: grass-doc
> Version: 6.0.0-1
> Severity: normal
> File: /usr/lib/grass/man/man1/v.in.ascii.1
>
> On Debian, this part of v.in.ascii.1 disappears upon processing:
>
> The primitive codes are as follows:
> .RS
> .IP
> 'A': area (boundary)...
>
> Proof:
> $ g.manual -m v.in.ascii|sed '/are as follows:/,$!d'|od -c|sed 's/[0-9]\+//g;5q'|tr
-d \\n;echo
> Theprimitivecodesareasfollows:\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThecoordinates
>
> It just becomes newlines.
> Same if using g.manual or just man(1).
Right. The primitive codes are eaten away.
This is a problem of
tools/g.html2man/g.html2man
which seems to damage the bullet list.
> /usr/share/doc/grass-doc/html/v.in.ascii.html is OK.
>
> Also,
> .IP "\fBcolumns\fR=\fIstring\fR
> Columns definition for points mode in SQL style, for example:
> .br
> 'x double precision, y double precision, cat int, name varchar(10)'
> .IP "\fBx\fR=\fIinteger\fR
>
> has the example line deleted. Proof:
> $ man v.in.ascii|sed '/Columns definition/,$!d'|od -c|sed 's/[0-9]\+//g;6q'|tr
-d \\n;echo
> Reformatting v.in.ascii(1), please wait...
> ColumnsdefinitionforpointsmodeinSQLstyle,forexample:\n\nx\bx=_\bi_\bn_\b
Right. Unfortunately another problem of g.html2man.
> So there is some .IP .br problem.
>
Markus
|
|
Mon, Jun 13 2005
20:08:23
|
|
Mail sent by daniel.calvelo@minag.gob.pe
|
|
Return-Path |
<dcalvelo@minag.gob.pe>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
From |
"Daniel Calvelo Aros" <dcalvelo@minag.gob.pe>
|
To |
Markus Neteler <neteler@itc.it>, Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it
|
Reply-To |
daniel.calvelo@minag.gob.pe
|
Subject |
Re: [GRASS5] [bug #3345] (grass) Bug#313307: v.in.ascii.1: IP/br/RS table gone
|
Date |
Mon, 13 Jun 2005 13:05:05 -0500
|
Message-Id |
<20050613174013.M36122@minag.gob.pe>
|
In-Reply-To |
<20050613112325.GB6755@thuille.itc.it>
|
References |
<20050612233930.3ADD11005DB@lists.intevation.de> <20050613112325.GB6755@thuille.itc.it>
|
X-Mailer |
Open WebMail 2.41 20040926
|
X-OriginatingIP |
200.60.69.69 (dcalvelo)
|
MIME-Version |
1.0
|
Content-Type |
text/plain; charset=iso-8859-1
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
> On Mon, Jun 13, 2005 at 01:39:30AM +0200, Request Tracker wrote:
> > this bug's URL: http://intevation.de/rt/webrt?serial_num=3345
> > -------------------------------------------------------------------------
> >
> > Package: grass-doc
> > Version: 6.0.0-1
> > Severity: normal
> > File: /usr/lib/grass/man/man1/v.in.ascii.1
> >
> > On Debian, this part of v.in.ascii.1 disappears upon processing:
> >
> > The primitive codes are as follows:
> > .RS
> > .IP
> > 'A': area (boundary)...
>
> Right. The primitive codes are eaten away.
> This is a problem of
>
> tools/g.html2man/g.html2man
>
> which seems to damage the bullet list.
Because of the apostrophes. Get rid of them in descrption.html. That bullet
list should be a description list anyway.
Notice also that the string '\t' (intended to be a backslash followed by the
letter t) comes out as nothing visible when run through nroff.
> > /usr/share/doc/grass-doc/html/v.in.ascii.html is OK.
> >
> > Also,
> > .IP "\fBcolumns\fR=\fIstring\fR
> > Columns definition for points mode in SQL style, for example:
> > .br
> > 'x double precision, y double precision, cat int, name varchar(10)'
> > .IP "\fBx\fR=\fIinteger\fR
Idem. Take those apostrophes out. roff is weird... I wonder what TECO was like...
Daniel.
|
|
Tue, Jul 19 2005
22:58:08
|
|
Mail sent by guest
|
|
Seems to be resolved by latest patch from Daniel.
Markus |
|
Tue, Jul 19 2005
22:59:46
|
|
Status changed to resolved by mneteler
|
|
Tue, Sep 26 2006
17:55:52
|
|
Comments added by guest
|
|
Good Luck! http://xoomer.alice.it/pik0/poker-rooms/
|
|
Tue, Sep 26 2006
21:13:38
|
|
Comments added by guest
|
|
Cool design http://xoomer.alice.it/pik0/razz-poker/
|
|
Wed, Sep 27 2006
00:08:58
|
|
Comments added by guest
|
|
Great work on website. <a href="http://xoomer.alice.it/pik0/rules-of-poker/">rules
of poker</a> [url=http://xoomer.alice.it/pik0/rules-of-poker/]rules of poker[/url]
http://xoomer.alice.it/pik0/rules-of-poker/ |
|
Wed, Sep 27 2006
03:11:27
|
|
Comments added by guest
|
|
Great web site <a href="http://xoomer.alice.it/pik0/blackjack-mountain/">blackjack
mountain</a> [url=http://xoomer.alice.it/pik0/blackjack-mountain/]blackjack mountain[/url]
http://xoomer.alice.it/pik0/blackjack-mountain/ |
|
Wed, Sep 27 2006
06:05:48
|
|
Comments added by guest
|
|
Thank you... <a href="http://xoomer.alice.it/pik0/yahoo-games-poker/">yahoo games
poker</a> [url=http://xoomer.alice.it/pik0/yahoo-games-poker/]yahoo games poker[/url]
http://xoomer.alice.it/pik0/yahoo-games-poker/ |
|
Wed, Sep 27 2006
09:01:43
|
|
Comments added by guest
|
|
Great work on website. <a href="http://xoomer.alice.it/pik0/free-online-poker-site/">free
online poker site</a> [url=http://xoomer.alice.it/pik0/free-online-poker-site/]free
online poker site[/url] http://xoomer.alice.it/pik0/free-online-poker-site/ |
|
Wed, Sep 27 2006
12:03:33
|
|
Comments added by guest
|
|
Thank you... <a href="http://xoomer.alice.it/pik0/poker-games-for-pc/">poker
games for pc</a> [url=http://xoomer.alice.it/pik0/poker-games-for-pc/]poker games
for pc[/url] http://xoomer.alice.it/pik0/poker-games-for-pc/ |
|
Wed, Sep 27 2006
15:01:04
|
|
Comments added by guest
|
|
VERY GOOD I THINK <a href="http://xoomer.alice.it/pik0/card-poker-ME/">card poker
ME</a> [url=http://xoomer.alice.it/pik0/card-poker-ME/]card poker ME[/url] http://xoomer.alice.it/pi
k0/card-poker-ME/ |
|