[Pkg-javascript-devel] Bug#798275: npm2deb: Priority in debian/control should be optional not extra

2015-09-07 Thread Ross Gammon
Package: npm2deb
Version: 0.2.2-1
Severity: normal

Dear Leo,

The priority in Debian packages should normally be optional unless you have
good reason to have extra:
https://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities

Although I should check this before sponsoring/upload, I sometimes forget!

Expect a Pull Request soon.

Regards,

Ross



-- System Information:
Debian Release: jessie/sid
  APT prefers vivid-updates
  APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), 
(100, 'vivid-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.19.0-26-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages npm2deb depends on:
ii  devscripts2.15.1
ii  node-github-url-from-git  1.1.1-1
ii  nodejs [npm]  0.10.28-1chl1~trusty1
ii  python3   3.4.3-1
ii  python3-dateutil  2.2-2
pn  python3:any   

npm2deb recommends no packages.

npm2deb suggests no packages.

-- no debconf information

___
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] Bug#796359: ITP: node-typedarray -- TypedArray polyfill for old browsers

2015-08-21 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon rossgam...@mail.dk
X-Debbugs-CC: debian-de...@lists.debian.org
X-Debbugs-CC: pkg-javascript-devel@lists.alioth.debian.org

* Package name: node-typedarray
  Version : 0.0.6
  Upstream Author : James Halliday m...@substack.net (http://substack.net)
* URL : https://github.com/substack/typedarray
* License : Expat
  Programming Lang: JavaScript
  Description : TypedArray polyfill for old browsers

 Node-typedarray is a fork of the inexorabletash version of polyfill.
 .
 Node.js is an event-based server-side JavaScript engine.

Node-typedarray is a dependency of node-concat-stream which I also
intend to maintain within the Debian Javascript Team.



signature.asc
Description: OpenPGP digital 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

[Pkg-javascript-devel] Bug#796355: ITP: node-readable-stream -- Streams3, a user-land copy of the stream library from iojs v2.x

2015-08-21 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon rossgam...@mail.dk
X-Debbugs-CC: debian-de...@lists.debian.org
X-Debbugs-CC: pkg-javascript-devel@lists.alioth.debian.org

* Package name: node-readable-stream
  Version : 2.0.2
  Upstream Author : Streams WG Team christopher.s.dickin...@gmail.com
* URL : https://github.com/nodejs/readable-stream#readme
* License : Expat
  Programming Lang: JavaScript
  Description : Streams3, a user-land copy of the stream library

This package is a mirror of the Streams2 and Streams3 implementations in
Node-core, including documentation.
.
If you want to guarantee a stable streams base, regardless of what
version of Node you, or the users of your libraries are using, use
readable-stream only and avoid the stream module in Node-core.
.
As of version 2.0.0 readable-stream uses semantic versioning.
.
Node.js is an event-based server-side JavaScript engine.

Node-readable-stream is a dependency of node-concat-stream and will also
be maintained in the Debian Javascript Team.



signature.asc
Description: OpenPGP digital 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

[Pkg-javascript-devel] Bug#796353: ITP: node-os-shim -- Native OS module API shim for older node.js versions

2015-08-21 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon rossgam...@mail.dk
X-Debbugs-CC: debian-de...@lists.debian.org
X-Debbugs-CC: pkg-javascript-devel@lists.alioth.debian.org

* Package name: node-os-shim
  Version : 0.1.3
  Upstream Author : Tomás to...@aparicio.me
* URL : http://github.com/h2non/node-os-shim
* License : Expat
  Programming Lang: JavaScript
  Description : Native OS module API shim for older node.js versions

The node.js team froze the OS module API in 0.10.x version, however the
API differs a bit in lower node.js versions.
.
This shim just provides the missing OS module API that is available on
latest node.js versions. You can now use the os package in old node.js
versions without fear.
.
It's based on the current node.js implementations.
.
Node.js is an event-based server-side JavaScript engine.

This package is a dependency of spawn-sync with which I intend to
maintain within the Debian Javascript Team.



signature.asc
Description: OpenPGP digital 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

[Pkg-javascript-devel] Bug#796365: ITP: node-util-deprecate -- The Node.js `util.deprecate()` function with browser support

2015-08-21 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon rossgam...@mail.dk
X-Debbugs-CC: debian-de...@lists.debian.org
X-Debbugs-CC: pkg-javascript-devel@lists.alioth.debian.org

* Package name: node-util-deprecate
  Version : 1.0.1
  Upstream Author : Nathan Rajlich nat...@tootallnate.net (http://n8.io/)
* URL : https://github.com/TooTallNate/util-deprecate
* License : Expat
  Programming Lang: JavaScript
  Description : The Node.js `util.deprecate()` function with browser
support

In Node.js, this module simply re-exports the util.deprecate() function.
.
In the web browser (i.e. via browserify), a browser-specific
implementation of the util.deprecate() function is used.
.
Node.js is an event-based server-side JavaScript engine.

Node-util-deprecate is a dependency of readable-stream which I also
intend to maintain within the Debian Javasript Team.



signature.asc
Description: OpenPGP digital 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

[Pkg-javascript-devel] Bug#796351: ITP: node-concat-stream -- writable stream that concatenates

2015-08-21 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon rossgam...@mail.dk
X-Debbugs-CC: debian-de...@lists.debian.org
X-Debbugs-CC: pkg-javascript-devel@lists.alioth.debian.org

* Package name: node-concat-stream
  Version : 1.5.0
  Upstream Author : Max Ogden m...@maxogden.com
* URL : https://github.com/maxogden/concat-stream#readme
* License : Expat
  Programming Lang: JavaScript
  Description : writable stream that concatenates strings
Node-concat-stream creates a writable stream that concatenates strings
or binary data and calls a callback with the resultor binary data and
calls a callback with the result.
.
Node.js is an event-based server-side JavaScript engine.

Node-concat-stream is a dependency of node-spawn-sync which I also
intend to maintain within the Debian Javascript Team.



signature.asc
Description: OpenPGP digital 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

[Pkg-javascript-devel] Bug#796362: ITP: node-process-nextick-args -- process.nextTick but always with args

2015-08-21 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon rossgam...@mail.dk
X-Debbugs-CC: debian-de...@lists.debian.org
X-Debbugs-CC: pkg-javascript-devel@lists.alioth.debian.org

* Package name: node-process-nextick-args
  Version : 1.0.2
  Upstream Author : Calvin Metcalf
* URL : https://github.com/calvinmetcalf/process-nextick-args
* License : Expat
  Programming Lang: JavaScript
  Description : process.nextTick but always with args

With node-process-nextick-args you will always be able to pass arguments
to process.nextTick, no matter which platform you use.
.
Node.js is an event-based server-side JavaScript engine.

Node-process-nextick-args is a dependency of readable-stream which I
also intend to maintain within the Debian Javascript Team.



signature.asc
Description: OpenPGP digital 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

[Pkg-javascript-devel] Bug#796334: node-cross-spawn: New version 2.0.0 is available upsatream

2015-08-21 Thread Ross Gammon
Package: node-cross-spawn
Version: 0.2.6-1
Severity: wishlist

Dear Maintainer,

A new version of node-cross-spawn (v2.0.0) is available upstream.

Unfortunately, two new dependencies are now required that thee to be packaged
first:
node-cross-spawn-async
node-spawn-sync

I will file ITP bugs for them.

Regards,

Ross



-- System Information:
Debian Release: jessie/sid
  APT prefers vivid-updates
  APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), 
(100, 'vivid-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.19.0-26-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

___
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] Bug#796296: RFS: node-os-tmpdir/1.0.1-1 [ITP]

2015-08-21 Thread Ross Gammon
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package node-os-tmpdir

* Package name: node-os-tmpdir
  Version : 1.0.1-1
  Upstream Author : Sindre Sorhus sindresor...@gmail.com
* URL : https://github.com/sindresorhus/os-tmpdir
* License : Expat
  Section : web

It builds this binary package:

node-os-tmpdir - Node.js os.tmpdir() ponyfill

To access further information about this package, please visit the following
URL:

http://mentors.debian.net/package/node-os-tmpdir


Alternatively, one can download the package with dget using this command:

dget -x http://mentors.debian.net/debian/pool/main/n/node-os-tmpdir/node-os-
tmpdir_1.0.1-1.dsc

The packaging can also be found here:
https://anonscm.debian.org/cgit/pkg-javascript/node-os-tmpdir.git

Changes since the last upload:

  * Initial release (Closes: #785462)

Please note that I am now a DM. So after initial sponsorship, you could grant
me upload rights once you are happy with my work on the package.

Regards,
Ross Gammon



-- System Information:
Debian Release: jessie/sid
  APT prefers vivid-updates
  APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), 
(100, 'vivid-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.19.0-26-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

___
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] Bug#795114: ITP: node-inline-source-map -- base64 encoded source mappings for a generated file

2015-08-10 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon rossgam...@mail.dk

* Package name: node-inline-source-map
  Version : 0.6.0
  Upstream Author : Thorsten Lorenz thlor...@gmx.de (http://thlorenz.com)
* URL : https://github.com/thlorenz/inline-source-map
* License : Expat
  Programming Lang: JavaScript
  Description : base64 encoded source mappings for a generated file

Adds source mappings and base64 encodes them, so they can be inlined in your
generated file.
.
Node.js is an event-based server-side JavaScript engine.

Node-inline-source-map is required to run the upstream testsuite for node-
convert-sourcemap.

Node-inline-source-map will be maintained within the Debian Javascript Team.

___
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] Bug#794345: RFS: node-coffeeify/1.1.0-1 [RC]

2015-08-01 Thread Ross Gammon
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for my package node-coffeeify

* Package name: node-coffeeify
  Version : 1.1.0-1
  Upstream Author : Johan Nordberg h...@johan-nordberg.com
* URL : https://github.com/jnordberg/coffeeify
* License : Expat
  Section : web

It builds this binary package:

node-coffeeify - browserify plugin for coffee-script

To access further information about this package, please visit the following
URL:

http://mentors.debian.net/package/node-coffeeify


Alternatively, one can download the package with dget using this command:

dget -x http://mentors.debian.net/debian/pool/main/n/node-coffeeify/node-
coffeeify_1.1.0-1.dsc

Packaging can be found on Alioth:
https://anonscm.debian.org/cgit/pkg-javascript/node-coffeeify.git

Changes since the last upload:

  * New upstream release
  * Fix node-convert-source-map dependency version
(Closes: #793856)
  * Drop testsuite stanza as no longer required for autopkgtest


Regards,
Ross Gammon



-- System Information:
Debian Release: jessie/sid
  APT prefers vivid-updates
  APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), 
(100, 'vivid-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.19.0-25-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

___
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] OpenLayers 3

2015-08-01 Thread Ross Gammon
On 07/25/2015 12:00 PM, Ross Gammon wrote:
 On 07/12/2015 01:17 PM, Sebastiaan Couwenberg wrote:
 Ross Gammon packaged the following Node.js module, still in NEW too:

  node-cli-table
  node-coffeeify
  node-convert-source-map
  node-cross-spawn

[...]

 I am now back from my vacation and catching up. Yes, I don't see any
 point in continuing with these packages for OpenLayers 3 now. I will ask
 for them to be rejected as well.

Looks like I was too late (thanks to work keeping me away from home last
week). These packages have been accepted by the FTP masters into sid.

As long as they do not become a burden, I am happy to maintain them in
case they are of use to someone.

Regards,

Ross



signature.asc
Description: OpenPGP digital 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] OpenLayers 3

2015-07-25 Thread Ross Gammon
On 07/12/2015 01:17 PM, Sebastiaan Couwenberg wrote:
 Ross Gammon packaged the following Node.js module, still in NEW too:
 
  node-cli-table
  node-coffeeify
  node-convert-source-map
  node-cross-spawn
 
 I'm not sure if he want to give up on Node.js packaging too, but it's
 very likely since there packages are part of the OpenLayers 3 dependency
 chain too.

I am now back from my vacation and catching up. Yes, I don't see any
point in continuing with these packages for OpenLayers 3 now. I will ask
for them to be rejected as well.

But I am still interested in node/js packaging for some other apps, so I
will be watching the small node packages thread with interest and
helping out where I can.

Regards,

Ross



signature.asc
Description: OpenPGP digital 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

[Pkg-javascript-devel] node-builtins meta-package

2015-04-03 Thread Ross Gammon

Hi All,

I was just working on the Browserify task [1] and started on an ITP for 
builtins [2]. Then I realised that there is actually no javascript in 
that package. Package.json references builtins.json [3], which has a 
long list of requires.


What would people recommend we do here? Should I convert each require 
in builtins to a hard dependency for the browserify package, make 
node-builtins a meta-package pulling in all the dependencies that are 
requires, or just leave builtins to last and check at the end what 
isn't already pulled in by the other dependencies?


I suppose the first and last ideas are the most efficient and tidy 
(avoiding a mostly empty package), but may require maintenance effort 
going forward. We would have to check if builtins has changed every time 
we update browserify.


Doing the last may end up with good feedback to upstream, by either 
giving an accurate list of dependencies, or possibly enabling builtins 
to be dropped.


Regards,

Ross

[1] https://wiki.debian.org/Javascript/Nodejs/Tasks/Browserify
[2] https://github.com/juliangruber/builtins
[3] https://github.com/juliangruber/builtins/blob/master/builtins.json

___
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] Bug#781763: RFS: node-coffeeify/1.0.0-1 [ITP]

2015-04-02 Thread Ross Gammon
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package node-coffeeify

* Package name: node-coffeeify
  Version : 1.0.0-1
  Upstream Author : Johan Nordberg h...@johan-nordberg.com
* URL : https://github.com/jnordberg/coffeeify
* License : Expat
  Section : web

It builds this binary package:

node-coffeeify - browserify plugin for coffee-script

To access further information about this package, please visit the following
URL:

http://mentors.debian.net/package/node-coffeeify


Alternatively, one can download the package with dget using this command:

dget -x http://mentors.debian.net/debian/pool/main/n/node-coffeeify/node-
coffeeify_1.0.0-1.dsc

The Debian packaging can be cloned with:

debcheckout --user username git://git.debian.org/pkg-javascript/node-
coffeeify.git --git-track '*'

Changes since the last upload:

  * Initial release (Closes: #780698)
  * Patch index.js to use through2 instead of through


Regards,
Ross Gammon



-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

___
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] Bug#781701: RFS: node-convert-source-map/1.0.0-1 [ITP]

2015-04-01 Thread Ross Gammon
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package node-convert-source-map

* Package name: node-convert-source-map
  Version : 1.0.0-1
  Upstream Author : Thorsten Lorenz thlor...@gmx.de (http://thlorenz.com)
* URL : https://github.com/thlorenz/convert-source-map
* License : Expat
  Section : web

It builds this binary package:

node-convert-source-map - Converts a source-map from/to between formats

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/node-convert-source-map


Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/n/node-convert-source-map/node-convert-source-map_1.0.0-1.dsc

The packaging can be cloned using:

debcheckout --user username 
git://git.debian.org/pkg-javascript/node-convert-source-map.git --git-track '*'

Changes since the last upload:

  * Initial release (Closes: #780699)


Regards,
Ross Gammon



-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

___
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] Bug#780695: RFS: node-cli-table/0.3.1-1 [ITP]

2015-03-17 Thread Ross Gammon
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package node-cli-table

* Package name: node-cli-table
  Version : 0.3.1-1
  Upstream Author : Guillermo Rauch guille...@learnboost.com
* URL : https://github.com/Automattic/cli-table
* License : MIT
  Section : web

It builds this binary package:

node-cli-table - Pretty unicode tables for the CLI

To access further information about this package, please visit the following
URL:

http://mentors.debian.net/package/node-cli-table


Alternatively, one can download the package with dget using this command:

dget -x http://mentors.debian.net/debian/pool/main/n/node-cli-table/node-cli-
table_0.3.1-1.dsc

The Debian packaging can be found here:

http://anonscm.debian.org/cgit/pkg-javascript/node-cli-table.git/

Changes since the last upload:


  * Initial release (Closes: #780342)
  * Patched example to find installed cli-table
  * Add a manual test using installed example


Regards,
Ross Gammon



-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-security
  APT policy: (990, 'trusty-security'), (900, 'trusty-updates'), (500, 
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-46-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

___
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] Bug#780698: ITP: node-coffeeify -- browserify plugin for coffee-script

2015-03-17 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon rossgam...@mail.dk

* Package name: node-coffeeify
  Version : 1.0.0
  Upstream Author : Johan Nordberg h...@johan-nordberg.com
* URL : https://github.com/jnordberg/coffeeify
* License : Expat
  Programming Lang: JavaScript
  Description : browserify plugin for coffee-script

This plugin allows you to mix and match .js and .coffee files in the same
project.

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

node-coffeeify is required for node-browserify (#780357) and will be maintained
within the Debian Javascipt Team.

___
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] Bug#780699: ITP: node-convert-source-map -- Converts a source-map between formats

2015-03-17 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon rossgam...@mail.dk

* Package name: node-convert-source-map
  Version : 1.0.0
  Upstream Author : Thorsten Lorenz thlor...@gmx.de (http://thlorenz.com)
* URL : https://github.com/thlorenz/convert-source-map
* License : Expat
  Programming Lang: JavaScript
  Description : Converts a source-map between formats

Converts a source-map from/to different formats and allows adding/changing the
properties.

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

node-convert-source-map is required for node-coffeeify (#780698) and will be
maintained within the Debian Javascript Team.

___
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] Bug#780357: ITP: node-browserify -- provides a nodejs type require() method in the browser

2015-03-12 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon rossgam...@mail.dk

* Package name: node-browserify
  Version : 9.0.3
  Upstream Author : James Halliday m...@substack.net (http://substack.net)
* URL : https://github.com/substack/node-browserify
* License : Expat
  Programming Lang: JavaScript
  Description : provides a nodejs type require() method in the browser

Browsers don't have the require method available that Node.js does. But with
Browserify you can write code fir the browser that uses require in the same way
that you would use it in Node.

node-browswerify is required by node-bluebird (#779305) and will be
maintained within the Javascript Team.

___
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] Bug#780360: RFS: node-cross-spawn/0.2.6-1 [ITP]

2015-03-12 Thread Ross Gammon
Package: sponsorsip-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package node-cross-spawn

* Package name: node-cross-spawn
  Version : 0.2.6-1
  Upstream Author : IndigoUnited he...@indigounited.com
(http://indigounited.com)
* URL : https://github.com/IndigoUnited/node-cross-spawn
* License : Expat
  Section : web

It builds these binary packages:

node-cross-spawn - Cross platform drop-in replacement for spawn

To access further information about this package, please visit the following
URL:

http://mentors.debian.net/package/node-cross-spawn


Alternatively, one can download the package with dget using this command:

dget -x http://mentors.debian.net/debian/pool/main/n/node-cross-spawn/node-
cross-spawn_0.2.6-1.dsc

Packaging can be viewed at http://anonscm.debian.org/cgit/pkg-javascript/node-
cross-spawn.git.

Changes since the last upload:

  * Initial release (Closes: #780312)


Regards,
Ross Gammon



-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-security
  APT policy: (990, 'trusty-security'), (900, 'trusty-updates'), (500, 
'trusty'), (400, 'trusty-proposed'), (200, 'utopic-proposed'), (100, 
'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-46-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

___
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] Bug#780342: ITP: node-cli-table -- Pretty unicode tables for the CLI

2015-03-12 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon rossgam...@mail.dk

* Package name: node-cli-table
  Version : 0.3.1
  Upstream Author : Guillermo Rauch guille...@learnboost.com
* URL : https://github.com/Automattic/cli-table
* License : FIX_ME upstream license
  Programming Lang: JavaScript
  Description : Pretty unicode tables for the CLI

This utility allows you to render unicode-aided tables on the command line from
your node.js scripts.

node-cli-table is a dependency of node-bluebird (#779305) and will be
maintained within the Javascript Team.

___
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] Bug#780312: ITP: node-cross-spawn -- Cross platform drop-in replacement for spawn

2015-03-11 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon rossgam...@mail.dk

* Package name: node-cross-spawn
  Version : 0.2.6
  Upstream Author : IndigoUnited he...@indigounited.com
(http://indigounited.com)
* URL : https://github.com/IndigoUnited/node-cross-spawn
* License : Expat
  Programming Lang: JavaScript
  Description : Cross platform drop-in replacement for spawn

Cross-spawn is a drop-in replacement for nodejs's spawn which does not
have full support on all platforms. Cross-spawn is a thin wrapper around
child_process.spawn which provides restarts.

node-cross-spawn is required for node-bluebird (#779305) and will be maintained
in the Javascript Team.

___
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] Bug#779667: RFS: node-bluebird/2.9.13+dfsg-1 [ITP]

2015-03-03 Thread Ross Gammon
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package node-bluebird

* Package name: node-bluebird
  Version : 2.9.13+dfsg-1
  Upstream Author : Petka Antonov petka.anto...@gmail.com
* URL : https://github.com/petkaantonov/bluebird
* License : Expat
  Section : web

It builds these binary packages:

libjs-bluebird - Fully featured Promises/A+ implementation - javascript
node-bluebird - Fully featured Promises/A+ implementation - Nodejs

To access further information about this package, please visit the following
URL:

http://mentors.debian.net/package/node-bluebird


Alternatively, one can download the package with dget using this command:

dget -x http://mentors.debian.net/debian/pool/main/n/node-bluebird/node-
bluebird_2.9.13+dfsg-1.dsc

The packaging can be found here:
http://anonscm.debian.org/cgit/pkg-javascript/node-bluebird.git

Changes since the last upload:

  [ Ross Gammon ]
  * Initial release (Closes: #779305)
  * Repack tarball to exclude minified javascript without source
  * Document repacking of tarball in d/README.source
  * Add a libjs-bluebird package for the browser js files
  * Fix duplicate package descriptions
  * Remove async.js and use packaged version instead

  [ Bas Couwenberg ]
  * Restructure control file with cme.
  * Add myself to Uploaders.
  * Update Vcs-Browser URL to use cgit instead of gitweb.

Regards,
Ross Gammon



-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-security
  APT policy: (990, 'trusty-security'), (900, 'trusty-updates'), (500, 
'trusty'), (400, 'trusty-proposed'), (200, 'utopic-proposed'), (100, 
'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-46-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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


<    1   2