aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-16 17:04:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-16 17:04:17 +0000
commit9f4dddd7cdf7d5c6404caed2bf12ba1121311756 (patch)
tree67c9eba2e3c0e03ab134359a0a7e7001dae05730
parentedcba28ac7faceed8fe83506e069cbd3447a36aa (diff)
downloadports-9f4dddd7cdf7d5c6404caed2bf12ba1121311756.tar.gz
ports-9f4dddd7cdf7d5c6404caed2bf12ba1121311756.zip
Notes
-rw-r--r--www/Makefile1
-rw-r--r--www/drupal5-workflow_ng/Makefile39
-rw-r--r--www/drupal5-workflow_ng/distinfo3
-rw-r--r--www/drupal5-workflow_ng/pkg-descr5
4 files changed, 48 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 5b87df806cc2..86bdd371b8ba 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -148,6 +148,7 @@
SUBDIR += drupal5-token
SUBDIR += drupal5-ubrowser
SUBDIR += drupal5-views
+ SUBDIR += drupal5-workflow_ng
SUBDIR += dtse
SUBDIR += dummyflash
SUBDIR += eaccelerator
diff --git a/www/drupal5-workflow_ng/Makefile b/www/drupal5-workflow_ng/Makefile
new file mode 100644
index 000000000000..5ba513d0cfe7
--- /dev/null
+++ b/www/drupal5-workflow_ng/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: drupal5-workflow_ng
+# Date created: 11 February 2008
+# Whom: Jeremy Iverson <jeremy@algenta.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= workflow_ng
+DISTVERSION= 5.x-1.6
+CATEGORIES= www
+MASTER_SITES= http://ftp.drupal.org/files/projects/
+
+MAINTAINER= jeremy@algenta.com
+COMMENT= Workflow-ng module for Drupal 5
+
+DRUPAL5_MODULE= yes
+MODULE_DIRS= cclinks states workflow_ng/icons workflow_ng/modules workflow_ng
+MODULE_FILES= cclinks/cclinks.info cclinks/cclinks.install cclinks/cclinks.module \
+ cclinks/cclinks_action.inc cclinks/cclinks_admin.inc \
+ states/API.txt states/states.info states/states.install states/states.module \
+ states/states_views.inc states/states_workflow_ng.inc \
+ workflow_ng/icons/action.png workflow_ng/icons/add.png \
+ workflow_ng/icons/condition.png workflow_ng/icons/edit.png \
+ workflow_ng/icons/indent.png \
+ workflow_ng/modules/workflow_ng_comment.inc \
+ workflow_ng/modules/workflow_ng_node.inc \
+ workflow_ng/modules/workflow_ng_path.inc \
+ workflow_ng/modules/workflow_ng_system.inc \
+ workflow_ng/modules/workflow_ng_token.inc \
+ workflow_ng/modules/workflow_ng_user.inc \
+ workflow_ng/modules/workflow_ng_workflow_ng.inc \
+ workflow_ng/workflow_ng.info workflow_ng/workflow_ng.install \
+ workflow_ng/workflow_ng.module workflow_ng/workflow_ng_ui.css \
+ workflow_ng/workflow_ng_ui.info workflow_ng/workflow_ng_ui.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-workflow_ng/distinfo b/www/drupal5-workflow_ng/distinfo
new file mode 100644
index 000000000000..c0297703d0ec
--- /dev/null
+++ b/www/drupal5-workflow_ng/distinfo
@@ -0,0 +1,3 @@
+MD5 (drupal/workflow_ng-5.x-1.6.tar.gz) = 71f14f3725fffc5b40ea7eed78e067e2
+SHA256 (drupal/workflow_ng-5.x-1.6.tar.gz) = 03bee7bdd4618ca5d9b906ae4389be73c7eba8b7c62b45d3a6ac1957604cc555
+SIZE (drupal/workflow_ng-5.x-1.6.tar.gz) = 51891
diff --git a/www/drupal5-workflow_ng/pkg-descr b/www/drupal5-workflow_ng/pkg-descr
new file mode 100644
index 000000000000..9aa4033c9751
--- /dev/null
+++ b/www/drupal5-workflow_ng/pkg-descr
@@ -0,0 +1,5 @@
+Workflow-ng allows one to customize drupal's built in workflows in a very
+flexible way. In short, it's a rule-based event driven action evaluation
+system.
+
+WWW: http://drupal.org/project/workflow_ng