Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 2010 14:10:34 +0200 (CEST)
From:      Lapo Luchini <lapo@lapo.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Lapo Luchini <lapo@lapo.it>
Subject:   ports/151359: [NEW PORT] www/xpi-jslib: Library of common useful routines for XPI developers
Message-ID:  <201010101210.o9ACAY8C048650@lapo.andxor.it>
Resent-Message-ID: <201010101220.o9ACK1JK080706@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         151359
>Category:       ports
>Synopsis:       [NEW PORT] www/xpi-jslib: Library of common useful routines for XPI developers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 10 12:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Lapo Luchini
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lapo.andxor.it 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010
>Description:
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
>How-To-Repeat:
>Fix:

--- xpi-jslib-0.1.365.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xpi-jslib
#	xpi-jslib/distinfo
#	xpi-jslib/Makefile
#	xpi-jslib/pkg-descr
#
echo c - xpi-jslib
mkdir -p xpi-jslib > /dev/null 2>&1
echo x - xpi-jslib/distinfo
sed 's/^X//' >xpi-jslib/distinfo << 'aa078713679f1d64e6dab66df8a9c5b0'
XMD5 (jslib-0.1.365/jslib_current_lite_signed.xpi) = 7e3b922d282f6d68f5a827aed2aae40b
XSHA256 (jslib-0.1.365/jslib_current_lite_signed.xpi) = a760e431e156854ba4990297d4bf8daff0d335f60f645979abba7b8e10e3f519
XSIZE (jslib-0.1.365/jslib_current_lite_signed.xpi) = 112885
aa078713679f1d64e6dab66df8a9c5b0
echo x - xpi-jslib/Makefile
sed 's/^X//' >xpi-jslib/Makefile << '5700679e01e3758b7cc2ac84d290245a'
X# New ports collection makefile for:	xpi-firebug
X# Date created:			10 Otcober 2010
X# Whom:				Lapo Luchini <lapo@lapo.it>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	jslib
XPORTVERSION=	0.1.365
XCATEGORIES=	www
XMASTER_SITES=	http://downloads.mozdev.org/jslib/xpi/signed/
XDISTFILES=	jslib_current_lite_signed.xpi
XDIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	lapo@lapo.it
XCOMMENT=	Library of common useful routines for XPI developers
X
XLICENSE=	MPL
X
XFETCH_ARGS=	"-pRr" # without "-A" as MASTER_SITE uses redirect to send to different mirrors
X
XXPI_ID=		{DF8E5247-8E0A-4de6-B393-0735A39DFD80}
XXPI_FILES=	application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js install.js install.rdf
XXPI_DIRS=	chrome/jsliblive chrome components defaults/preferences defaults
X
X.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
X.include <bsd.port.mk>
5700679e01e3758b7cc2ac84d290245a
echo x - xpi-jslib/pkg-descr
sed 's/^X//' >xpi-jslib/pkg-descr << '22fd8aa8d7d5f57dd722f96098e7e35c'
XMozilla gives a great flexibility and power to Javascript. This popular 
Xclient side scripting language can be used to create application level 
Xlogic and services for cross platform application development.
X
XBy creating libraries of common useful routines, application developers can 
Xfocus on creating original functionality for their own applications instead 
Xof dealing w/ complex xpconnect wrapper objects and worrying about which 
XIDL methods do what and which are implemented on what platforms.
X
XGoal: jslib has a simple goal, "Make life easier for Mozilla Application 
XDevelopment by creating logical, easy to use API's for general purpose 
Xroutines that lend themselves to living in library code."
X
XWWW: http://jslib.mozdev.org/
22fd8aa8d7d5f57dd722f96098e7e35c
exit
--- xpi-jslib-0.1.365.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010101210.o9ACAY8C048650>