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>
This commit is contained in:
Martin Wilke 2008-02-16 17:10:32 +00:00
parent 2c7eb291ff
commit 94dcdb5511
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207349
4 changed files with 31 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: drupal5-imagecache
# Date created: 11 February 2008
# Whom: Jeremy Iverson <jeremy@algenta.com>
#
# $FreeBSD$
#
PORTNAME= imagecache
DISTVERSION= 5.x-1.3
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
MAINTAINER= jeremy@algenta.com
COMMENT= Imagecache module for Drupal 5
DRUPAL5_MODULE= yes
MODULE_FILES= imagecache.info imagecache.install imagecache.module
DOC_FILES= LICENSE.txt README.txt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>

View file

@ -0,0 +1,3 @@
MD5 (drupal/imagecache-5.x-1.3.tar.gz) = 1cefe12890076258ff04173418c75852
SHA256 (drupal/imagecache-5.x-1.3.tar.gz) = 7eceb51225648febb9788e796d8127f8c676dc5627596b31913c132f6f68ece2
SIZE (drupal/imagecache-5.x-1.3.tar.gz) = 14514

View file

@ -0,0 +1,5 @@
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