ImageCache is a dynamic image manipulation and cache tool. It allows you to
create a namespace that corresponds to a set of image manipulation actions. It generates a derivative image the first time it is requested from a namespace until the namespace or the entire imagecache is flushed. ImageCache presets can be put to use in various other modules. For example, when using CCK with the Imagefield module, you can use the "Display fields" local task tab to choose a preset to apply to images in that field. Similarly, you can specify a preset when displaying images attached to nodes using Imagefield in a View through the Views UI.
This commit is contained in:
parent
e7bc72b047
commit
d01b86f8b9
9
www/drupal6/imagecache/Makefile
Normal file
9
www/drupal6/imagecache/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/07/17 10:16:26 espie Exp $
|
||||
|
||||
COMMENT = image manipulation and cache
|
||||
|
||||
DISTNAME = imagecache-6.x-2.0-beta9
|
||||
PKGNAME = drupal6-imagecache-6.x-2.0beta9
|
||||
RUN_DEPENDS = ::www/drupal6/imageapi
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/drupal6/imagecache/distinfo
Normal file
5
www/drupal6/imagecache/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (drupal6/imagecache-6.x-2.0-beta9.tar.gz) = uh/ynN4mgPxFMOwDuzFPQA==
|
||||
RMD160 (drupal6/imagecache-6.x-2.0-beta9.tar.gz) = 6497vQMW7gRQh0AQLNyyD8SCzPM=
|
||||
SHA1 (drupal6/imagecache-6.x-2.0-beta9.tar.gz) = mpARNrZ6KXIbNI7BYxLMvwphVqI=
|
||||
SHA256 (drupal6/imagecache-6.x-2.0-beta9.tar.gz) = xu+vstjYR//NoTOkF1uieaD9gKh/HFjS63UeKPf8VKg=
|
||||
SIZE (drupal6/imagecache-6.x-2.0-beta9.tar.gz) = 63999
|
10
www/drupal6/imagecache/pkg/DESCR
Normal file
10
www/drupal6/imagecache/pkg/DESCR
Normal file
@ -0,0 +1,10 @@
|
||||
ImageCache is a dynamic image manipulation and cache tool. It allows you to
|
||||
create a namespace that corresponds to a set of image manipulation actions. It
|
||||
generates a derivative image the first time it is requested from a namespace
|
||||
until the namespace or the entire imagecache is flushed.
|
||||
|
||||
ImageCache presets can be put to use in various other modules. For example, when
|
||||
using CCK with the Imagefield module, you can use the "Display fields" local
|
||||
task tab to choose a preset to apply to images in that field. Similarly, you
|
||||
can specify a preset when displaying images attached to nodes using Imagefield
|
||||
in a View through the Views UI.
|
24
www/drupal6/imagecache/pkg/PLIST
Normal file
24
www/drupal6/imagecache/pkg/PLIST
Normal file
@ -0,0 +1,24 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/07/17 10:16:26 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}/imagecache/
|
||||
${DRUPAL_MODS}/imagecache/INSTALL.txt
|
||||
${DRUPAL_MODS}/imagecache/LICENSE.txt
|
||||
${DRUPAL_MODS}/imagecache/README.txt
|
||||
${DRUPAL_MODS}/imagecache/UPGRADE.txt
|
||||
${DRUPAL_MODS}/imagecache/imagecache.api.php
|
||||
${DRUPAL_MODS}/imagecache/imagecache.info
|
||||
${DRUPAL_MODS}/imagecache/imagecache.install
|
||||
${DRUPAL_MODS}/imagecache/imagecache.module
|
||||
${DRUPAL_MODS}/imagecache/imagecache_actions.inc
|
||||
${DRUPAL_MODS}/imagecache/imagecache_ui.info
|
||||
${DRUPAL_MODS}/imagecache/imagecache_ui.install
|
||||
${DRUPAL_MODS}/imagecache/imagecache_ui.module
|
||||
${DRUPAL_MODS}/imagecache/imagecache_ui.pages.inc
|
||||
${DRUPAL_MODS}/imagecache/sample.png
|
||||
${DRUPAL_MODS}/imagecache/tests/
|
||||
${DRUPAL_MODS}/imagecache/tests/imagecache_create_url.test
|
||||
${DRUPAL_MODS}/imagecache/translations/
|
||||
${DRUPAL_MODS}/imagecache/translations/de.po
|
||||
${DRUPAL_MODS}/imagecache/translations/fr.po
|
||||
${DRUPAL_MODS}/imagecache/translations/ja.po
|
Loading…
Reference in New Issue
Block a user