aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-16 17:10:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-16 17:10:32 +0000
commit94dcdb551154da70ab4b07ae370a6b5aee9fcb96 (patch)
treef475d50d8138a16951d1ffc6a6646cbd7d614d30
parent2c7eb291ff97e5f3aaafe3e988ce36e99d95b398 (diff)
downloadports-94dcdb551154da70ab4b07ae370a6b5aee9fcb96.tar.gz
ports-94dcdb551154da70ab4b07ae370a6b5aee9fcb96.zip
Notes
-rw-r--r--www/Makefile1
-rw-r--r--www/drupal5-imagecache/Makefile22
-rw-r--r--www/drupal5-imagecache/distinfo3
-rw-r--r--www/drupal5-imagecache/pkg-descr5
4 files changed, 31 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
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