aboutsummaryrefslogtreecommitdiffstats
path: root/www/drupal5-cck
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-02-17 01:07:33 +0800
committermiwi <miwi@FreeBSD.org>2008-02-17 01:07:33 +0800
commit14e0ae9e43386cd53c8750626e8a71e6a70cd174 (patch)
tree184789472bc248c3986b0abe11e5ca5e20e1a571 /www/drupal5-cck
parent635096eeb3a70358acd55675a4810b376dbec124 (diff)
downloadfreebsd-ports-gnome-14e0ae9e43386cd53c8750626e8a71e6a70cd174.tar.gz
freebsd-ports-gnome-14e0ae9e43386cd53c8750626e8a71e6a70cd174.tar.zst
freebsd-ports-gnome-14e0ae9e43386cd53c8750626e8a71e6a70cd174.zip
The Content Construction Kit allows you create and customize fields using a web
browser. In Drupal 5.x custom content types can be created in core, and CCK allows you to add custom fields to any content type. WWW: http://drupal.org/project/cck PR: ports/120580 Submitted by: Jeremy Iverson <jeremy at algenta.com>
Diffstat (limited to 'www/drupal5-cck')
-rw-r--r--www/drupal5-cck/Makefile34
-rw-r--r--www/drupal5-cck/distinfo3
-rw-r--r--www/drupal5-cck/pkg-descr5
3 files changed, 42 insertions, 0 deletions
diff --git a/www/drupal5-cck/Makefile b/www/drupal5-cck/Makefile
new file mode 100644
index 000000000000..108ee7231410
--- /dev/null
+++ b/www/drupal5-cck/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: drupal5-cck
+# Date created: 11 February 2008
+# Whom: Jeremy Iverson <jeremy@algenta.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cck
+DISTVERSION= 5.x-1.6-1
+CATEGORIES= www
+MASTER_SITES= http://ftp.drupal.org/files/projects/
+
+MAINTAINER= jeremy@algenta.com
+COMMENT= Content Construction Kit (CCK) module for Drupal 5
+
+DRUPAL5_MODULE= yes
+MODULE_DIRS= po theme
+MODULE_FILES= content.css content.info content.install content.module content_admin.css \
+ content_admin.inc content_copy.info content_copy.module content_crud.inc \
+ content_pathauto.inc content_views.inc \
+ field.php fieldgroup.css fieldgroup.info fieldgroup.install fieldgroup.module \
+ nodereference.info nodereference.install nodereference.module \
+ number.info number.install number.module \
+ optionwidgets.info optionwidgets.install optionwidgets.module \
+ po/cck.pot po/de.po po/es.po po/fr.po po/nl.po po/pt.po po/ru.po po/vi.po \
+ text.info text.install text.module \
+ theme/README.txt theme/field-field_my_field.tpl.php theme/field.tpl.php \
+ theme/node-content_example.tpl.php theme/template.php \
+ userreference.info userreference.install userreference.module
+DOC_FILES= CHANGELOG.txt LICENSE.txt README.txt UPGRADE.txt
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
+.include <bsd.port.post.mk>
diff --git a/www/drupal5-cck/distinfo b/www/drupal5-cck/distinfo
new file mode 100644
index 000000000000..21bd68129df3
--- /dev/null
+++ b/www/drupal5-cck/distinfo
@@ -0,0 +1,3 @@
+MD5 (drupal/cck-5.x-1.6-1.tar.gz) = 4e79a639c1cf03a83d1e9654f1e4800d
+SHA256 (drupal/cck-5.x-1.6-1.tar.gz) = ac4267b70240f1dcd6c8e271a09a3204f1a3e6a405f1ee00768534845f33c373
+SIZE (drupal/cck-5.x-1.6-1.tar.gz) = 100169
diff --git a/www/drupal5-cck/pkg-descr b/www/drupal5-cck/pkg-descr
new file mode 100644
index 000000000000..2c1a157cb365
--- /dev/null
+++ b/www/drupal5-cck/pkg-descr
@@ -0,0 +1,5 @@
+The Content Construction Kit allows you create and customize fields using a web
+browser. In Drupal 5.x custom content types can be created in core, and CCK
+allows you to add custom fields to any content type.
+
+WWW: http://drupal.org/project/cck