From lapo@lapo.it  Sun Oct 10 12:10:38 2010
Return-Path: <lapo@lapo.it>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C313C106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Oct 2010 12:10:38 +0000 (UTC)
	(envelope-from lapo@lapo.it)
Received: from andxor.it (relay.andxor.it [195.223.2.3])
	by mx1.freebsd.org (Postfix) with SMTP id 0B6018FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Oct 2010 12:10:37 +0000 (UTC)
Received: (qmail 55828 invoked from network); 10 Oct 2010 12:10:34 -0000
Received: from unknown (HELO lapo.andxor.it) (192.168.2.22)
  by andxor.it with SMTP; 10 Oct 2010 12:10:34 -0000
Received: from lapo.andxor.it (localhost.andxor.it [127.0.0.1])
	by lapo.andxor.it (8.14.4/8.14.4) with ESMTP id o9ACAYch048651;
	Sun, 10 Oct 2010 14:10:34 +0200 (CEST)
	(envelope-from lapo@lapo.andxor.it)
Received: (from lapo@localhost)
	by lapo.andxor.it (8.14.4/8.14.4/Submit) id o9ACAY8C048650;
	Sun, 10 Oct 2010 14:10:34 +0200 (CEST)
	(envelope-from lapo)
Message-Id: <201010101210.o9ACAY8C048650@lapo.andxor.it>
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: [NEW PORT] www/xpi-jslib: Library of common useful routines for XPI developers
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 10 12:20:01 UTC 2010
>Closed-Date:    Sun Oct 10 18:51:00 UTC 2010
>Last-Modified:  Sun Oct 10 19:00:06 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Oct 10 12:20:07 UTC 2010 
Responsible-Changed-Why:  
pgollucci@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151359 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Sun Oct 10 18:50:59 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151359 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151359: commit references a PR
Date: Sun, 10 Oct 2010 18:50:07 +0000 (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"
 
>Unformatted:
