aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-16 16:59:16 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-16 16:59:16 +0000
commita025c0b1adc6fc1219a95210ed3cb1b087f56378 (patch)
tree0a8ccfb1c552a65261ee16eb4c3058451864a037 /www
parentd98b3b7e3942c31a501617faacc1261e6f57f5b0 (diff)
downloadports-a025c0b1adc6fc1219a95210ed3cb1b087f56378.tar.gz
ports-a025c0b1adc6fc1219a95210ed3cb1b087f56378.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/drupal5-tapir/Makefile22
-rw-r--r--www/drupal5-tapir/distinfo3
-rw-r--r--www/drupal5-tapir/pkg-descr11
4 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 8230a81b183b..fdd9ba3765b4 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -141,6 +141,7 @@
SUBDIR += drupal5-nice_menus
SUBDIR += drupal5-securepages
SUBDIR += drupal5-simplenews
+ SUBDIR += drupal5-tapir
SUBDIR += drupal5-taxonomy_access
SUBDIR += drupal5-taxonomy_ticker
SUBDIR += drupal5-tinymce
diff --git a/www/drupal5-tapir/Makefile b/www/drupal5-tapir/Makefile
new file mode 100644
index 000000000000..e0135ece50bf
--- /dev/null
+++ b/www/drupal5-tapir/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: drupal5-tapir
+# Date created: 11 February 2008
+# Whom: Jeremy Iverson <jeremy@algenta.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tapir
+DISTVERSION= 5.x-1.5
+CATEGORIES= www
+MASTER_SITES= http://ftp.drupal.org/files/projects/
+
+MAINTAINER= jeremy@algenta.com
+COMMENT= Tables API (TAPIr) module for Drupal 5
+
+DRUPAL5_MODULE= yes
+MODULE_FILES= tapir.info tapir.module
+DOC_FILES= LICENSE.txt
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
+.include <bsd.port.post.mk>
diff --git a/www/drupal5-tapir/distinfo b/www/drupal5-tapir/distinfo
new file mode 100644
index 000000000000..3f400e4780ab
--- /dev/null
+++ b/www/drupal5-tapir/distinfo
@@ -0,0 +1,3 @@
+MD5 (drupal/tapir-5.x-1.5.tar.gz) = f1d362e90326aa5c4e67d2f9655bcd77
+SHA256 (drupal/tapir-5.x-1.5.tar.gz) = 8b4e3d27d2a049fdfd1dae5b569db8903ab2dbfdc75bbe26a0b89534d5902576
+SIZE (drupal/tapir-5.x-1.5.tar.gz) = 9253
diff --git a/www/drupal5-tapir/pkg-descr b/www/drupal5-tapir/pkg-descr
new file mode 100644
index 000000000000..c9e9d59ca24a
--- /dev/null
+++ b/www/drupal5-tapir/pkg-descr
@@ -0,0 +1,11 @@
+The Tables API defined by TAPIr can be used by module developers to
+include simple, dynamically configurable tables in their modules.
+The tables generated by TAPIr feature dynamic loading of data but
+also dynamic positioning and disabling of fields (columns) based on
+settings configured in the table's settings page. Settings pages are
+auto-generated and include helpful links to preview tables and view a
+master tabel list. Tables defined by TAPIr are also extensible, so your
+tables will be available for other module developers to hook into in a
+method similar to the Forms API.
+
+WWW: http://drupal.org/project/tapir