diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal5-imagefield/Makefile | 23 | ||||
-rw-r--r-- | www/drupal5-imagefield/distinfo | 3 | ||||
-rw-r--r-- | www/drupal5-imagefield/pkg-descr | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 15e7695a7558..a45c31b66c70 100644 --- a/www/Makefile +++ b/www/Makefile @@ -138,6 +138,7 @@ SUBDIR += drupal5-google_analytics SUBDIR += drupal5-gsitemap SUBDIR += drupal5-i18n + SUBDIR += drupal5-imagefield SUBDIR += drupal5-insert-view SUBDIR += drupal5-nice_menus SUBDIR += drupal5-securepages diff --git a/www/drupal5-imagefield/Makefile b/www/drupal5-imagefield/Makefile new file mode 100644 index 000000000000..bd8a8c5e45af --- /dev/null +++ b/www/drupal5-imagefield/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: drupal5-imagefield +# Date created: 11 February 2008 +# Whom: Jeremy Iverson <jeremy@algenta.com> +# +# $FreeBSD$ +# + +PORTNAME= imagefield +DISTVERSION= 5.x-1.2-rc1 +CATEGORIES= www +MASTER_SITES= http://ftp.drupal.org/files/projects/ + +MAINTAINER= jeremy@algenta.com +COMMENT= Image Field module for Drupal 5 + +DRUPAL5_MODULE= yes +MODULE_FILES= imagefield.css imagefield.info imagefield.install \ + imagefield.module +DOC_FILES= 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-imagefield/distinfo b/www/drupal5-imagefield/distinfo new file mode 100644 index 000000000000..6a602412f464 --- /dev/null +++ b/www/drupal5-imagefield/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/imagefield-5.x-1.2-rc1.tar.gz) = f5c95465b4feb8c6386f110fbd3e1c1f +SHA256 (drupal/imagefield-5.x-1.2-rc1.tar.gz) = 6f1ab886fb4a5be6eef595225e0e4df11a984ea5ec69b15f8c566be604b89647 +SIZE (drupal/imagefield-5.x-1.2-rc1.tar.gz) = 12550 diff --git a/www/drupal5-imagefield/pkg-descr b/www/drupal5-imagefield/pkg-descr new file mode 100644 index 000000000000..cf39f5fd1b57 --- /dev/null +++ b/www/drupal5-imagefield/pkg-descr @@ -0,0 +1,3 @@ +ImageField provides image uploads for CCK. + +WWW: http://drupal.org/project/imagefield |