Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2012 14:05:20 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303425 - head/www/seamonkey-i18n
Message-ID:  <201208311405.q7VE5KuB042381@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Fri Aug 31 14:05:19 2012
New Revision: 303425
URL: http://svn.freebsd.org/changeset/ports/303425

Log:
  - Add Ukrainian langpack
  - cleanup Makefile headers
  
  PR:		ports/171203
  Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>

Modified:
  head/www/seamonkey-i18n/Makefile
  head/www/seamonkey-i18n/Makefile.lang   (contents, props changed)
  head/www/seamonkey-i18n/Makefile.option   (contents, props changed)
  head/www/seamonkey-i18n/distinfo

Modified: head/www/seamonkey-i18n/Makefile
==============================================================================
--- head/www/seamonkey-i18n/Makefile	Fri Aug 31 13:57:22 2012	(r303424)
+++ head/www/seamonkey-i18n/Makefile	Fri Aug 31 14:05:19 2012	(r303425)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	firefox3-i18n
-# Date created:		28 May 2006
-# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	seamonkey-i18n
 PORTVERSION=	2.12

Modified: head/www/seamonkey-i18n/Makefile.lang
==============================================================================
--- head/www/seamonkey-i18n/Makefile.lang	Fri Aug 31 13:57:22 2012	(r303424)
+++ head/www/seamonkey-i18n/Makefile.lang	Fri Aug 31 14:05:19 2012	(r303425)
@@ -1,14 +1,10 @@
-# New ports collection makefile.lang for:    firefox3-i18n
-# Date created:         30 Nov 2008
-# Whom:                 Koji Yokota <yokota@res.otaru-uc.ac.jp>
-#
 # $FreeBSD$
 #
-# Currently, the following 22 languages are supported.
+# Currently, the following languages are supported.
 #
 SEAMONKEY_I18N_ALL_=	ca cs de en-GB en-US es-AR es-ES \
 			fi fr hu it ja-JP-mac ja lt nb-NO nl pl \
-			pt-PT ru sk sv-SE tr 
+			pt-PT ru sk sv-SE tr uk
 
 .if defined(SEAMONKEY_I18N_ALL) || (defined(PACKAGE_BUILDING) && !exists(${OPTIONSFILE})) || make(makesum)
 SEAMONKEY_I18N=   ${SEAMONKEY_I18N_ALL_}
@@ -79,4 +75,7 @@ SEAMONKEY_I18N+=  sv-SE
 .ifndef WITHOUT_LANG_TR
 SEAMONKEY_I18N+=  tr
 .endif
+.ifndef WITHOUT_LANG_UA
+SEAMONKEY_I18N+=  uk
+.endif
 .endif

Modified: head/www/seamonkey-i18n/Makefile.option
==============================================================================
--- head/www/seamonkey-i18n/Makefile.option	Fri Aug 31 13:57:22 2012	(r303424)
+++ head/www/seamonkey-i18n/Makefile.option	Fri Aug 31 14:05:19 2012	(r303425)
@@ -1,9 +1,4 @@
-# New ports collection makefile.option for:    firefox3-i18n
-# Date created:         30 Nov 2008
-# Whom:                 Koji Yokota <yokota@res.otaru-uc.ac.jp>
-#
 # $FreeBSD$
-#
 
 OPTIONS=		LANG_CA "Catalan"               off \
 				LANG_CS "Czech"                 off \
@@ -26,4 +21,5 @@ OPTIONS=		LANG_CA "Catalan"             
 				LANG_SA "Spanish (Argentina)"   off \
 				LANG_SE "Swedish"               off \
 				LANG_SK "Slovak"                off \
-				LANG_TR "Turkish"               off
+				LANG_TR "Turkish"               off \
+				LANG_UA "Ukrainian"             off

Modified: head/www/seamonkey-i18n/distinfo
==============================================================================
--- head/www/seamonkey-i18n/distinfo	Fri Aug 31 13:57:22 2012	(r303424)
+++ head/www/seamonkey-i18n/distinfo	Fri Aug 31 14:05:19 2012	(r303425)
@@ -42,3 +42,5 @@ SHA256 (xpi/seamonkey-i18n-2.12/seamonke
 SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.sv-SE.langpack.xpi) = 839343
 SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.tr.langpack.xpi) = 40cb87452a0f9e698f47044edf8b32b5e746c0d1cbf18f033ad904b6d4c773b4
 SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.tr.langpack.xpi) = 818972
+SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.uk.langpack.xpi) = 8f8ea20e1931c478f81cee5c9feaac42194573e5469ae03d6731951b2f2263e0
+SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.uk.langpack.xpi) = 883899



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