Bug#743010: ITP: jquery-simpletreemenu -- visually-simple menu inspired by the Mac OS X Finder tree

2014-03-30 Thread Paul Gevers
On 30-03-14 01:27, Francois-Regis Vuillemin wrote:
>   Description : visually-simple menu inspired by the Mac OS X Finder tree
> 
>  Simple Tree Menu creates a visually-simple menu inspired by the Mac OS X
>  Finder tree.
>  .
>  It uses a straightforward HTML structure based on  that is the same as
>  the Son of Suckerfish drop-down menus, so it's easy to learn, and it degrades
>  gracefully.

Would you know how this compares to jtree [1]? While waiting for
inclusion in Debian [2] I pulled that into my package cacti, but if a
Debian alternative exists, it would be cool to use that instead.

Paul
[1] http://www.jstree.com/
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694313




signature.asc
Description: OpenPGP digital signature


Bug#742704: RFP: implicitcad -- Powerful, Open-Source, Programmatic CAD

2014-03-30 Thread Carlo Stemberger
Hi Joachim,

2014-03-29 21:12 GMT+01:00 Joachim Breitner :

>
> How mature and commonly used is this project?


I don't know, but it should be usable.


What is your personal
> motivation: Do you use this tool productively, or is it just something
> you’d like to see in Debian?
>

The second one.



> The Debian Haskell Group will be happy to help someone to maintain
> implicitcad, but there are plenty of non-Haskell-specific maintenance
> tasks, so someone else would have to step up as a maintainer.
>

Good news: Bas Wijnen is interested in packaging this software.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742704#10

Best regards,
Carlo


Processed: block 742999 with 742993

2014-03-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 742999 with 742993
Bug #742999 [wnpp] ITP: caldav-tester -- Test suite for testing
742999 was not blocked by any bugs.
742999 was not blocking any bugs.
Added blocking bug(s) of 742999: 742993
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
742999: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742999
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.139618674720408.transcr...@bugs.debian.org



Bug#742999: Git Repo

2014-03-30 Thread Guido Günther
Hi,
just for completeness. Packaging is currently taking place at

  https://github.com/fpiotrow/caldav-tester-packaging

Cheers,
  -- Guido


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140330134507.ga16...@bogon.m.sigxcpu.org



Bug#742453: ITP: geophar -- Swiss army knife for the math teacher

2014-03-30 Thread Mike Gabriel

Hi Andreas,

On  Mo 24 Mär 2014 08:03:25 CET, Andreas Tille wrote:


Hi,


I'm not sure in how far a Debian Edu packaging team has formed and
this package should go into Debian Edu team maintenance.  At least you
should regard this in your metapackages.

Kind regards

 Andreas.


Thanks for bringing this into our awareness!

@Georges: if you are interested in packaging under the umbrella of the  
Debian Edu packaging team, please ping me on IRC (sunweaver,  
#debian-devel, #debian-edu).


Mike


2014-03-23 22:24 GMT+01:00 Georges Khaznadar :

Package: wnpp
Severity: wishlist
Owner: Georges Khaznadar 

* Package name: geophar
  Version : 13.04.5
  Upstream Author : Nicolas Pourcelot 
* URL : http://sourceforge.net/projects/geophar/
* License : GPL-2+
  Programming Lang: Python
  Description : Swiss army knife for the math teacher

 This package is a deep rewrite of Nicolas Pourcelot's previous wxgeometrie.
 After its publication, wxgeometrie will become a transitional  
package, to be

 replaced.
 .
 Geophar contains every tool you would like to find when
 preparing math courses, exercises or their keys.


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact  
listmas...@lists.debian.org
Archive:  
https://lists.debian.org/20140323212418.31723.34872.report...@georges.khaznadar.fr




--
To UNSUBSCRIBE, email to debian-vote-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact  
listmas...@lists.debian.org
Archive:  
https://lists.debian.org/20140323212418.31723.34872.report...@georges.khaznadar.fr






--
http://fam-tille.de



--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpKuEVmnThl5.pgp
Description: Digitale PGP-Signatur


Bug#743063: ITP: ruby-github-linguist -- detection and highlight of the programming language of source code and ignore binary files

2014-03-30 Thread timothee
Package: wnpp
Severity: wishlist
Owner: timothee 

* Package name: ruby-github-linguist
  Version : 2.10.11
  Upstream Author : GitHub 
* URL : https://github.com/github/linguist
* License : MIT
  Programming Lang: Ruby
  Description : detection and highlight of the programming language of 
source code and ignore binary files

Library use by GitHub to detect blob languages, highlight code, ignore binary 
files, suppress generated files in diffs, and generate language breakdown 
graphs.

Features :
- Language detection : ruby-github-linguist defines a list of all 
languages known to GitHub in a yaml file. In order for a file to be 
highlighted, a 
language and a lexer must be defined there.

Most languages are detected by their file extension. For disambiguating between 
files with common extensions, we first apply some common-sense heuristics to 
pick out obvious languages. After that, we use a statistical classifier. This 
process can help us tell the difference between, for example, .h files which 
could be either C, C++, or Obj-C.

- Syntax Highlighting : The actual syntax highlighting is handled by 
our Pygments wrapper, ruby-pygments.rb. It also provides a Lexer abstraction 
that determines which highlighter should be used on a file.

- Stats : The Language stats bar that you see on every repository is 
built by aggregating the languages of each file in that repository. The top 
language in the graph determines the project's primary language.

- Ignore vendored files : Checking other code into your git repo is a 
common practice. But this often inflates your project's language stats and may 
even cause your project to be labeled as another language. ruby-github-linguist 
is able to identify some of these files and directories and exclude them.

- Generated file detection : Not all plain text files are true source 
files. Generated files like minified js and compiled CoffeeScript can be 
detected and excluded from language stats. As an extra bonus, these files are 
suppressed in diffs.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140330162801.3392.90455.reportbug@debian



Bug#743066: RFA: gutenprint -- runtime for the Gutenprint printer driver library

2014-03-30 Thread Willem van den Akker
Package: wnpp
Severity: normal

I request an adopter for the gutenprint package.

The package description is:
 This package includes the Gutenprint shared library, needed to
 run programs using Gutenprint drivers.
 .
 Gutenprint is the print facility for the GIMP, and in addition a
 suite of drivers that may be used with common UNIX spooling systems
 using GhostScript or CUPS.  These drivers provide printing quality
 for UNIX/Linux on a par with proprietary vendor-supplied drivers in


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140330165444.11013.27511.report...@notebook.wilsoft.nl



Processed: Re: Bug#739626: How to name the websocket PT server in Debian; was ITP: tor-pt-websocket -- WebSocket pluggable transport

2014-03-30 Thread Debian Bug Tracking System
Processing control commands:

> retitle 739626 ITP: pt-websocket -- WebSocket pluggable transport
Bug #739626 [wnpp] ITP: tor-pt-websocket -- WebSocket pluggable transport
Changed Bug title to 'ITP: pt-websocket -- WebSocket pluggable transport' from 
'ITP: tor-pt-websocket -- WebSocket pluggable transport'

-- 
739626: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739626
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b739626.139619860226892.transcr...@bugs.debian.org



Bug#739626: How to name the websocket PT server in Debian; was ITP: tor-pt-websocket -- WebSocket pluggable transport

2014-03-30 Thread Ximin Luo
control: retitle 739626 ITP: pt-websocket -- WebSocket pluggable transport

On 20/02/14 17:00, David Fifield wrote:
> On Thu, Feb 20, 2014 at 03:58:02PM +, Ximin Luo wrote:
>> - tor-pt-websocket or pt-websocket: These are unambigious but
>> inconsistent with the other Tor pluggable transport in Debian,
>> obfsproxy. And there is also "fteproxy" which will probably retain
>> this naming when added to Debian in the future.
> 
> I kind of like this option, with the idea that there will be more of
> such in the future.
> 
> websocket is a special case because the upstream package only has a
> server (there is client code but just a toy that shouldn't be
> installed). What will other packages that have a matched client and
> server look like? People installing the client probably don't want to
> install the server (and have their init.d messed with, etc.), and people
> installing the server don't also need the client.
> 

Lunar suggested pt-websocket since it is not intrinsically tied to Tor usage, 
so I will go with that.

I think the longer name pt-websocket-server is unnecessary, since we are 
unlikely to ever release a pt-websocket-client, so I will stick pt-websocket.

If anyone disagrees, please speak up soon, since I have all the packaging ready 
and just need to make some final tweaks before submitting it for sponsorship.

X

-- 
GPG: 4096R/1318EFAC5FBBDBCE
git://github.com/infinity0/pubkeys.git



signature.asc
Description: OpenPGP digital signature


Bug#742704: [3dprinter-general] Bug#742704: RFP: implicitcad -- Powerful, Open-Source, Programmatic CAD

2014-03-30 Thread Bas Wijnen
Hi,

On Sun, Mar 30, 2014 at 02:21:39PM +0200, Carlo Stemberger wrote:
> 2014-03-29 21:12 GMT+01:00 Joachim Breitner :
> > How mature and commonly used is this project?
> 
> I don't know, but it should be usable.

I wasn't aware of this until this request; the web page describes it as
a substitute for OpenSCAD, which is very usable, but with significant
drawbacks, almost all of which this program claims to solve.  A quick
test indicates that this program functions properly; I intend to start
using it instead of OpenSCAD.

> > The Debian Haskell Group will be happy to help someone to maintain
> > implicitcad, but there are plenty of non-Haskell-specific maintenance
> > tasks, so someone else would have to step up as a maintainer.
> 
> Good news: Bas Wijnen is interested in packaging this software.

Yes, but the bad news is that I've never even seen any Haskell code
before, so some help related to packaging of that is very welcome.

Thanks,
Bas


signature.asc
Description: Digital signature


Bug#742704: [3dprinter-general] Bug#742704: RFP: implicitcad -- Powerful, Open-Source, Programmatic CAD

2014-03-30 Thread Joachim Breitner
Dear Bas,

Am Sonntag, den 30.03.2014, 20:17 +0200 schrieb Bas Wijnen:
> > > The Debian Haskell Group will be happy to help someone to maintain
> > > implicitcad, but there are plenty of non-Haskell-specific maintenance
> > > tasks, so someone else would have to step up as a maintainer.
> > 
> > Good news: Bas Wijnen is interested in packaging this software.
> 
> Yes, but the bad news is that I've never even seen any Haskell code
> before, so some help related to packaging of that is very welcome.

glad to hear that.

It seems that implict also provides a Haskell API, to be used
programmatically. This means that it will be involved in the Haskell ABI
system and therefore should probably be maintained along the other
Haskell packages.

So I suggest it should be co-maintained by the DHG together with you: We
make sure that it builds and that it is rebuilt when its dependencies
change etc.; you are responsible for all the other maintenance duties
(replying to bug reports, curating package description and manpages,
letting us know if a new version should be uploaded etc.). How does that
sound?

BTW, are you sure this is a healthy project? Last release was in January
2013, last commit 10 years ago, recent bug reports are not replied to.
These are typical signs of an abandoned project...

Greetings,
Joachim

-- 
Joachim "nomeata" Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: This is a digitally signed message part


Bug#743132: ITP: python-fedora -- Python modules for interacting with Fedora Services

2014-03-30 Thread Nicolas Dandrimont
Package: wnpp
Severity: wishlist
Owner: Nicolas Dandrimont 

* Package name: python-fedora
  Version : 0.3.33
  Upstream Author : Toshio Kuratomi  and others
* URL : https://fedorahosted.org/python-fedora/
* License : GPL-2+ and/or LGPL-2.1+
  Programming Lang: Python
  Description : Python modules for interacting with Fedora Services

 The python-fedora module provides a Python API for connecting to web
 services provided by the fedora infrastructure.
 .
 Specifically, this package provides clients for the Fedora Account
 System, for the Fedora Package Database, for the Fedora Build System
 (bodhi), and for the Fedora wiki, as well as a more generic client for
 the other Fedora web services.

This is a dependency of a test dependency (fedmsg-meta-fedora-infrastructure)
for the datanommer package.  Upstream provides, in the same tarball,
modules to build clients and servers for the fedora infrastructure. The
Debian package will only contain the client parts.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140330191358.18040.29391.report...@darboux.home.olasd.eu



Bug#742704: [3dprinter-general] Bug#742704: RFP: implicitcad -- Powerful, Open-Source, Programmatic CAD

2014-03-30 Thread Bas Wijnen
Hi,

On Sun, Mar 30, 2014 at 08:27:54PM +0200, Joachim Breitner wrote:
> > Yes, but the bad news is that I've never even seen any Haskell code
> > before, so some help related to packaging of that is very welcome.
> 
> glad to hear that.
> 
> It seems that implict also provides a Haskell API, to be used
> programmatically. This means that it will be involved in the Haskell ABI
> system and therefore should probably be maintained along the other
> Haskell packages.
> 
> So I suggest it should be co-maintained by the DHG together with you: We
> make sure that it builds and that it is rebuilt when its dependencies
> change etc.; you are responsible for all the other maintenance duties
> (replying to bug reports, curating package description and manpages,
> letting us know if a new version should be uploaded etc.). How does that
> sound?

Yes, that sounds good.

> BTW, are you sure this is a healthy project? Last release was in January
> 2013, last commit 10 years ago, recent bug reports are not replied to.
> These are typical signs of an abandoned project...

Yes, I noticed this as well.  I'll check to see if I can get contact
with upstream.  Normally I would take over if they don't respond, but
given that I don't know the language, I don't think that's a good idea
in this case.

Thanks,
Bas


signature.asc
Description: Digital signature


Bug#644767: Update

2014-03-30 Thread Ross Gammon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have just committed the patch provided by Antoine. This allows
tilemill to successfully build, but as the node-modestmaps in Debian
is only v0.21 and upstream are expecting at least 1.0.0-alpha,
tilemill is still not installable.
I have started to try and work out where David was up to, and looking
for sources for some more of the javascript in the assets directory.
A sort of a to-do list has been created based on this wnpp bug and
placed README.Debian because I will probably have to pick this up and
put it down depending on available time.
Cheers,
Ross
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJTOHisAAoJEFP+e72miRD8Q+oQAI7sXcVb+5uloKzjD+M9erdO
sZpoOimvWtkOcHv6zvtMESsGJVGa5e+bUkZkd5OG7etLxB+cMeuFROatDkDRpNLn
cHyjU7H6X+oRVqEKFuK64q2kwuKy1asOrJyPkQQKli6hSmwUEC0fSD7qNujIeu+v
3A3i9PgKkRrH3yxifXr5lSKoryJ7tR+Bcytjf8wDX7sMi3GLwnRhgnCvbU1ExzcV
mxC9dcpc1SoeFykekhehHIBwAWmM16Rl6vbQAbVly5xIlyfb1eGU6V/UX9ARx3Gn
xNWnmKz68D3DfnZHih1Q0XTRXWXHP5gra7oNHYYvbXeGt91p+8dY1aSMXNpdgVc0
g9gXhkWTyp0ffzCewaFR71ULI/QjNBwlnez86sVTfTdMj36cYHyLNGDre+G4tMGi
5ilzJTBHZcfXmyKROTf+bXD7hzJw6qDXl/2eM7SGN/TbNC5NbZjRAKLYoCWSKq1w
Yb7/b3oVzsB00k73oGVAx04TNDkvOE9LMeakZqA4PFGx3NT18DXgmJHJatw6ut4A
X2IXEjuqASGc4u+JcRcf19TSHCJvOSkRYr4AV453rlvp2evMJt9qr4Enipom3hvw
5gvnbqLkuQyVNKXh6N3Y3jVIg+8921f3oR0ZKnhijbsZ1OYzcMI6yUvJbDtglZaR
Z6zphD6e7H96I//peVHw
=eFGz
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/533878be.5020...@mail.dk



Processed: Re: Bug#644767: Update

2014-03-30 Thread Debian Bug Tracking System
Processing control commands:

> block -1 by 685834
Bug #644767 [wnpp] ITP: tilemill -- map design studio
644767 was blocked by: 629445
644767 was not blocking any bugs.
Added blocking bug(s) of 644767: 685834

-- 
644767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644767
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b644767.13962120989829.transcr...@bugs.debian.org



Bug#644767: Update

2014-03-30 Thread Antoine Beaupré
Control: block -1 by 685834

On 2014-03-30 16:04:14, Ross Gammon wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I have just committed the patch provided by Antoine.

Wait, committed where?

> This allows tilemill to successfully build, but as the node-modestmaps
> in Debian is only v0.21 and upstream are expecting at least
> 1.0.0-alpha, tilemill is still not installable.

Indeed, upstream now is at 3.3.5:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685834

> I have started to try and work out where David was up to, and looking
> for sources for some more of the javascript in the assets directory.
> A sort of a to-do list has been created based on this wnpp bug and
> placed README.Debian because I will probably have to pick this up and
> put it down depending on available time.

Sweet, thanks. Seeing tilemill in jessie would be awesome.

A.
-- 
The United States is a nation of laws:
badly written and randomly enforced.
- Frank Zappa


pgpFriG0VNvgu.pgp
Description: PGP signature


Bug#644767: Update

2014-03-30 Thread Antoine Beaupré
On 2014-03-30 16:41:32, Antoine Beaupré wrote:
> On 2014-03-30 16:04:14, Ross Gammon wrote:
>> I have just committed the patch provided by Antoine.
>
> Wait, committed where?

Ah oups, nevermind - i just read Jonas' mail about the repo.

A.

-- 
If you have come here to help me, you are wasting our time.
But if you have come because your liberation is bound up with mine, then
let us work together.- Aboriginal activists group, Queensland, 1970s


pgp8ei35L2IDv.pgp
Description: PGP signature


Processed (with 1 errors): RFA: gutenprint -- printer drivers for CUPS

2014-03-30 Thread Debian Bug Tracking System
Processing control commands:

> merge 479397 743066
Bug #479397 [wnpp] ITA: gutenprint -- printer drivers for CUPS
Unable to merge bugs because:
owner of #743066 is '' not '"W. van den Akker" '
Failed to merge 479397: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x325d2f0)', 
'requester', 'Markus Koschany ', 'request_addr', 
'743066-sub...@bugs.debian.org', 'request_msgid', 
'<53388260.8050...@gambaru.de>', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 538
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
Debbugs::Control::Service::control_line('line', 'merge 479397 743066', 
'clonebugs', 'HASH(0x3274a30)', 'limit', 'HASH(0x3274c58)', 
'common_control_options', 'ARRAY(0x3274d30)', 'errors', ...) called at 
/usr/lib/debbugs/process line 1039


-- 
479397: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479397
743066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743066
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b743066.139621232610841.transcr...@bugs.debian.org



Bug#743066: RFA: gutenprint -- printer drivers for CUPS

2014-03-30 Thread Markus Koschany
Control: merge 479397 743066


Hi Willem,

you don't need to file another wnpp bug report for gutenprint since
#479397 already exists. If you are no longer interested in adopting a
package, you might want to retitle the original wnpp bug report back to

RFA: gutenprint -- printer drivers for CUPS

so that other interested parties are aware of that nobody works on this
package at the moment and that it is free for adoption again.

I have changed everything back to RFA, so there is no further action
required from your side.

Regards,

Markus




signature.asc
Description: OpenPGP digital signature


Processed: RFA: gutenprint -- runtime for the Gutenprint printer driver library

2014-03-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> noowner 479397
Bug #479397 [wnpp] ITA: gutenprint -- printer drivers for CUPS
Removed annotation that Bug was owned by "W. van den Akker" 
.
> merge 479397 743066
Bug #479397 [wnpp] ITA: gutenprint -- printer drivers for CUPS
Bug #743066 [wnpp] RFA: gutenprint -- runtime for the Gutenprint printer driver 
library
Merged 479397 743066
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
479397: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479397
743066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743066
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.139621310116647.transcr...@bugs.debian.org



Bug#743010: ITP: jquery-simpletreemenu -- visually-simple menu inspired by the Mac OS X Finder tree

2014-03-30 Thread François-Régis
Le 30/03/2014 06:18, Tiago Bortoletto Vaz a écrit :
> Hi,
> 
> On Sun, Mar 30, 2014 at 01:27:04AM +0100, Francois-Regis Vuillemin wrote:
>> Package: wnpp
>> Severity: wishlist
>> Owner: "Francois-Regis Vuillemin" 
>>
>> * Package name: jquery-simpletreemenu
>>   Version : 1.5.0
>>   Upstream Author : Simon Freitag
>> * URL : https://github.com/sfreytag/Simple-Tree-Menu
>> * License :
> ^^^
> 
> It seems to be under a 'Standard jQuery MIT License', right?

You're full right, I haved checked it but missed to mention on reportbug.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53388756.4000...@miradou.com



Bug#743139: ITP: jitmeet -- In-browser WebRTC JavaScript video conferences

2014-03-30 Thread Yasen Pramatarov
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org


   Package name: jitmeet
Version: 0.1
Upstream Author: Jitsi (https://jitsi.org)
URL: https://jitsi.org/Projects/JitMeet
License: MIT
Description: In-browser WebRTC JavaScript video conferences

 JitMeet is a WebRTC JavaScript application that uses Jitsi Videobridge
 to provide high quality, scalable video conferences.


-- 
| Yasen Pramatarov
|a.k.a. turin
| home:  http://yasen.lindeas.com 
| photoblog:  http://ltdfocus.com 
| gnu/linux:  http://lindeas.com


signature.asc
Description: PGP signature


Bug#743010: ITP: jquery-simpletreemenu -- visually-simple menu inspired by the Mac OS X Finder tree

2014-03-30 Thread François-Régis
Le 30/03/2014 10:33, Paul Gevers a écrit :
> On 30-03-14 01:27, Francois-Regis Vuillemin wrote:
>>   Description : visually-simple menu inspired by the Mac OS X Finder tree
>>
>>  Simple Tree Menu creates a visually-simple menu inspired by the Mac OS X
>>  Finder tree.
>>  .
>>  It uses a straightforward HTML structure based on  that is the same as
>>  the Son of Suckerfish drop-down menus, so it's easy to learn, and it 
>> degrades
>>  gracefully.
> 
> Would you know how this compares to jtree [1]? While waiting for
> inclusion in Debian [2] I pulled that into my package cacti, but if a
> Debian alternative exists, it would be cool to use that instead.

From my first seeing of [1] I'm afraid jquery-simpletreemenu can't be an
east replacement fot jstree but I need to investigate more and will let
you know
> [1] http://www.jstree.com/
> [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694313
> 
> 


-- 
François-Régis



signature.asc
Description: OpenPGP digital signature


Processed: RFA: gutenprint -- printer drivers for CUPS

2014-03-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 479397 RFA: gutenprint -- printer drivers for CUPS
Bug #479397 [wnpp] ITA: gutenprint -- printer drivers for CUPS
Bug #743066 [wnpp] RFA: gutenprint -- runtime for the Gutenprint printer driver 
library
Changed Bug title to 'RFA: gutenprint -- printer drivers for CUPS' from 'ITA: 
gutenprint -- printer drivers for CUPS'
Changed Bug title to 'RFA: gutenprint -- printer drivers for CUPS' from 'RFA: 
gutenprint -- runtime for the Gutenprint printer driver library'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
479397: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479397
743066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743066
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.139621383120601.transcr...@bugs.debian.org



Bug#743140: RFP: pipelight -- A project to load windows NPAPI plugins into linux browsers using wine and a pipe.

2014-03-30 Thread Lars Cebulla
Package: wnpp
Severity: wishlist

* Package name: pipelight
  Version : 0.2.5
* URL : https://bitbucket.org/mmueller2012/pipelight/overview
http://fds-team.de/cms/articles/2013-08/pipelight-
using-silverlight-in-linux-browsers.html
* License : GPL
  Programming Lang: C++
  Description : A project to load windows NPAPI plugins into linux browsers
using wine and a pipe.

Today we want to present you our latest project Pipelight, which allows to run
your favorite Silverlight application directly inside your Linux browser. The
project combines the effort by Erich E. Hoover with a new browser plugin that
embeds Silverlight directly in any Linux browser supporting the Netscape Plugin
API (Firefox, Chrome / Chromium, Midori, Opera, …). He worked on a set of
Wine patches to get Playready DRM protected content working inside Wine and
afterwards created an Ubuntu package called Netflix Desktop. This package
allows one to use Silverlight inside a Windows version of Firefox, which works
as a temporary solution but is not really user-friendly and moreover requires
Wine to translate all API calls of the browser. To solve this problem we
created Pipelight.

Pipelight consists out of two parts: A Linux library which is loaded into the
browser and a Windows program started in Wine. The Windows program, called
pluginloader.exe, simply simulates a browser and loads the Silverlight DLLs.
When you open a page with a Silverlight application the library will send all
commands from the browser through a pipe to the Windows process and act like a
bridge between your browser and Silverlight. The used pipes do not have any big
impact on the speed of the rendered video since all the video and audio data is
not send through the pipe. Only the initialization parameters and (sometimes)
the network traffic is send through them.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140330213530.9763.79393.report...@anonymous.fritz.box



Bug#644767: Update

2014-03-30 Thread Antoine Beaupré
Control: block -1 by 725362

Some progress here: I have uploaded a new version of modestmaps (NMU
DELAYED/10), so that should be fixed shortly.

Then I found the next stumbling block: node-bones wasn't in jessie for
my test machine (#725362). I guess that won't be a problem until the
release however, and by then that bug will probably have been fixed (?).

I can also confirm what cbaines was saying earlier: the binary package
is actually empty right now.

$ dpkg -L tilemill
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/tilemill
/usr/share/doc/tilemill/copyright
/usr/share/doc/tilemill/changelog.Debian.gz
/usr/share/doc/tilemill/README.Debian
/usr/share/doc/tilemill/README.md

It seems to me we should merge in the upstream Debian package, which
have their own PPA:

https://launchpad.net/~developmentseed/+archive/mapbox/+packages

Did anyone look at those previously?

A.

-- 
Ce que les siècles des grands abatoirs nous aura appris
Devrait être inscrit au fond de toutes les écoles;
Voici l'homme: le destructeur des mondes est arrivé.
- [no one is innocent]


pgpzT1azpvKye.pgp
Description: PGP signature


Processed: Re: Bug#644767: Update

2014-03-30 Thread Debian Bug Tracking System
Processing control commands:

> block -1 by 725362
Bug #644767 [wnpp] ITP: tilemill -- map design studio
644767 was blocked by: 685834 629445
644767 was not blocking any bugs.
Added blocking bug(s) of 644767: 725362

-- 
644767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644767
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b644767.13962168918276.transcr...@bugs.debian.org



Processed: block 644767 with 742347

2014-03-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 644767 with 742347
Bug #644767 [wnpp] ITP: tilemill -- map design studio
644767 was blocked by: 725362 629445 685834
644767 was not blocking any bugs.
Added blocking bug(s) of 644767: 742347
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
644767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644767
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.139622009224399.transcr...@bugs.debian.org



Processed: block 644767 with 743148

2014-03-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 644767 with 743148
Bug #644767 [wnpp] ITP: tilemill -- map design studio
644767 was blocked by: 742347 725362 685834 629445
644767 was not blocking any bugs.
Added blocking bug(s) of 644767: 743148
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
644767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644767
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.139622046726859.transcr...@bugs.debian.org



Processed: block 644767 with 742347 743151 685834 743148 743152 725362 ...

2014-03-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 644767 with 742347 743151 685834 743148 743152 725362
Bug #644767 [wnpp] ITP: tilemill -- map design studio
644767 was blocked by: 742347 725362 743148 629445 685834
644767 was not blocking any bugs.
Added blocking bug(s) of 644767: 743151 and 743152
> retitle 743152 nodes-bones doesn't ship the version required for tilemill
Bug #743152 [node-bones] doesn't ship the version required for tilemill
Changed Bug title to 'nodes-bones doesn't ship the version required for 
tilemill' from 'doesn't ship the version required for tilemill'
> retitle 743151 node-jsdom: two more missing modules (htmlparser2 and 
> nwmatcher)
Bug #743151 [node-jsdom] two more missing modules (htmlparser2 and nwmatcher)
Changed Bug title to 'node-jsdom: two more missing modules (htmlparser2 and 
nwmatcher)' from 'two more missing modules (htmlparser2 and nwmatcher)'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
644767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644767
743151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743151
743152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743152
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.13962223824781.transcr...@bugs.debian.org



Bug#743153: ITP: node-entities -- Encode and decode XML/HTML entities with ease - module for Node.js

2014-03-30 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: "Jérémy Lal" 

* Package name: node-entities
  Version : 1.0.0
  Upstream Author : Felix Boehm 
* URL : https://github.com/fb55/node-entities
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Encode and decode XML/HTML entities - module for Node.js

 node-entities encodes and decodes three selectable levels
 of entities: XML, HTML4, HTML5.
 .
 Node.js is an event-based server-side javascript engine.

This module is a dependency of node-jsdom and has no equivalent
module in debian (that i know of).
It will be maintained in pkg-javascript-devel team.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140330233734.19387.78944.reportbug@imac.chaumes



Bug#644767: Update

2014-03-30 Thread Antoine Beaupré
Sorry for the multiple emails...

Some more progress: I have been able to use upstream's .install file to
deploy a basic tilemill install. I have done my best to merge the two
packages here:

http://people.debian.org/~anarcat/tilemill.git

It still fails because it hasn't been ported to bones 2.x:

anarcat@marcos:tilemill*$ sudo   su -s /bin/sh -c 'HOME=/usr/share/mapbox 
NODEPATH=/usr/lib/nodejs:/usr/share/tilemill /usr/bin/nodejs 
/usr/share/tilemill/index.js --config=/etc/tilemill/tilemill.config' mapbox
[tilemill] Note: Unknown option "server" in config file.
[tilemill] Note: Unknown option "server" in config file.
[tilemill] Plugin [carto] loaded.
[tilemill] Plugin [editor] loaded.
[tilemill] Plugin [fonts] loaded.
[tilemill] Plugin [templates] loaded.
[tilemill]
[tilemill] TypeError: Cannot call method 'error' of undefined
[tilemill] at server.initialize 
(/usr/share/tilemill/servers/OAuth.bones:45:10)
[tilemill] at Server (/usr/lib/nodejs/bones/server/server.js:10:10)
[tilemill] at new child (/usr/share/javascript/backbone/backbone.js:1392:34)
[tilemill] at servers.Core.initialize 
(/usr/share/tilemill/servers/Core.bones:16:14)
[tilemill] at Server (/usr/lib/nodejs/bones/server/server.js:10:10)
[tilemill] at new child (/usr/share/javascript/backbone/backbone.js:1392:34)
[tilemill] at command.initialize 
(/usr/share/tilemill/commands/core.bones:224:28)
[tilemill] at null. 
(/usr/lib/nodejs/bones/server/command.js:8:14)
[tilemill] at command.bootstrap 
(/usr/share/tilemill/commands/core.bones:219:5)
[tilemill] at Command (/usr/lib/nodejs/bones/server/command.js:7:10)
[tilemill] Error: child process: "core" failed with code "8"
[tilemill] Error: child process: "tile" failed with code "143"
[tilemill] Closing child process: core (pid:7988)
[tilemill] Closing child process: tile (pid:7990)
Exiting [tilemill]

A workaround is to ship the older bones release as such:

sudo npm --prefix /usr/share/tilemill/ install bones@1.3.27

Now I was thinking of submitting a bug report upstream to mention this
problem, but it seems that the 1.3.x series is still
maintained. Furthermore, upstream *is* upstream for bones as well!
Besides, the package.json clearly states the dependency, so this problem
is specific to the debian package.. We would need to be able to install
both bones 1.x and 2.x alongside each other to fix this.

Although this is rather all silly because node-bones has no
reverse-dependencies and I suspect it was uploaded only for tilemill in
the first place. So I filed a bug for that, and now I have tilemill sort
of running.

So I noticed or filed a bunch of bugs that are blocking this:

 * 742347: node-jsdom: require("jsdom") does not work in nodejs: missing 
cssstyle module
 * 743151: node-jsdom: two more missing modules (htmlparser2 and nwmatcher)
 * 685834: NMU under way for modestmaps-js
 * 743148: node-tilelive-mapnik: borken symlink
 * 743152: nodes-bones doesn't ship the version required for tilemill
 * 725362: node-bones: present but uninstallable on architectures lacking nodejs

After all the workarounds mentionned in all those bugreports, I can fire
up the "server", which serves a UI at:

http://localhost:20009/

which... doesn't work at all! whee!

anarcat@marcos:tilemill*$ sudo   su -s /bin/sh -c 'HOME=/usr/share/mapbox 
NODEPATH=/usr/lib/nodejs:/usr/share/tilemill /usr/bin/nodejs 
/usr/share/tilemill/index.js --config=/etc/tilemill/tilemill.config' mapbox
[tilemill] Note: Unknown option "server" in config file.
[tilemill] Plugin [carto] loaded.
[tilemill] Plugin [editor] loaded.
[tilemill] Plugin [fonts] loaded.
[tilemill] Plugin [templates] loaded.
[tilemill] Started [Server Core:20009].
[tilemill] Note: Unknown option "server" in config file.
[tilemill] Started [Server Tile:20008].
[tilemill] Client Error: Uncaught TypeError: Cannot set property 
'SEMVER_SPEC_VERSION' of undefined
[tilemill] at http://localhost:20009/assets/tilemill/js/vendor.js:15801
[tilemill] Checking for new version of TileMill...
[tilemill] npm
[tilemill]
[tilemill] http
[tilemill]
[tilemill] GET
[tilemill]  https://registry.npmjs.org/tilemill
[tilemill] Client Error: Uncaught TypeError: Object [object Date] has no method 
'format'
[tilemill] at http://localhost:20009/assets/bones/all.js:6999
[tilemill] npm
[tilemill]  http 304 https://registry.npmjs.org/tilemill
[tilemill] Latest version of TileMill is 0.10.1.
[tilemill] Client Error: Uncaught ReferenceError: semver is not defined
[tilemill] at http://localhost:20009/assets/bones/all.js:2263

The UI somewhat loads, but is unresponsive except the user manuel, which
doesn't render markdown properly.

At this point, I give up: there's something clearly wrong with the
install, but I have no clue where to start fixing this. vendor.js seems
a concatenation of a pile of javascript dung, of which i can't even find
the ondisk copy.

So here we go, progress, but still work to do to make the thing work.

A.

-- 
From the age 

Bug#743160: ITP: node-findup-sync -- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.

2014-03-30 Thread matthewp
Package: wnpp
Severity: wishlist
Owner: matthewp 

* Package name: node-findup-sync
  Version : 0.1.3
  Upstream Author : Cowboy 
* URL : https://github.com/cowboy/node-findup-sync
* License : MIT
  Programming Lang: js
  Description : Find the first file matching a given pattern in the current 
directory or the nearest ancestor directory.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140331015248.12856.69976.reportbug@ldc.interne-mtd



Bug#743162: ITP: node-hooker -- Monkey-patch (hook) functions for debugging and stuff.

2014-03-30 Thread matthewp
Package: wnpp
Severity: wishlist
Owner: matthewp 

* Package name: node-hooker
  Version : 0.2.3
  Upstream Author : Cowboy 
* URL : http://github.com/cowboy/javascript-hooker
* License : MIT
  Programming Lang: js
  Description : Monkey-patch (hook) functions for debugging and stuff.

This library easy the debug hooking an object with a 'preHookFunction'. For 
example:

hooker.hook(Math, "max", function() {
  console.log(arguments.length + " arguments passed");
});
Math.max(5, 6, 7) // logs: "3 arguments passed", returns 7

It will also provide a javascript library.
This library is needed for the gruntjs packaging, supported by the pkg-js-team.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140331015643.14006.54110.reportbug@ldc.interne-mtd



Bug#743160: ITP: node-findup-sync -- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.

2014-03-30 Thread Tiago Bortoletto Vaz
Hi matthewp,

On Mon, Mar 31, 2014 at 03:52:48AM +0200, matthewp wrote:
> Package: wnpp
> Severity: wishlist
> Owner: matthewp 
> 
> * Package name: node-findup-sync
>   Version : 0.1.3
>   Upstream Author : Cowboy 
> * URL : https://github.com/cowboy/node-findup-sync
> * License : MIT
>   Programming Lang: js
>   Description : Find the first file matching a given pattern in the 
> current directory or the nearest ancestor directory.

"The short description should be kept short (50 characters or so)"
Please see 
https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#s6.5.3.2

Regards,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  4096R/E4B6813D
 : :' :  http://acaia.ca/~tiago   XMPP : tiago at jabber.org
 `. `'   tiago _at_ {acaia.ca, debian.org}IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140331020307.GA30150@gnudaw



Bug#731858: Maybe the vxl package should be rather removed?

2014-03-30 Thread Reinhard Tartler
Hi Mathieu,

I've just came across your bug report that requests to have the vxl
package orphaned. AFAIUI, there are no packages in debian that link
against it. If this is true, I would argue to have the package
removed. It seems to be inside debian, providing this software as
system library serves little value and that interested users are much
better off compiling from upstream sources directly.

Do you agree? In this case, we should reassign this bug to
ftp.debian.org and ask for its removal.

-- 
regards,
Reinhard


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAJ0ccebK+VmuQe-vzxRZP04_XNSySNR2sW9=j9+ruqvgg2n...@mail.gmail.com



Processed (with 1 errors): your mail

2014-03-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 733044 ITP: apache-directory-studio -- The Eclipse-based LDAP
Bug #733044 [wnpp] RFP: apache-directory-studio -- The Eclipse-based LDAP 
browser and directory client
Changed Bug title to 'ITP: apache-directory-studio -- The Eclipse-based LDAP' 
from 'RFP: apache-directory-studio -- The Eclipse-based LDAP browser and 
directory client'
> browser and directory client
Unknown command or malformed arguments to command.
> owner 733044 !
Bug #733044 [wnpp] ITP: apache-directory-studio -- The Eclipse-based LDAP
Owner recorded as Arturo Borrero Gonzalez .
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
733044: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733044
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.13962483078969.transcr...@bugs.debian.org