Re: [Pkg-javascript-devel] where do I begin? I want to package many node module dependencies for an application

2014-06-27 Thread Emilien Klein
Hi andrewrk,

2014-06-26 22:19 GMT+02:00 Andrew Kelley superjo...@gmail.com:
 Hello pkg-javascript-devel team,

 I am andrewrk from the pkg-multimedia-maintainers team.

 I started packaging Groove Basin - a music player server built with Node.js
 - and now I need to package up all of its module dependencies. These are:
[snip]
 I am ignorant of how this process works. Where do I begin? How can I go
 about doing this? Is there documentation on how to create and submit node.js
 packages to Debian?

A good place to start would be
https://wiki.debian.org/Javascript/Nodejs and its two links providing
more information on the process.

Let us know if you need more information.
   +Emilien
P.S.: I'm assuming you are not subscribed to the
pkg-javascript-devel@l.a.d.o list, hence the CC. Let us know if you
are subscribed though.

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] What's the best section for JS packages?

2014-06-27 Thread Leo Iannacone
Hello,

all of my packages (most of them are node modules) have
 Section: web
in debian/control.

Do you think is not a happy choice? is `misc' better?

and what about JavaScript packages?

L.



-- 
Ubuntu Member - http://launchpad.net/~l3on
Home Page - http://leoiannacone.com
GPG Key Id - 0xD282FC25

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] (no subject)

2014-06-27 Thread Martinson, Kurt MD


From: Martinson, Kurt MD
Sent: Friday, June 27, 2014 4:53 AM
To: Martinson, Kurt MD
Subject:


Evelyn Ira Curry has a donation for you. Contact Mrs Ira Curry On 
(evcurry...@rogers.com) For more information.

ANNOUNCER: The Curry's DONATION TEAM.




Confidentiality Notice: This e-mail and any attachment may contain confidential 
information that is legally privileged. This information is intended only for 
the use of the individual or entity named above. The authorized recipient of 
this information is prohibited from disclosing this information to any other 
party unless required to do so by law or regulation. If you are not the 
intended recipient, you are hereby notified any disclosure, copying, 
distribution or action taken in reliance on the contents of these documents is 
strictly prohibited. If you have received this transmission in error, please 
notify the sender immediately, reply to this transmission, or contact the 
CentraCare Health System Privacy officer at (320) 255-5916 and delete these 
documents.



___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] What's the best section for JS packages?

2014-06-27 Thread Jonas Smedegaard
Quoting Leo Iannacone (2014-06-27 10:25:17)
 all of my packages (most of them are node modules) have
  Section: web
 in debian/control.
 
 Do you think is not a happy choice? is `misc' better?
 
 and what about JavaScript packages?

If the main use is related to web, then that's indeed a good choice.

It might make sense to request new section for javascript and/or Nodejs 
libraries (but not for applications implemented in those scripting 
languages) at some point - try compare number of packages with those of 
other sections to get a feeling when that might be relevant to propose 
(I guess that should then be raised on debian-devel list.

 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] where do I begin? I want to package many node module dependencies for an application

2014-06-27 Thread Andrew Kelley
On Fri, Jun 27, 2014 at 12:35 AM, Emilien Klein emilien+deb...@klein.st
wrote:

 Hi andrewrk,

 Let us know if you need more information.


A couple questions for you:

1. Should I create ITPs for each and every one of the new modules (about
65)?

2. How does one package up modules that contain C++ code?

For me these are:
https://npmjs.org/package/ws
https://npmjs.org/package/leveldown
https://npmjs.org/package/groove

Related question: both ws and leveldown have a conflicting runtime
dependency on https://npmjs.org/package/nan but this looks like perhaps it
should be a compile-time dependency. Any advice on this?



 P.S.: I'm assuming you are not subscribed to the
 pkg-javascript-devel@l.a.d.o list, hence the CC. Let us know if you
 are subscribed though.


I am now subscribed :-)
___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] where do I begin? I want to package many node module dependencies for an application

2014-06-27 Thread Emilien Klein
2014-06-27 17:34 GMT+02:00 Andrew Kelley superjo...@gmail.com:
 On Fri, Jun 27, 2014 at 12:35 AM, Emilien Klein emilien+deb...@klein.st
 wrote:

 Hi andrewrk,


 Let us know if you need more information.


 A couple questions for you:

 1. Should I create ITPs for each and every one of the new modules (about
 65)?

It might not be a strict requirement (some folks don't), but I
consider that to be best practice. It might prevent duplicate work
(assume somebody else works on that package at the same time), and can
be helpful to find other interested Debian contributors, in case your
package gets stuck (happened to me with the Shaarli package for which
I didn't find a mentor to upload and review, a couple of months later
somebody started working on the same package and luckily found my
ITP).

 2. How does one package up modules that contain C++ code?

 For me these are:
 https://npmjs.org/package/ws
 https://npmjs.org/package/leveldown
 https://npmjs.org/package/groove

Do these packages have a Makefile, or some building recipe? If it's
using one of the popular tools, the package helpers should be able to
take care of the building process for you.

 Related question: both ws and leveldown have a conflicting runtime
 dependency on https://npmjs.org/package/nan but this looks like perhaps it
 should be a compile-time dependency. Any advice on this?

What do you mean by conflicting? They depend on a different version of nan?

   +Emilien

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] where do I begin? I want to package many node module dependencies for an application

2014-06-27 Thread Jérémy Lal
Le vendredi 27 juin 2014 à 21:28 +0200, Emilien Klein a écrit :
 2014-06-27 17:34 GMT+02:00 Andrew Kelley superjo...@gmail.com:
  On Fri, Jun 27, 2014 at 12:35 AM, Emilien Klein emilien+deb...@klein.st
  wrote:

  2. How does one package up modules that contain C++ code?
 
  For me these are:
  https://npmjs.org/package/ws
  https://npmjs.org/package/leveldown
  https://npmjs.org/package/groove
 
 Do these packages have a Makefile, or some building recipe? If it's
 using one of the popular tools, the package helpers should be able to
 take care of the building process for you.

Usually c++ node modules use node-gyp, see packages build-depending on
node-gyp to find out about it (reverse-depends -b node-gyp).

Jérémy.



___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] + Modern Open House

2014-06-27 Thread French Moving Sale this Saturday
  Emailing#160;view online 
- http://www.tr-dag.com/tr/33679-688/?i=7829610,688  

#160;[Balise_Envoyer_A_Un_Ami]  
French Moving Sale

  
  This Saturday  

  Appliances, Tools,Design furniture,French clothing,   
   

  French kid gear  

  and more  

  
Saturday, June 28 
#160;#160;#160;#160;#160;#160;#160;10:30am-2pm

100 Eastern Avenue, Woburn 01801

#160;

Or by appointment: 617-717-8223

  #160;#160;  #160;#160;
  

#160;

  
 + Open mODERN House

  Wide open spaces balanced with intimate surrounding   
   

  A new#160;family#160;and 
friends#160;lifestyle,

20 minutes from downtown BOSTON

See more pictures: click here  




  Schedule a Showing/Request Info: 

call or text 617-717-8223   
 

  #160;

  
If you no longer wish to receive information from us : 
unsubscribe
  ___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] where do I begin? I want to package many node module dependencies for an application

2014-06-27 Thread Andrew Kelley
On Fri, Jun 27, 2014 at 1:39 PM, Jérémy Lal kapo...@melix.org wrote:

 Le vendredi 27 juin 2014 à 21:28 +0200, Emilien Klein a écrit :
  2014-06-27 17:34 GMT+02:00 Andrew Kelley superjo...@gmail.com:
   On Fri, Jun 27, 2014 at 12:35 AM, Emilien Klein 
 emilien+deb...@klein.st
   wrote:

   2. How does one package up modules that contain C++ code?
  
   For me these are:
   https://npmjs.org/package/ws
   https://npmjs.org/package/leveldown
   https://npmjs.org/package/groove
 
  Do these packages have a Makefile, or some building recipe? If it's
  using one of the popular tools, the package helpers should be able to
  take care of the building process for you.

 Usually c++ node modules use node-gyp, see packages build-depending on
 node-gyp to find out about it (reverse-depends -b node-gyp).


Thanks, this is helpful.


So far I have packaged up 3 modules:
http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-findit.git;a=summary
http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-pend.git;a=summary
http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-keygrip.git;a=summary

Any feedback before I continue?
___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel