Re: Bug#440823: ITP: kelbt -- backtracking LR parser

2007-09-08 Thread Chris Bannister
On Tue, Sep 04, 2007 at 09:24:18PM +0200, Guus Sliepen wrote:
> Which CASCON paper? I don't think you should mention this in the
> description. The description is meant for a user to decide if he wants
> to install this package or not. You shouldn't make a user follow

So after reading the description and you are still in the dark as to
whether you want to install a package, should you file a bug?

-- 
Chris.
==


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#441302: ITP: getxpath -- extract a value from a XML file using a XPATH expression

2007-09-08 Thread OuoU
Package: wnpp
Owner: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
Severity: wishlist

* Package name: getxpath
  Version : 0.4.0
  Upstream Author : Loic Dachary
* URL or Web page : http://specs.dachary.org/getxpath/
* License : GNU GPLv2 or later
  Description : extract a value from a XML file using a XPATH expression

getxpath(1) getxpath(1)

NAME
   getxpath - extract a value from a XML file using a XPATH expression

SYNOPSIS
   getxpath xpath [selector] xmlfile

DESCRIPTION
   extract  a  value  from a xmlfile element or attribute based on an xpath
   expression. By default the return value is the selector  .   unless  the
   selector argument was given.

   xmlfile can be a URL or a pathname.

EXAMPLES
   $ cat file.xml
yes 
   $ getxpath /what file://file.xml
yes

   $ cat file.xml
   
   $ getxpath /what/is ../@att file://file.xml
   one

   $ getxpath /what http://localhost/file.xml
yes

AUTHORS
   Loic Dachary <[EMAIL PROTECTED]>

 local  getxpath(1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#441301: ITP: url2file -- wget a URL into a file an print the filename

2007-09-08 Thread OuoU
Package: wnpp
Owner: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
Severity: wishlist

* Package name: url2file
  Version : 0.2.0
  Upstream Author : Loic Dachary
* URL or Web page : http://specs.dachary.org/url2file/
* License : GNU GPLv2 or later
  Description : wget a URL into a file an print the filename

url2file(1) url2file(1)

NAME
   url2file - wget a URL into a file an print the filename

SYNOPSIS
   url2file [-C] URL

DESCRIPTION
   Given  a  valid  URL,  fetch  it using wget(1) and store it into a cache
   directory. The file of the file in the cache directory is printed on the
   stdout.

   If called with the -C option clears the $HOME/.url2file cache completly.
   By default, files not accessed during the last seven  days  are  removed
   from the cache.

EXAMPLES
   $ wc -l $(url2file http://specs.dachary.org/url2file/index.html)
   9234

AUTHORS
   Loic Dachary <[EMAIL PROTECTED]>

 local  url2file(1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#441303: ITP: poker3d -- 3D poker client

2007-09-08 Thread OuoU
Package: wnpp
Owner: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
Severity: wishlist

* Package name: poker3d
  Version : 1.1.36
  Upstream Author : Loic Dachary, Johan Euphronise & Mekensleep
* URL or Web page : http://gna.org/projects/underware/
* License : GNU GPLv2 or later
  Description : 3D poker client

   Play  poker  using  a  3D  interface  with  other players connected to a
   server.  When run it reads parameters from the configuration file  given
   in  argument.  If no configuration file is given, it first tries to read
   ~/.poker3d, then /etc/poker3d/client/poker.client.xml.

   The configuration file specify which server  to  connect  to  (host  and
   port).   When  connected, the poker3d shows a list of poker tables where
   games are running. The player can join any table in  which  there  is  a
   free seat.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#441224: ITP: oracleasm -- This is the kernel driver for a generic Linux implementation of ASMLib.

2007-09-08 Thread Guus Sliepen
On Fri, Sep 07, 2007 at 04:09:14PM +0200, Bjoern Boschman wrote:

> Package: wnpp
> Severity: wishlist
> Owner: Bjoern Boschman <[EMAIL PROTECTED]>
> 
> 
> * Package name: oracleasm
>   Version : 2.0.4
>   Upstream Author : Joel Becker <[EMAIL PROTECTED]>
> * URL : http://oss.oracle.com/projects/oracleasm/
> * License : GPL
>   Programming Lang: C
>   Description : ASMLib is a library addon for the Automatic Storage 
> Manager of Oracle Database 10g. This is the kernel driver for a generic Linux 
> implementation of ASMLib.

That is too long. Keep the short description to one sentence, preferably
not more than about 60 characters.

> (Include the long description here.)

You also need to create a long description, so we can review it before
you upload this package.

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen <[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Re: Bug#441302: ITP: getxpath -- extract a value from a XML file using a XPATH expression

2007-09-08 Thread Guus Sliepen
On Sat, Sep 08, 2007 at 01:37:37PM +0200, Loic Dachary wrote:

> Package: wnpp
> Owner: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
> Severity: wishlist
> 
> * Package name: getxpath
>   Version : 0.4.0
>   Upstream Author : Loic Dachary
> * URL or Web page : http://specs.dachary.org/getxpath/
> * License : GNU GPLv2 or later
>   Description : extract a value from a XML file using a XPATH expression
> 
> getxpath(1) 
> getxpath(1)
> 
> NAME
>getxpath - extract a value from a XML file using a XPATH expression
> 
> SYNOPSIS
>getxpath xpath [selector] xmlfile
[...]

That is NOT a description. That is a copy of the manual page. A
description is a few paragraphs describing what the program does, if it
is a command line tool or a graphical user interface, maybe what its
strengths and weaknesses are, but not which arguments you can specify on
the command line. Have a look at the description of other packages to
see how it should look like.

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen <[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Re: Bug#441302: ITP: getxpath -- extract a value from a XML file using a XPATH expression

2007-09-08 Thread Bernd Zeimetz
Loic Dachary (OuoU) wrote:
> Package: wnpp
> Owner: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
> Severity: wishlist
> 
> * Package name: getxpath
>   Version : 0.4.0
>   Upstream Author : Loic Dachary
> * URL or Web page : http://specs.dachary.org/getxpath/
> * License : GNU GPLv2 or later
>   Description : extract a value from a XML file using a XPATH expression
> 
> getxpath(1) 
> getxpath(1)
> 
> NAME
>getxpath - extract a value from a XML file using a XPATH expression

same here, do we really need a package for a wrapper around xsltproc,
where the GPL header is larger than the script itself?


-- 
Bernd Zeimetz
<[EMAIL PROTECTED]> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#441301: ITP: url2file -- wget a URL into a file an print the filename

2007-09-08 Thread Amaya
Loic Dachary wrote:
>   Description : wget a URL into a file an print the filename
 ~~
 and?
>url2file - wget a URL into a file an print the filename

Same here.

>The file of the file in the cache directory is printed on the
 ~~~
 filename?

-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#441224: ITP: oracleasm -- This is the kernel driver for a generic Linux implementation of ASMLib.

2007-09-08 Thread Bjoern Boschman

Description: kernel driver for implementation of Oracle ASMLib

Long Description:

ASMLib is a support library for the Automatic Storage Management feature 
of Oracle Database 10g. Automatic Storage Management (ASM) simplifies 
database administration. It eliminates the need for the DBA to directly 
manage potentially thousands of Oracle database files, requiring only 
the management of groups of disks allocated to the Oracle Database. 
ASMLib allows an Oracle Database using ASM more efficient and capable 
access to the disk groups it is using.


Guus Sliepen schrieb:

  Description : ASMLib is a library addon for the Automatic Storage Manager 
of Oracle Database 10g. This is the kernel driver for a generic Linux 
implementation of ASMLib.


That is too long. Keep the short description to one sentence, preferably
not more than about 60 characters.


(Include the long description here.)


You also need to create a long description, so we can review it before
you upload this package.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#441224: ITP: oracleasm -- This is the kernel driver for a generic Linux implementation of ASMLib.

2007-09-08 Thread Guus Sliepen
On Sat, Sep 08, 2007 at 03:38:49PM +0200, Bjoern Boschman wrote:

> Description: kernel driver for implementation of Oracle ASMLib
>
> Long Description:
>
> ASMLib is a support library for the Automatic Storage Management feature of 
> Oracle Database 10g. Automatic Storage Management (ASM) simplifies database 
> administration. It eliminates the need for the DBA to directly manage 
> potentially thousands of Oracle database files, requiring only the 
> management of groups of disks allocated to the Oracle Database. ASMLib 
> allows an Oracle Database using ASM more efficient and capable access to 
> the disk groups it is using.

Much better! The only thing that is unclear from the long description is
whether this is a library or a kernel driver. Looking at the oracleasm
source, it is indeed a kernel driver. You should mention this in the
long description as well.

On a side note, I tried to compile it on 2.6.22.1 for the amd64
architecture, but it failed.

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen <[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Re: Bug#441301: ITP: url2file -- wget a URL into a file an print the filename

2007-09-08 Thread Mike Hommey
On Sat, Sep 08, 2007 at 01:35:51PM +0200, Loic Dachary <[EMAIL PROTECTED]> 
wrote:
> Package: wnpp
> Owner: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
> Severity: wishlist
> 
> * Package name: url2file
>   Version : 0.2.0
>   Upstream Author : Loic Dachary
> * URL or Web page : http://specs.dachary.org/url2file/
> * License : GNU GPLv2 or later
>   Description : wget a URL into a file an print the filename

Do we really need a new package for a 10 lines script ? Can't that be
included in another one ?

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#441302: ITP: getxpath -- extract a value from a XML file using a XPATH expression

2007-09-08 Thread Ondrej Certik
> same here, do we really need a package for a wrapper around xsltproc,
> where the GPL header is larger than the script itself?

Why not to put that script inside the xsltproc package instead of
creating a new one?

Ondrej


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#441302: ITP: getxpath -- extract a value from a XML file using a XPATH expression

2007-09-08 Thread Bernd Zeimetz
Ondrej Certik wrote:
>> same here, do we really need a package for a wrapper around xsltproc,
>> where the GPL header is larger than the script itself?
> 
> Why not to put that script inside the xsltproc package instead of
> creating a new one?

sounds like an good idea.

-- 
Bernd Zeimetz
<[EMAIL PROTECTED]> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#441224: ITP: oracleasm -- This is the kernel driver for a generic Linux implementation of ASMLib.

2007-09-08 Thread Bjoern Boschman

Hi,

I already noticed that there are some issues using newer kernel versions 
and I bounced that info to the upstream.


Long Description:

ASM is a support kernel module for the Automatic Storage Management 
feature of Oracle Database 10g. Automatic Storage Management (ASM) 
simplifies database administration. It eliminates the need for the DBA 
to directly manage potentially thousands of Oracle database files, 
requiring only the management of groups of disks allocated to the Oracle 
Database.

ASMLib allows an Oracle Database using ASM more efficient and capable
access to the disk groups it is using.

Guus Sliepen schrieb:

On Sat, Sep 08, 2007 at 03:38:49PM +0200, Bjoern Boschman wrote:


Description: kernel driver for implementation of Oracle ASMLib

Long Description:

ASMLib is a support library for the Automatic Storage Management feature of 
Oracle Database 10g. Automatic Storage Management (ASM) simplifies database 
administration. It eliminates the need for the DBA to directly manage 
potentially thousands of Oracle database files, requiring only the 
management of groups of disks allocated to the Oracle Database. ASMLib 
allows an Oracle Database using ASM more efficient and capable access to 
the disk groups it is using.


Much better! The only thing that is unclear from the long description is
whether this is a library or a kernel driver. Looking at the oracleasm
source, it is indeed a kernel driver. You should mention this in the
long description as well.

On a side note, I tried to compile it on 2.6.22.1 for the amd64
architecture, but it failed.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#441301: ITP: url2file -- wget a URL into a file an print the filename

2007-09-08 Thread Loic Dachary
Mike Hommey <[EMAIL PROTECTED]> writes:

> On Sat, Sep 08, 2007 at 01:35:51PM +0200, Loic Dachary <[EMAIL PROTECTED]> 
> wrote:
>> Package: wnpp
>> Owner: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
>> Severity: wishlist
>> 
>> * Package name: url2file
>>   Version : 0.2.0
>>   Upstream Author : Loic Dachary
>> * URL or Web page : http://specs.dachary.org/url2file/
>> * License : GNU GPLv2 or later
>>   Description : wget a URL into a file an print the filename
>
> Do we really need a new package for a 10 lines script ? 
> Can't that be included in another one ?

  Maybe it could, do you have specific ideas ? 

  Cheers,

-- 
+33 1 76 60 72 81  Loic Dachary mailto:[EMAIL PROTECTED]
http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]
Latitude: 48.86962325498033 Longitude: 2.3623046278953552


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#441301: ITP: url2file -- wget a URL into a file an print the filename

2007-09-08 Thread Mike Hommey
On Sat, Sep 08, 2007 at 06:12:28PM +0200, Loic Dachary <[EMAIL PROTECTED]> 
wrote:
> Mike Hommey <[EMAIL PROTECTED]> writes:
> 
> > On Sat, Sep 08, 2007 at 01:35:51PM +0200, Loic Dachary <[EMAIL PROTECTED]> 
> > wrote:
> >> Package: wnpp
> >> Owner: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
> >> Severity: wishlist
> >> 
> >> * Package name: url2file
> >>   Version : 0.2.0
> >>   Upstream Author : Loic Dachary
> >> * URL or Web page : http://specs.dachary.org/url2file/
> >> * License : GNU GPLv2 or later
> >>   Description : wget a URL into a file an print the filename
> >
> > Do we really need a new package for a 10 lines script ? 
> > Can't that be included in another one ?
> 
>   Maybe it could, do you have specific ideas ? 

Maybe moreutils ?

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#441302: ITP: getxpath -- extract a value from a XML file using a XPATH expression

2007-09-08 Thread Mike Hommey
On Sat, Sep 08, 2007 at 04:34:36PM +0200, Bernd Zeimetz <[EMAIL PROTECTED]> 
wrote:
> Ondrej Certik wrote:
> >> same here, do we really need a package for a wrapper around xsltproc,
> >> where the GPL header is larger than the script itself?
> > 
> > Why not to put that script inside the xsltproc package instead of
> > creating a new one?
> 
> sounds like an good idea.

And with my libxslt maintainer hat on, I must say I'm not against it.

So Loic, if you're okay with the idea, please reassign the bug as a
wishlist against xsltproc. It would also be helpful if you'd attach the
script and the xslt to the bug.

Cheers,

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Hello

2007-09-08 Thread Hírlevél Szolgálat
Szia!

Találtam egy jó letöltő oldalt legolcsóbb, és nagy tartalom van rajta
Filmek, Játékok, Zenék stb...
http://speed-ware.no-ip.org

Bocsi a zavarásért.
Szia, Dóri

U.i: én már töltök!.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#441302: ITP: getxpath -- extract a value from a XML file using a XPATH expression

2007-09-08 Thread Loic Dachary
Mike Hommey <[EMAIL PROTECTED]> writes:

> On Sat, Sep 08, 2007 at 04:34:36PM +0200, Bernd Zeimetz <[EMAIL PROTECTED]> 
> wrote:
>> Ondrej Certik wrote:
>> >> same here, do we really need a package for a wrapper around xsltproc,
>> >> where the GPL header is larger than the script itself?
>> > 
>> > Why not to put that script inside the xsltproc package instead of
>> > creating a new one?
>> 
>> sounds like an good idea.
>
> And with my libxslt maintainer hat on, I must say I'm not against it.
>
> So Loic, if you're okay with the idea, please reassign the bug as a
> wishlist against xsltproc. It would also be helpful if you'd attach the
> script and the xslt to the bug.

  Thanks a lot. It turns out that getxpath is redundant with xmlstarlet
and is therefore dead before being born ;-)

  Cheers,

-- 
+33 1 76 60 72 81  Loic Dachary mailto:[EMAIL PROTECTED]
http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]
Latitude: 48.86962325498033 Longitude: 2.3623046278953552


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#441351: ITP: kcometen3 -- fireworks animated OpenGL screensaver for KDE

2007-09-08 Thread Raphael Geissert
Package: wnpp
Severity: wishlist
Owner: Raphael Geissert <[EMAIL PROTECTED]>

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: kcometen3
  Version : 1.1
  Upstream Author : Peter Mueller <[EMAIL PROTECTED]>
* URL : http://user.cs.tu-berlin.de/~pmueller/
* License : GPL
  Programming Lang: C++
  Description : fireworks animated OpenGL screensaver for KDE

 KCometen3 is a simple and nice screensaver with different effects.
 It can easily convert the desktop into a fireworks show.
 .
 Homepage: http://www.kde-look.org/content/show.php/KCometen3?content=30313

- -- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-a64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG40aWYy49rUbZzloRArF/AJ4tT2UEc8+4U7RBOyZSxFN6SXlgeQCfavpz
YIURt7cwcV+6/H6B0oMDZ70=
=WdA+
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Fwd: Re: Why no Opera?

2007-09-08 Thread Ben Finney
Edward Welbourne <[EMAIL PROTECTED]> writes:

> Bernd:
> > if opera would be come open-source, I'd be willing to co-maintain
> > and check packages - it would be worth the work. But I'm not
> > willing to spend my free time on closed source if there's no
> > really good reason to do so.
> 
> I'm afraid this humble coder isn't about to sway that argument; for
> the present, Opera remains closed, all I can do is make life easier
> for users.

You are much closer to being able to sway that argument than we: you,
after all, are directly associated with the people who can make that
decision. It would behoove you to at least put significant effort into
what everyone here agrees would be the best way to get Opera working
well with Debian and other free software operating systems.

It would also be very helpful if you could keep us appraised of any
response that you have in this area; otherwise a negative result looks
to us exactly the same as no attempt at all.

-- 
 \  "I would rather be exposed to the inconveniences attending too |
  `\ much liberty than those attending too small a degree of it."  |
_o__)  -- Thomas Jefferson |
Ben Finney


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]