diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 00:10:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 00:10:26 +0000 |
commit | 3acfe00bc7f8c72af2d94a1441d3cd19033562d7 (patch) | |
tree | 014004368ca7e8faf82821353483c913d8b8c416 | |
parent | 112422e9ba4f83a1939e009b9e195092c8ce372c (diff) | |
download | ports-3acfe00bc7f8c72af2d94a1441d3cd19033562d7.tar.gz ports-3acfe00bc7f8c72af2d94a1441d3cd19033562d7.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal-i18n/Makefile | 33 | ||||
-rw-r--r-- | www/drupal-i18n/distinfo | 3 | ||||
-rw-r--r-- | www/drupal-i18n/pkg-descr | 8 | ||||
-rw-r--r-- | www/drupal4-i18n/Makefile | 33 | ||||
-rw-r--r-- | www/drupal4-i18n/distinfo | 3 | ||||
-rw-r--r-- | www/drupal4-i18n/pkg-descr | 8 | ||||
-rw-r--r-- | www/drupal5-i18n/Makefile | 33 | ||||
-rw-r--r-- | www/drupal5-i18n/distinfo | 3 | ||||
-rw-r--r-- | www/drupal5-i18n/pkg-descr | 8 |
10 files changed, 133 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2f20cbb1bfc1..cb573818b663 100644 --- a/www/Makefile +++ b/www/Makefile @@ -110,6 +110,7 @@ SUBDIR += drupal SUBDIR += drupal-attachment SUBDIR += drupal-filemanager + SUBDIR += drupal-i18n SUBDIR += drupal-nice_menus SUBDIR += drupal-pubcookie SUBDIR += drupal-textile diff --git a/www/drupal-i18n/Makefile b/www/drupal-i18n/Makefile new file mode 100644 index 000000000000..f9fa9ccc6bb6 --- /dev/null +++ b/www/drupal-i18n/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: drupal-i18n +# Date created: 26 Jan 2007 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= i18n +DISTVERSION= 4.7.x-1.0 +PORTREVISION= 20061208 +CATEGORIES= www security +MASTER_SITE_SUBDIR= pav/drupal + +MAINTAINER= nick@foobar.org +COMMENT= An internationalisation module for the Drupal CMS + +DRUPAL_MODULE= yes +DRUPAL_MODSUBDIR= i18n +MODULE_FILES= translation.module i18n.module i18n.install i18n.inc \ + i18nprofile/i18nprofile.install \ + i18nprofile/i18nprofile.module \ + flags/ca.png flags/cs.png flags/de.png flags/en.png \ + flags/es.png flags/eu.png flags/fi.png flags/fr.png \ + flags/gl.png flags/he.png flags/hu.png flags/it.png \ + flags/ja.png flags/km.png flags/nl.png flags/ru.png \ + flags/sk.png flags/sv.png + +MODULE_DIRS= flags i18nprofile +DOC_FILES= CHANGELOG.txt CREDITS.txt HOWTO.txt INSTALL.txt LICENSE.txt README.txt + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal-i18n/distinfo b/www/drupal-i18n/distinfo new file mode 100644 index 000000000000..5bbb25c9ba05 --- /dev/null +++ b/www/drupal-i18n/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/i18n-4.7.x-1.0.tar.gz) = fa1ae8f3a279d92130523764f4b28779 +SHA256 (drupal/i18n-4.7.x-1.0.tar.gz) = 01c4ddc8d4aba9db8114448bcdc1ce2210c6aa11263cfd5aaa81cc7db07e1048 +SIZE (drupal/i18n-4.7.x-1.0.tar.gz) = 52454 diff --git a/www/drupal-i18n/pkg-descr b/www/drupal-i18n/pkg-descr new file mode 100644 index 000000000000..bef6fbf97068 --- /dev/null +++ b/www/drupal-i18n/pkg-descr @@ -0,0 +1,8 @@ +This is a collection of modules to add multi-lingual capabilities to Drupal +sites. It provides content translation facilities for nodes and taxonomy, +interface translation for anonymous users when used with the locale module, +and browser language detection. It also includes a block for language +selection and manages translation relationships for nodes and taxonomy +terms. + +WWW: http://drupal.org/project/i18n diff --git a/www/drupal4-i18n/Makefile b/www/drupal4-i18n/Makefile new file mode 100644 index 000000000000..f9fa9ccc6bb6 --- /dev/null +++ b/www/drupal4-i18n/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: drupal-i18n +# Date created: 26 Jan 2007 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= i18n +DISTVERSION= 4.7.x-1.0 +PORTREVISION= 20061208 +CATEGORIES= www security +MASTER_SITE_SUBDIR= pav/drupal + +MAINTAINER= nick@foobar.org +COMMENT= An internationalisation module for the Drupal CMS + +DRUPAL_MODULE= yes +DRUPAL_MODSUBDIR= i18n +MODULE_FILES= translation.module i18n.module i18n.install i18n.inc \ + i18nprofile/i18nprofile.install \ + i18nprofile/i18nprofile.module \ + flags/ca.png flags/cs.png flags/de.png flags/en.png \ + flags/es.png flags/eu.png flags/fi.png flags/fr.png \ + flags/gl.png flags/he.png flags/hu.png flags/it.png \ + flags/ja.png flags/km.png flags/nl.png flags/ru.png \ + flags/sk.png flags/sv.png + +MODULE_DIRS= flags i18nprofile +DOC_FILES= CHANGELOG.txt CREDITS.txt HOWTO.txt INSTALL.txt LICENSE.txt README.txt + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal4-i18n/distinfo b/www/drupal4-i18n/distinfo new file mode 100644 index 000000000000..5bbb25c9ba05 --- /dev/null +++ b/www/drupal4-i18n/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/i18n-4.7.x-1.0.tar.gz) = fa1ae8f3a279d92130523764f4b28779 +SHA256 (drupal/i18n-4.7.x-1.0.tar.gz) = 01c4ddc8d4aba9db8114448bcdc1ce2210c6aa11263cfd5aaa81cc7db07e1048 +SIZE (drupal/i18n-4.7.x-1.0.tar.gz) = 52454 diff --git a/www/drupal4-i18n/pkg-descr b/www/drupal4-i18n/pkg-descr new file mode 100644 index 000000000000..bef6fbf97068 --- /dev/null +++ b/www/drupal4-i18n/pkg-descr @@ -0,0 +1,8 @@ +This is a collection of modules to add multi-lingual capabilities to Drupal +sites. It provides content translation facilities for nodes and taxonomy, +interface translation for anonymous users when used with the locale module, +and browser language detection. It also includes a block for language +selection and manages translation relationships for nodes and taxonomy +terms. + +WWW: http://drupal.org/project/i18n diff --git a/www/drupal5-i18n/Makefile b/www/drupal5-i18n/Makefile new file mode 100644 index 000000000000..f9fa9ccc6bb6 --- /dev/null +++ b/www/drupal5-i18n/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: drupal-i18n +# Date created: 26 Jan 2007 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= i18n +DISTVERSION= 4.7.x-1.0 +PORTREVISION= 20061208 +CATEGORIES= www security +MASTER_SITE_SUBDIR= pav/drupal + +MAINTAINER= nick@foobar.org +COMMENT= An internationalisation module for the Drupal CMS + +DRUPAL_MODULE= yes +DRUPAL_MODSUBDIR= i18n +MODULE_FILES= translation.module i18n.module i18n.install i18n.inc \ + i18nprofile/i18nprofile.install \ + i18nprofile/i18nprofile.module \ + flags/ca.png flags/cs.png flags/de.png flags/en.png \ + flags/es.png flags/eu.png flags/fi.png flags/fr.png \ + flags/gl.png flags/he.png flags/hu.png flags/it.png \ + flags/ja.png flags/km.png flags/nl.png flags/ru.png \ + flags/sk.png flags/sv.png + +MODULE_DIRS= flags i18nprofile +DOC_FILES= CHANGELOG.txt CREDITS.txt HOWTO.txt INSTALL.txt LICENSE.txt README.txt + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal5-i18n/distinfo b/www/drupal5-i18n/distinfo new file mode 100644 index 000000000000..5bbb25c9ba05 --- /dev/null +++ b/www/drupal5-i18n/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/i18n-4.7.x-1.0.tar.gz) = fa1ae8f3a279d92130523764f4b28779 +SHA256 (drupal/i18n-4.7.x-1.0.tar.gz) = 01c4ddc8d4aba9db8114448bcdc1ce2210c6aa11263cfd5aaa81cc7db07e1048 +SIZE (drupal/i18n-4.7.x-1.0.tar.gz) = 52454 diff --git a/www/drupal5-i18n/pkg-descr b/www/drupal5-i18n/pkg-descr new file mode 100644 index 000000000000..bef6fbf97068 --- /dev/null +++ b/www/drupal5-i18n/pkg-descr @@ -0,0 +1,8 @@ +This is a collection of modules to add multi-lingual capabilities to Drupal +sites. It provides content translation facilities for nodes and taxonomy, +interface translation for anonymous users when used with the locale module, +and browser language detection. It also includes a block for language +selection and manages translation relationships for nodes and taxonomy +terms. + +WWW: http://drupal.org/project/i18n |