From owner-freebsd-gecko@FreeBSD.ORG Fri Sep 10 15:59:53 2010 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C47D106567A for ; Fri, 10 Sep 2010 15:59:53 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id B309B8FC15 for ; Fri, 10 Sep 2010 15:59:52 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o8AFxpJG088657 for ; Fri, 10 Sep 2010 15:59:51 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id o8AFxk5m087203 for freebsd-gecko@freebsd.org; Fri, 10 Sep 2010 15:59:46 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 10 Sep 2010 15:59:46 GMT Message-Id: <201009101559.o8AFxk5m087203@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r393 - branches/experimental/www/seamonkey2-i18n trunk/www/seamonkey2-i18n X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2010 15:59:53 -0000 Author: beat Date: Fri Sep 10 15:59:45 2010 New Revision: 393 Log: - Add Italian langpack and fix List-Langs target Submitted by: ale Modified: branches/experimental/www/seamonkey2-i18n/Makefile branches/experimental/www/seamonkey2-i18n/Makefile.lang branches/experimental/www/seamonkey2-i18n/Makefile.option branches/experimental/www/seamonkey2-i18n/distinfo trunk/www/seamonkey2-i18n/Makefile trunk/www/seamonkey2-i18n/Makefile.lang trunk/www/seamonkey2-i18n/Makefile.option trunk/www/seamonkey2-i18n/distinfo Modified: branches/experimental/www/seamonkey2-i18n/Makefile ============================================================================== --- branches/experimental/www/seamonkey2-i18n/Makefile Wed Sep 8 08:53:56 2010 (r392) +++ branches/experimental/www/seamonkey2-i18n/Makefile Fri Sep 10 15:59:45 2010 (r393) @@ -2,11 +2,12 @@ # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/seamonkey2-i18n/Makefile,v 1.7 2010/06/23 18:42:14 beat Exp $ +# $FreeBSD: ports/www/seamonkey2-i18n/Makefile,v 1.10 2010/09/10 15:53:41 ale Exp $ # PORTNAME= seamonkey2-i18n PORTVERSION= 2.0.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITE_SUBDIR= seamonkey/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= @@ -78,7 +79,7 @@ List-Langs: @fetch -o- "http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/${PORTVERSION}/langpack"|\ - ${PERL} -ne 'if(/.*href="seamonkey-2.0.([a-zA-Z-]+).langpack.xpi"/){print "$$1\n"}' |\ + ${PERL} -ne 'if(/.*href="seamonkey-${PORTVERSION}.([a-zA-Z-]+).langpack.xpi"/){print "$$1\n"}' |\ ${AWK} 'BEGIN{ORS=" "}{print $1}END{printf "\nNumber of languages: %d\n",NR}' .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" Modified: branches/experimental/www/seamonkey2-i18n/Makefile.lang ============================================================================== --- branches/experimental/www/seamonkey2-i18n/Makefile.lang Wed Sep 8 08:53:56 2010 (r392) +++ branches/experimental/www/seamonkey2-i18n/Makefile.lang Fri Sep 10 15:59:45 2010 (r393) @@ -2,11 +2,11 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/seamonkey2-i18n/Makefile.lang,v 1.1 2009/12/14 12:31:01 beat Exp $ +# $FreeBSD: ports/www/seamonkey2-i18n/Makefile.lang,v 1.2 2010/09/10 15:53:41 ale Exp $ # -# Currently, the following 17 languages are supported. +# Currently, the following 19 languages are supported. # -SEAMONKEY_I18N_ALL_= be ca cs de es-AR es-ES fr gl hu \ +SEAMONKEY_I18N_ALL_= be ca cs de es-AR es-ES fr gl hu it \ ka lt nb-NO nl pl pt-PT ru sk tr .if defined(SEAMONKEY_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package) @@ -39,6 +39,9 @@ .ifndef WITHOUT_LANG_HU SEAMONKEY_I18N+= hu .endif +.ifndef WITHOUT_LANG_IT +SEAMONKEY_I18N+= it +.endif .ifndef WITHOUT_LANG_KA SEAMONKEY_I18N+= ka .endif Modified: branches/experimental/www/seamonkey2-i18n/Makefile.option ============================================================================== --- branches/experimental/www/seamonkey2-i18n/Makefile.option Wed Sep 8 08:53:56 2010 (r392) +++ branches/experimental/www/seamonkey2-i18n/Makefile.option Fri Sep 10 15:59:45 2010 (r393) @@ -2,7 +2,7 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/seamonkey2-i18n/Makefile.option,v 1.1 2009/12/14 12:31:01 beat Exp $ +# $FreeBSD: ports/www/seamonkey2-i18n/Makefile.option,v 1.2 2010/09/10 15:53:41 ale Exp $ # OPTIONS= LANG_BE "Byelorussian" off \ @@ -14,6 +14,7 @@ LANG_DE "German" on \ LANG_FR "French" on \ LANG_HU "Hungarian" off \ + LANG_IT "Italian" on \ LANG_LT "Lithuanian" off \ LANG_NB "Norwegian" off \ LANG_PL "Polish" off \ Modified: branches/experimental/www/seamonkey2-i18n/distinfo ============================================================================== --- branches/experimental/www/seamonkey2-i18n/distinfo Wed Sep 8 08:53:56 2010 (r392) +++ branches/experimental/www/seamonkey2-i18n/distinfo Fri Sep 10 15:59:45 2010 (r393) @@ -25,6 +25,9 @@ MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.hu.langpack.xpi) = 944775f7c7b9e0486aab266b96387d38 SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.hu.langpack.xpi) = 36146fda3c02071b86eefe7d49cb2d5468b66aeb9542c1519406766787f645a1 SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.hu.langpack.xpi) = 521402 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.it.langpack.xpi) = 4531af65980738c4ba5dba369ffab9f6 +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.it.langpack.xpi) = d3fa03cda8a3d277f903ecffdcfa16870b8f718ff4a4d234e165974a36546828 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.it.langpack.xpi) = 468282 MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ka.langpack.xpi) = 1429ede186eded1e6dbd058bd8f4c8ac SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ka.langpack.xpi) = 4d037793ba0f16d1048696b0b2a3d85e5e81079dec1d3c1ee948929477c8ce9f SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ka.langpack.xpi) = 547311 Modified: trunk/www/seamonkey2-i18n/Makefile ============================================================================== --- trunk/www/seamonkey2-i18n/Makefile Wed Sep 8 08:53:56 2010 (r392) +++ trunk/www/seamonkey2-i18n/Makefile Fri Sep 10 15:59:45 2010 (r393) @@ -2,11 +2,12 @@ # Date created: 28 May 2006 # Whom: Andrew Pantyukhin # -# $FreeBSD: ports/www/seamonkey2-i18n/Makefile,v 1.7 2010/06/23 18:42:14 beat Exp $ +# $FreeBSD: ports/www/seamonkey2-i18n/Makefile,v 1.10 2010/09/10 15:53:41 ale Exp $ # PORTNAME= seamonkey2-i18n PORTVERSION= 2.0.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITE_SUBDIR= seamonkey/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= @@ -78,7 +79,7 @@ List-Langs: @fetch -o- "http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/${PORTVERSION}/langpack"|\ - ${PERL} -ne 'if(/.*href="seamonkey-2.0.([a-zA-Z-]+).langpack.xpi"/){print "$$1\n"}' |\ + ${PERL} -ne 'if(/.*href="seamonkey-${PORTVERSION}.([a-zA-Z-]+).langpack.xpi"/){print "$$1\n"}' |\ ${AWK} 'BEGIN{ORS=" "}{print $1}END{printf "\nNumber of languages: %d\n",NR}' .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" Modified: trunk/www/seamonkey2-i18n/Makefile.lang ============================================================================== --- trunk/www/seamonkey2-i18n/Makefile.lang Wed Sep 8 08:53:56 2010 (r392) +++ trunk/www/seamonkey2-i18n/Makefile.lang Fri Sep 10 15:59:45 2010 (r393) @@ -2,11 +2,11 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/seamonkey2-i18n/Makefile.lang,v 1.1 2009/12/14 12:31:01 beat Exp $ +# $FreeBSD: ports/www/seamonkey2-i18n/Makefile.lang,v 1.2 2010/09/10 15:53:41 ale Exp $ # -# Currently, the following 17 languages are supported. +# Currently, the following 19 languages are supported. # -SEAMONKEY_I18N_ALL_= be ca cs de es-AR es-ES fr gl hu \ +SEAMONKEY_I18N_ALL_= be ca cs de es-AR es-ES fr gl hu it \ ka lt nb-NO nl pl pt-PT ru sk tr .if defined(SEAMONKEY_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package) @@ -39,6 +39,9 @@ .ifndef WITHOUT_LANG_HU SEAMONKEY_I18N+= hu .endif +.ifndef WITHOUT_LANG_IT +SEAMONKEY_I18N+= it +.endif .ifndef WITHOUT_LANG_KA SEAMONKEY_I18N+= ka .endif Modified: trunk/www/seamonkey2-i18n/Makefile.option ============================================================================== --- trunk/www/seamonkey2-i18n/Makefile.option Wed Sep 8 08:53:56 2010 (r392) +++ trunk/www/seamonkey2-i18n/Makefile.option Fri Sep 10 15:59:45 2010 (r393) @@ -2,7 +2,7 @@ # Date created: 30 Nov 2008 # Whom: Koji Yokota # -# $FreeBSD: ports/www/seamonkey2-i18n/Makefile.option,v 1.1 2009/12/14 12:31:01 beat Exp $ +# $FreeBSD: ports/www/seamonkey2-i18n/Makefile.option,v 1.2 2010/09/10 15:53:41 ale Exp $ # OPTIONS= LANG_BE "Byelorussian" off \ @@ -14,6 +14,7 @@ LANG_DE "German" on \ LANG_FR "French" on \ LANG_HU "Hungarian" off \ + LANG_IT "Italian" on \ LANG_LT "Lithuanian" off \ LANG_NB "Norwegian" off \ LANG_PL "Polish" off \ Modified: trunk/www/seamonkey2-i18n/distinfo ============================================================================== --- trunk/www/seamonkey2-i18n/distinfo Wed Sep 8 08:53:56 2010 (r392) +++ trunk/www/seamonkey2-i18n/distinfo Fri Sep 10 15:59:45 2010 (r393) @@ -25,6 +25,9 @@ MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.hu.langpack.xpi) = 944775f7c7b9e0486aab266b96387d38 SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.hu.langpack.xpi) = 36146fda3c02071b86eefe7d49cb2d5468b66aeb9542c1519406766787f645a1 SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.hu.langpack.xpi) = 521402 +MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.it.langpack.xpi) = 4531af65980738c4ba5dba369ffab9f6 +SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.it.langpack.xpi) = d3fa03cda8a3d277f903ecffdcfa16870b8f718ff4a4d234e165974a36546828 +SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.it.langpack.xpi) = 468282 MD5 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ka.langpack.xpi) = 1429ede186eded1e6dbd058bd8f4c8ac SHA256 (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ka.langpack.xpi) = 4d037793ba0f16d1048696b0b2a3d85e5e81079dec1d3c1ee948929477c8ce9f SIZE (xpi/seamonkey2-i18n-2.0.7/seamonkey-2.0.7.ka.langpack.xpi) = 547311