[Pkg-javascript-devel] Bug#831783: ITP: node-gettext-parser -- Parse and compile gettext po and mo files to/from json

2016-07-19 Thread Mathias Behrle
Package: wnpp
Severity: wishlist
Owner: Debian Javascript Maintainers 

X-Debbugs-CC: 
debian-de...@lists.debian.org,tryton-deb...@lists.alioth.debian.org

* Package name: node-gettext-parser
  Version : 1.2.0
  Upstream Author : Andris Reinman
* URL : http://github.com/andris9/gettext-parser
* License : Expat
  Programming Lang: JavaScript
  Description: Parse and compile gettext po and mo files to/from json
  Parse and compile gettext *po* and *mo* files with node.js, nothing more,
  nothing less.
  .
  This module is slightly based on other gettext related modules
  (node-gettext (https://github.com/andris9/node-gettext)). The plan is to move
  all parsing and compiling logic from node-gettext to this module and leave
  only translation related functions (domains, plural handling, lookups etc.).
  .
  Node.js is an event-based server-side JavaScript engine.


This is another build dependency of node-po2json/tryton-sao.

-- 
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#831782: ITP: node-encoding -- Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed

2016-07-19 Thread Mathias Behrle
Package: wnpp
Severity: wishlist
Owner: Debian Javascript Maintainers 

X-Debbugs-CC: 
debian-de...@lists.debian.org,tryton-deb...@lists.alioth.debian.org

* Package name: node-encoding
  Version : 0.1.12
  Upstream Author : Andris Reinman
* URL : https://github.com/andris9/encoding#readme
* License : Expat
  Programming Lang: JavaScript
  Description: Convert encodings, uses iconv by default and fallbacks to 
iconv-lite if needed
  encoding is a simple wrapper around
  node-iconv (https://github.com/bnoordhuis/node-iconv) and
  iconv-lite (https://github.com/ashtuchkin/iconv-lite/) to convert strings
  from one encoding to another. If node-iconv is not available for some reason,
  iconv-lite will be used instead of it as a fallback.
  .
  Node.js is an event-based server-side JavaScript engine.


This is another build dependency of node-po2json/tryton-sao.

-- 
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] jquery-goodies 11-3 MIGRATED to testing

2016-07-19 Thread Debian testing watch
FYI: The status of the jquery-goodies source package
in Debian's testing distribution has changed.

  Previous version: 11-2
  Current version:  11-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more 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] Processed: Re: [pkg-fgfs-crew] Bug#831588: Bug#831588: [flightgear-phi] Missing JavaScript files in FlightGear Phi

2016-07-19 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 +confirmed +pending
Bug #831588 [flightgear-phi] [flightgear-phi] Missing JavaScript files in 
FlightGear Phi
Added tag(s) confirmed.
Bug #831588 [flightgear-phi] [flightgear-phi] Missing JavaScript files in 
FlightGear Phi
Added tag(s) pending.
> severity -1 serious
Bug #831588 [flightgear-phi] [flightgear-phi] Missing JavaScript files in 
FlightGear Phi
Severity set to 'serious' from 'important'
> affects 829073 flightgear-phi
Bug #829073 [jqueryui] update jquery.ui to latest upstream release
Added indication that 829073 affects flightgear-phi

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

-- 
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] Clean room implementation of JavaScript compiler (was: Bug#830978: Browserified javascript and DFSG 2)

2016-07-19 Thread Ben Finney
On 19-Jul-2016, Don Armstrong wrote:
> And now that enough people have read [the bug discussing whether
> compiled JavaScript is source], we probably could have
> re-implemented grunt by now and solved the libjs-handlebars problem.

Perhaps not a complete re-implementation of Grunt. But there is a
clear desire for a JavaScript compiler: a program that takes several
input JavaScript files, and compiles them to a single generated file.

Can we come up with a specification of that job, sufficient to package
in Debian for use where upstream packages use Grunt to “browserify”
libraries?

Ideally it should not be based on Grunt source, so that it's clear to
implement just this tool without entanglement of existing programs not
yet in Debian.

-- 
 \“Institutions will try to preserve the problem to which they |
  `\ are the solution.” —Clay Shirky, 2012 |
_o__)  |
Ben Finney 


signature.asc
Description: PGP 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] Clean room implementation of JavaScript compiler (was: Bug#830978: Browserified javascript and DFSG 2)

2016-07-19 Thread Jérémy Lal
2016-07-20 1:23 GMT+02:00 Ben Finney :

> On 19-Jul-2016, Don Armstrong wrote:
> > And now that enough people have read [the bug discussing whether
> > compiled JavaScript is source], we probably could have
> > re-implemented grunt by now and solved the libjs-handlebars problem.
>
> Perhaps not a complete re-implementation of Grunt. But there is a
> clear desire for a JavaScript compiler: a program that takes several
> input JavaScript files, and compiles them to a single generated file.
>
> Can we come up with a specification of that job, sufficient to package
> in Debian for use where upstream packages use Grunt to “browserify”
> libraries?
>
> Ideally it should not be based on Grunt source, so that it's clear to
> implement just this tool without entanglement of existing programs not
> yet in Debian.
>

FYI a similar approach has been implemented in browserify-lite.
The case at hand (handlebars) requires more features like the ones provided
by babel.

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] Bug#635718: Candidate-se a um crédito rápido e fácil

2016-07-19 Thread GOV CREDITS

Caro Sr / Sra
Buscando para Créditos de Projeto Fundos de Investimento?
Somos uma instituição de crédito que concede empréstimos acessíveis / pacotes 
de investimento para os indivíduos, grupos e empresas ao redor do globo, mau 
crédito e não há pontuação de crédito são bem-vindos.
vamos defender Excelência Profissional, nossa definição de excelência 
encontra-se em excelente serviço ao cliente.
oferecemos planos de pagamento e de reembolso acessíveis e, por fim um processo 
fácil e rápido ..
Se você está interessado em beneficiar desta ampla oportunidade gentilmente 
resposta para obter mais informações ..
Aguardamos sua resposta.

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