summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2008-08-17 05:35:04 +0000
committertaca <taca>2008-08-17 05:35:04 +0000
commit927238bb3412f62eb8141f3d8d3e062d47e9bd8d (patch)
treea6ea98d63be2ce90bbe03a034a7786785300d084 /www
parent7c8b47d3710d101436e3e6d7647f8d36960fc7ea (diff)
downloadpkgsrc-927238bb3412f62eb8141f3d8d3e062d47e9bd8d.tar.gz
Importing drupal6-translations package which provides various
language files for drupal6.
Diffstat (limited to 'www')
-rw-r--r--www/drupal6-translations/DESCR1
-rw-r--r--www/drupal6-translations/Makefile59
-rw-r--r--www/drupal6-translations/PLIST.ar42
-rw-r--r--www/drupal6-translations/PLIST.common_end38
-rw-r--r--www/drupal6-translations/PLIST.cs43
-rw-r--r--www/drupal6-translations/PLIST.da44
-rw-r--r--www/drupal6-translations/PLIST.de43
-rw-r--r--www/drupal6-translations/PLIST.el44
-rw-r--r--www/drupal6-translations/PLIST.es46
-rw-r--r--www/drupal6-translations/PLIST.fi42
-rw-r--r--www/drupal6-translations/PLIST.fr45
-rw-r--r--www/drupal6-translations/PLIST.gu42
-rw-r--r--www/drupal6-translations/PLIST.he43
-rw-r--r--www/drupal6-translations/PLIST.hu45
-rw-r--r--www/drupal6-translations/PLIST.ja43
-rw-r--r--www/drupal6-translations/PLIST.lt41
-rw-r--r--www/drupal6-translations/PLIST.nb44
-rw-r--r--www/drupal6-translations/PLIST.nl44
-rw-r--r--www/drupal6-translations/PLIST.nn43
-rw-r--r--www/drupal6-translations/PLIST.pt-br43
-rw-r--r--www/drupal6-translations/PLIST.pt-pt44
-rw-r--r--www/drupal6-translations/PLIST.ro42
-rw-r--r--www/drupal6-translations/PLIST.sk43
-rw-r--r--www/drupal6-translations/PLIST.sv43
-rw-r--r--www/drupal6-translations/PLIST.th42
-rw-r--r--www/drupal6-translations/PLIST.tr43
-rw-r--r--www/drupal6-translations/PLIST.zh-hans44
-rw-r--r--www/drupal6-translations/PLIST.zh-hant43
-rw-r--r--www/drupal6-translations/distinfo77
29 files changed, 1256 insertions, 0 deletions
diff --git a/www/drupal6-translations/DESCR b/www/drupal6-translations/DESCR
new file mode 100644
index 00000000000..b40ea4a8fbb
--- /dev/null
+++ b/www/drupal6-translations/DESCR
@@ -0,0 +1 @@
+This pacakge is collection of translation files for drupal 6.x.
diff --git a/www/drupal6-translations/Makefile b/www/drupal6-translations/Makefile
new file mode 100644
index 00000000000..1f385e1f539
--- /dev/null
+++ b/www/drupal6-translations/Makefile
@@ -0,0 +1,59 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/17 05:35:04 taca Exp $
+#
+
+DISTNAME= drupal6-translations-${STAMP}
+CATEGORIES= www
+MASTER_SITES= http://ftp.drupal.org/files/projects/
+DISTFILES= ar-6.x-1.x-dev.tar.gz \
+ zh-hans-6.x-1.0.tar.gz \
+ zh-hant-6.x-1.1.tar.gz cs-6.x-1.8.tar.gz \
+ da-6.x-1.x-dev.tar.gz nl-6.x-1.1.tar.gz \
+ fi-6.x-1.0-rc.tar.gz \
+ fr-6.x-1.x-dev.tar.gz de-6.x-1.x-dev.tar.gz \
+ el-6.x-1.0-beta1.tar.gz gu-6.x-1.x-dev.tar.gz \
+ he-6.x-1.0.tar.gz hu-6.x-1.0.tar.gz ja-6.x-1.2.tar.gz \
+ lt-6.x-1.2.tar.gz nb-6.x-1.x-dev.tar.gz \
+ nn-6.x-1.x-dev.tar.gz pt-br-6.x-1.0-rc1.tar.gz \
+ pt-pt-6.x-1.x-dev.tar.gz ro-6.x-1.1.tar.gz \
+ sk-6.x-1.0-beta5.tar.gz es-6.x-1.0.tar.gz \
+ sv-6.x-1.x-dev.tar.gz th-6.x-1.x-dev.tar.gz \
+ tr-6.x-1.x-dev.tar.gz
+DIST_SUBDIR= drupal6-${STAMP}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://drupal.org/project/Translations
+COMMENT= Langate translation files for drupal 6.x
+
+DEPENDS+= drupal>=6.3:../../www/drupal6
+
+STAMP= 20080816
+USE_TOOLS+= pax
+NO_CONFIGURE= yes
+NO_BUILD= yes
+EXTRACT_DIR= ${WRKSRC}
+WRKSRC= ${WRKDIR}/drupal
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+# Translation files for Esperanto(eo) and Vietnam(vi) also exist,
+# but contain wrong directory names.
+LANG_SUPPORTED= ar cs da de el es fi fr gu he hu ja lt nb nl nn \
+ pt-br pt-pt ro sk sv th tr zh-hans zh-hant
+PLIST_SUBST+= DRUPAL_BASE=${DRUPAL_BASE:Q}
+
+.for l in ${LANG_SUPPORTED}
+PLIST_SRC+= PLIST.${l}
+.endfor
+PLIST_SRC+= PLIST.common_end
+
+.include "../../mk/bsd.prefs.mk"
+
+DRUPAL_BASE?= share/drupal
+
+pre-install:
+ cd ${WRKSRC}; ${CHMOD} ${NONBINMODE} *.txt
+
+do-install:
+ cd ${WRKSRC}; pax -rw . ${DESTDIR}${PREFIX}/${DRUPAL_BASE}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/drupal6-translations/PLIST.ar b/www/drupal6-translations/PLIST.ar
new file mode 100644
index 00000000000..afd639a51c6
--- /dev/null
+++ b/www/drupal6-translations/PLIST.ar
@@ -0,0 +1,42 @@
+@comment $NetBSD: PLIST.ar,v 1.1.1.1 2008/08/17 05:35:04 taca Exp $
+${DRUPAL_BASE}/LICENSE.ar.txt
+${DRUPAL_BASE}/STATUS.ar.txt
+${DRUPAL_BASE}/modules/system/translations/general.ar.po
+${DRUPAL_BASE}/modules/system/translations/includes.ar.po
+${DRUPAL_BASE}/profiles/default/translations/ar.po
+${DRUPAL_BASE}/modules/system/translations/misc.ar.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.ar.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.ar.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.ar.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.ar.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.ar.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.ar.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.ar.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.ar.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.ar.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.ar.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.ar.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.ar.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.ar.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.ar.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.ar.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.ar.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.ar.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.ar.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.ar.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.ar.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.ar.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.ar.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.ar.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.ar.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.ar.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.ar.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.ar.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.ar.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.ar.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.ar.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.ar.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.ar.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.ar.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.ar.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.ar.po
diff --git a/www/drupal6-translations/PLIST.common_end b/www/drupal6-translations/PLIST.common_end
new file mode 100644
index 00000000000..ebac365e37a
--- /dev/null
+++ b/www/drupal6-translations/PLIST.common_end
@@ -0,0 +1,38 @@
+@comment $NetBSD: PLIST.common_end,v 1.1.1.1 2008/08/17 05:35:07 taca Exp $
+@dirrm ${DRUPAL_BASE}/themes/pushbutton/translations
+@dirrm ${DRUPAL_BASE}/themes/garland/translations
+@dirrm ${DRUPAL_BASE}/themes/chameleon/translations
+@dirrm ${DRUPAL_BASE}/profiles/default/translations
+@dirrm ${DRUPAL_BASE}/modules/user/translations
+@dirrm ${DRUPAL_BASE}/modules/upload/translations
+@dirrm ${DRUPAL_BASE}/modules/update/translations
+@dirrm ${DRUPAL_BASE}/modules/trigger/translations
+@dirrm ${DRUPAL_BASE}/modules/translation/translations
+@dirrm ${DRUPAL_BASE}/modules/tracker/translations
+@dirrm ${DRUPAL_BASE}/modules/throttle/translations
+@dirrm ${DRUPAL_BASE}/modules/taxonomy/translations
+@dirrm ${DRUPAL_BASE}/modules/system/translations
+@dirrm ${DRUPAL_BASE}/modules/syslog/translations
+@dirrm ${DRUPAL_BASE}/modules/statistics/translations
+@dirrm ${DRUPAL_BASE}/modules/search/translations
+@dirrm ${DRUPAL_BASE}/modules/profile/translations
+@dirrm ${DRUPAL_BASE}/modules/poll/translations
+@dirrm ${DRUPAL_BASE}/modules/ping/translations
+@dirrm ${DRUPAL_BASE}/modules/php/translations
+@dirrm ${DRUPAL_BASE}/modules/path/translations
+@dirrm ${DRUPAL_BASE}/modules/openid/translations
+@dirrm ${DRUPAL_BASE}/modules/node/translations
+@dirrm ${DRUPAL_BASE}/modules/menu/translations
+@dirrm ${DRUPAL_BASE}/modules/locale/translations
+@dirrm ${DRUPAL_BASE}/modules/help/translations
+@dirrm ${DRUPAL_BASE}/modules/forum/translations
+@dirrm ${DRUPAL_BASE}/modules/filter/translations
+@dirrm ${DRUPAL_BASE}/modules/dblog/translations
+@dirrm ${DRUPAL_BASE}/modules/contact/translations
+@dirrm ${DRUPAL_BASE}/modules/comment/translations
+@dirrm ${DRUPAL_BASE}/modules/color/translations
+@dirrm ${DRUPAL_BASE}/modules/book/translations
+@dirrm ${DRUPAL_BASE}/modules/blogapi/translations
+@dirrm ${DRUPAL_BASE}/modules/blog/translations
+@dirrm ${DRUPAL_BASE}/modules/block/translations
+@dirrm ${DRUPAL_BASE}/modules/aggregator/translations
diff --git a/www/drupal6-translations/PLIST.cs b/www/drupal6-translations/PLIST.cs
new file mode 100644
index 00000000000..4b1910b324d
--- /dev/null
+++ b/www/drupal6-translations/PLIST.cs
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST.cs,v 1.1.1.1 2008/08/17 05:35:05 taca Exp $
+${DRUPAL_BASE}/LICENSE.cs.txt
+${DRUPAL_BASE}/STATUS.cs.txt
+${DRUPAL_BASE}/modules/system/translations/general.cs.po
+${DRUPAL_BASE}/modules/system/translations/includes.cs.po
+${DRUPAL_BASE}/profiles/default/translations/cs.po
+${DRUPAL_BASE}/modules/system/translations/misc.cs.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.cs.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.cs.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.cs.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.cs.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.cs.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.cs.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.cs.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.cs.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.cs.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.cs.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.cs.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.cs.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.cs.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.cs.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.cs.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.cs.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.cs.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.cs.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.cs.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.cs.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.cs.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.cs.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.cs.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.cs.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.cs.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.cs.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.cs.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.cs.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.cs.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.cs.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.cs.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.cs.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.cs.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.cs.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.cs.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.cs.po
diff --git a/www/drupal6-translations/PLIST.da b/www/drupal6-translations/PLIST.da
new file mode 100644
index 00000000000..38a6ddcf2f1
--- /dev/null
+++ b/www/drupal6-translations/PLIST.da
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST.da,v 1.1.1.1 2008/08/17 05:35:05 taca Exp $
+${DRUPAL_BASE}/LICENSE.da.txt
+${DRUPAL_BASE}/README.da.txt
+${DRUPAL_BASE}/STATUS.da.txt
+${DRUPAL_BASE}/modules/system/translations/general.da.po
+${DRUPAL_BASE}/modules/system/translations/includes.da.po
+${DRUPAL_BASE}/profiles/default/translations/da.po
+${DRUPAL_BASE}/modules/system/translations/misc.da.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.da.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.da.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.da.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.da.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.da.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.da.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.da.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.da.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.da.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.da.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.da.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.da.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.da.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.da.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.da.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.da.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.da.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.da.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.da.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.da.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.da.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.da.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.da.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.da.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.da.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.da.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.da.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.da.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.da.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.da.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.da.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.da.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.da.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.da.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.da.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.da.po
diff --git a/www/drupal6-translations/PLIST.de b/www/drupal6-translations/PLIST.de
new file mode 100644
index 00000000000..adf72788431
--- /dev/null
+++ b/www/drupal6-translations/PLIST.de
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST.de,v 1.1.1.1 2008/08/17 05:35:07 taca Exp $
+${DRUPAL_BASE}/LICENSE.de.txt
+${DRUPAL_BASE}/STATUS.de.txt
+${DRUPAL_BASE}/modules/system/translations/general.de.po
+${DRUPAL_BASE}/modules/system/translations/includes.de.po
+${DRUPAL_BASE}/profiles/default/translations/de.po
+${DRUPAL_BASE}/modules/system/translations/misc.de.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.de.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.de.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.de.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.de.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.de.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.de.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.de.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.de.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.de.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.de.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.de.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.de.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.de.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.de.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.de.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.de.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.de.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.de.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.de.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.de.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.de.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.de.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.de.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.de.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.de.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.de.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.de.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.de.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.de.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.de.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.de.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.de.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.de.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.de.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.de.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.de.po
diff --git a/www/drupal6-translations/PLIST.el b/www/drupal6-translations/PLIST.el
new file mode 100644
index 00000000000..a0d74d5904c
--- /dev/null
+++ b/www/drupal6-translations/PLIST.el
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST.el,v 1.1.1.1 2008/08/17 05:35:05 taca Exp $
+${DRUPAL_BASE}/LICENSE.el.txt
+${DRUPAL_BASE}/README.el.txt
+${DRUPAL_BASE}/STATUS.el.txt
+${DRUPAL_BASE}/modules/system/translations/general.el.po
+${DRUPAL_BASE}/modules/system/translations/includes.el.po
+${DRUPAL_BASE}/profiles/default/translations/el.po
+${DRUPAL_BASE}/modules/system/translations/misc.el.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.el.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.el.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.el.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.el.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.el.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.el.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.el.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.el.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.el.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.el.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.el.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.el.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.el.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.el.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.el.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.el.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.el.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.el.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.el.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.el.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.el.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.el.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.el.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.el.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.el.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.el.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.el.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.el.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.el.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.el.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.el.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.el.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.el.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.el.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.el.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.el.po
diff --git a/www/drupal6-translations/PLIST.es b/www/drupal6-translations/PLIST.es
new file mode 100644
index 00000000000..2b3b14af910
--- /dev/null
+++ b/www/drupal6-translations/PLIST.es
@@ -0,0 +1,46 @@
+@comment $NetBSD: PLIST.es,v 1.1.1.1 2008/08/17 05:35:05 taca Exp $
+${DRUPAL_BASE}/CONTRIBUTORS.es.txt
+${DRUPAL_BASE}/LICENSE.es.txt
+${DRUPAL_BASE}/README.es.txt
+${DRUPAL_BASE}/STATUS.es.txt
+${DRUPAL_BASE}/modules/system/translations/general.es.po
+${DRUPAL_BASE}/modules/system/translations/includes.es.po
+${DRUPAL_BASE}/profiles/default/translations/es.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.es.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.es.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.es.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.es.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.es.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.es.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.es.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.es.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.es.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.es.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.es.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.es.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.es.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.es.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.es.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.es.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.es.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.es.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.es.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.es.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.es.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.es.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.es.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.es.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.es.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.es.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.es.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.es.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.es.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.es.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.es.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.es.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.es.po
+${DRUPAL_BASE}/profiles/default/translations/profiles-default.es.po
+${DRUPAL_BASE}/modules/system/translations/root.es.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.es.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.es.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.es.po
diff --git a/www/drupal6-translations/PLIST.fi b/www/drupal6-translations/PLIST.fi
new file mode 100644
index 00000000000..f03d0365516
--- /dev/null
+++ b/www/drupal6-translations/PLIST.fi
@@ -0,0 +1,42 @@
+@comment $NetBSD: PLIST.fi,v 1.1.1.1 2008/08/17 05:35:05 taca Exp $
+${DRUPAL_BASE}/LICENSE.fi.txt
+${DRUPAL_BASE}/STATUS.fi.txt
+${DRUPAL_BASE}/modules/system/translations/general.fi.po
+${DRUPAL_BASE}/modules/system/translations/includes.fi.po
+${DRUPAL_BASE}/profiles/default/translations/fi.po
+${DRUPAL_BASE}/modules/system/translations/misc.fi.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.fi.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.fi.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.fi.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.fi.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.fi.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.fi.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.fi.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.fi.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.fi.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.fi.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.fi.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.fi.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.fi.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.fi.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.fi.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.fi.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.fi.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.fi.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.fi.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.fi.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.fi.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.fi.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.fi.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.fi.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.fi.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.fi.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.fi.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.fi.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.fi.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.fi.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.fi.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.fi.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.fi.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.fi.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.fi.po
diff --git a/www/drupal6-translations/PLIST.fr b/www/drupal6-translations/PLIST.fr
new file mode 100644
index 00000000000..ce8a9725f6f
--- /dev/null
+++ b/www/drupal6-translations/PLIST.fr
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST.fr,v 1.1.1.1 2008/08/17 05:35:06 taca Exp $
+${DRUPAL_BASE}/CONTRIBUTORS.fr.txt
+${DRUPAL_BASE}/LICENSE.fr.txt
+${DRUPAL_BASE}/README.fr.txt
+${DRUPAL_BASE}/STATUS.fr.txt
+${DRUPAL_BASE}/modules/system/translations/general.fr.po
+${DRUPAL_BASE}/modules/system/translations/includes.fr.po
+${DRUPAL_BASE}/profiles/default/translations/fr.po
+${DRUPAL_BASE}/modules/system/translations/misc.fr.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.fr.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.fr.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.fr.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.fr.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.fr.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.fr.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.fr.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.fr.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.fr.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.fr.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.fr.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.fr.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.fr.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.fr.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.fr.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.fr.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.fr.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.fr.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.fr.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.fr.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.fr.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.fr.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.fr.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.fr.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.fr.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.fr.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.fr.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.fr.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.fr.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.fr.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.fr.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.fr.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.fr.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.fr.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.fr.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.fr.po
diff --git a/www/drupal6-translations/PLIST.gu b/www/drupal6-translations/PLIST.gu
new file mode 100644
index 00000000000..da7896d66ea
--- /dev/null
+++ b/www/drupal6-translations/PLIST.gu
@@ -0,0 +1,42 @@
+@comment $NetBSD: PLIST.gu,v 1.1.1.1 2008/08/17 05:35:06 taca Exp $
+${DRUPAL_BASE}/LICENSE.gu.txt
+${DRUPAL_BASE}/README.gu.txt
+${DRUPAL_BASE}/STATUS.gu.txt
+${DRUPAL_BASE}/modules/system/translations/general.gu.po
+${DRUPAL_BASE}/modules/system/translations/gu.gu.po
+${DRUPAL_BASE}/modules/system/translations/includes.gu.po
+${DRUPAL_BASE}/profiles/default/translations/gu.po
+${DRUPAL_BASE}/modules/system/translations/misc.gu.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.gu.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.gu.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.gu.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.gu.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.gu.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.gu.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.gu.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.gu.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.gu.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.gu.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.gu.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.gu.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.gu.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.gu.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.gu.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.gu.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.gu.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.gu.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.gu.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.gu.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.gu.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.gu.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.gu.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.gu.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.gu.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.gu.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.gu.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.gu.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.gu.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.gu.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.gu.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.gu.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.gu.po
diff --git a/www/drupal6-translations/PLIST.he b/www/drupal6-translations/PLIST.he
new file mode 100644
index 00000000000..b440e2f7126
--- /dev/null
+++ b/www/drupal6-translations/PLIST.he
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST.he,v 1.1.1.1 2008/08/17 05:35:06 taca Exp $
+${DRUPAL_BASE}/LICENSE.he.txt
+${DRUPAL_BASE}/STATUS.he.txt
+${DRUPAL_BASE}/modules/system/translations/general.he.po
+${DRUPAL_BASE}/modules/system/translations/includes.he.po
+${DRUPAL_BASE}/profiles/default/translations/he.po
+${DRUPAL_BASE}/modules/system/translations/misc.he.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.he.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.he.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.he.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.he.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.he.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.he.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.he.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.he.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.he.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.he.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.he.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.he.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.he.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.he.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.he.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.he.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.he.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.he.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.he.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.he.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.he.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.he.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.he.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.he.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.he.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.he.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.he.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.he.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.he.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.he.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.he.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.he.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.he.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.he.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.he.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.he.po
diff --git a/www/drupal6-translations/PLIST.hu b/www/drupal6-translations/PLIST.hu
new file mode 100644
index 00000000000..215fa76bf94
--- /dev/null
+++ b/www/drupal6-translations/PLIST.hu
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST.hu,v 1.1.1.1 2008/08/17 05:35:06 taca Exp $
+${DRUPAL_BASE}/CONTRIBUTORS.hu.txt
+${DRUPAL_BASE}/LICENSE.hu.txt
+${DRUPAL_BASE}/README.hu.txt
+${DRUPAL_BASE}/STATUS.hu.txt
+${DRUPAL_BASE}/modules/system/translations/general.hu.po
+${DRUPAL_BASE}/modules/system/translations/includes.hu.po
+${DRUPAL_BASE}/profiles/default/translations/hu.po
+${DRUPAL_BASE}/modules/system/translations/misc.hu.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.hu.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.hu.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.hu.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.hu.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.hu.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.hu.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.hu.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.hu.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.hu.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.hu.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.hu.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.hu.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.hu.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.hu.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.hu.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.hu.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.hu.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.hu.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.hu.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.hu.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.hu.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.hu.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.hu.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.hu.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.hu.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.hu.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.hu.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.hu.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.hu.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.hu.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.hu.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.hu.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.hu.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.hu.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.hu.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.hu.po
diff --git a/www/drupal6-translations/PLIST.ja b/www/drupal6-translations/PLIST.ja
new file mode 100644
index 00000000000..7d58a9ebaaf
--- /dev/null
+++ b/www/drupal6-translations/PLIST.ja
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST.ja,v 1.1.1.1 2008/08/17 05:35:06 taca Exp $
+${DRUPAL_BASE}/LICENSE.ja.txt
+${DRUPAL_BASE}/STATUS.ja.txt
+${DRUPAL_BASE}/modules/system/translations/general.ja.po
+${DRUPAL_BASE}/modules/system/translations/includes.ja.po
+${DRUPAL_BASE}/profiles/default/translations/ja.po
+${DRUPAL_BASE}/modules/system/translations/misc.ja.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.ja.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.ja.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.ja.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.ja.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.ja.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.ja.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.ja.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.ja.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.ja.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.ja.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.ja.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.ja.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.ja.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.ja.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.ja.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.ja.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.ja.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.ja.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.ja.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.ja.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.ja.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.ja.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.ja.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.ja.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.ja.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.ja.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.ja.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.ja.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.ja.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.ja.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.ja.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.ja.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.ja.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.ja.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.ja.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.ja.po
diff --git a/www/drupal6-translations/PLIST.lt b/www/drupal6-translations/PLIST.lt
new file mode 100644
index 00000000000..483739725bd
--- /dev/null
+++ b/www/drupal6-translations/PLIST.lt
@@ -0,0 +1,41 @@
+@comment $NetBSD: PLIST.lt,v 1.1.1.1 2008/08/17 05:35:06 taca Exp $
+${DRUPAL_BASE}/LICENSE.lt.txt
+${DRUPAL_BASE}/README.lt.txt
+${DRUPAL_BASE}/STATUS.lt.txt
+${DRUPAL_BASE}/modules/system/translations/general.lt.po
+${DRUPAL_BASE}/modules/system/translations/includes.lt.po
+${DRUPAL_BASE}/profiles/default/translations/lt.po
+${DRUPAL_BASE}/modules/system/translations/misc.lt.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.lt.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.lt.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.lt.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.lt.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.lt.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.lt.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.lt.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.lt.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.lt.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.lt.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.lt.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.lt.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.lt.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.lt.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.lt.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.lt.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.lt.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.lt.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.lt.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.lt.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.lt.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.lt.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.lt.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.lt.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.lt.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.lt.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.lt.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.lt.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.lt.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.lt.po
+${DRUPAL_BASE}/modules/system/translations/root.lt.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.lt.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.lt.po
diff --git a/www/drupal6-translations/PLIST.nb b/www/drupal6-translations/PLIST.nb
new file mode 100644
index 00000000000..ceffc9a7b29
--- /dev/null
+++ b/www/drupal6-translations/PLIST.nb
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST.nb,v 1.1.1.1 2008/08/17 05:35:06 taca Exp $
+${DRUPAL_BASE}/LICENSE.nb.txt
+${DRUPAL_BASE}/STATUS.nb.txt
+${DRUPAL_BASE}/readme.nb.txt
+${DRUPAL_BASE}/modules/system/translations/general.nb.po
+${DRUPAL_BASE}/modules/system/translations/includes.nb.po
+${DRUPAL_BASE}/profiles/default/translations/nb.po
+${DRUPAL_BASE}/modules/system/translations/misc.nb.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.nb.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.nb.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.nb.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.nb.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.nb.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.nb.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.nb.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.nb.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.nb.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.nb.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.nb.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.nb.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.nb.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.nb.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.nb.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.nb.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.nb.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.nb.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.nb.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.nb.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.nb.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.nb.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.nb.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.nb.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.nb.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.nb.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.nb.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.nb.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.nb.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.nb.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.nb.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.nb.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.nb.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.nb.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.nb.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.nb.po
diff --git a/www/drupal6-translations/PLIST.nl b/www/drupal6-translations/PLIST.nl
new file mode 100644
index 00000000000..6d3754deb05
--- /dev/null
+++ b/www/drupal6-translations/PLIST.nl
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST.nl,v 1.1.1.1 2008/08/17 05:35:06 taca Exp $
+${DRUPAL_BASE}/LICENSE.nl.txt
+${DRUPAL_BASE}/README.nl.txt
+${DRUPAL_BASE}/STATUS.nl.txt
+${DRUPAL_BASE}/modules/system/translations/general.nl.po
+${DRUPAL_BASE}/modules/system/translations/includes.nl.po
+${DRUPAL_BASE}/profiles/default/translations/nl.po
+${DRUPAL_BASE}/modules/system/translations/misc.nl.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.nl.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.nl.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.nl.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.nl.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.nl.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.nl.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.nl.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.nl.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.nl.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.nl.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.nl.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.nl.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.nl.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.nl.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.nl.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.nl.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.nl.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.nl.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.nl.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.nl.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.nl.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.nl.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.nl.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.nl.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.nl.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.nl.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.nl.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.nl.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.nl.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.nl.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.nl.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.nl.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.nl.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.nl.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.nl.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.nl.po
diff --git a/www/drupal6-translations/PLIST.nn b/www/drupal6-translations/PLIST.nn
new file mode 100644
index 00000000000..abe7c098bf3
--- /dev/null
+++ b/www/drupal6-translations/PLIST.nn
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST.nn,v 1.1.1.1 2008/08/17 05:35:06 taca Exp $
+${DRUPAL_BASE}/LICENSE.nn.txt
+${DRUPAL_BASE}/STATUS.nn.txt
+${DRUPAL_BASE}/modules/system/translations/general.nn.po
+${DRUPAL_BASE}/modules/system/translations/includes.nn.po
+${DRUPAL_BASE}/profiles/default/translations/nn.po
+${DRUPAL_BASE}/modules/system/translations/misc.nn.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.nn.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.nn.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.nn.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.nn.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.nn.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.nn.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.nn.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.nn.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.nn.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.nn.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.nn.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.nn.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.nn.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.nn.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.nn.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.nn.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.nn.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.nn.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.nn.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.nn.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.nn.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.nn.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.nn.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.nn.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.nn.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.nn.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.nn.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.nn.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.nn.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.nn.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.nn.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.nn.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.nn.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.nn.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.nn.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.nn.po
diff --git a/www/drupal6-translations/PLIST.pt-br b/www/drupal6-translations/PLIST.pt-br
new file mode 100644
index 00000000000..9423183e67d
--- /dev/null
+++ b/www/drupal6-translations/PLIST.pt-br
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST.pt-br,v 1.1.1.1 2008/08/17 05:35:05 taca Exp $
+${DRUPAL_BASE}/LICENSE.pt-br.txt
+${DRUPAL_BASE}/STATUS.pt-br.txt
+${DRUPAL_BASE}/modules/system/translations/general.pt-br.po
+${DRUPAL_BASE}/modules/system/translations/includes.pt-br.po
+${DRUPAL_BASE}/profiles/default/translations/pt-br.po
+${DRUPAL_BASE}/modules/system/translations/misc.pt-br.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.pt-br.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.pt-br.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.pt-br.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.pt-br.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.pt-br.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.pt-br.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.pt-br.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.pt-br.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.pt-br.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.pt-br.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.pt-br.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.pt-br.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.pt-br.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.pt-br.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.pt-br.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.pt-br.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.pt-br.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.pt-br.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.pt-br.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.pt-br.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.pt-br.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.pt-br.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.pt-br.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.pt-br.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.pt-br.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.pt-br.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.pt-br.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.pt-br.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.pt-br.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.pt-br.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.pt-br.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.pt-br.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.pt-br.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.pt-br.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.pt-br.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.pt-br.po
diff --git a/www/drupal6-translations/PLIST.pt-pt b/www/drupal6-translations/PLIST.pt-pt
new file mode 100644
index 00000000000..26d87b10d2f
--- /dev/null
+++ b/www/drupal6-translations/PLIST.pt-pt
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST.pt-pt,v 1.1.1.1 2008/08/17 05:35:04 taca Exp $
+${DRUPAL_BASE}/LICENSE.pt-pt.txt
+${DRUPAL_BASE}/README.pt-pt.txt
+${DRUPAL_BASE}/STATUS.pt-pt.txt
+${DRUPAL_BASE}/modules/system/translations/general.pt-pt.po
+${DRUPAL_BASE}/modules/system/translations/includes.pt-pt.po
+${DRUPAL_BASE}/profiles/default/translations/pt-pt.po
+${DRUPAL_BASE}/modules/system/translations/misc.pt-pt.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.pt-pt.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.pt-pt.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.pt-pt.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.pt-pt.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.pt-pt.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.pt-pt.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.pt-pt.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.pt-pt.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.pt-pt.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.pt-pt.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.pt-pt.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.pt-pt.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.pt-pt.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.pt-pt.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.pt-pt.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.pt-pt.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.pt-pt.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.pt-pt.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.pt-pt.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.pt-pt.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.pt-pt.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.pt-pt.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.pt-pt.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.pt-pt.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.pt-pt.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.pt-pt.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.pt-pt.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.pt-pt.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.pt-pt.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.pt-pt.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.pt-pt.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.pt-pt.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.pt-pt.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.pt-pt.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.pt-pt.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.pt-pt.po
diff --git a/www/drupal6-translations/PLIST.ro b/www/drupal6-translations/PLIST.ro
new file mode 100644
index 00000000000..5ba850b8d0f
--- /dev/null
+++ b/www/drupal6-translations/PLIST.ro
@@ -0,0 +1,42 @@
+@comment $NetBSD: PLIST.ro,v 1.1.1.1 2008/08/17 05:35:06 taca Exp $
+${DRUPAL_BASE}/LICENSE.ro.txt
+${DRUPAL_BASE}/STATUS.ro.txt
+${DRUPAL_BASE}/modules/system/translations/general.ro.po
+${DRUPAL_BASE}/modules/system/translations/includes.ro.po
+${DRUPAL_BASE}/profiles/default/translations/ro.po
+${DRUPAL_BASE}/modules/system/translations/misc.ro.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.ro.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.ro.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.ro.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.ro.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.ro.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.ro.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.ro.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.ro.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.ro.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.ro.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.ro.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.ro.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.ro.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.ro.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.ro.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.ro.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.ro.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.ro.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.ro.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.ro.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.ro.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.ro.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.ro.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.ro.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.ro.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.ro.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.ro.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.ro.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.ro.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.ro.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.ro.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.ro.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.ro.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.ro.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.ro.po
diff --git a/www/drupal6-translations/PLIST.sk b/www/drupal6-translations/PLIST.sk
new file mode 100644
index 00000000000..479ee7ccc5b
--- /dev/null
+++ b/www/drupal6-translations/PLIST.sk
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST.sk,v 1.1.1.1 2008/08/17 05:35:06 taca Exp $
+${DRUPAL_BASE}/LICENSE.sk.txt
+${DRUPAL_BASE}/STATUS.sk.txt
+${DRUPAL_BASE}/modules/system/translations/general.sk.po
+${DRUPAL_BASE}/modules/system/translations/includes.sk.po
+${DRUPAL_BASE}/profiles/default/translations/sk.po
+${DRUPAL_BASE}/modules/system/translations/misc.sk.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.sk.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.sk.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.sk.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.sk.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.sk.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.sk.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.sk.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.sk.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.sk.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.sk.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.sk.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.sk.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.sk.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.sk.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.sk.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.sk.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.sk.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.sk.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.sk.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.sk.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.sk.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.sk.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.sk.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.sk.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.sk.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.sk.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.sk.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.sk.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.sk.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.sk.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.sk.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.sk.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.sk.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.sk.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.sk.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.sk.po
diff --git a/www/drupal6-translations/PLIST.sv b/www/drupal6-translations/PLIST.sv
new file mode 100644
index 00000000000..0c3e20c62b0
--- /dev/null
+++ b/www/drupal6-translations/PLIST.sv
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST.sv,v 1.1.1.1 2008/08/17 05:35:06 taca Exp $
+${DRUPAL_BASE}/LICENSE.sv.txt
+${DRUPAL_BASE}/STATUS.sv.txt
+${DRUPAL_BASE}/modules/system/translations/general.sv.po
+${DRUPAL_BASE}/modules/system/translations/includes.sv.po
+${DRUPAL_BASE}/profiles/default/translations/sv.po
+${DRUPAL_BASE}/modules/system/translations/misc.sv.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.sv.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.sv.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.sv.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.sv.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.sv.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.sv.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.sv.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.sv.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.sv.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.sv.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.sv.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.sv.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.sv.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.sv.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.sv.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.sv.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.sv.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.sv.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.sv.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.sv.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.sv.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.sv.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.sv.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.sv.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.sv.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.sv.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.sv.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.sv.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.sv.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.sv.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.sv.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.sv.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.sv.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.sv.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.sv.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.sv.po
diff --git a/www/drupal6-translations/PLIST.th b/www/drupal6-translations/PLIST.th
new file mode 100644
index 00000000000..6956009b48c
--- /dev/null
+++ b/www/drupal6-translations/PLIST.th
@@ -0,0 +1,42 @@
+@comment $NetBSD: PLIST.th,v 1.1.1.1 2008/08/17 05:35:04 taca Exp $
+${DRUPAL_BASE}/LICENSE.th.txt
+${DRUPAL_BASE}/STATUS.th.txt
+${DRUPAL_BASE}/modules/system/translations/general.th.po
+${DRUPAL_BASE}/modules/system/translations/includes.th.po
+${DRUPAL_BASE}/profiles/default/translations/th.po
+${DRUPAL_BASE}/modules/system/translations/misc.th.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.th.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.th.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.th.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.th.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.th.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.th.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.th.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.th.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.th.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.th.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.th.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.th.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.th.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.th.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.th.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.th.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.th.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.th.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.th.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.th.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.th.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.th.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.th.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.th.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.th.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.th.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.th.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.th.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.th.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.th.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.th.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.th.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.th.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.th.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.th.po
diff --git a/www/drupal6-translations/PLIST.tr b/www/drupal6-translations/PLIST.tr
new file mode 100644
index 00000000000..5770a62a2f7
--- /dev/null
+++ b/www/drupal6-translations/PLIST.tr
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST.tr,v 1.1.1.1 2008/08/17 05:35:07 taca Exp $
+${DRUPAL_BASE}/LICENSE.tr.txt
+${DRUPAL_BASE}/STATUS.tr.txt
+${DRUPAL_BASE}/modules/system/translations/general.tr.po
+${DRUPAL_BASE}/modules/system/translations/includes.tr.po
+${DRUPAL_BASE}/profiles/default/translations/tr.po
+${DRUPAL_BASE}/modules/system/translations/misc.tr.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.tr.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.tr.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.tr.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.tr.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.tr.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.tr.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.tr.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.tr.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.tr.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.tr.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.tr.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.tr.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.tr.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.tr.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.tr.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.tr.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.tr.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.tr.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.tr.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.tr.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.tr.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.tr.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.tr.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.tr.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.tr.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.tr.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.tr.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.tr.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.tr.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.tr.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.tr.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.tr.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.tr.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.tr.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.tr.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.tr.po
diff --git a/www/drupal6-translations/PLIST.zh-hans b/www/drupal6-translations/PLIST.zh-hans
new file mode 100644
index 00000000000..00626897593
--- /dev/null
+++ b/www/drupal6-translations/PLIST.zh-hans
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST.zh-hans,v 1.1.1.1 2008/08/17 05:35:07 taca Exp $
+${DRUPAL_BASE}/LICENSE.zh-hans.txt
+${DRUPAL_BASE}/Readme.zh-hans.txt
+${DRUPAL_BASE}/STATUS.zh-hans.txt
+${DRUPAL_BASE}/modules/system/translations/general.zh-hans.po
+${DRUPAL_BASE}/modules/system/translations/includes.zh-hans.po
+${DRUPAL_BASE}/profiles/default/translations/zh-hans.po
+${DRUPAL_BASE}/modules/system/translations/misc.zh-hans.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.zh-hans.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.zh-hans.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.zh-hans.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.zh-hans.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.zh-hans.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.zh-hans.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.zh-hans.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.zh-hans.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.zh-hans.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.zh-hans.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.zh-hans.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.zh-hans.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.zh-hans.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.zh-hans.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.zh-hans.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.zh-hans.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.zh-hans.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.zh-hans.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.zh-hans.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.zh-hans.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.zh-hans.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.zh-hans.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.zh-hans.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.zh-hans.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.zh-hans.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.zh-hans.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.zh-hans.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.zh-hans.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.zh-hans.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.zh-hans.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.zh-hans.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.zh-hans.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.zh-hans.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.zh-hans.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.zh-hans.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.zh-hans.po
diff --git a/www/drupal6-translations/PLIST.zh-hant b/www/drupal6-translations/PLIST.zh-hant
new file mode 100644
index 00000000000..50f8e33b6fa
--- /dev/null
+++ b/www/drupal6-translations/PLIST.zh-hant
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST.zh-hant,v 1.1.1.1 2008/08/17 05:35:07 taca Exp $
+${DRUPAL_BASE}/LICENSE.zh-hant.txt
+${DRUPAL_BASE}/STATUS.zh-hant.txt
+${DRUPAL_BASE}/modules/system/translations/general.zh-hant.po
+${DRUPAL_BASE}/modules/system/translations/includes.zh-hant.po
+${DRUPAL_BASE}/profiles/default/translations/zh-hant.po
+${DRUPAL_BASE}/modules/system/translations/misc.zh-hant.po
+${DRUPAL_BASE}/modules/aggregator/translations/modules-aggregator.zh-hant.po
+${DRUPAL_BASE}/modules/block/translations/modules-block.zh-hant.po
+${DRUPAL_BASE}/modules/blog/translations/modules-blog.zh-hant.po
+${DRUPAL_BASE}/modules/blogapi/translations/modules-blogapi.zh-hant.po
+${DRUPAL_BASE}/modules/book/translations/modules-book.zh-hant.po
+${DRUPAL_BASE}/modules/color/translations/modules-color.zh-hant.po
+${DRUPAL_BASE}/modules/comment/translations/modules-comment.zh-hant.po
+${DRUPAL_BASE}/modules/contact/translations/modules-contact.zh-hant.po
+${DRUPAL_BASE}/modules/dblog/translations/modules-dblog.zh-hant.po
+${DRUPAL_BASE}/modules/filter/translations/modules-filter.zh-hant.po
+${DRUPAL_BASE}/modules/forum/translations/modules-forum.zh-hant.po
+${DRUPAL_BASE}/modules/help/translations/modules-help.zh-hant.po
+${DRUPAL_BASE}/modules/locale/translations/modules-locale.zh-hant.po
+${DRUPAL_BASE}/modules/menu/translations/modules-menu.zh-hant.po
+${DRUPAL_BASE}/modules/node/translations/modules-node.zh-hant.po
+${DRUPAL_BASE}/modules/openid/translations/modules-openid.zh-hant.po
+${DRUPAL_BASE}/modules/path/translations/modules-path.zh-hant.po
+${DRUPAL_BASE}/modules/php/translations/modules-php.zh-hant.po
+${DRUPAL_BASE}/modules/ping/translations/modules-ping.zh-hant.po
+${DRUPAL_BASE}/modules/poll/translations/modules-poll.zh-hant.po
+${DRUPAL_BASE}/modules/profile/translations/modules-profile.zh-hant.po
+${DRUPAL_BASE}/modules/search/translations/modules-search.zh-hant.po
+${DRUPAL_BASE}/modules/statistics/translations/modules-statistics.zh-hant.po
+${DRUPAL_BASE}/modules/syslog/translations/modules-syslog.zh-hant.po
+${DRUPAL_BASE}/modules/system/translations/modules-system.zh-hant.po
+${DRUPAL_BASE}/modules/taxonomy/translations/modules-taxonomy.zh-hant.po
+${DRUPAL_BASE}/modules/throttle/translations/modules-throttle.zh-hant.po
+${DRUPAL_BASE}/modules/tracker/translations/modules-tracker.zh-hant.po
+${DRUPAL_BASE}/modules/translation/translations/modules-translation.zh-hant.po
+${DRUPAL_BASE}/modules/trigger/translations/modules-trigger.zh-hant.po
+${DRUPAL_BASE}/modules/update/translations/modules-update.zh-hant.po
+${DRUPAL_BASE}/modules/upload/translations/modules-upload.zh-hant.po
+${DRUPAL_BASE}/modules/user/translations/modules-user.zh-hant.po
+${DRUPAL_BASE}/themes/chameleon/translations/themes-chameleon.zh-hant.po
+${DRUPAL_BASE}/themes/garland/translations/themes-garland.zh-hant.po
+${DRUPAL_BASE}/themes/pushbutton/translations/themes-pushbutton.zh-hant.po
diff --git a/www/drupal6-translations/distinfo b/www/drupal6-translations/distinfo
new file mode 100644
index 00000000000..88db65ac28f
--- /dev/null
+++ b/www/drupal6-translations/distinfo
@@ -0,0 +1,77 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/17 05:35:04 taca Exp $
+
+SHA1 (drupal6-20080816/ar-6.x-1.x-dev.tar.gz) = 7481d575d68f2fab5cbb44ced3aab658fdb44b30
+RMD160 (drupal6-20080816/ar-6.x-1.x-dev.tar.gz) = 306e5d460e38c5edddf934988a6ad922377bd679
+Size (drupal6-20080816/ar-6.x-1.x-dev.tar.gz) = 145554 bytes
+SHA1 (drupal6-20080816/cs-6.x-1.8.tar.gz) = 9c91966431b805e6f8e934ff3a6622b85954d941
+RMD160 (drupal6-20080816/cs-6.x-1.8.tar.gz) = cb954a82bd65fa3e794a559d9def62bc2f32b2d3
+Size (drupal6-20080816/cs-6.x-1.8.tar.gz) = 212965 bytes
+SHA1 (drupal6-20080816/da-6.x-1.x-dev.tar.gz) = 02ef361e132b4714955f4544f1c9cae1a976a791
+RMD160 (drupal6-20080816/da-6.x-1.x-dev.tar.gz) = abce78b167096ff61b8ca75d1bc6d7cb09f9b527
+Size (drupal6-20080816/da-6.x-1.x-dev.tar.gz) = 197748 bytes
+SHA1 (drupal6-20080816/de-6.x-1.x-dev.tar.gz) = 891f62546b0849c08a55f5ad27e66d22df302c7d
+RMD160 (drupal6-20080816/de-6.x-1.x-dev.tar.gz) = 0e4b7a72284042c4bfb823758dc54dc67e397b71
+Size (drupal6-20080816/de-6.x-1.x-dev.tar.gz) = 195873 bytes
+SHA1 (drupal6-20080816/el-6.x-1.0-beta1.tar.gz) = 08307e0542ce3464611ed6f169192967511d2481
+RMD160 (drupal6-20080816/el-6.x-1.0-beta1.tar.gz) = 9dd346d2fea40fcf2334289e7bb23c5c67f09b1e
+Size (drupal6-20080816/el-6.x-1.0-beta1.tar.gz) = 247012 bytes
+SHA1 (drupal6-20080816/es-6.x-1.0.tar.gz) = 120aacdffc658c3e9cd91ff9052ddb9d7725073a
+RMD160 (drupal6-20080816/es-6.x-1.0.tar.gz) = 18167a81ae6a236891388baed829ba51f607b542
+Size (drupal6-20080816/es-6.x-1.0.tar.gz) = 349846 bytes
+SHA1 (drupal6-20080816/fi-6.x-1.0-rc.tar.gz) = cbcd2eada80faaa47c7159d0307ba5e22e75b7c6
+RMD160 (drupal6-20080816/fi-6.x-1.0-rc.tar.gz) = df69c5f602e28b62f63c3c79a12095f9c117cdef
+Size (drupal6-20080816/fi-6.x-1.0-rc.tar.gz) = 214953 bytes
+SHA1 (drupal6-20080816/fr-6.x-1.x-dev.tar.gz) = 977288926a524c444779a8800dcf0ea0de2694df
+RMD160 (drupal6-20080816/fr-6.x-1.x-dev.tar.gz) = 54569aaaa94bc5fbb58fa235fab50bb6467ec2a8
+Size (drupal6-20080816/fr-6.x-1.x-dev.tar.gz) = 199007 bytes
+SHA1 (drupal6-20080816/gu-6.x-1.x-dev.tar.gz) = a1fe23b9c23c1b73e466546c199316af3b76c5e5
+RMD160 (drupal6-20080816/gu-6.x-1.x-dev.tar.gz) = 9e3d10005bcc3cbf468fc8eb4405e7a2f173ceff
+Size (drupal6-20080816/gu-6.x-1.x-dev.tar.gz) = 213126 bytes
+SHA1 (drupal6-20080816/he-6.x-1.0.tar.gz) = 932690643afa483dd6060da9273a6ba9af8832a8
+RMD160 (drupal6-20080816/he-6.x-1.0.tar.gz) = 75514cbc1c682aed401eb4e4b7c23742d691b32b
+Size (drupal6-20080816/he-6.x-1.0.tar.gz) = 139027 bytes
+SHA1 (drupal6-20080816/hu-6.x-1.0.tar.gz) = 2ebc346c8d043e517d4ae277ea7243110044f248
+RMD160 (drupal6-20080816/hu-6.x-1.0.tar.gz) = 03e433a3b27ee5cbabe2085fda9c22981fc6fd0b
+Size (drupal6-20080816/hu-6.x-1.0.tar.gz) = 219618 bytes
+SHA1 (drupal6-20080816/ja-6.x-1.2.tar.gz) = 7320e657e443bbd1e78b8e732e3c8128ff44d869
+RMD160 (drupal6-20080816/ja-6.x-1.2.tar.gz) = 459d899f5370c22ac0e647240a447eba23f20a5f
+Size (drupal6-20080816/ja-6.x-1.2.tar.gz) = 233354 bytes
+SHA1 (drupal6-20080816/lt-6.x-1.2.tar.gz) = c1856e919c46e36c86a50a75ded80249900c58cd
+RMD160 (drupal6-20080816/lt-6.x-1.2.tar.gz) = 3e59e550acc3a697c984fce26aad56b02d14230c
+Size (drupal6-20080816/lt-6.x-1.2.tar.gz) = 187876 bytes
+SHA1 (drupal6-20080816/nb-6.x-1.x-dev.tar.gz) = d6a610a74c95b28a5d5db5ab509ecc1f6231d53a
+RMD160 (drupal6-20080816/nb-6.x-1.x-dev.tar.gz) = 7fffb512fc79a3fbd31c30eeffc7400f6328a698
+Size (drupal6-20080816/nb-6.x-1.x-dev.tar.gz) = 189017 bytes
+SHA1 (drupal6-20080816/nl-6.x-1.1.tar.gz) = bb44e83a73c6351665ba7f13cd908f92ff815464
+RMD160 (drupal6-20080816/nl-6.x-1.1.tar.gz) = a856a8f235dceaf10313d13f6dc30e9e186aee5e
+Size (drupal6-20080816/nl-6.x-1.1.tar.gz) = 209571 bytes
+SHA1 (drupal6-20080816/nn-6.x-1.x-dev.tar.gz) = c02ed86bf5efb1e21965a9b22ec0b209293b83bd
+RMD160 (drupal6-20080816/nn-6.x-1.x-dev.tar.gz) = 18e842e01336946f596ad2af815e36bae8743275
+Size (drupal6-20080816/nn-6.x-1.x-dev.tar.gz) = 121547 bytes
+SHA1 (drupal6-20080816/pt-br-6.x-1.0-rc1.tar.gz) = 9b789074fb860769e8f31f6c7e19320220903bce
+RMD160 (drupal6-20080816/pt-br-6.x-1.0-rc1.tar.gz) = 5985a79521b1b51798a6258c3c0c01f7ec8124da
+Size (drupal6-20080816/pt-br-6.x-1.0-rc1.tar.gz) = 137188 bytes
+SHA1 (drupal6-20080816/pt-pt-6.x-1.x-dev.tar.gz) = 99607bec8bff6f1b49c5f388bf6f49d67e5958b5
+RMD160 (drupal6-20080816/pt-pt-6.x-1.x-dev.tar.gz) = 6e031b85b689a025b66c52a051244f12a705478d
+Size (drupal6-20080816/pt-pt-6.x-1.x-dev.tar.gz) = 242391 bytes
+SHA1 (drupal6-20080816/ro-6.x-1.1.tar.gz) = 42c2a605bdd414a8ea7e11654cc2b2b77c1d2fb7
+RMD160 (drupal6-20080816/ro-6.x-1.1.tar.gz) = 0391bcd1e0e74e642200ca0256cf41f3b4b5e0cd
+Size (drupal6-20080816/ro-6.x-1.1.tar.gz) = 134248 bytes
+SHA1 (drupal6-20080816/sk-6.x-1.0-beta5.tar.gz) = b6936e3232b90944dd60d7fa59eb7d99afa94b31
+RMD160 (drupal6-20080816/sk-6.x-1.0-beta5.tar.gz) = 0339f705f0f5a37e8ea33386ad702ab957483bde
+Size (drupal6-20080816/sk-6.x-1.0-beta5.tar.gz) = 217583 bytes
+SHA1 (drupal6-20080816/sv-6.x-1.x-dev.tar.gz) = ee35d9bab6bc830d728a2ba599d3067f5aafc7b0
+RMD160 (drupal6-20080816/sv-6.x-1.x-dev.tar.gz) = 6dfc9b613caf9c2d3ba648f9093cf186dcaf3e18
+Size (drupal6-20080816/sv-6.x-1.x-dev.tar.gz) = 208571 bytes
+SHA1 (drupal6-20080816/th-6.x-1.x-dev.tar.gz) = 68882c159c2b81a1e9d7a3d6bbec5dac9b54cf04
+RMD160 (drupal6-20080816/th-6.x-1.x-dev.tar.gz) = 50a9eb545fb78115aa2c53c1500df2d1ac33294a
+Size (drupal6-20080816/th-6.x-1.x-dev.tar.gz) = 131942 bytes
+SHA1 (drupal6-20080816/tr-6.x-1.x-dev.tar.gz) = 09e9630ad109bed80a44cb699df5a891b3b18821
+RMD160 (drupal6-20080816/tr-6.x-1.x-dev.tar.gz) = b51ec175feddd4d386959f022c4f6bfac5c07984
+Size (drupal6-20080816/tr-6.x-1.x-dev.tar.gz) = 216237 bytes
+SHA1 (drupal6-20080816/zh-hans-6.x-1.0.tar.gz) = 49de1b91b538e4ccbfccbeb3750812e60ef89431
+RMD160 (drupal6-20080816/zh-hans-6.x-1.0.tar.gz) = 0ca22235af7c8a6de3bda28556f0f2fe6984f34e
+Size (drupal6-20080816/zh-hans-6.x-1.0.tar.gz) = 213991 bytes
+SHA1 (drupal6-20080816/zh-hant-6.x-1.1.tar.gz) = 6b7f7eab393bb11731635f8e687ca79f4c0c865d
+RMD160 (drupal6-20080816/zh-hant-6.x-1.1.tar.gz) = d6cfe7c1f55c1023e246b6135a1ae0aaf0d53f79
+Size (drupal6-20080816/zh-hant-6.x-1.1.tar.gz) = 211678 bytes