aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-29 10:53:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-07-29 10:53:43 +0000
commit74117a2e1c5c7f2bca98de71ca3fa4939ef6d4a7 (patch)
tree605a667dcb01da9b6941846358e8a3a9158d8119
parent3f0dab2daec57d492639e2f67da900852636f0b2 (diff)
downloadports-74117a2e1c5c7f2bca98de71ca3fa4939ef6d4a7.tar.gz
ports-74117a2e1c5c7f2bca98de71ca3fa4939ef6d4a7.zip
Insert View is a filter that allows users to embed content lists
generated by the excellent Views module in node bodies using relatively simple tag syntax WWW: http://drupal.org/project/views PR: ports/114965 Submitted by: Geoff Glasson <g_glasson at jimali.dyndns.org>
Notes
Notes: svn path=/head/; revision=196576
-rw-r--r--www/Makefile1
-rw-r--r--www/drupal5-insert-view/Makefile22
-rw-r--r--www/drupal5-insert-view/distinfo3
-rw-r--r--www/drupal5-insert-view/pkg-descr5
4 files changed, 31 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 2016cfc5aaab..992e95dd1aa1 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -128,6 +128,7 @@
SUBDIR += drupal5-google_analytics
SUBDIR += drupal5-gsitemap
SUBDIR += drupal5-i18n
+ SUBDIR += drupal5-insert-view
SUBDIR += drupal5-nice_menus
SUBDIR += drupal5-simplenews
SUBDIR += drupal5-taxonomy_access
diff --git a/www/drupal5-insert-view/Makefile b/www/drupal5-insert-view/Makefile
new file mode 100644
index 000000000000..5fa90a7d392c
--- /dev/null
+++ b/www/drupal5-insert-view/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: drupal5-views
+# Date created: 25 Jul 2007
+# Whom: Geoff Glasson <g_glasson@jimali.dyndns.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= insert_view
+DISTVERSION= 5.x-1.x-dev
+CATEGORIES= www
+MASTER_SITES= http://ftp.drupal.org/files/projects/
+
+MAINTAINER= g_glasson@jimali.dyndns.org
+COMMENT= nsert View is a filter that allows users to embed content lists generated by the excellent Views module in node bodies using relatively simple tag syntax
+
+DRUPAL5_MODULE= yes
+MODULE_FILES= insert_view.info insert_view.module
+DOC_FILES= LICENSE.txt README.txt
+
+.include <bsd.port.pre.mk>
+.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
+.include <bsd.port.post.mk>
diff --git a/www/drupal5-insert-view/distinfo b/www/drupal5-insert-view/distinfo
new file mode 100644
index 000000000000..9dbfc0ade7c3
--- /dev/null
+++ b/www/drupal5-insert-view/distinfo
@@ -0,0 +1,3 @@
+MD5 (drupal/insert_view-5.x-1.x-dev.tar.gz) = e7ebe8830d2d6a320508ec7645c94611
+SHA256 (drupal/insert_view-5.x-1.x-dev.tar.gz) = 5ee3764931ce0f854cdf88823e9308562637ce049a108d3455bf32d64a19f714
+SIZE (drupal/insert_view-5.x-1.x-dev.tar.gz) = 7752
diff --git a/www/drupal5-insert-view/pkg-descr b/www/drupal5-insert-view/pkg-descr
new file mode 100644
index 000000000000..16f86969e9dd
--- /dev/null
+++ b/www/drupal5-insert-view/pkg-descr
@@ -0,0 +1,5 @@
+Insert View is a filter that allows users to embed content lists
+generated by the excellent Views module in node bodies using
+relatively simple tag syntax
+
+WWW: http://drupal.org/project/views