prereq for imagecache

This commit is contained in:
espie 2009-07-17 10:15:59 +00:00
parent 2cc3561f65
commit e7bc72b047
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/07/17 10:15:59 espie Exp $
COMMENT = image API
DISTNAME = imageapi-6.x-1.6
PKGNAME = drupal6-imageapi-6.x-1.6
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (drupal6/imageapi-6.x-1.6.tar.gz) = 83kH87MYn47ZZO4qFiGPAw==
RMD160 (drupal6/imageapi-6.x-1.6.tar.gz) = LLKTTBmIdoVkF8LtVio9ZyF9OtY=
SHA1 (drupal6/imageapi-6.x-1.6.tar.gz) = pKIzCCN5uc11oZsEQ+xiMsIl9JU=
SHA256 (drupal6/imageapi-6.x-1.6.tar.gz) = kfQ4tigNndX3oRdGek2jqAZ6uqcLCfV69Amm7fUAEuc=
SIZE (drupal6/imageapi-6.x-1.6.tar.gz) = 23769

View File

@ -0,0 +1,11 @@
A non writing image manipulation API for Drupal. This API is meant to be used in place of the API provided
by image.inc. You probably do not need to install this module unless another module are you using requires
it. It provides no new features to your drupal site. It only provides an API other modules can leverage.
Changes From image.inc API:
- Images are objects.
- Images are not written on each image operation and must be explicitly
closed when processing is complete.
- Multiple Image ToolKits can be used simultaneously. However, only the image
toolkit and image was opened with can be used to process it. This is hidden
in the imageapi layer.

View File

@ -0,0 +1,18 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/07/17 10:15:59 espie Exp $
@owner ${DRUPAL_OWNER}
@group ${DRUPAL_GROUP}
${DRUPAL_MODS}/imageapi/
${DRUPAL_MODS}/imageapi/LICENSE.txt
${DRUPAL_MODS}/imageapi/README.txt
${DRUPAL_MODS}/imageapi/imageapi.info
${DRUPAL_MODS}/imageapi/imageapi.install
${DRUPAL_MODS}/imageapi/imageapi.module
${DRUPAL_MODS}/imageapi/imageapi_gd.info
${DRUPAL_MODS}/imageapi/imageapi_gd.install
${DRUPAL_MODS}/imageapi/imageapi_gd.module
${DRUPAL_MODS}/imageapi/imageapi_imagemagick.info
${DRUPAL_MODS}/imageapi/imageapi_imagemagick.module
${DRUPAL_MODS}/imageapi/imagefilter.inc
${DRUPAL_MODS}/imageapi/imagerotate.inc
${DRUPAL_MODS}/imageapi/translations/
${DRUPAL_MODS}/imageapi/translations/ja.po