pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/typolight-translations Update typolight-translatio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/128e1ec49d1f
branches:  trunk
changeset: 551245:128e1ec49d1f
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Dec 11 02:30:22 2008 +0000

description:
Update typolight-translations package to 20081209.

* Update Bulgarian translation which catch up to TYPOlight 2.6.2.
* Fix PLIST for Romanian (PLIST.ro) which should be updated by previous commit.
* Update French and Latvian translations.

diffstat:

 www/typolight-translations/Makefile   |   4 +-
 www/typolight-translations/PLIST.bg   |  18 +++++++++++++-
 www/typolight-translations/PLIST.ro   |  43 ++++++++++++++++++++++++++++++++--
 www/typolight-translations/distinfo   |  20 ++++++++--------
 www/typolight-translations/options.mk |   8 +++---
 5 files changed, 73 insertions(+), 20 deletions(-)

diffs (256 lines):

diff -r 5470e6f6b3e2 -r 128e1ec49d1f www/typolight-translations/Makefile
--- a/www/typolight-translations/Makefile       Thu Dec 11 00:45:34 2008 +0000
+++ b/www/typolight-translations/Makefile       Thu Dec 11 02:30:22 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/12/09 07:28:16 taca Exp $
+# $NetBSD: Makefile,v 1.10 2008/12/11 02:30:22 taca Exp $
 #
 
 DISTNAME=      typolight-translations-${VERS}
@@ -13,7 +13,7 @@
 
 DEPENDS+=      typolight>=2.6.0:../../www/typolight
 
-VERS=          20081202
+VERS=          20081209
 USE_TOOLS=     pax
 NO_BUILD=      yes
 NO_CONFIGURE=  yes
diff -r 5470e6f6b3e2 -r 128e1ec49d1f www/typolight-translations/PLIST.bg
--- a/www/typolight-translations/PLIST.bg       Thu Dec 11 00:45:34 2008 +0000
+++ b/www/typolight-translations/PLIST.bg       Thu Dec 11 02:30:22 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.bg,v 1.3 2008/10/25 17:00:16 taca Exp $
+@comment $NetBSD: PLIST.bg,v 1.4 2008/12/11 02:30:22 taca Exp $
 ${TL_WEBDIR}/system/modules/backend/languages/bg/.htaccess
 ${TL_WEBDIR}/system/modules/backend/languages/bg/countries.php
 ${TL_WEBDIR}/system/modules/backend/languages/bg/default.php
@@ -58,6 +58,11 @@
 ${TL_WEBDIR}/system/modules/listing/languages/bg/default.php
 ${TL_WEBDIR}/system/modules/listing/languages/bg/modules.php
 ${TL_WEBDIR}/system/modules/listing/languages/bg/tl_module.php
+${TL_WEBDIR}/system/modules/memberlist/languages/bg/.htaccess
+${TL_WEBDIR}/system/modules/memberlist/languages/bg/default.php
+${TL_WEBDIR}/system/modules/memberlist/languages/bg/modules.php
+${TL_WEBDIR}/system/modules/memberlist/languages/bg/tl_member.php
+${TL_WEBDIR}/system/modules/memberlist/languages/bg/tl_module.php
 ${TL_WEBDIR}/system/modules/news/languages/bg/.htaccess
 ${TL_WEBDIR}/system/modules/news/languages/bg/default.php
 ${TL_WEBDIR}/system/modules/news/languages/bg/modules.php
@@ -83,6 +88,14 @@
 ${TL_WEBDIR}/system/modules/registration/languages/bg/default.php
 ${TL_WEBDIR}/system/modules/registration/languages/bg/modules.php
 ${TL_WEBDIR}/system/modules/registration/languages/bg/tl_module.php
+${TL_WEBDIR}/system/modules/rep_base/languages/bg/.htaccess
+${TL_WEBDIR}/system/modules/rep_base/languages/bg/modules.php
+${TL_WEBDIR}/system/modules/rep_base/languages/bg/tl_repository.php
+${TL_WEBDIR}/system/modules/rep_base/languages/bg/tl_settings.php
+${TL_WEBDIR}/system/modules/rep_client/languages/bg/.htaccess
+${TL_WEBDIR}/system/modules/rep_client/languages/bg/modules.php
+${TL_WEBDIR}/system/modules/rep_client/languages/bg/tl_repository.php
+${TL_WEBDIR}/system/modules/rep_client/languages/bg/tl_settings.php
 ${TL_WEBDIR}/system/modules/rss_reader/languages/bg/.htaccess
 ${TL_WEBDIR}/system/modules/rss_reader/languages/bg/modules.php
 ${TL_WEBDIR}/system/modules/rss_reader/languages/bg/tl_module.php
@@ -90,11 +103,14 @@
 ${TL_WEBDIR}/system/modules/tpl_editor/languages/bg/modules.php
 ${TL_WEBDIR}/system/modules/tpl_editor/languages/bg/tl_templates.php
 @dirrm ${TL_WEBDIR}/system/modules/tpl_editor/languages/bg
+@dirrm ${TL_WEBDIR}/system/modules/rep_client/languages/bg
+@dirrm ${TL_WEBDIR}/system/modules/rep_base/languages/bg
 @dirrm ${TL_WEBDIR}/system/modules/rss_reader/languages/bg
 @dirrm ${TL_WEBDIR}/system/modules/registration/languages/bg
 @dirrm ${TL_WEBDIR}/system/modules/pun_bridge/languages/bg
 @dirrm ${TL_WEBDIR}/system/modules/newsletter/languages/bg
 @dirrm ${TL_WEBDIR}/system/modules/news/languages/bg
+@dirrm ${TL_WEBDIR}/system/modules/memberlist/languages/bg
 @dirrm ${TL_WEBDIR}/system/modules/listing/languages/bg
 @dirrm ${TL_WEBDIR}/system/modules/frontend/languages/bg
 @dirrm ${TL_WEBDIR}/system/modules/faq/languages/bg
diff -r 5470e6f6b3e2 -r 128e1ec49d1f www/typolight-translations/PLIST.ro
--- a/www/typolight-translations/PLIST.ro       Thu Dec 11 00:45:34 2008 +0000
+++ b/www/typolight-translations/PLIST.ro       Thu Dec 11 02:30:22 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.ro,v 1.3 2008/10/25 17:00:16 taca Exp $
+@comment $NetBSD: PLIST.ro,v 1.4 2008/12/11 02:30:22 taca Exp $
 ${TL_WEBDIR}/system/modules/backend/languages/ro/.htaccess
 ${TL_WEBDIR}/system/modules/backend/languages/ro/countries.php
 ${TL_WEBDIR}/system/modules/backend/languages/ro/default.php
@@ -21,6 +21,7 @@
 ${TL_WEBDIR}/system/modules/backend/languages/ro/tl_settings.php
 ${TL_WEBDIR}/system/modules/backend/languages/ro/tl_style.php
 ${TL_WEBDIR}/system/modules/backend/languages/ro/tl_style_sheet.php
+${TL_WEBDIR}/system/modules/backend/languages/ro/tl_task.php
 ${TL_WEBDIR}/system/modules/backend/languages/ro/tl_undo.php
 ${TL_WEBDIR}/system/modules/backend/languages/ro/tl_user.php
 ${TL_WEBDIR}/system/modules/backend/languages/ro/tl_user_group.php
@@ -30,8 +31,9 @@
 ${TL_WEBDIR}/system/modules/calendar/languages/ro/tl_calendar.php
 ${TL_WEBDIR}/system/modules/calendar/languages/ro/tl_calendar_events.php
 ${TL_WEBDIR}/system/modules/calendar/languages/ro/tl_module.php
+${TL_WEBDIR}/system/modules/calendar/languages/ro/tl_user.php
+${TL_WEBDIR}/system/modules/calendar/languages/ro/tl_user_group.php
 ${TL_WEBDIR}/system/modules/comments/languages/ro/.htaccess
-${TL_WEBDIR}/system/modules/comments/languages/ro/default.php
 ${TL_WEBDIR}/system/modules/comments/languages/ro/modules.php
 ${TL_WEBDIR}/system/modules/comments/languages/ro/tl_comments.php
 ${TL_WEBDIR}/system/modules/comments/languages/ro/tl_content.php
@@ -39,20 +41,37 @@
 ${TL_WEBDIR}/system/modules/development/languages/ro/modules.php
 ${TL_WEBDIR}/system/modules/development/languages/ro/tl_extension.php
 ${TL_WEBDIR}/system/modules/development/languages/ro/tl_labels.php
+${TL_WEBDIR}/system/modules/dfGallery/languages/ro/.htaccess
+${TL_WEBDIR}/system/modules/dfGallery/languages/ro/default.php
+${TL_WEBDIR}/system/modules/dfGallery/languages/ro/modules.php
+${TL_WEBDIR}/system/modules/dfGallery/languages/ro/tl_content.php
+${TL_WEBDIR}/system/modules/faq/languages/ro/.htaccess
+${TL_WEBDIR}/system/modules/faq/languages/ro/default.php
+${TL_WEBDIR}/system/modules/faq/languages/ro/modules.php
+${TL_WEBDIR}/system/modules/faq/languages/ro/tl_faq.php
+${TL_WEBDIR}/system/modules/faq/languages/ro/tl_faq_category.php
+${TL_WEBDIR}/system/modules/faq/languages/ro/tl_module.php
 ${TL_WEBDIR}/system/modules/frontend/languages/ro/.htaccess
 ${TL_WEBDIR}/system/modules/frontend/languages/ro/default.php
 ${TL_WEBDIR}/system/modules/frontend/languages/ro/modules.php
-${TL_WEBDIR}/system/modules/frontend/languages/ro/stopwords.txt
 ${TL_WEBDIR}/system/modules/listing/languages/ro/.htaccess
 ${TL_WEBDIR}/system/modules/listing/languages/ro/default.php
 ${TL_WEBDIR}/system/modules/listing/languages/ro/modules.php
 ${TL_WEBDIR}/system/modules/listing/languages/ro/tl_module.php
+${TL_WEBDIR}/system/modules/memberlist/languages/ro/.htaccess
+${TL_WEBDIR}/system/modules/memberlist/languages/ro/default.php
+${TL_WEBDIR}/system/modules/memberlist/languages/ro/modules.php
+${TL_WEBDIR}/system/modules/memberlist/languages/ro/tl_member.php
+${TL_WEBDIR}/system/modules/memberlist/languages/ro/tl_module.php
 ${TL_WEBDIR}/system/modules/news/languages/ro/.htaccess
 ${TL_WEBDIR}/system/modules/news/languages/ro/default.php
 ${TL_WEBDIR}/system/modules/news/languages/ro/modules.php
 ${TL_WEBDIR}/system/modules/news/languages/ro/tl_module.php
 ${TL_WEBDIR}/system/modules/news/languages/ro/tl_news.php
 ${TL_WEBDIR}/system/modules/news/languages/ro/tl_news_archive.php
+${TL_WEBDIR}/system/modules/news/languages/ro/tl_news_comments.php
+${TL_WEBDIR}/system/modules/news/languages/ro/tl_user.php
+${TL_WEBDIR}/system/modules/news/languages/ro/tl_user_group.php
 ${TL_WEBDIR}/system/modules/newsletter/languages/ro/.htaccess
 ${TL_WEBDIR}/system/modules/newsletter/languages/ro/default.php
 ${TL_WEBDIR}/system/modules/newsletter/languages/ro/modules.php
@@ -61,23 +80,41 @@
 ${TL_WEBDIR}/system/modules/newsletter/languages/ro/tl_newsletter.php
 ${TL_WEBDIR}/system/modules/newsletter/languages/ro/tl_newsletter_channel.php
 ${TL_WEBDIR}/system/modules/newsletter/languages/ro/tl_newsletter_recipients.php
+${TL_WEBDIR}/system/modules/newsletter/languages/ro/tl_user.php
+${TL_WEBDIR}/system/modules/newsletter/languages/ro/tl_user_group.php
+${TL_WEBDIR}/system/modules/pun_bridge/languages/ro/.htaccess
+${TL_WEBDIR}/system/modules/pun_bridge/languages/ro/modules.php
 ${TL_WEBDIR}/system/modules/registration/languages/ro/.htaccess
 ${TL_WEBDIR}/system/modules/registration/languages/ro/default.php
 ${TL_WEBDIR}/system/modules/registration/languages/ro/modules.php
 ${TL_WEBDIR}/system/modules/registration/languages/ro/tl_module.php
+${TL_WEBDIR}/system/modules/rep_base/languages/ro/.htaccess
+${TL_WEBDIR}/system/modules/rep_base/languages/ro/modules.php
+${TL_WEBDIR}/system/modules/rep_base/languages/ro/tl_repository.php
+${TL_WEBDIR}/system/modules/rep_base/languages/ro/tl_settings.php
+${TL_WEBDIR}/system/modules/rep_client/languages/ro/.htaccess
+${TL_WEBDIR}/system/modules/rep_client/languages/ro/modules.php
+${TL_WEBDIR}/system/modules/rep_client/languages/ro/tl_repository.php
+${TL_WEBDIR}/system/modules/rep_client/languages/ro/tl_settings.php
 ${TL_WEBDIR}/system/modules/rss_reader/languages/ro/.htaccess
 ${TL_WEBDIR}/system/modules/rss_reader/languages/ro/modules.php
 ${TL_WEBDIR}/system/modules/rss_reader/languages/ro/tl_module.php
 ${TL_WEBDIR}/system/modules/tpl_editor/languages/ro/.htaccess
 ${TL_WEBDIR}/system/modules/tpl_editor/languages/ro/modules.php
 ${TL_WEBDIR}/system/modules/tpl_editor/languages/ro/tl_templates.php
+@dirrm ${TL_WEBDIR}/system/modules/rep_client/languages/ro
+@dirrm ${TL_WEBDIR}/system/modules/rep_base/languages/ro
 @dirrm ${TL_WEBDIR}/system/modules/tpl_editor/languages/ro
 @dirrm ${TL_WEBDIR}/system/modules/rss_reader/languages/ro
 @dirrm ${TL_WEBDIR}/system/modules/registration/languages/ro
+@dirrm ${TL_WEBDIR}/system/modules/pun_bridge/languages/ro
 @dirrm ${TL_WEBDIR}/system/modules/newsletter/languages/ro
 @dirrm ${TL_WEBDIR}/system/modules/news/languages/ro
+@dirrm ${TL_WEBDIR}/system/modules/memberlist/languages/ro
 @dirrm ${TL_WEBDIR}/system/modules/listing/languages/ro
 @dirrm ${TL_WEBDIR}/system/modules/frontend/languages/ro
+@dirrm ${TL_WEBDIR}/system/modules/faq/languages/ro
+@dirrm ${TL_WEBDIR}/system/modules/dfGallery/languages/ro
 @dirrm ${TL_WEBDIR}/system/modules/development/languages/ro
 @dirrm ${TL_WEBDIR}/system/modules/comments/languages/ro
 @dirrm ${TL_WEBDIR}/system/modules/calendar/languages/ro
diff -r 5470e6f6b3e2 -r 128e1ec49d1f www/typolight-translations/distinfo
--- a/www/typolight-translations/distinfo       Thu Dec 11 00:45:34 2008 +0000
+++ b/www/typolight-translations/distinfo       Thu Dec 11 02:30:22 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2008/12/09 07:28:16 taca Exp $
+$NetBSD: distinfo,v 1.9 2008/12/11 02:30:22 taca Exp $
 
 SHA1 (TYPOlight-Afrikaans-v1.zip) = 4768afb2c105acbfe98c26cc579837d2d2a8620c
 RMD160 (TYPOlight-Afrikaans-v1.zip) = 7a2d4ad7c3dda26b3c48ef30b74de6c62f2abb03
@@ -6,9 +6,9 @@
 SHA1 (TYPOlight-Albanian-v3.zip) = 44666fc1139c4b09e697a9a2780ec0fdd2799322
 RMD160 (TYPOlight-Albanian-v3.zip) = 785a0f7920f56c8f7344eba3d801520c1b328e2f
 Size (TYPOlight-Albanian-v3.zip) = 114868 bytes
-SHA1 (TYPOlight-Bulgarian-v11.zip) = c7d023b676f34f270e1dd37f83c8ccf03b5569e0
-RMD160 (TYPOlight-Bulgarian-v11.zip) = 9b3da90d16141ae0adc2117cd6e02781065ce772
-Size (TYPOlight-Bulgarian-v11.zip) = 104134 bytes
+SHA1 (TYPOlight-Bulgarian-v12.zip) = 0638afa6c6e6064a5a73799454c0b68a87007f05
+RMD160 (TYPOlight-Bulgarian-v12.zip) = 5bdc9028ff5969de0941626f1f758293f0ea0583
+Size (TYPOlight-Bulgarian-v12.zip) = 115511 bytes
 SHA1 (TYPOlight-Catalan-v4.zip) = 6a582b4d33b6d81a638344dc225256a7251b6134
 RMD160 (TYPOlight-Catalan-v4.zip) = fea09416c8bf6223400cb4b0cbb583a8f365738d
 Size (TYPOlight-Catalan-v4.zip) = 118138 bytes
@@ -21,9 +21,9 @@
 SHA1 (TYPOlight-Dutch-v25.zip) = a95573fde0ee1d8edaeaafe4db09cec60bdeb151
 RMD160 (TYPOlight-Dutch-v25.zip) = 64086f85c91fd13e3cf04a740b96c797ee932e9b
 Size (TYPOlight-Dutch-v25.zip) = 134989 bytes
-SHA1 (TYPOlight-French-v33.zip) = aa7660316c655ecc87f8896111f1d6ab526e5605
-RMD160 (TYPOlight-French-v33.zip) = 82fde5f9c6bcb5477d9d2a7625b8c79d72c89ea4
-Size (TYPOlight-French-v33.zip) = 139910 bytes
+SHA1 (TYPOlight-French-v34.zip) = 25ebfc4cf31c4b2d0e8356a7856d31f30d9b7273
+RMD160 (TYPOlight-French-v34.zip) = 9405d7c4a6097d3f1957a8e3fc5b7249fd82f982
+Size (TYPOlight-French-v34.zip) = 140315 bytes
 SHA1 (TYPOlight-Icelandic-v2.zip) = 2552497e412ecc708170e947b18d65c8db914043
 RMD160 (TYPOlight-Icelandic-v2.zip) = 1ea48962cba3edbece031be423607ce429281b34
 Size (TYPOlight-Icelandic-v2.zip) = 76117 bytes
@@ -33,9 +33,9 @@
 SHA1 (TYPOlight-Japanese-v10.zip) = 46ed3013fc6a2984c66b44239fb660d629fb4a10
 RMD160 (TYPOlight-Japanese-v10.zip) = 2d3a200df054df8f4018a0e3b146d20999fcecdb
 Size (TYPOlight-Japanese-v10.zip) = 146971 bytes
-SHA1 (TYPOlight-Latvian-v15.zip) = 6d832fdfc36ccbc1ea0fc1a33f76a83461065dbd
-RMD160 (TYPOlight-Latvian-v15.zip) = f592761e441374e56705d6f64cb54f3a8e3d9d79
-Size (TYPOlight-Latvian-v15.zip) = 98268 bytes
+SHA1 (TYPOlight-Latvian-v16.zip) = ae52ca14ea110bc5b791ebe87aa501f966fa4fa5
+RMD160 (TYPOlight-Latvian-v16.zip) = 5e11a5be0168f922dcbf5efd88d13d8a058a0612
+Size (TYPOlight-Latvian-v16.zip) = 99128 bytes
 SHA1 (TYPOlight-Lithuanian-v2.zip) = 7f06abcf48d23d16bef97439bb5f1e474ad966c3
 RMD160 (TYPOlight-Lithuanian-v2.zip) = 27c3b85e2ff6166feed2a43bdbfdd4cfcf6b5fcf
 Size (TYPOlight-Lithuanian-v2.zip) = 73226 bytes
diff -r 5470e6f6b3e2 -r 128e1ec49d1f www/typolight-translations/options.mk
--- a/www/typolight-translations/options.mk     Thu Dec 11 00:45:34 2008 +0000
+++ b/www/typolight-translations/options.mk     Thu Dec 11 02:30:22 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2008/12/09 07:28:16 taca Exp $
+# $NetBSD: options.mk,v 1.9 2008/12/11 02:30:22 taca Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.typolight-translations
 
@@ -6,17 +6,17 @@
                        pl pt ro ru sk sq sr sv th tr uk zh
 
 TL_TRANSLATIONS.af=    TYPOlight-Afrikaans-v1.zip      # 2008/01/15
-TL_TRANSLATIONS.bg=    TYPOlight-Bulgarian-v11.zip     # 2008/09/21
+TL_TRANSLATIONS.bg=    TYPOlight-Bulgarian-v12.zip     # 2008/12/09
 TL_TRANSLATIONS.ca=    TYPOlight-Catalan-v4.zip        # 2008/09/24
 TL_TRANSLATIONS.da=    TYPOlight-Danish-v5.zip         # 2008/04/28
 TL_TRANSLATIONS.es=    TYPOlight-Spanish-v10.zip       # 2008/07/15
 TL_TRANSLATIONS.fa=    TYPOlight-Persian-v2.zip        # 2008/06/05
-TL_TRANSLATIONS.fr=    TYPOlight-French-v33.zip        # 2008/11/01
+TL_TRANSLATIONS.fr=    TYPOlight-French-v34.zip        # 2008/12/08
 TL_TRANSLATIONS.is=    TYPOlight-Icelandic-v2.zip      # 2008/01/31
 TL_TRANSLATIONS.it=    TYPOlight-Italian-v8.zip        # 2008/11/02
 TL_TRANSLATIONS.ja=    TYPOlight-Japanese-v10.zip      # 2008/11/06
 TL_TRANSLATIONS.lt=    TYPOlight-Lithuanian-v2.zip     # 2008/04/25
-TL_TRANSLATIONS.lv=    TYPOlight-Latvian-v15.zip       # 2008/11/04
+TL_TRANSLATIONS.lv=    TYPOlight-Latvian-v16.zip       # 2008/12/09
 TL_TRANSLATIONS.nl=    TYPOlight-Dutch-v25.zip         # 2008/11/04
 TL_TRANSLATIONS.no=    TYPOlight-Norwegian-v8.zip      # 2008/09/02
 TL_TRANSLATIONS.pl=    TYPOlight-Polish-v19.zip        # 2008/09/21



Home | Main Index | Thread Index | Old Index