Bug#478741: any news on getting redmine into debian ?

2009-08-31 Thread Jérémy Lal

On 31/08/2009 02:50, Ryan Niebur wrote:

On Sun, Aug 30, 2009 at 08:38:07PM -0300, Rodrigo Campos wrote:

I was wondering if there was any news about this (since I want to install
redmine) and the last message here is almost 2 months ago :)



hm. I was going to review it, and then Jérémy was going to do some
more work, and it looks like he has (tho I didn't notice...oops).
Jérémy, do you want me to review it now?



I'd appreciate it.

Thanks,
Jérémy Lal.





--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543898: uploaded to mentors

2009-09-09 Thread Jérémy Lal

http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=rabbitmq-stomp



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543964: uploaded to mentors

2009-09-09 Thread Jérémy Lal

http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=orbited



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#478741: still interested ?

2009-02-17 Thread Jérémy Lal

hi,
i'm packaging it myself these days... i wanted it to run on a debian etch 
server, so of course since lenny is out
some points here are not up to date.
using your package, with a few changes, i had to install these to get a working 
redmine 0.8 :
- ruby 1.8.7 from backports.debian.org
- rubygems 1.2.0 from lenny or sid
-rake 0.8.1 from lenny or sid
- DON'T INSTALL rails package : Its version is 2.1.0 and incompatible with 
redmine.
(it will throw missing const Dependencies errors). Redmine needs 2.1.2 at least.
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510580
instead i did gem install, but that won't allow for a nice debian package :
gem install --no-rdoc --no-ri rails -v 2.1.2
of course, that's before doing :
cd /usr/share/redmine
rake db:migrate RAILS_ENV=production
rake tmp:cache:clear
rake tmp:sessions:clear

also, to make the package really cool, there's a nice package called 
dbconfig-common.
i did not have time yet to make use of it. An example of how it's done could be 
easily
found in packages depending on that one.

Cheers,

Jérémy Lal.




--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#478741: available on mentors

2009-03-11 Thread Jérémy Lal

Hi,
my first package :) is now on :
http://mentors.debian.net/debian/pool/main/r/redmine/

won't work on lenny, must use sid (or even experimental).
supports pgsql, mysql, sqlite3
i still have troubles making it work with mysql, though.

cheers,

Jérémy Lal




--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#497701: upstream seems to be waiting for you

2009-04-19 Thread Jérémy Lal

i just checked
http://code.google.com/p/v8/issues/detail?id=151

Comment 2  by kasp...@chromium.org, Feb 23, 2009
Sorry about not responding to this earlier. We'd be happy to accept patches for
adding a SONAME to the generated shared object files to our SCons-based build 
system.

i had to make sure you noticed :)

Cheers,
Jérémy.




--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523707: uploaded to mentors

2009-04-20 Thread Jérémy Lal

see
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=spawn-fcgi

cheers,
Jérémy.




--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#497701: soname in v8

2009-05-04 Thread Jérémy Lal

v8 now adds a correct soname to the library (in 1.1 branch and in bleeding 
edge),
provided scons is called with
soname=on

Cheers,
Jérémy Lal




--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534625: ITP: ttf2eot -- Converter from ttf to eot format

2010-01-18 Thread Jérémy Lal
On 18/01/2010 12:46, Gürkan Sengün wrote:
 Hello
 
 What's the status about packaging this for debian?
 
 Yours,
 Guerkan
 
 

IMO the package is ready to be uploaded...
Paul Wise [0] hates the idea behind the software [0].

Upstream looks completely inactive, but it's not really bad
since the software is doing his job.

Regards, 
Jérémy Lal

[0]
http://lists.debian.org/debian-mentors/2009/09/msg00322.html



signature.asc
Description: OpenPGP digital signature


Bug#553514: RFS : node.js

2010-01-22 Thread Jérémy Lal
Dear mentors,

I am looking for a sponsor for my package node.js.

* Package name: node.js
  Version : 0.1.24-1
  Upstream Author : Ryan Dahl r...@tinyclouds.org
* URL : http://nodejs.org
* License : MIT, GPL-2
  Section : web

It builds these binary packages:
node.js- Event-based I/O for V8 javascript
node.js-dev - Development files for node.js

The package appears to be lintian clean.

The upload would fix these bugs: 553514

My motivation for maintaining this package is: as a web developer,
I'm currently working on using node.js as a comet server. Node.js is
a great piece of software and already a lot of other projects are
building on it. The current goal is to build a clean and simple web
framework, turning the fact that it uses javascript server-side as an
advantage. Upstream is active, and open to patchs and comments.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/n/node.js
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/n/node.js/node.js_0.1.26-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards
 Jérémy Lal



signature.asc
Description: OpenPGP digital signature


Bug#664836: node-gyp -- Native addon build tool for Node.js

2012-07-04 Thread Jérémy Lal
On 04/07/2012 13:36, Mathieu Malaterre wrote:
 Any update on this ITP ?

I am motivated to handle this, but i found no time yet.
Maybe in august.

Jérémy.






--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ff43841.9020...@melix.org



Bug#662657: ITP: node-marked -- Full-featured markdown parser and compiler for NodeJS

2012-03-05 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-marked
  Version : 0.2.1
  Upstream Author : Christopher Jeffrey (https://github.com/chjj/)
* URL : https://github.com/chjj/marked
* License : Expat
  Programming Lang: Javascript
  Description : Full-featured markdown parser and compiler for NodeJS

Built for speed.
Marked is very concise and still implements all markdown features.
It is also now fully compatible with client-side javascript.

Marked more or less passes the official markdown test suite in its
entirety. This is important because a surprising number of markdown compilers
cannot pass more than a few tests. It was very difficult to get marked as
compliant as it is. It could have cut corners in several areas for the sake
of performance, but did not in order to be exactly what you expect in terms
of a markdown rendering.

Along with implementing every markdown feature, marked also implements
[GFM features](http://github.github.com/github-flavored-markdown/).




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



Bug#664143: ITP: node-minimatch -- Convert glob expressions into Javascript RegExp objects

2012-03-15 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-minimatch
  Version : 0.2.0
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/minimatch
* License : Expat
  Programming Lang: Javascript
  Description : Convert glob expressions into Javascript RegExp objects

A pure javascript, not strictly compatible, implementation of fnmatch/glob.
Supports negation, comment, double-star, brace expansion.




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



Bug#664149: ITP: node-lru-cache -- Javascript least-recently-used cache object

2012-03-15 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-lru-cache
  Version : 1.0.5
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/node-lru-cache
* License : Expat
  Programming Lang: Javascript
  Description : Javascript least-recently-used cache object

A cache object that deletes the least-recently-used items.
For browsers and nodejs.




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



Bug#664154: ITP: node-semver -- The semantic versioner for node

2012-03-15 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-semver
  Version : 1.0.18
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/node-semver
* License : Expat
  Programming Lang: Javascript
  Description : The semantic versioner for node

Test if version(s) satisfy the supplied range(s), and sort them.
Multiple versions or ranges may be supplied.
Program exits successfully if any valid version satisfies
all supplied ranges, and prints all satisfying versions.




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



Bug#664162: ITP: node-ini -- ini format parser and serializer for Node.js

2012-03-15 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-ini
  Version : 1.0.2
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/ini
* License : Expat
  Programming Lang: JavaScript
  Description : ini format parser and serializer for Node.js

Read, manipulate and write ini files.
Sections are treated as nested objects.
Items before the first heading are saved on the object directly.




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



Bug#664227: ITP: node-inherits -- Easy simple tiny inheritance in JavaScript

2012-03-16 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-inherits
  Version : 1.0.0
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/inherits
* License : General-Public-Obviousness-License
  Programming Lang: JavaScript
  Description : Easy simple tiny inheritance in JavaScript

The actual function is laughably small. 10-lines small.




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



Bug#664230: ITP: node-graceful-fs -- fs module with support for opening lots of files

2012-03-16 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-graceful-fs
  Version : 1.1.5
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/node-graceful-fs
* License : Expat
  Programming Lang: JavaScript
  Description : fs module with support for opening lots of files

Just like node's fs module, but it does an incremental back-off when EMFILE is 
encountered. Useful in asynchronous situations where one needs to try to open 
lots and lots of files.




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



Bug#664235: ITP: node-abbrev -- Like ruby abbrev module, but for Node.js

2012-03-16 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-abbrev
  Version : 1.0.3
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/abbrev-js
* License : Expat
  Programming Lang: JavaScript
  Description : Like ruby abbrev module, but for Node.js

This is handy for command-line scripts, or other cases where
one wants to be able to accept shorthands.




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



Bug#664237: ITP: node-nopt -- Command-line option parser for Node.js

2012-03-16 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-nopt
  Version : 1.0.10
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/nopt
* License : Expat
  Programming Lang: JavaScript
  Description : Command-line option parser for Node.js

Full featured option parser, with support for :
* types (String, path, url, Number, Date, Boolean, NaN, Stream, Array)
* error handling
* abbreviations
* shorthands




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



Bug#664227: ITP: node-inherits -- Easy simple tiny inheritance in JavaScript

2012-03-16 Thread Jérémy Lal
On 16/03/2012 23:45, Fernando Lemos wrote:
 Hi,
 
 On Fri, Mar 16, 2012 at 6:27 PM, Jérémy Lal kapo...@melix.org wrote:
 The actual function is laughably small. 10-lines small.
 
 If that's the case, is it really a good idea to package this at all?

You mean small packages should be avoided ?
Like libregexp-common-email-address-perl ?

There will be at least two packages (npm and node-glob) depending node-inherits,
so that's enough of a good reason for me.

Jérémy.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f63c592.9040...@edagames.com



Bug#664629: ITP: node-block-stream -- Stream of fixed-size blocks, with zero-padding when necessary

2012-03-19 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-block-stream
  Version : 0.0.5
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/block-stream
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Stream of fixed-size blocks, with zero-padding when 
necessary

Write data into it, and it'll output data in buffer blocks of given size,
padding with zeroes if necessary when .end() or .flush() are called.




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



Bug#664629: ITP: node-block-stream -- Stream of fixed-size blocks, with zero-padding when necessary

2012-03-19 Thread Jérémy Lal
On 19/03/2012 15:33, martin f krafft wrote:
 also sprach Jérémy Lal kapo...@melix.org [2012.03.19.1510 +0100]:
 * Package name: node-block-stream
   Version : 0.0.5
   Upstream Author : Isaac Z. Schlueter i...@izs.me
 * URL : https://github.com/isaacs/block-stream
 * License : BSD-2-clause
   Programming Lang: JavaScript
   Description : Stream of fixed-size blocks, with zero-padding when 
 necessary

 Write data into it, and it'll output data in buffer blocks of given size,
 padding with zeroes if necessary when .end() or .flush() are called.
 
 This is a bad description, IMHO. You should not reference it.
 
 Also — and this goes for all node-* packages that are being packaged
 — please try to adopt a consistent approach to the description. The
 description should answer the most important questions, like what
 is this?, who needs this? and maybe even what is node?.

Thank you for your suggestion,
here's a better one for node-block-stream :

 node-block-stream is a Node.js module providing a stream-like object that
 reads or writes data as a stream of blocks.
 A typical use of node-block-stream is processing tar archives.
 .
 Node.js is an event-based server-side javascript engine.


I'll rewrite the other ones in recent node-* packages.

Jérémy.




--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f6748ae.2020...@melix.org



Bug#664642: ITP: node-rimraf -- Deep deletion (like rm -rf) module for Node.js

2012-03-19 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-rimraf
  Version : 2.0.1
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/rimraf
* License : Expat
  Programming Lang: JavaScript
  Description : Deep deletion (like rm -rf) module for Node.js

node-rimraf is a Node.js module that provides asynchronous deep-deletion,
similar to the `rm -rf` shell command.
.
Node.js is an event-based server-side javascript engine.




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



Bug#664642: ITP: node-rimraf -- Deep deletion (like rm -rf) module for Node.js

2012-03-19 Thread Jérémy Lal
On 19/03/2012 17:37, martin f krafft wrote:
 also sprach Jérémy Lal kapo...@melix.org [2012.03.19.1607 +0100]:
 node-rimraf is a Node.js module that provides asynchronous deep-deletion,
 similar to the `rm -rf` shell command.
 .
 Node.js is an event-based server-side javascript engine.
 
 Why does this sound like an extremely bad idea? Javascript + rm
 -rf? That's like russian roulette with 5 bullets, not just one.

Not more a bad idea that python's shutil.rmtree.
I don't see why JavaScript would be less a language than any other
languages here. Nobody forces you to use it, if you don't trust it.

Also it's probably better to actually have one working and tested
function than none at all.

Jérémy.




--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f676448.2030...@melix.org



Bug#664695: ITP: node-fstream -- Advanced filesystem streaming tools for Node.js

2012-03-19 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-fstream
  Version : 0.1.13
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/fstream
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Advanced filesystem streaming tools for Node.js

node-fstream is a high-level file stream module for Node.js,
with a unified interface for reading and writing streams representing
files, directories or symbolic links, as well as manipulating their
attributes, such as like atime/mtime or uid/guid.

Node.js is  an event-based server-side javascript engine.




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



Bug#664719: ITP: node-tar -- read and write portable tar archives module for Node.js

2012-03-20 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-tar
  Version : 0.1.13
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/node-tar
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : read and write portable tar archives module for Node.js

node-tar is able to read and write tar archives generated by
bsdtar, gnutar, solaris posix tar, and Schilly tar.
node-tar is a well-tested essential piece of software for npm,
the Node.js package manager.
.
Node.js is  an event-based server-side javascript engine.




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



Bug#664836: ITP: node-gyp -- Native addon build tool for Node.js

2012-03-21 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-gyp
  Version : 0.3.7
  Upstream Author : Nathan Rajlich nat...@tootallnate.net
* URL : https://github.com/TooTallNate/node-gyp
* License : Expat
  Programming Lang: JavaScript
  Description : Native addon build tool for Node.js

node-gyp is a cross-platform command-line tool written in Node.js
for compiling native addon modules for Node.js, which takes away the
pain of dealing with the various differences in build platforms.
node-gyp will replace node-waf program in Node.js version 0.8.
.
Node.js is  an event-based server-side javascript engine.




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



Bug#664952: ITP: node-ansi -- Advanced ANSI formatting tool for Node.js

2012-03-21 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-ansi
  Version : 0.1.0
  Upstream Author : Nathan Rajlich nat...@tootallnate.net
* URL : https://github.com/TooTallNate/ansi.js
* License : Expat
  Programming Lang: JavaScript
  Description : Advanced ANSI formatting tool for Node.js

node-ansi is a module for Node.js that provides an easy-to-use API
for writing ANSI escape codes to Stream instances.
ANSI escape codes are used to do fancy things in a terminal window,
like render text in colors, delete characters, lines, the entire window,
or hide and show the cursor, and lots more.
.
Node.js is  an event-based server-side javascript engine.




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



Bug#665857: ITP: libv8-i18n -- Native internationalization support for v8 EcmaScript engine.

2012-03-26 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: libv8-i18n
  Version : 0~svn37
  Upstream Author : the v8-i18n authors
* URL : http://code.google.com/p/v8-i18n
* License : Apache-2
  Programming Lang: C++
  Description : Native internationalization extension for libv8

libv8-i18n is a v8 extension providing internationalization support, and will
match ECMAScript Internationalization API standard when it becomes available.
.
libv8-i18n was part of libv8, and is needed by chromium-browser.
.
libv8 is a high performance ECMAScript engine.




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



Bug#667019: ITP: node-fast-list -- Fast linked list module for Node.js

2012-04-03 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-fast-list
  Version : 1.0.2
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/fast-list
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Fast linked list module for Node.js

node-fast-list is a linked-list implementation that takes advantage of
what v8 is good at: creating objects with a known shape.
This is faster for this use case. How much faster? About 50%.
.
Node.js is an event-based server-side javascript engine.




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



Bug#667019: maybe not needed after all

2012-04-03 Thread Jérémy Lal
I opened that ITP because node-graceful-fs at version 1.1.5
required node-fast-list. At version 1.1.8 it doesn't.

Leaving open for a while - it might be needed after all
(and the package is ready...)

Jérémy.




--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f7af25d.1040...@melix.org



Bug#667484: ITP: node-iconv -- text recoding module for Node.js

2012-04-04 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-iconv
  Version : 1.1.3
  Upstream Author : Ben Noordhuis i...@bnoordhuis.nl
* URL : https://github.com/bnoordhuis/node-iconv
* License : Expat
  Programming Lang: JavaScript
  Description : text recoding module for Node.js

node-iconv provides a simple interface for converting text from one
character encoding to another.
.
Node.js is an event-based server-side javascript engine.




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



Bug#694418: ITP: fits -- Java library for the I/O handling of FITS files

2012-11-30 Thread Jérémy Lal
On 30/11/2012 14:41, Florian Rothmaier wrote:
 Am 26.11.2012 17:10, schrieb Olе Streicher:
 * Since the original code is under PD, would you consider to put the
   Debian package under a less restrictive license than GPL?
 
 I sent a mail to debian-legal to ask which license should be chosen
 for debian/* in case the sources are in the public domain.

If the original code is really public domain, it is not DFSG compatible.
I suggest the author pick a very non restrictive license if it is
what he meant. WTFPL2 is my favorite, some others are less crude :;

Jérémy.


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50b8c834.6000...@melix.org



Bug#466699: ITP: libzdb -- Zild Database Library

2013-01-14 Thread Jérémy Lal
Note:
libzdb is also used by seafile,
http://seafile.com

i'm currently in discussion with upstream of seafile
to ITP it.

Jérémy


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50f42799.2020...@melix.org



Bug#698681: ITP: seafile-client -- Client of seafile (self-hosting dropbox for teams)

2013-01-22 Thread Jérémy Lal
On 22/01/2013 10:45, Shuai Lin wrote:
   Description : Client of seafile (self-hosting dropbox for teams)
 
 Seafile is an online file storage and collaboration tool. This is seafile 
 client for synchronizing your local files with seafile server. 

It is important to give more information about the software
in this description.

Here's an example of a more precise description :
http://packages.debian.org/sid/git-annex#pdesc

The short description also could be reworded to be more natural,

Client of seafile, an online file storage and collaboration tool.

but that is only a suggestion.

Jérémy.


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50fe6596.8050...@melix.org



Bug#580814: compiles with libcgroup 0.36.1 rc1

2010-05-20 Thread Jérémy Lal
Upgrading libcgroup package to 0.36.1 is easy,
and then systemd trunk compiles smoothly...
I had yet to see what happens when installed :)




-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4bf5d090.3000...@edagames.com



Bug#534625: ITP: ttf2eot -- Converter from ttf to eot format

2010-05-28 Thread Jérémy Lal
On 28/05/2010 13:10, Gürkan Sengün wrote:
 so you won't maintain it in debian. and don't plan to add it?
 
 could you then rename the bug to RFP? and maybe also post your dsc
 link for the package.
 
 i've taken yours and put it in my ubuntu ppa..
 
 yours,
 gurkan
 
 

Why RFP ?
The package page is there :
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=ttf2eot

Unfortunately, that package got no sponsor.
I did not insist very hard, though :)

Regards,
Jérémy.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4bffa658.4060...@edagames.com



Bug#543964: Version 0.7.10-3 uploaded to mentors

2010-06-19 Thread Jérémy Lal
I still maintain (and use !) this package,
latest upload is on mentors :
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=orbited

However on the long-term i plan to use js.io (on top of nodejs)
as a better replacement.

Jérémy.



signature.asc
Description: OpenPGP digital signature


Bug#543898: still maintained

2010-06-25 Thread Jérémy Lal
Just pinging that ITP to let interested people know i'm still maintaining it.
Version 1.8.0 uploaded on mentors.

Jérémy.



signature.asc
Description: OpenPGP digital signature


Bug#587525: Status of npm package?

2011-03-20 Thread Jérémy Lal
On 20/03/2011 12:17, Matt Zimmerman wrote:
 Has a package been created yet?  I'd like to see this in Debian and can help
 with it if needed.
 


It's waiting at :
http://ftp-master.debian.org/new/npm_0.2.16-1.html

0.2 branch for now.
We'll probably upload 0.3 branch to experimental when 0.2 is accepted.

Cheers,
Jérémy.







-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d85ffc9.7030...@edagames.com



Bug#587525: Status of npm package?

2011-03-20 Thread Jérémy Lal
On 20/03/2011 14:27, Matt Zimmerman wrote:
 On Sun, Mar 20, 2011 at 02:23:21PM +0100, Jérémy Lal wrote:
 On 20/03/2011 12:17, Matt Zimmerman wrote:
 Has a package been created yet?  I'd like to see this in Debian and can help
 with it if needed.

 It's waiting at :
 http://ftp-master.debian.org/new/npm_0.2.16-1.html

 0.2 branch for now.
 We'll probably upload 0.3 branch to experimental when 0.2 is accepted.
 
 Great!  Thanks for making this happen.
 

And i just updated (straightforwardly) collab-maint npm to 0.2.19-1.
Feel free to have a look at :
http://git.debian.org/?p=collab-maint/npm.git;a=summary


Jérémy.




-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d8602b0.7040...@edagames.com



Bug#587525: itp soon for npm

2010-07-15 Thread Jérémy Lal
Hi,
i'm going to package it asap.

Regards,
Jérémy Lal



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c3f9498.9010...@edagames.com



Bug#587525: ITP npm

2010-07-17 Thread Jérémy Lal
See #589393

Regards,
Jérémy.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c4184c7.7020...@edagames.com



Bug#534625: ttf2eot going to be replaced by eot-utils

2010-07-17 Thread Jérémy Lal
Hi,
please see ITP #589470.

Regards,
Jérémy.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c424110.9010...@edagames.com



Bug#589470: available on mentors

2010-07-18 Thread Jérémy Lal
see
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=eot-utils

Jérémy.



signature.asc
Description: OpenPGP digital signature


Bug#590527: ITP: mussh -- MUltihost SSH Wrapper

2010-07-28 Thread Jérémy Lal
On 28/07/2010 15:14, Pierre Habouzit wrote:
 On Tue, Jul 27, 2010 at 12:46:16AM -0400, Holger Levsen wrote:
 Hi Jacob,

 On Montag, 26. Juli 2010, Jacob Luna Lundberg wrote:
 * Package name: mussh

 Mussh is a shell script that allows you to execute a command
 or script over ssh on multiple hosts with one command.  When
 possible mussh will use ssh-agent and RSA/DSA keys to minimize
 the need to enter your password more than once.

 how is that different to dsh, already present in Debian?
 
 Or clusterssh ?
 
 

Or mssh ?



signature.asc
Description: OpenPGP digital signature


Bug#495985: Intend to package again TCPDF.

2011-08-13 Thread Jérémy Lal
Hi,
just to make sure you noticed ttf2ufm has been uploaded by Ondřej Surý
a couple of days ago, that should help tcpdf packaging.
I'm interested because parts of tcpdf are in redmine 1.2,
so i'll follow your work on debian/copyright.

Regards,
Jérémy.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e46ecd7.9070...@edagames.com



Bug#642416: ITP: node-which -- Like which(1) unix command for Node

2011-09-22 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org


* Package name: node-which
  Version : 1.0.2
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/node-which
* License : Expat
  Programming Lang: JavaScript
  Description : which-like utility for Node

Node is an event-based server-side JavaScript engine.
.
node-which finds the first instance of a specified executable
in the PATH environment variable.




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



Bug#642416: ITP: node-which -- Like which(1) unix command for Node

2011-09-22 Thread Jérémy Lal
On 22/09/2011 16:54, Paul Tagliamonte wrote:
 On Thu, Sep 22, 2011 at 10:38 AM, Simon McVittie s...@debian.org wrote:
 On Thu, 22 Sep 2011 at 15:34:31 +0200, Jérémy Lal wrote:
 node-which finds the first instance of a specified executable
 in the PATH environment variable.

 How does this differ from:

 * the 'which' utility in debianutils (which is Essential: yes)

 * the 'which' builtin in shells that have copied it from csh (including zsh)

 * command -v, which exists on every POSIX system supporting the User
  Portability Utilities option, and in particular is a builtin in dash

 * command -V, a more verbose form of command -v, which exists on every POSIX
  system supporting the User Portability Utilities option, and in particular
  is a builtin in dash

 and how/when is it be better or more useful than those?

S

 
 AFAICT it's not meant to be used from the CLI - I think this would be
 better as libnode-which - but it's also like 70 lines.

It will probably be named libnode-which but i started a discussion on
pkg-javascript-devel about that naming scheme [1]

 
 I'm not sold on this package, either TBH, but I think it would
 actually be useful to someone, somewhere at sometime. Perhaps consider
 this for inclusion when it's needed?

npm 1.0 depends on it, otherwise i wouldn't dare packaging this.

Jérémy.




-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e7b4e51.5090...@edagames.com



Bug#642416: ITP: node-which -- Like which(1) unix command for Node

2011-09-22 Thread Jérémy Lal
On 22/09/2011 16:04, Andrew O. Shadura wrote:
 Hello,
 
 On Thu, 22 Sep 2011 15:34:31 +0200
 Jérémy Lal kapo...@melix.org wrote:
 
   Description : which-like utility for Node
 
 Why not make a single package e.g. node-utils which would include many
 such small libraries, just like tcllib does? I suppose most of those
 script aren't or particularly big size so shipping them as a zillion
 packages doesn't really make any sense.
 

cc-ing to pkg-javascript-devel

Thank you for raising that issue.
I have indeed several small libraries, mostly single files, to package.
Most of them are dependencies of another package i'm preparing.

Why doesn't it really make any sense to package each of them separately ?

What would be the criteria to decide that several small libraries better be
distributed as a single package ?

Jérémy.




--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e7b44ed.5030...@melix.org



Bug#642416: ITP: node-which -- Like which(1) unix command for Node

2011-09-22 Thread Jérémy Lal
On 22/09/2011 16:38, Simon McVittie wrote:
 On Thu, 22 Sep 2011 at 15:34:31 +0200, Jérémy Lal wrote:
 node-which finds the first instance of a specified executable
 in the PATH environment variable.
 
 How does this differ from:
 
 * the 'which' utility in debianutils (which is Essential: yes)
 
 * the 'which' builtin in shells that have copied it from csh (including zsh)
 
 * command -v, which exists on every POSIX system supporting the User
   Portability Utilities option, and in particular is a builtin in dash
 
 * command -V, a more verbose form of command -v, which exists on every POSIX
   system supporting the User Portability Utilities option, and in particular
   is a builtin in dash
 
 and how/when is it be better or more useful than those?

It's native js code.
By no means it is a replacement to existing 'which' tools, and no executable
would be provided, only a library file.
We are questioning the pertinence about packaging such a small lib by itself,
on another thread.

Jérémy.




-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e7b4b43.4070...@edagames.com



Bug#642416: ITP: node-which -- Like which(1) unix command for Node

2011-09-22 Thread Jérémy Lal
* Package name: node-which
  Version : 1.0.2
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/node-which
* License : Expat
  Programming Lang: JavaScript
  Description : Node module for searching paths for executable programs

Node is an event-based server-side JavaScript engine.
.
node-which finds the first instance of a specified executable
in the PATH environment variable, simulating the behaviour of
the standard which program.




-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e7b5b9e.2010...@melix.org



Bug#703685: ITP: node-osenv -- Environment settings lookup module for Node.js

2013-03-22 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-osenv
  Version : 0.0.3
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/osenv
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Environment settings lookup module for Node.js

node-osenv looks for hostname, user, prompt, tmpdir, home, path,
editor, shell in environment variables, utilities like hostname or
whoami, with appropriate default values.
It supports the same platforms as Node.js does.
.
Node.js is an event-based server-side javascript engine.


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



Bug#703703: ITP: node-npmlog -- Logger with custom levels and colored output for Node.js

2013-03-22 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-npmlog
  Version : 0.0.2
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/npmlog
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Logger with custom levels and colored output for Node.js

node-npmlog is a basic logger module used by npm.
.
npm is the package manager bundled with Node.js.
.
Node.js is an event-based server-side javascript engine.


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



Bug#703755: ITP: node-sigmund -- Quick and dirty signatures for Objects module for Node.js

2013-03-23 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-sigmund
  Version : 1.0.0
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/sigmund
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Quick and dirty signatures for Objects module for Node.js

This is like a much faster `deepEquals` comparison, which returns a
string key suitable for caches and the like.
The returned key will be as unique and reproducible as calling
`JSON.stringify` or `util.inspect` on the object, but is much faster.
.
Node.js is an event-based server-side javascript engine.


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



Bug#703807: ITP: node-json-stringify-safe -- JSON.stringify that doesn't throw on circular references for Node.js

2013-03-23 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-json-stringify-safe
  Version : 4.0.0
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/json-stringify-safe
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : JSON.stringify with circular references module for Node.js

node-json-stringify-safe provides a serializer or a wrapper for
JSON.stringify to be able to customize how to deal with circular
references in the object being serialized, instead of throwing an
exception.
.
Node.js is an event-based server-side javascript engine.


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



Bug#703836: ITP: node-formidable -- Multipart form data parser module for Node.js

2013-03-24 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-formidable
  Version : 1.0.13
  Upstream Author : Felix Geisendörfer fe...@debuggable.com
* URL : https://github.com/felixge/node-formidable
* License : Expat
  Programming Lang: JavaScript
  Description : Multipart form data parser module for Node.js

node-formidable is a well-tested parser for multipart/form-data sent by
http clients. It emphasizes support for file uploads.
.
Node.js is an event-based server-side javascript engine.


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



Bug#704076: ITP: node-archy -- Pretty-print nested hierarchies module for Node.js

2013-03-27 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-archy
  Version : 0.0.2
  Upstream Author : James Halliday m...@substack.net
* URL : https://github.com/substack/node-archy
* License : Expat
  Programming Lang: JavaScript
  Description : Pretty-print nested hierarchies module for Node.js

Given a tree of nested objects with 'label' and 'nodes' fields,
node-archy returns a string representation of that tree with unicode
pipe characters.
.
Node.js is an event-based server-side javascript engine.


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



Bug#704098: ITP: node-retry -- Retry strategies for failed operations module for Node.js

2013-03-27 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-retry
  Version : 0.0.6
  Upstream Author : Tim Koschützki t...@debuggable.com
* URL : https://github.com/tim-kos/node-retry
* License : Expat
  Programming Lang: JavaScript
  Description : Retry strategies for failed operations module for Node.js

node-retry abstracts exponential and custom retry strategies for failed
perations. Its parameters are the number of retries, exponential
factor, minimum and maximum (randomized) timeouts.
.
Node.js is an event-based server-side javascript engine.


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



Bug#704103: ITP: node-read -- Read user input from stdin module for Node.js

2013-03-27 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-read
  Version : 1.0.4
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/read
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Read user input from stdin module for Node.js

node-read extends Node.js readline.question builtin method with options
like silent input, replaced input, timeout or default value.
.
Node.js is an event-based server-side javascript engine.


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



Bug#704104: ITP: node-mute-stream -- Pass-through stream that can be muted module for Node.js

2013-03-27 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-mute-stream
  Version : 0.0.3
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/mute-stream
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Pass-through stream that can be muted module for Node.js

node-mute-stream is a basic pass-through stream, but when muted,
the bytes are silently dropped, rather than being passed through.
.
Node.js is an event-based server-side javascript engine.


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



Bug#694134: ITP: leaflet-tilejson -- leaflet-tilejson adds support for the TileJSON specification to the Leaflet map client

2013-03-28 Thread Jérémy Lal
Hi,
i'm willing to help on packaging leaflet-tilejson.
Anything already done ?

I'm surprised URL is the one from perliedman, naively
i would have used https://github.com/kartena/leaflet-tilejson.
Any reason for this ?

Jérémy.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51546846.9060...@melix.org



Bug#706180: ITP: node-once -- Run a function only once with this module for Node.js

2013-04-25 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-once
  Version : 1.1.1
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/once
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Run a function only once with this module for Node.js

node-once is useful to make sure a listener for multiple events is
only run once.
.
Node.js is an event-based server-side javascript engine.


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



Bug#706240: ITP: node-read-package-json -- Read package.json for npm module for Node.js

2013-04-26 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-read-package-json
  Version : 0.3.1
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/read-package-json
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Read package.json for npm module for Node.js

This module reads package.json files with semantics, defaults, and
validation for npm consumption.
.
Node.js is an event-based server-side javascript engine.


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



Bug#706255: ITP: node-slide -- Simple chain and asyncMap flow control module for Node.js

2013-04-27 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-slide
  Version : 1.1.3
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/slide-flow-control
* License : Expat
  Programming Lang: JavaScript
  Description : Simple chain and asyncMap flow control module for Node.js

The flow control module used by npm, for chaining functions like this:
  var res = [], last = chain.last, first = chain.first
  chain([
[fs, readdir, the-directory]
  , [readFiles, the-directory, last]
  , [sum, last]
  , [ping, POST, example.com, 80, /foo, last]
  , [fs, writeFile, result.txt, last]
  , [rmFiles, ./the-directory, first]
  ], res, cb)
.
node-slide also provides an asyncMap function.
.
Node.js is an event-based server-side javascript engine.


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



Bug#706256: ITP: node-fstream-ignore -- Directory reader configurable by .ignore module for Node.js

2013-04-27 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-fstream-ignore
  Version : 0.0.6
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/fstream-ignore
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Directory reader configurable by .ignore module for Node.js

node-fstream-ignore filters out files that match globs in .ignore
files throughout the tree, like how git ignores files based on a
.gitignore file.
.
Node.js is an event-based server-side javascript engine.


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



Bug#706347: ITP: node-lockfile -- Asynchronous file lock module for Node.js

2013-04-28 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-lockfile
  Version : 0.3.1
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/lockfile
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Asynchronous file lock module for Node.js

This module provides asynchronous and synchronous concurrent file
locking. It supports timeouts, expirations, and retrying upon failure.
.
Node.js is an event-based server-side javascript engine.


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



Bug#706605: ITP: macfanctld -- Fan control daemon for Apple MacBook computers

2013-05-02 Thread Jérémy Lal
On 02/05/2013 11:34, Thibaut Paumard wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Thibaut Paumard thib...@debian.org
 
 * Package name: macfanctld
   Version : 0.6
   Upstream Author : Mikael Strom mik...@sesamiq.com
 * URL : https://github.com/MikaelStrom/macfanctld
 * License : GPL
   Programming Lang: C
   Description : Fan control daemon for Apple MacBook computers
 
 This deamon reads the temperature sensors in an Apple Macbook (or Macbook Pro)
 computer and throttles the fans accordingly to keep the temperature within
 configurable limits.

I'm using a slightly patched (attached) fancontrol to control my iMac12,2 
fans,
and it works perfectly (with the attached config).
Wouldn't that be enough here too ?

Jérémy.



INTERVAL=10
# fan1 : Optical Disk Drive, near GPU
# temp15 : TG0D GPU Die
# fan2 : Hard Disk Drive
# temp45 : Tp1P Power board
# fan3 : CPU
# temp5 : TC0P CPU Proximity
# temp14 = TCXc CPU casing ?
FCTEMPS=/sys/devices/platform/applesmc.768/fan1_min=/sys/devices/platform/applesmc.768/temp15_input
 
/sys/devices/platform/applesmc.768/fan2_min=/sys/devices/platform/applesmc.768/temp45_input
 
/sys/devices/platform/applesmc.768/fan3_min=/sys/devices/platform/applesmc.768/temp49_input
FCFANS=/sys/devices/platform/applesmc.768/fan1_min=/sys/devices/platform/applesmc.768/fan1_output
 
/sys/devices/platform/applesmc.768/fan2_min=/sys/devices/platform/applesmc.768/fan2_output
 
/sys/devices/platform/applesmc.768/fan3_min=/sys/devices/platform/applesmc.768/fan3_output
MINPWM=/sys/devices/platform/applesmc.768/fan1_min=100 
/sys/devices/platform/applesmc.768/fan2_min=100 
/sys/devices/platform/applesmc.768/fan3_min=800
MAXPWM=/sys/devices/platform/applesmc.768/fan1_min=2100 
/sys/devices/platform/applesmc.768/fan2_min=5500 
/sys/devices/platform/applesmc.768/fan3_min=2500
MINTEMP=/sys/devices/platform/applesmc.768/fan1_min=45 
/sys/devices/platform/applesmc.768/fan2_min=45 
/sys/devices/platform/applesmc.768/fan3_min=45
MAXTEMP=/sys/devices/platform/applesmc.768/fan1_min=63 
/sys/devices/platform/applesmc.768/fan2_min=63 
/sys/devices/platform/applesmc.768/fan3_min=63
MINSTART=/sys/devices/platform/applesmc.768/fan1_min=100 
/sys/devices/platform/applesmc.768/fan2_min=100 
/sys/devices/platform/applesmc.768/fan3_min=100
MINSTOP=/sys/devices/platform/applesmc.768/fan1_min=100 
/sys/devices/platform/applesmc.768/fan2_min=100 
/sys/devices/platform/applesmc.768/fan3_min=800

--- /root/fancontrol	2012-07-06 02:03:03.274389144 +0200
+++ fancontrol	2012-06-03 16:23:37.0 +0200
@@ -114,6 +114,12 @@
 			echo MINTEMP must be less than MAXTEMP 2
 			exit 1
 		fi
+		if [ ${AFCMAXPWM[$fcvcount]} -gt 255 ]
+		then
+			echo Error in configuration file (${AFCPWM[$fcvcount]}): 2
+			echo MAXPWM must be at most 255 2
+			exit 1
+		fi
 		if [ ${AFCMINSTOP[$fcvcount]} -ge ${AFCMAXPWM[$fcvcount]} ]
 		then
 			echo Error in configuration file (${AFCPWM[$fcvcount]}): 2
@@ -508,7 +514,7 @@
 # main loop calling the main function at specified intervals
 while true
 do
-	UpdateFanSpeeds || true
+	UpdateFanSpeeds
 	# Sleep while still handling signals
 	sleep $INTERVAL 
 	wait $!


Bug#706713: ITP: plv8 -- Procedural language interface between PostgreSQL and JavaScript

2013-05-03 Thread Jérémy Lal
On 03/05/2013 17:56, Evgeni Golov wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Evgeni Golov evg...@debian.org
 
 * Package name: plv8
   Version : 1.4.0
   Upstream Author : PLV8JS Development Group
 * URL : http://code.google.com/p/plv8js/
 * License : Expat
   Programming Lang: C++, JavaScript
   Description : Procedural language interface between PostgreSQL and 
 JavaScript
 
  V8 is a high performance JavaScript engine written in C++.  It is used
  in the web browser Chromium.

The fact that it is used in mongodb might be a little more adequate here ?

  PostgreSQL is an open source SQL database server.
  .
  This package provides a procedural language interface to JavaScript from
  PostgreSQL. Procedural languages are used to write functions
  which can be called in database queries.

We will probably have to coordinate around the libv8 releases at some point.
Would you like to put this package in the pkg-javascript-devel team ?

Regards,
Jérémy.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51841b83.8040...@melix.org



Bug#706713: ITP: plv8 -- Procedural language interface between PostgreSQL and JavaScript

2013-05-03 Thread Jérémy Lal
On 03/05/2013 22:41, Evgeni Golov wrote:
 Hi,
 
 On 05/03/2013 10:18 PM, Jérémy Lal wrote:
 
  V8 is a high performance JavaScript engine written in C++.  It is used
  in the web browser Chromium.

 The fact that it is used in mongodb might be a little more adequate here ?
 
 Yupp, probably. Description was pretty much copypaste yet.
 
  PostgreSQL is an open source SQL database server.
  .
  This package provides a procedural language interface to JavaScript from
  PostgreSQL. Procedural languages are used to write functions
  which can be called in database queries.

 We will probably have to coordinate around the libv8 releases at some point.
 Would you like to put this package in the pkg-javascript-devel team ?
 
 That, or pkg-postgresql. Not sure which matches better :)
 Coorindinating with v8 might be a reason for pkg-js.

 BTW, as you seem to be good with the whole js stuff: plv8 includes
 coffee-script.js and livescript.js, is there a sane way to generate
 these at build-time? coffee-script is packaged, but I do not see a
 single .js as shipped in plv8 currently.

Coffeescript is not my cup of tea, but
/usr/lib/coffee-script/lib/coffee-script/coffee-script.js

Do you need it at build time or at run time ?
If it's at run time, you could Suggests the dependency on those two
meta-languages, because i suppose they are not the main feature of plv8.

Jérémy.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51842369.4000...@melix.org



Bug#706713: ITP: plv8 -- Procedural language interface between PostgreSQL and JavaScript

2013-05-04 Thread Jérémy Lal
On 04/05/2013 09:17, Evgeni Golov wrote:
 On 05/04/2013 12:36 AM, Jérémy Lal wrote:
 They are probably including coffeescript.js as a constant string array.
 In the case of v8, nodejs, using similar techniques, it is okay since
 they include their own binding code. But plv8 including a copy of 
 coffeescript
 looks weirder.
 
 As far as I understand the code, they load the (coffe|live)script as a
 string array, feed it to V8 and then let the result compile the input
 from CS/LS to JS at runtime, and execute that via V8 again.
 (https://code.google.com/p/plv8js/source/browse/plv8.cc#942)

The question is : why don't they load the code from file at run time ?
It is so simpler...

Jérémy.

 


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5184bdb3.1070...@melix.org



Bug#707777: ITP: node-cookie -- Basic cookie parser and serializer module for Node.js

2013-05-11 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-cookie
  Version : 0.1.0
  Upstream Author : Roman Shtylman shtyl...@gmail.com
* URL : https://github.com/shtylman/node-cookie
* License : Expat
  Programming Lang: JavaScript
  Description : Basic cookie parser and serializer module for Node.js

node-cookie just provides a way to read and write RFC6265 HTTP cookie
headers.
.
Node.js is an event-based server-side javascript engine.


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



Bug#698681: Any progress on seafile-client?

2013-05-22 Thread Jérémy Lal
 Hi,
 
 I am interested in building seafile, seahub and client packages for Debian.
 Did you already do some work or it this more like RFP than ITP?
 
 Ondrej

(wasn't subscribed to this bug...)

Hi Ondřej,

Shuai Lin already did a good job at preparing a seafile-client
package, to the point he could nearly maintain it himself.
I promised to do a final review and upload, and then got caught
by other activities...

Shuai, is the package on mentors.d.n up-to-date ?
http://mentors.debian.net/package/seafile-client

Also i wonder if the server can have its own libraries packaged
independently now ?

Jérémy.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/519cb7d5.1000...@melix.org



Bug#667484: node-iconv: changing back from ITP to RFP

2013-05-27 Thread Jérémy Lal
On 27/05/2013 15:24, Lucas Nussbaum wrote:
 retitle 667484 RFP: node-iconv -- text recoding module for Node.js

This Node.js iconv module is native but lacks transliteration and shift_jis
support. Yet it is faster and as much popular/maintained as node-iconv :
https://github.com/ashtuchkin/iconv-lite

Jérémy.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51a3681d.1040...@melix.org



Bug#698681: Any progress on seafile-client?

2013-06-05 Thread Jérémy Lal
When i asked Shuai Lin about packaging them i understood those libs
were in a too early development phase to be released independently,
so i postponed the review of those libs.
Shuai, are those two libs releasable in separate packages now ?
Are those libs used by seafile-server or other software ?

Ondřej, nowhere near to be released are hard words to read, considering we
never said it was ready to be released at all - only that some work has
been done. Let's encourage Shuai, not discourage him.

Note also that it is not recommended practice to dfsg-repack only to get
rid of a convenience copy of a lib :
http://www.debian.org/doc/debian-policy/ch-source.html#s-embeddedfiles
http://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#repackagedorigtargz

The right thing to do is to just link against the debian-installed lib.

Jérémy.


On 05/06/2013 15:16, Ondřej Surý wrote:
 Hi Lin,
 
 I am sorry, but the package in the current state is nowhere near to
 be released in the Debian.
 
 The upstream tarball includes two upstream libraries. That might be
 okayish for releasing just the client, but when you package other
 binaries (the server) which will link to the same library, you want
 to use shared libraries. Also this makes the packaging unnecessarily
 complex.
 
 But you certainly cannot embed libjson-glib-1.0 as part of libsearpc
 (under different name), that's just security nightmare
 
 I will create the initial packaging in correct way (I already have
 libsearpc 1.1.0+dfsg, e.g. without embedded json-glib, packaged), and
 make you the co-maintainer of the packages.
 
 Ondrej
 
 
 On Wed, May 22, 2013 at 2:09 PM, Shuai Lin linshuai2...@gmail.com
 mailto:linshuai2...@gmail.com wrote:
 
 Hi Sury,
 
 Glad to hear this. Actually I have been working on packaging
 seafile-client for debian with guide and help from Jérémy Lal
 kapo...@melix.org mailto:kapo...@melix.org, who has been very
 nice and patient.
 
 But for the last two months Jeremy seems to be kind of busy, so the
 debian related work has been stalled for a while.
 
 Since you are interested, here are some work we have done:
 
 The seafile deb branch on github:
 
 https://github.com/haiwen/seafile/tree/deb/debian
 
 seafile-client package on  mentors.debian.net
 http://mentors.debian.net
 
 http://mentors.debian.net/package/seafile-client
 
 
 Regards, Lin
 
 
 
 On Wed, May 22, 2013 at 7:50 PM, Ondřej Surý ond...@sury.org
 mailto:ond...@sury.org wrote:
 
 Hi,
 
 I am interested in building seafile, seahub and client packages for
 Debian. Did you already do some work or it this more like RFP than
 ITP?
 
 Ondrej -- Ondřej Surý ond...@sury.org mailto:ond...@sury.org
 
 
 
 
 
 -- Ondřej Surý ond...@sury.org mailto:ond...@sury.org


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51af4424.4080...@melix.org



Bug#698681: Any progress on seafile-client?

2013-06-05 Thread Jérémy Lal
On 05/06/2013 16:30, Ondřej Surý wrote:
 On Wed, Jun 5, 2013 at 3:59 PM, Jérémy Lal kapo...@melix.org
 mailto:kapo...@melix.org wrote:
 
 When i asked Shuai Lin about packaging them i understood those libs 
 were in a too early development phase to be released independently, 
 so i postponed the review of those libs. Shuai, are those two libs
 releasable in separate packages now ?
 
 
 The library has proper SOVER, so there's no fear:
 
 libsearpc_la_LDFLAGS = -version-info 1:2:0  -no-undefined
 
 Thumbs up! Only thing I would recommend is to use GCC visibility
 (http://gcc.gnu.org/wiki/Visibility) to hide symbols not indended for
 public use, but that's just a nit.
 
 
 Are those libs used by seafile-server or other software ?
 
 
 ondrej@kiMac:/tmp$ git clone git://github.com/haiwen/seafile.git
 http://github.com/haiwen/seafile.git /dev/null [...]
 
 $ grep -Elr searpc.*\.h . | cut -f 2 -d / | sort -u app common 
 daemon gui lib monitor server
 
 $ grep -Elr ccnet.*\.h . | cut -f 2 -d / | sort -u app common 
 controller daemon gui httpserver lib monitor server
 
 Does that answer your question?

No but anyway i agree they look like they could be useful per se.

 Ondřej, nowhere near to be released are hard words to read,
 considering we never said it was ready to be released at all - only
 that some work has been done. Let's encourage Shuai, not discourage
 him
 
 
 Sorry, I didn't mean to sound harsh. I thought that the package is
 shiny and ready and I was slightly disappointed that it's not yet.
 And I really dislike bundled libraries (php-src/ext/module/ is full
 of them).
 
 
 Note also that it is not recommended practice to dfsg-repack only to
 get rid of a convenience copy of a lib : 
 http://www.debian.org/doc/debian-policy/ch-source.html#s-embeddedfiles

 http://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#repackagedorigtargz
 
 
 Well, let's hope this https://github.com/haiwen/libsearpc/pull/3 gets
 accepted then :)
 
 The right thing to do is to just link against the debian-installed
 lib.
 
 
 Well, it's probably just a matter of taste. I found it easier to
 strip the embedded libraries than to cherry-pick all the scattered
 licenses and gather them up in the debian/copyright. It's also much
 easier on our ftp-masters to review less sources.

If it was a master of taste i would do the same as you, get rid of convenience 
copies.
The idea behind the links i gave above is to refrain people from repacking on
personal taste; and distribute *original* upstream tarballs.
Of course, once there is a good reason to do repack (typically dfsg) then you 
can remove
embedded convenience copies as well. But you might as well not exclude them.

Slightly unrelated : the version libsearpc 1.1.0+dfsg is misleading since
there is no DFSG involved in this repacking.


 
 Anyway there's one more problem: ccnet is not releaseable now since
 the licensing is quite unclear. There's MIT and GPL-3+ license, and I
 would like to have this solved (and acked by the first author) before
 ccnet enters the Debian.

ok,

Jérémy.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51af5574.2090...@melix.org



Bug#698681: MIT code embedded into GPL-3+ library

2013-06-06 Thread Jérémy Lal
I don't think this concerns debian-legal, so i move the discussion
back to seafile ITP.

On 06/06/2013 07:40, Ondřej Surý wrote:
 Hi,
 
 I am working on packaging ccnet[1] library (requirement for seafile),
 and the upstream code has two licenses in the base directory - MIT
 and GPL-3+. 
 When I asked for clarification they have replied the code is GPL-3+
 with some parts reused from some other project which was MIT
 licensed.

There is some confusion...
Copyright [2] is BSD-2-clause and there's a GPL3 LICENCE.txt file.
So it's the other way around.

 Unfortunatelly the individual source files are not licensed, so it's
 unclear to me what's the license of the files and the packages as
 whole.

Then you should review the whole package file by file.
Let me help :

* There is some copy/paste/rename of inet_ntop.c code [3][4],
  ISC License, in lib/libccnet_utils.c.
* lib/buffer.c has a BSD-3-clause license.
* lib/net.c has an mcast_join function that seems directly taken from
  Unix Network Programming sample code [5]. I did not find a license
  for that file. There is a disclaimer, though.
* net/common/getgateway.c is from libnatpmp, see [6].
  Now BSD-3-clause.
* net/common/list.h is a kernel header, GPL-2 license.

No GPL-3 found unless i missed something.

 Can you provide a guidance?
 
 (It would still need openssl+gpl exception to go in.)
 
 Ondřej Surý 1. https://github.com/haiwen/ccnet

Hope that helped,
Jérémy.


[2]
https://raw.github.com/haiwen/ccnet/master/COPYRIGHT
[3]
https://github.com/haiwen/ccnet/commit/f9a41fbc
[4]
https://github.com/haiwen/ccnet/commit/2de2207f
[5]
http://www.unpbook.com/unpv13e.tar.gz
in lib/mcast_join.c
[6]
http://packages.qa.debian.org/libn/libnatpmp.html


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51b05679.2010...@melix.org



Bug#698681: MIT code embedded into GPL-3+ library

2013-06-06 Thread Jérémy Lal
Oh, right. Opened an issue then :

https://github.com/haiwen/ccnet/issues/7

Jérémy.


On 06/06/2013 12:07, Ondřej Surý wrote:
 Upstream claims the code is GPL-3+, see the forwarded email I just sent you, 
 so it needs to be cleared.
 
 O.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51b062a0.7060...@melix.org



Bug#711837: RFA: mapnik -- C++/Python toolkit for developing GIS applications

2013-07-22 Thread Jérémy Lal
Totally interested in adopting mapnik !
But i don't have access to pkg-grass, can you sponsor me ?

Jérémy.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51ed868d.5060...@melix.org



Bug#719690: ITP: node-combine-stream -- Append streams one after another - module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-combine-stream
  Version : 0.0.4
  Upstream Author : Felix Geisendörfer fe...@debuggable.com
* URL : https://github.com/felixge/node-combined-stream
* License : Expat
  Programming Lang: JavaScript
  Description : Append streams one after another - module for Node.js

node-combined-stream can be used to append multiple streams one
after another.
.
Node.js is an event-based server-side javascript engine.


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



Bug#719688: ITP: node-delayed-stream -- Buffer stream events for later handling - module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-delayed-stream
  Version : 0.0.5
  Upstream Author : Felix Geisendörfer fe...@debuggable.com
* URL : https://github.com/felixge/node-delayed-stream
* License : Expat
  Programming Lang: JavaScript
  Description : Buffer stream events for later handling - module for Node.js

node-delayed-stream can delay stream responses, and can be used
to combine streams one after another.
.
Node.js is an event-based server-side javascript engine.


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



Bug#719690: ITP: node-combine-stream -- Append streams one after another - module for Node.js

2013-08-14 Thread Jérémy Lal
retitle 719690 ITP: node-combined-stream -- Append streams one after another - 
module for Node.js
--

i meant node-combined-stream of course.

Jérémy.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/520b5cc6.1070...@melix.org



Bug#719704: ITP: node-form-data -- Create readable multipart/form-data streams module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-form-data
  Version : 0.1.0
  Upstream Author : Felix Geisendörfer fe...@debuggable.com
* URL : https://github.com/felixge/node-form-data
* License : Expat
  Programming Lang: JavaScript
  Description : Create readable multipart/form-data streams module for 
Node.js

node-form-data can be used to submit forms and file uploads to other
web applications.
.
The API of this module is inspired by the w3c XMLHttpRequest specification.
.
Node.js is an event-based server-side javascript engine.


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



Bug#719712: ITP: node-forever-agent -- HTTP agent supporting keep-alive requests - module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-forever-agent
  Version : 0.5.1
  Upstream Author : Mikeal Rogers mikeal.rog...@gmail.com
* URL : https://github.com/mikeal/forever-agent
* License : Apache-2.0
  Programming Lang: JavaScript
  Description : HTTP agent supporting keep-alive requests - module for 
Node.js

node-forever-agent keeps socket connections alive between keep-alive
requests.
.
Node.js is an event-based server-side javascript engine.


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



Bug#719716: ITP: node-tunnel-agent -- HTTP proxy tunneling agent module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-tunnel-agent
  Version : 0.3.1
  Upstream Author : Mikeal Rogers mikeal.rog...@gmail.com
* URL : https://github.com/mikeal/tunnel-agent
* License : Apache-2.0
  Programming Lang: JavaScript
  Description : HTTP proxy tunneling agent module for Node.js

node-tunnel-agent is an HTTP CONNECT tunnel client module
for Node.js.
.
Node.js is an event-based server-side javascript engine.


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



Bug#719724: ITP: node-oauth-sign -- OAuth 1 signing module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-oauth-sign
  Version : 0.3.1
  Upstream Author : Mikeal Rogers mikeal.rog...@gmail.com
* URL : https://github.com/mikeal/oauth-sign
* License : Apache-2.0
  Programming Lang: JavaScript
  Description : OAuth 1 signing module for Node.js

node-oauth-sign provides hmacsign and rfc3986 functions used to
perform OAuth 1 signing.
.
Node.js is an event-based server-side javascript engine.


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



Bug#719752: ITP: node-cookie-jar -- HTTP Cookie Jar for agents - module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-cookie-jar
  Version : 0.3.1
  Upstream Author : Mikeal Rogers mikeal.rog...@gmail.com
* URL : https://github.com/mikeal/cookie-jar
* License : Expat, Apache-2.0
  Programming Lang: JavaScript
  Description : Cookie handling for HTTP clients - module for Node.js

node-cookie-jar provides minimal cookie handling for HTTP clients.
.
Node.js is an event-based server-side javascript engine.


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



Bug#720380: ITP: node-sha -- Check and get file or stream hashes - module for Node.js

2013-08-21 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-sha
  Version : 1.2.2
  Upstream Author : Forbes Lindesay
* URL : https://github.com/ForbesLindesay/sha
* License : BSD-2-clause or Expat
  Programming Lang: JavaScript
  Description : Check and get file or stream hashes - module for Node.js

node-sha exposes simple functions to check and get file or stream hashes.
The algorithm used defaults to sha1 and can be any of the algorithms
supported by Node.js builtin crypto module.
.
Node.js is an event-based server-side javascript engine.


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



Bug#721194: ITP: mapnik-vector-tile -- Vector tiles integration with mapnik - development files

2013-08-28 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: mapnik-vector-tile
  Version : 0.3.2
  Upstream Author : Mapbox
* URL : https://github.com/mapbox/mapnik-vector-tile
* License : BSD-3-clause
  Programming Lang: C++
  Description : Vector tiles integration with mapnik - development files

This package provides C++ header and source needed to render geodata
into vector tiles, and vector tiles into images.
.
Tiles are encoded as protobuf messages, and that geodata format can be
used as a drop-in replacement for mapnik datasources like postgis and
shapefiles, without compromising on speed.
.
Mapnik is a C++/Python toolkit for developing GIS applications.


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



Bug#721486: ITP: node-tilelive-bridge -- Tilelive store for generating mapnik vector tiles - Node.js module

2013-09-01 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-tilelive-bridge
  Version : 0.0.2
  Upstream Author : MapBox i...@mapbox.com
* URL : https://github.com/mapbox/tilelive-bridge
* License : BSD-3-clause
  Programming Lang: JavaScript
  Description : Tilelive store for generating mapnik vector tiles - Node.js 
module

node-tilelive-bridge implements the tilelive API and as such is a
registerable tilestore URI protocol handler for generating mapnik
vector tiles from traditional mapnik datasources.
.
node-tilelive is an interface for tile backends for Node.js.
.
mapnik is a C++/Python toolkit for developing GIS applications.
.
Node.js is an event-based server-side javascript engine.


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



Bug#721488: ITP: node-tilelive-vector -- Tilelive store for rendering mapnik vector tiles - Node.js module

2013-09-01 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-tilelive-vector
  Version : 0.1.3
  Upstream Author : MapBox i...@mapbox.com
* URL : https://github.com/mapbox/tilelive-vector
* License : BSD-3-clause
  Programming Lang: JavaScript
  Description : Tilelive store for rendering mapnik vector tiles - Node.js 
module

node-tilelive-vector implements the tilelive API for rendering mapnik vector
tiles to raster images, svg, or json.
.
node-tilelive is an interface for tile backends for Node.js.
.
mapnik is a C++/Python toolkit for developing GIS applications.
.
Node.js is an event-based server-side javascript engine.


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



Bug#721870: ITP: node-normalize-package-data -- Normalizes metadata typically found in a package.json file - Node.js module

2013-09-04 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-normalize-package-data
  Version : 0.2.2
  Upstream Author : Meryn Stol meryns...@gmail.com
* URL : https://github.com/meryn/normalize-package-data
* License : BSD-2-clause
  Programming Lang: JavaScript
  Description : Normalizes package metadata - Node.js module

This module is used by node-read-package-json to normalize data it reads
from a package.json file typically found in Node.js modules, but in
principle it could come from any source.
.
Node.js is an event-based server-side javascript engine.


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



Bug#721874: ITP: node-github-url-from-git -- Convert github git or gist url to an http url - Node.js module

2013-09-04 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-github-url-from-git
  Version : 1.1.1
  Upstream Author : TJ Holowaychuk t...@vision-media.ca
* URL : https://github.com/visionmedia/node-github-url-from-git
* License : Expat
  Programming Lang: JavaScript
  Description : Convert github git or gist url to an http url - Node.js 
module

This module is a simple regular expression for parsing and converting
a git repository url from github to an http url. It supports gists as
well. It is used by npm and node-normalize-package-data.
.
Node.js is an event-based server-side javascript engine.


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



Bug#722908: ITP: catch -- C++ Automated Test Cases in Headers

2013-09-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: catch
  Version : 1.0~build9
  Upstream Author : Phil Nash git...@philnash.me
* URL : https://github.com/philsquared/Catch
* License : Boost Software License 1.0
  Programming Lang: C++
  Description : C++ Automated Test Cases in Headers

Catch is a multi-paradigm automated test framework for C++
and Objective-C.
Its key features are:
 * Distributed as a single header file with no dependencies.
 * Test cases are self-registering.
 * Test cases can be de divided into isolated sections.
 * Behaviour Driven Design style is possible with GIVEN-WHEN-THEN
   in place of test cases and sections.
 * Only one core assertion macro for comparisons; standard language
   operators are used for comparison, yet the expression is decomposed
   and properly logged.


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



Bug#723934: ITP: mapnik-reference -- Parseable specifications of mapnik structures and properties

2013-09-21 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: mapnik-reference
  Version : 5.0.5
  Upstream Author : Mapnik Developers http://mapnik.org
* URL : https://github.com/mapnik/mapnik-reference
* License : http://unlicense.org/
  Programming Lang: JavaScript
  Description : Parseable specifications of mapnik - Node.js module

Mapnik-reference specifies mapnik structures, styles, symbolizers, and the
properties they contain, in JSON format.
It is useful for building parsers, tests, compilers, and syntax
highlighting or syntax checking.
.
Mapnik is a C++/Python toolkit for developing GIS applications.
.
Node.js is an event-based server-side javascript engine.


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



Bug#725215: ITP: node-multiparty -- Multipart/form-data parser for Node.js

2013-10-02 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal kapo...@melix.org

* Package name: node-multiparty
  Version : 2.1.8
  Upstream Author : Andrew Kelley superjo...@gmail.com
* URL : https://github.com/superjoe30/node-multiparty
* License : Expat
  Programming Lang: JavaScript
  Description : Multipart/form-data parser for Node.js

node-multiparty is a well-tested multipart/form-data parser for
requests sent by HTTP clients. Files uploads are properly handled
as streams, and are not written to disk by default.
.
This module is a fork, and replaces, node-formidable.
.
Node.js is an event-based server-side javascript engine.


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



Bug#725854: O: mongodb -- object/document-oriented database (metapackage)

2013-10-09 Thread Jérémy Lal
On 09/10/2013 08:52, Antonin Kral wrote:
 Package: wnpp
 Severity: normal
 
 I intend to orphan the mongodb package. I am totally snowed under
 workload at http://icflix.com , where are currently not using MongoDB so
 my response times are getting longer and longer...

Hello,

while i said in PM i was considering leaving maintenance as well,
you orphaning mongodb makes me reconsider...
I'll take care of it, and move maintenance to a gbp repository on
collab-maint instead of github.
Help is welcome, though. Maybe mongodb could go to pkg-javascript
team maintenance.

Jérémy.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52550ddf.5020...@melix.org



Bug#725854: ITA: mongodb -- object/document-oriented database (metapackage)

2013-10-09 Thread Jérémy Lal
On 09/10/2013 10:46, László Böszörményi (GCS) wrote:
 retitle 725854 ITA: mongodb -- object/document-oriented database (metapackage)
 owner 725854 !
 thanks
 
 Hi,
 
 I've already made new packages of MongoDB. Would like to adopt it.
 Either alone or with Jérémy under the hood of Javascript Maintainers.
 Needs discussion.

All right with me.
You could set as Maintainer
Debian Javascript Maintainers pkg-javascript-de...@lists.alioth.debian.org
and yourself as Uploaders.

Note that libv8 is maintained there too. That might help coordinating uploads
if mongodb is to be linked to the shared lib.

Jérémy.

(also on #debian-js)


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52551b9d.8060...@melix.org



Bug#725854: ITA: mongodb -- object/document-oriented database (metapackage)

2013-10-14 Thread Jérémy Lal
On 14/10/2013 09:04, László Böszörményi (GCS) wrote:
 On Thu, Oct 10, 2013 at 9:56 PM, Clement Hermann nod...@nodens.org wrote:
 As I need this for my job, I'm willing to help, if needed that is.
  Sure, I'm open for suggestions and other help as well.
 
 Also, I willing to maintain a wheezy backport, see
 http://mentors.debian.net/package/mongodb if you like, as it'd probably
 be best if the maintainer of the regular package sponsored it.
  I think it would be good to do it together. At least I don't know how
 experienced are you with Debian packaging. For QA reasons, I'd like to
 know why changes are made, if any.
 For the time being, I've an updated package[1]. May you look into it
 if it builds on Wheezy? Any feedback is appreciated.
 
 Regards,
 Laszlo/GCS
 [1] dget -x http://www.barcikacomp.hu/gcs/mongodb_2.4.6-1.dsc


I have moved the old mongo-debian github repository to
a collab-maint one with a standard gbp layout:

http://anonscm.debian.org/gitweb/?p=collab-maint/mongodb.git

László, could you do a git-import-orig there and replay your
changes on master branch ?
Clement, do you have write access to collab-maint repositories ?

Do someone from pkg-javascript-devel can tell me if mongodb
belongs to that team ? For now it's just a matter of wether to add
or not the team as Maintainer.

Jérémy.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/525ba4a7.6090...@melix.org



  1   2   3   >