import drupal-6.x-cck_blocks-1.3:

Adds a block for every CCK field you selected for being available as
block. This makes it possible to show the field's value of the
currently shown node in the block (placed left, right or in whatever
region) instead of (or next to) the node's main content area. Kind of
a simple panel variation.
This commit is contained in:
stephan 2010-10-25 07:32:45 +00:00
parent 3645874a8e
commit 3f4d8a3316
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/25 07:32:45 stephan Exp $
COMMENT = module to present selected CCK fields as block
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
DISTNAME = cck_blocks-6.x-1.3
PKGNAME = drupal6-cck_blocks-1.3
RUN_DEPENDS = ::www/drupal6/cck
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (drupal6/cck_blocks-6.x-1.3.tar.gz) = W0eBncWzEpcKN6XztkhDcQ==
RMD160 (drupal6/cck_blocks-6.x-1.3.tar.gz) = T3UfAl93/dWxqxAaJh+2qsacuxw=
SHA1 (drupal6/cck_blocks-6.x-1.3.tar.gz) = aBWXHvVc1aaMAz57wxMTcvyZFKw=
SHA256 (drupal6/cck_blocks-6.x-1.3.tar.gz) = Yu0WW0Wttt++6V6xIOOz+z20WssmnYpsLLK7cj8prR4=
SIZE (drupal6/cck_blocks-6.x-1.3.tar.gz) = 8484

View File

@ -0,0 +1,5 @@
Adds a block for every CCK field you selected for being available as
block. This makes it possible to show the field's value of the
currently shown node in the block (placed left, right or in whatever
region) instead of (or next to) the node's main content area. Kind of a
simple panel variation.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/25 07:32:45 stephan Exp $
@owner ${DRUPAL_OWNER}
@group ${DRUPAL_GROUP}
${DRUPAL_MODS}cck_blocks/
${DRUPAL_MODS}cck_blocks/LICENSE.txt
${DRUPAL_MODS}cck_blocks/cck_blocks.info
${DRUPAL_MODS}cck_blocks/cck_blocks.install
${DRUPAL_MODS}cck_blocks/cck_blocks.module