aboutsummaryrefslogtreecommitdiff
path: root/www/drupal5-imagefield
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-16 17:09:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-16 17:09:10 +0000
commit2c7eb291ff97e5f3aaafe3e988ce36e99d95b398 (patch)
tree846ddba17e97440d83f258e794400e1e796eeccf /www/drupal5-imagefield
parent524c6f4854bbc45994124978d26f573e20eb2501 (diff)
ImageField provides image uploads for CCK.
WWW: http://drupal.org/project/imagefield PR: ports/120581 Submitted by: Jeremy Iverson <jeremy at algenta.com>
Notes
Notes: svn path=/head/; revision=207347
Diffstat (limited to 'www/drupal5-imagefield')
-rw-r--r--www/drupal5-imagefield/Makefile23
-rw-r--r--www/drupal5-imagefield/distinfo3
-rw-r--r--www/drupal5-imagefield/pkg-descr3
3 files changed, 29 insertions, 0 deletions
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