diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 17:10:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 17:10:32 +0000 |
commit | 94dcdb551154da70ab4b07ae370a6b5aee9fcb96 (patch) | |
tree | f475d50d8138a16951d1ffc6a6646cbd7d614d30 /www/Makefile | |
parent | 2c7eb291ff97e5f3aaafe3e988ce36e99d95b398 (diff) |
Imagecache is a dynamic image manipulation and caching tool. It allows you to
create a name space that corresponds to a set of image manipulation actions.
Derivative images are generated the first time they are requested by a client.
WWW: http://drupal.org/project/imagecache
PR: ports/120582
Submitted by: Jeremy Iverson <jeremy at algenta.com>
Notes
Notes:
svn path=/head/; revision=207349
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a45c31b66c70..f84e4657a68d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -138,6 +138,7 @@ SUBDIR += drupal5-google_analytics SUBDIR += drupal5-gsitemap SUBDIR += drupal5-i18n + SUBDIR += drupal5-imagecache SUBDIR += drupal5-imagefield SUBDIR += drupal5-insert-view SUBDIR += drupal5-nice_menus |