diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 17:02:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 17:02:34 +0000 |
commit | edcba28ac7faceed8fe83506e069cbd3447a36aa (patch) | |
tree | 01067c780cc3408bc1b685519f2e6f1e5ca11208 | |
parent | 74823dbc2a2bf684b64a9a7eaf932da1f9d70dff (diff) |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal5-token/Makefile | 24 | ||||
-rw-r--r-- | www/drupal5-token/distinfo | 3 | ||||
-rw-r--r-- | www/drupal5-token/pkg-descr | 6 | ||||
-rw-r--r-- | www/drupal6-token/Makefile | 24 | ||||
-rw-r--r-- | www/drupal6-token/distinfo | 3 | ||||
-rw-r--r-- | www/drupal6-token/pkg-descr | 6 |
7 files changed, 67 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 99d116b60a1b..5b87df806cc2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -145,6 +145,7 @@ SUBDIR += drupal5-taxonomy_access SUBDIR += drupal5-taxonomy_ticker SUBDIR += drupal5-tinymce + SUBDIR += drupal5-token SUBDIR += drupal5-ubrowser SUBDIR += drupal5-views SUBDIR += dtse diff --git a/www/drupal5-token/Makefile b/www/drupal5-token/Makefile new file mode 100644 index 000000000000..a79ae6c24ecb --- /dev/null +++ b/www/drupal5-token/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: drupal5-token +# Date created: 11 February 2008 +# Whom: Jeremy Iverson <jeremy@algenta.com> +# +# $FreeBSD$ +# + +PORTNAME= token +DISTVERSION= 5.x-1.10 +CATEGORIES= www +MASTER_SITES= http://ftp.drupal.org/files/projects/ + +MAINTAINER= jeremy@algenta.com +COMMENT= Token module for Drupal 5 + +DRUPAL5_MODULE= yes +MODULE_FILES= token_cck.inc token_comment.inc token_node.inc \ + token_taxonomy.inc token_user.inc token.inc \ + token.info token.install token.module +DOC_FILES= API.txt CHANGELOG.txt LICENSE.txt README.txt + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal5-token/distinfo b/www/drupal5-token/distinfo new file mode 100644 index 000000000000..78ba8d9493d9 --- /dev/null +++ b/www/drupal5-token/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/token-5.x-1.10.tar.gz) = d166040796f25c0b001c138028745438 +SHA256 (drupal/token-5.x-1.10.tar.gz) = 6de6ce7bf6a8ee1ae8e33d89af58a44e953c2a20b80041eb664cafcad7434fdf +SIZE (drupal/token-5.x-1.10.tar.gz) = 17493 diff --git a/www/drupal5-token/pkg-descr b/www/drupal5-token/pkg-descr new file mode 100644 index 000000000000..3b7171341cb1 --- /dev/null +++ b/www/drupal5-token/pkg-descr @@ -0,0 +1,6 @@ +Tokens are small bits of text that can be placed into larger documents via +simple placeholders, like %site-name or [user]. The Token module provides a +central API for modules to use these tokens, and expose their own token +values. + +WWW: http://drupal.org/project/token diff --git a/www/drupal6-token/Makefile b/www/drupal6-token/Makefile new file mode 100644 index 000000000000..a79ae6c24ecb --- /dev/null +++ b/www/drupal6-token/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: drupal5-token +# Date created: 11 February 2008 +# Whom: Jeremy Iverson <jeremy@algenta.com> +# +# $FreeBSD$ +# + +PORTNAME= token +DISTVERSION= 5.x-1.10 +CATEGORIES= www +MASTER_SITES= http://ftp.drupal.org/files/projects/ + +MAINTAINER= jeremy@algenta.com +COMMENT= Token module for Drupal 5 + +DRUPAL5_MODULE= yes +MODULE_FILES= token_cck.inc token_comment.inc token_node.inc \ + token_taxonomy.inc token_user.inc token.inc \ + token.info token.install token.module +DOC_FILES= API.txt CHANGELOG.txt LICENSE.txt README.txt + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal6-token/distinfo b/www/drupal6-token/distinfo new file mode 100644 index 000000000000..78ba8d9493d9 --- /dev/null +++ b/www/drupal6-token/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/token-5.x-1.10.tar.gz) = d166040796f25c0b001c138028745438 +SHA256 (drupal/token-5.x-1.10.tar.gz) = 6de6ce7bf6a8ee1ae8e33d89af58a44e953c2a20b80041eb664cafcad7434fdf +SIZE (drupal/token-5.x-1.10.tar.gz) = 17493 diff --git a/www/drupal6-token/pkg-descr b/www/drupal6-token/pkg-descr new file mode 100644 index 000000000000..3b7171341cb1 --- /dev/null +++ b/www/drupal6-token/pkg-descr @@ -0,0 +1,6 @@ +Tokens are small bits of text that can be placed into larger documents via +simple placeholders, like %site-name or [user]. The Token module provides a +central API for modules to use these tokens, and expose their own token +values. + +WWW: http://drupal.org/project/token |