diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-29 10:53:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-29 10:53:43 +0000 |
commit | 74117a2e1c5c7f2bca98de71ca3fa4939ef6d4a7 (patch) | |
tree | 605a667dcb01da9b6941846358e8a3a9158d8119 /www/drupal5-insert-view | |
parent | 3f0dab2daec57d492639e2f67da900852636f0b2 (diff) | |
download | ports-74117a2e1c5c7f2bca98de71ca3fa4939ef6d4a7.tar.gz ports-74117a2e1c5c7f2bca98de71ca3fa4939ef6d4a7.zip |
Notes
Diffstat (limited to 'www/drupal5-insert-view')
-rw-r--r-- | www/drupal5-insert-view/Makefile | 22 | ||||
-rw-r--r-- | www/drupal5-insert-view/distinfo | 3 | ||||
-rw-r--r-- | www/drupal5-insert-view/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
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 |