Bug 151359 - [NEW PORT] www/xpi-jslib: Library of common useful routines for XPI developers
Summary: [NEW PORT] www/xpi-jslib: Library of common useful routines for XPI developers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-10 13:20 UTC by Lapo Luchini
Modified: 2010-10-10 20:00 UTC (History)
1 user (show)

See Also:


Attachments
xpi-jslib-0.1.365.shar (2.75 KB, text/plain)
2010-10-10 13:20 UTC, Lapo Luchini
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lapo Luchini 2010-10-10 13:20:01 UTC
Mozilla gives a great flexibility and power to Javascript. This popular 
client side scripting language can be used to create application level 
logic and services for cross platform application development.

By creating libraries of common useful routines, application developers can 
focus on creating original functionality for their own applications instead 
of dealing w/ complex xpconnect wrapper objects and worrying about which 
IDL methods do what and which are implemented on what platforms.

Goal: jslib has a simple goal, "Make life easier for Mozilla Application 
Development by creating logical, easy to use API's for general purpose 
routines that lend themselves to living in library code."

WWW: http://jslib.mozdev.org/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-10 13:20:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

pgollucci@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-10 19:50:07 UTC
pgollucci    2010-10-10 18:50:02 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/xpi-jslib        Makefile distinfo pkg-descr 
  Log:
  Mozilla gives a great flexibility and power to Javascript. This popular
  client side scripting language can be used to create application level
  logic and services for cross platform application development.
  
  By creating libraries of common useful routines, application developers can
  focus on creating original functionality for their own applications instead
  of dealing w/ complex xpconnect wrapper objects and worrying about which
  IDL methods do what and which are implemented on what platforms.
  
  Goal: jslib has a simple goal, "Make life easier for Mozilla Application
  Development by creating logical, easy to use API's for general purpose
  routines that lend themselves to living in library code."
  
  WWW: http://jslib.mozdev.org/
  
  PR:             ports/151359
  Submitted by:   Lapo Luchini <lapo at lapo.it>
  
  Revision  Changes    Path
  1.2709    +1 -0      ports/www/Makefile
  1.1       +27 -0     ports/www/xpi-jslib/Makefile (new)
  1.1       +3 -0      ports/www/xpi-jslib/distinfo (new)
  1.1       +14 -0     ports/www/xpi-jslib/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-10-10 19:50:59 UTC
State Changed
From-To: open->closed

Committed, Thanks!