1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

ImageField provides image uploads for CCK.

WWW: http://drupal.org/project/imagefield

PR:		ports/120581
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
This commit is contained in:
Martin Wilke 2008-02-16 17:09:10 +00:00
parent 524c6f4854
commit 2c7eb291ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207347
4 changed files with 30 additions and 0 deletions

View File

@ -138,6 +138,7 @@
SUBDIR += drupal5-google_analytics
SUBDIR += drupal5-gsitemap
SUBDIR += drupal5-i18n
SUBDIR += drupal5-imagefield
SUBDIR += drupal5-insert-view
SUBDIR += drupal5-nice_menus
SUBDIR += drupal5-securepages

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: drupal5-imagefield
# Date created: 11 February 2008
# Whom: Jeremy Iverson <jeremy@algenta.com>
#
# $FreeBSD$
#
PORTNAME= imagefield
DISTVERSION= 5.x-1.2-rc1
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
MAINTAINER= jeremy@algenta.com
COMMENT= Image Field module for Drupal 5
DRUPAL5_MODULE= yes
MODULE_FILES= imagefield.css imagefield.info imagefield.install \
imagefield.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/imagefield-5.x-1.2-rc1.tar.gz) = f5c95465b4feb8c6386f110fbd3e1c1f
SHA256 (drupal/imagefield-5.x-1.2-rc1.tar.gz) = 6f1ab886fb4a5be6eef595225e0e4df11a984ea5ec69b15f8c566be604b89647
SIZE (drupal/imagefield-5.x-1.2-rc1.tar.gz) = 12550

View File

@ -0,0 +1,3 @@
ImageField provides image uploads for CCK.
WWW: http://drupal.org/project/imagefield