[SVN-Commit] r556 - branches/experimental/www/seamonkey-i18n

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Fri Jun 10 16:27:44 UTC 2011


Author: beat
Date: Fri Jun 10 16:27:37 2011
New Revision: 556

Log:
- Add language packs for SeaMonkey 2.1. (For some reason SeaMonkey 2.1
  doesn't recognize them yet)

Approved by:	flo@ (implicit)

Added:
   branches/experimental/www/seamonkey-i18n/
      - copied from r554, branches/experimental/www/seamonkey2-i18n/
Modified:
   branches/experimental/www/seamonkey-i18n/Makefile
   branches/experimental/www/seamonkey-i18n/Makefile.lang
   branches/experimental/www/seamonkey-i18n/Makefile.option
   branches/experimental/www/seamonkey-i18n/distinfo
   branches/experimental/www/seamonkey-i18n/pkg-descr

Modified: branches/experimental/www/seamonkey-i18n/Makefile
==============================================================================
--- branches/experimental/www/seamonkey2-i18n/Makefile	Tue Jun  7 21:05:21 2011	(r554)
+++ branches/experimental/www/seamonkey-i18n/Makefile	Fri Jun 10 16:27:37 2011	(r556)
@@ -2,11 +2,11 @@
 # Date created:		28 May 2006
 # Whom:			Andrew Pantyukhin <infofarmer at FreeBSD.org>
 #
-# $FreeBSD: ports/www/seamonkey2-i18n/Makefile,v 1.17 2011/03/03 04:39:49 beat Exp $
+# $FreeBSD$
 #
 
-PORTNAME=	seamonkey2-i18n
-PORTVERSION=	2.0.14
+PORTNAME=	seamonkey-i18n
+PORTVERSION=	2.1rc2
 CATEGORIES=	www
 MASTER_SITE_SUBDIR=	seamonkey/releases/${PORTVERSION}/langpack
 PKGNAMEPREFIX=
@@ -14,7 +14,9 @@
 DIST_SUBDIR=	xpi/${DISTNAME}
 
 MAINTAINER=	gecko at FreeBSD.org
-COMMENT=	Localized interface for SeaMonkey 2
+COMMENT=	Localized interface for SeaMonkey 2.1
+
+EXTRACT_DEPENDS=	zip:${PORTSDIR}/archivers/zip 
 
 USE_SEAMONKEY=	yes
 USE_XPI=	*seamonkey
@@ -52,7 +54,9 @@
 		if ! (${EXTRACT_CMD} ${_DISTDIR}/seamonkey-${PORTVERSION}.$$lang.langpack.xpi -d ${WRKSRC}/langpack-$$lang at seamonkey.mozilla.org);\
 		then \
 			exit 1; \
-		fi \
+		fi; \
+		cd ${WRKSRC}/langpack-$$lang at seamonkey.mozilla.org/chrome; \
+		${LOCALBASE}/bin/zip -r $$lang.jar $$lang; \
 	done
 
 do-install:

Modified: branches/experimental/www/seamonkey-i18n/Makefile.lang
==============================================================================
--- branches/experimental/www/seamonkey2-i18n/Makefile.lang	Tue Jun  7 21:05:21 2011	(r554)
+++ branches/experimental/www/seamonkey-i18n/Makefile.lang	Fri Jun 10 16:27:37 2011	(r556)
@@ -2,12 +2,13 @@
 # Date created:         30 Nov 2008
 # Whom:                 Koji Yokota <yokota at res.otaru-uc.ac.jp>
 #
-# $FreeBSD: ports/www/seamonkey2-i18n/Makefile.lang,v 1.3 2010/09/13 10:00:57 ale Exp $
+# $FreeBSD$
 #
-# Currently, the following 19 languages are supported.
+# Currently, the following 22 languages are supported.
 #
-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
+SEAMONKEY_I18N_ALL_=	be ca cs de en-GB en-US es-AR es-ES \
+			fi fr it ja-JP-mac ja lt nb-NO nl pl \
+			pt-PT ru sk sv-SE tr 
 
 .if defined(SEAMONKEY_I18N_ALL) || (defined(PACKAGE_BUILDING) && !exists(${OPTIONSFILE})) || make(makesum)
 SEAMONKEY_I18N=   ${SEAMONKEY_I18N_ALL_}
@@ -24,26 +25,32 @@
 .ifndef WITHOUT_LANG_DE
 SEAMONKEY_I18N+=  de
 .endif
+.ifndef WITHOUT_LANG_GB
+SEAMONKEY_I18N+=  en-GB
+.endif
+.ifndef WITHOUT_LANG_US
+SEAMONKEY_I18N+=  en-US
+.endif
 .ifndef WITHOUT_LANG_SA
 SEAMONKEY_I18N+=  es-AR
 .endif
 .ifndef WITHOUT_LANG_ES
 SEAMONKEY_I18N+=  es-ES
 .endif
+.ifndef WITHOUT_LANG_FI
+SEAMONKEY_I18N+=  fi
+.endif
 .ifndef WITHOUT_LANG_FR
 SEAMONKEY_I18N+=  fr
 .endif
-.ifndef WITHOUT_LANG_GL
-SEAMONKEY_I18N+=  gl
-.endif
-.ifndef WITHOUT_LANG_HU
-SEAMONKEY_I18N+=  hu
-.endif
 .ifndef WITHOUT_LANG_IT
 SEAMONKEY_I18N+=  it
 .endif
-.ifndef WITHOUT_LANG_KA
-SEAMONKEY_I18N+=  ka
+.ifndef WITHOUT_LANG_JP
+SEAMONKEY_I18N+=  ja-JP-mac
+.endif
+.ifndef WITHOUT_LANG_JA
+SEAMONKEY_I18N+=  ja
 .endif
 .ifndef WITHOUT_LANG_LT
 SEAMONKEY_I18N+=  lt
@@ -66,6 +73,9 @@
 .ifndef WITHOUT_LANG_SK
 SEAMONKEY_I18N+=  sk
 .endif
+.ifndef WITHOUT_LANG_SE
+SEAMONKEY_I18N+=  sv-SE
+.endif
 .ifndef WITHOUT_LANG_TR
 SEAMONKEY_I18N+=  tr
 .endif

Modified: branches/experimental/www/seamonkey-i18n/Makefile.option
==============================================================================
--- branches/experimental/www/seamonkey2-i18n/Makefile.option	Tue Jun  7 21:05:21 2011	(r554)
+++ branches/experimental/www/seamonkey-i18n/Makefile.option	Fri Jun 10 16:27:37 2011	(r556)
@@ -2,19 +2,21 @@
 # Date created:         30 Nov 2008
 # Whom:                 Koji Yokota <yokota at res.otaru-uc.ac.jp>
 #
-# $FreeBSD: ports/www/seamonkey2-i18n/Makefile.option,v 1.2 2010/09/10 15:53:41 ale Exp $
+# $FreeBSD$
 #
 
 OPTIONS=		LANG_BE "Byelorussian"          off \
 				LANG_CA "Catalan"               off \
 				LANG_CS "Czech"                 off \
 				LANG_NL "Dutch"                 off \
-				LANG_GL "Galician"              off \
-				LANG_KA "Georgian"              off \
 				LANG_DE "German"                on \
+				LANG_GB "English GB"            off \
+				LANG_US "English US"            off \
+				LANG_FI "Finnish"               off \
 				LANG_FR "French"                on \
-				LANG_HU "Hungarian"             off \
 				LANG_IT "Italian"               on \
+				LANG_JA "Japanese"              off \
+				LANG_JP "Japanese (ja-JP-mac)"  off \
 				LANG_LT "Lithuanian"            off \
 				LANG_NB "Norwegian"             off \
 				LANG_PL "Polish"                off \
@@ -22,5 +24,6 @@
 				LANG_RU "Russian"               on \
 				LANG_ES "Spanish"               on \
 				LANG_SA "Spanish (Argentina)"   off \
+				LANG_SE "Swedish"               off \
 				LANG_SK "Slovak"                off \
 				LANG_TR "Turkish"               off

Modified: branches/experimental/www/seamonkey-i18n/distinfo
==============================================================================
--- branches/experimental/www/seamonkey2-i18n/distinfo	Tue Jun  7 21:05:21 2011	(r554)
+++ branches/experimental/www/seamonkey-i18n/distinfo	Fri Jun 10 16:27:37 2011	(r556)
@@ -1,38 +1,44 @@
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.be.langpack.xpi) = c803810ff7942252519cb89b25665416a11251281f435909626e5fb5a514f6a5
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.be.langpack.xpi) = 482603
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.ca.langpack.xpi) = 1fa18a23049110de5d08fa58796dce6fb3d71d6ef4aa73dec480a3b09e73726e
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.ca.langpack.xpi) = 488176
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.cs.langpack.xpi) = 46ca8e9fbb242e70c0ed0590999f7f69983d489fc85a298cdd596d65db2d3293
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.cs.langpack.xpi) = 522845
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.de.langpack.xpi) = 594641f82d42d24bc5c0670fcd9336f7c3154f9482cf9158948451f6e097ee81
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.de.langpack.xpi) = 542527
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.es-AR.langpack.xpi) = c1da6b7b2a5576cdb06da12974b7ad099e7ee01c6d0a63a169f65b1210b73f30
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.es-AR.langpack.xpi) = 489505
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.es-ES.langpack.xpi) = edba89b84668f479e8c119fb4aa8fd5b2392733b89df3403e3390f3c80a85a84
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.es-ES.langpack.xpi) = 509776
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.fr.langpack.xpi) = eb8e3c71cc78405ceca95dd54981037570f9c9c34db052c9ae8ff6347781e302
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.fr.langpack.xpi) = 579569
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.gl.langpack.xpi) = 4e62b9c8664ab5c439b8d976912218a11331bb806a893de7726e5943ac62ca7c
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.gl.langpack.xpi) = 495742
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.hu.langpack.xpi) = b11e85ae7cb8967ee8591c7085bb5cdee4ea4b68e3a0f5385f88ccd78a22da25
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.hu.langpack.xpi) = 521421
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.it.langpack.xpi) = c854ecca7f83a2fab1d11e933bb926409b1a64f2c478c3dd57993cb93d09b4c5
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.it.langpack.xpi) = 468253
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.ka.langpack.xpi) = f2416d320a873e1d8388dcd2c6f83eb5a2546f3c776ccff72a724c8c4a40ff17
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.ka.langpack.xpi) = 547342
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.lt.langpack.xpi) = e7c82212c0d8a9bb304973fdb0a299ba40fa30d3f179c54459490d33fe26c004
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.lt.langpack.xpi) = 522635
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.nb-NO.langpack.xpi) = 0855e4feada8908d1a0206361a9d135c9dadd7b3e65442614c6192c0ef4e1455
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.nb-NO.langpack.xpi) = 491213
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.nl.langpack.xpi) = 8ca6f8240f14b3a625a53135e8911a518a8eb6849e5924f9b250092066fd48e8
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.nl.langpack.xpi) = 499343
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.pl.langpack.xpi) = 6bc9e2814a814613ad50611a39e33d776c2d1babe58e96a8b55d82ea7f5d9ca8
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.pl.langpack.xpi) = 520072
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.pt-PT.langpack.xpi) = dbbd4d2ed93d21d3c029df9ae1fd8184938492317311073ad9d0453e70f9a2ac
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.pt-PT.langpack.xpi) = 490053
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.ru.langpack.xpi) = 089b84d135229dbe7423014b5f71a904d45cf751e092e4d1fc8cdb3c2a67c14f
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.ru.langpack.xpi) = 560137
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.sk.langpack.xpi) = da9e20108845b8eceee04007c82775d5d50b0df7c541c82651d67f84143af14f
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.sk.langpack.xpi) = 524826
-SHA256 (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.tr.langpack.xpi) = f5f5a7bb30ac54edb3d1521d67928ffecfac106546ddf122bfebdba7f9287006
-SIZE (xpi/seamonkey2-i18n-2.0.14/seamonkey-2.0.14.tr.langpack.xpi) = 493838
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.be.langpack.xpi) = 1529e764093d67193df93751c1c24c0f43019eb47dc2a93b1f668874e064ff2e
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.be.langpack.xpi) = 795039
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.ca.langpack.xpi) = b5663539a5d7728e162e90874855747bd8cb0c54136d7c239ae18488b74a3d43
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.ca.langpack.xpi) = 814609
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.cs.langpack.xpi) = f409bc5778cf199d1f7a3f1af02ff99b52b96c553b6b7a93d06e9c4fcb39eeb8
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.cs.langpack.xpi) = 817990
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.de.langpack.xpi) = acef76e1540a0caf8d71b86c22ada613d58d83ab4dd2a40e4d179f09b7fc2bbe
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.de.langpack.xpi) = 860216
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.en-GB.langpack.xpi) = e60badf6aa433d89e6597af5c9a16357e6d5627838cb5edea578e4ceb651d529
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.en-GB.langpack.xpi) = 789980
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.en-US.langpack.xpi) = 7c497682eda2a1727b79da46f424af01b07fcb6cca9cb5a3a38b13e012c50ebb
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.en-US.langpack.xpi) = 789807
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.es-AR.langpack.xpi) = becd502252d6c2a2d8bb23a65225b6ae44b3c2f9ce06374e7b65d1a45e9b9580
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.es-AR.langpack.xpi) = 816080
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.es-ES.langpack.xpi) = c742939ce1715ea9e61033dc0bcc5fa0f94df5f73736fe47ec828734757f714d
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.es-ES.langpack.xpi) = 795743
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.fi.langpack.xpi) = add95bb3864a368cb75564ca1e86d5cbee1a2ce47d61a197e5e4f4b093f5bf56
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.fi.langpack.xpi) = 814960
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.fr.langpack.xpi) = 1f5405bddf6b995f6992b664db27654ce75f6d1e3f76ddeee5d7723d5fb9dea5
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.fr.langpack.xpi) = 899043
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.it.langpack.xpi) = 00ba081c033c1c47497af54c60b85a21954e52e170ffc299960ddb79d2fd1b30
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.it.langpack.xpi) = 741721
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.ja-JP-mac.langpack.xpi) = c08511b6b911eaa8199d7da9326404890a88c0dcff0ec45ed6d1ab7c4d694a31
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.ja-JP-mac.langpack.xpi) = 888931
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.ja.langpack.xpi) = 41559351d90a0e7bb9928d348662ad7e4412a880e1247c10e9cbdd5d762c24f0
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.ja.langpack.xpi) = 864361
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.lt.langpack.xpi) = 4f19bc40cd61b50ce0afb63d6203a85ba9c0aebe74697ff634be4e195cb09aa0
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.lt.langpack.xpi) = 962406
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.nb-NO.langpack.xpi) = f5d90a9b84c2a2e73553ca876024b82019448aee083b8a7c5de552adc4007274
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.nb-NO.langpack.xpi) = 809401
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.nl.langpack.xpi) = 2b5171bf674fe0dde501f261d60d285290392a8ac4435396bcb79c24e3d58032
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.nl.langpack.xpi) = 807185
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.pl.langpack.xpi) = 235c9df2744ead845fc707d206d5b422ba3c511fcb97a5d97d8d9cd28d0e3f86
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.pl.langpack.xpi) = 828384
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.pt-PT.langpack.xpi) = ccb5e8575914ae5579feb6f74fc50d0f8d29adf18c759fe8cb7acedc585f325f
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.pt-PT.langpack.xpi) = 845399
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.ru.langpack.xpi) = 557254f8cdb32972cf416f9bdf50381b3b4449f4e967d2caf2559d8545d5d62d
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.ru.langpack.xpi) = 891790
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.sk.langpack.xpi) = 24141b12b49fcc6250644a5249c40a2b93bfaea2bafd069226581f9bcbe4ff57
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.sk.langpack.xpi) = 843122
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.sv-SE.langpack.xpi) = 43b06f8e9c6c526e79fa21161be240802324dfbd4009b97de2984d0c6ead5ac7
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.sv-SE.langpack.xpi) = 872350
+SHA256 (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.tr.langpack.xpi) = 03b6e9467da8545f46ecc6c2976b301824127d7a2c4d500b27c2a7bff35fa0fc
+SIZE (xpi/seamonkey-i18n-2.1rc2/seamonkey-2.1rc2.tr.langpack.xpi) = 807997

Modified: branches/experimental/www/seamonkey-i18n/pkg-descr
==============================================================================
--- branches/experimental/www/seamonkey2-i18n/pkg-descr	Tue Jun  7 21:05:21 2011	(r554)
+++ branches/experimental/www/seamonkey-i18n/pkg-descr	Fri Jun 10 16:27:37 2011	(r556)
@@ -1,3 +1,3 @@
-Language packs for SeaMonkey 2
+Language packs for SeaMonkey 2.1
 
 WWW: http://www.seamonkey-project.org/releases/#langpacks


More information about the freebsd-gecko mailing list