1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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

PR:		ports/120579
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
This commit is contained in:
Martin Wilke 2008-02-16 17:04:17 +00:00
parent edcba28ac7
commit 9f4dddd7cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207343
4 changed files with 48 additions and 0 deletions

View File

@ -148,6 +148,7 @@
SUBDIR += drupal5-token
SUBDIR += drupal5-ubrowser
SUBDIR += drupal5-views
SUBDIR += drupal5-workflow_ng
SUBDIR += dtse
SUBDIR += dummyflash
SUBDIR += eaccelerator

View File

@ -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>

View File

@ -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

View File

@ -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