aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2007-01-06 04:35:45 +0000
committerBrooks Davis <brooks@FreeBSD.org>2007-01-06 04:35:45 +0000
commit178d2caefa735bfdfe2e41487b5e5918f174fe8d (patch)
tree9e00f1c2f2892e991cb72e0bf7d316161225d502
parente6d219ba55dd1e783cde9392cd9b56acc3e7d437 (diff)
downloadports-178d2caefa735bfdfe2e41487b5e5918f174fe8d.tar.gz
ports-178d2caefa735bfdfe2e41487b5e5918f174fe8d.zip
Notes
-rw-r--r--www/Makefile1
-rw-r--r--www/drupal-attachment/Makefile24
-rw-r--r--www/drupal-attachment/distinfo3
-rw-r--r--www/drupal-attachment/pkg-descr6
-rw-r--r--www/drupal4-attachment/Makefile24
-rw-r--r--www/drupal4-attachment/distinfo3
-rw-r--r--www/drupal4-attachment/pkg-descr6
7 files changed, 67 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index fd654003396f..2ae4b1153d32 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -109,6 +109,7 @@
SUBDIR += dpsearch
SUBDIR += drraw
SUBDIR += drupal
+ SUBDIR += drupal-attachment
SUBDIR += drupal-filemanager
SUBDIR += drupal-pubcookie
SUBDIR += drupal-textile
diff --git a/www/drupal-attachment/Makefile b/www/drupal-attachment/Makefile
new file mode 100644
index 000000000000..abd725c26fcc
--- /dev/null
+++ b/www/drupal-attachment/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: drupal-attachment
+# Date created: 31 October 2006
+# Whom: Nick Hilliard <nick@foobar.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= attachment
+DISTVERSION= ${DRUPAL_VERSION}
+PORTREVISION= 20060928
+CATEGORIES= www security
+
+MAINTAINER= nick@foobar.org
+COMMENT= An alternative to Drupal's included upload module
+
+RUN_DEPENDS+= ${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal-filemanager
+
+DRUPAL_MODULE= yes
+MODULE_FILES= attachment.install attachment.module
+DOC_FILES= LICENSE.txt README.txt CREDITS INSTALL
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/drupal/bsd.drupal.mk"
+.include <bsd.port.post.mk>
diff --git a/www/drupal-attachment/distinfo b/www/drupal-attachment/distinfo
new file mode 100644
index 000000000000..621f86c9c664
--- /dev/null
+++ b/www/drupal-attachment/distinfo
@@ -0,0 +1,3 @@
+MD5 (drupal/attachment-4.7.0.tar.gz) = b05691fb5941bb15b1b5fa04d725521b
+SHA256 (drupal/attachment-4.7.0.tar.gz) = 2d984cbf1230c593db85dbbd16cca473a325e09a9ffca5b6830627ca4c6a251d
+SIZE (drupal/attachment-4.7.0.tar.gz) = 15951
diff --git a/www/drupal-attachment/pkg-descr b/www/drupal-attachment/pkg-descr
new file mode 100644
index 000000000000..2753406e45b7
--- /dev/null
+++ b/www/drupal-attachment/pkg-descr
@@ -0,0 +1,6 @@
+This module is an alternative to Drupal's included upload module. It uses
+the filemanager module to allow a unique namespace per node and support
+large number of files. In addition this module allows you to give each
+attachment a title and description.
+
+WWW: http://drupal.org/project/attachment
diff --git a/www/drupal4-attachment/Makefile b/www/drupal4-attachment/Makefile
new file mode 100644
index 000000000000..abd725c26fcc
--- /dev/null
+++ b/www/drupal4-attachment/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: drupal-attachment
+# Date created: 31 October 2006
+# Whom: Nick Hilliard <nick@foobar.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= attachment
+DISTVERSION= ${DRUPAL_VERSION}
+PORTREVISION= 20060928
+CATEGORIES= www security
+
+MAINTAINER= nick@foobar.org
+COMMENT= An alternative to Drupal's included upload module
+
+RUN_DEPENDS+= ${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal-filemanager
+
+DRUPAL_MODULE= yes
+MODULE_FILES= attachment.install attachment.module
+DOC_FILES= LICENSE.txt README.txt CREDITS INSTALL
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/drupal/bsd.drupal.mk"
+.include <bsd.port.post.mk>
diff --git a/www/drupal4-attachment/distinfo b/www/drupal4-attachment/distinfo
new file mode 100644
index 000000000000..621f86c9c664
--- /dev/null
+++ b/www/drupal4-attachment/distinfo
@@ -0,0 +1,3 @@
+MD5 (drupal/attachment-4.7.0.tar.gz) = b05691fb5941bb15b1b5fa04d725521b
+SHA256 (drupal/attachment-4.7.0.tar.gz) = 2d984cbf1230c593db85dbbd16cca473a325e09a9ffca5b6830627ca4c6a251d
+SIZE (drupal/attachment-4.7.0.tar.gz) = 15951
diff --git a/www/drupal4-attachment/pkg-descr b/www/drupal4-attachment/pkg-descr
new file mode 100644
index 000000000000..2753406e45b7
--- /dev/null
+++ b/www/drupal4-attachment/pkg-descr
@@ -0,0 +1,6 @@
+This module is an alternative to Drupal's included upload module. It uses
+the filemanager module to allow a unique namespace per node and support
+large number of files. In addition this module allows you to give each
+attachment a title and description.
+
+WWW: http://drupal.org/project/attachment