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/drupal5-imagecache | |
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/drupal5-imagecache')
-rw-r--r-- | www/drupal5-imagecache/Makefile | 22 | ||||
-rw-r--r-- | www/drupal5-imagecache/distinfo | 3 | ||||
-rw-r--r-- | www/drupal5-imagecache/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/www/drupal5-imagecache/Makefile b/www/drupal5-imagecache/Makefile new file mode 100644 index 000000000000..1c33662fdfc6 --- /dev/null +++ b/www/drupal5-imagecache/Makefile @@ -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> diff --git a/www/drupal5-imagecache/distinfo b/www/drupal5-imagecache/distinfo new file mode 100644 index 000000000000..ed2b52418be8 --- /dev/null +++ b/www/drupal5-imagecache/distinfo @@ -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 diff --git a/www/drupal5-imagecache/pkg-descr b/www/drupal5-imagecache/pkg-descr new file mode 100644 index 000000000000..99476a25e066 --- /dev/null +++ b/www/drupal5-imagecache/pkg-descr @@ -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 |