diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-12 22:00:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-12 22:00:20 +0800 |
commit | 0addd0e289b3982466f935cde92bbca710a1b089 (patch) | |
tree | 9c652a957e77529d23f92afaa4acb2d52c672cfe /www/drupal6-imce | |
parent | 5d72261466fad033cf409c2fa2e8d8a042adc237 (diff) | |
download | freebsd-ports-gnome-0addd0e289b3982466f935cde92bbca710a1b089.tar.gz freebsd-ports-gnome-0addd0e289b3982466f935cde92bbca710a1b089.tar.zst freebsd-ports-gnome-0addd0e289b3982466f935cde92bbca710a1b089.zip |
IMCE is an image/file uploader and browser that supports personal directories
and quota. Since its first release, IMCE has been used as a file browser in
many popular rich text editors such as FCKEditor, TinyMCE, WYMEditor etc.
WWW: http://drupal.org/project/imce
PR: ports/143731
Submitted by: Anderson Soares Ferreira <anderson at cnpm.embrapa.br>
Diffstat (limited to 'www/drupal6-imce')
-rw-r--r-- | www/drupal6-imce/Makefile | 59 | ||||
-rw-r--r-- | www/drupal6-imce/distinfo | 3 | ||||
-rw-r--r-- | www/drupal6-imce/pkg-descr | 5 |
3 files changed, 67 insertions, 0 deletions
diff --git a/www/drupal6-imce/Makefile b/www/drupal6-imce/Makefile new file mode 100644 index 000000000000..4678af8b0900 --- /dev/null +++ b/www/drupal6-imce/Makefile @@ -0,0 +1,59 @@ +# New ports collection makefile for: drupal6-imce +# Date created: 10 feb 2010 +# Whom: Anderson Soares Ferreira <anderson@cnpm.embrapa.br> +# +# $FreeBSD$ +# + +PORTNAME= imce +DISTVERSION= 6.x-1.3 +CATEGORIES= www +MASTER_SITES= http://ftp.drupal.org/files/projects/ + +MAINTAINER= anderson@cnpm.embrapa.br +COMMENT= Drupal 6.x image/file uploader module + +DRUPAL6_MODULE= yes + +MODULE_DIRS= translations tpl js inc css + +MODULE_FILES= css/collapsed.png \ + css/expanded.png \ + css/folder-open.png \ + css/folder.png \ + css/imce-content.css \ + css/leaf.png \ + css/loading.gif \ + css/x-grippie.png \ + css/y-grippie.png \ + inc/admin.inc \ + inc/core_profiles.inc \ + inc/js.inc \ + inc/page.inc \ + inc/subdir.inc \ + imce.info \ + imce.install \ + imce.module \ + js/imce.js \ + js/imce_extras.js \ + js/imce_set_app.js \ + js/imce_set_inline.js \ + tpl/imce-content.tpl.php \ + tpl/imce-file-list.tpl.php \ + tpl/imce-page.tpl.php \ + translations/imce.pot \ + translations/cs.po \ + translations/es.po \ + translations/fi.po \ + translations/fr.po \ + translations/hu.po \ + translations/pt-br.po \ + translations/ja.po \ + translations/nl.po \ + translations/sv.po + +DOC_FILES= README.txt LICENSE.txt + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal6-imce/distinfo b/www/drupal6-imce/distinfo new file mode 100644 index 000000000000..01be27958ae3 --- /dev/null +++ b/www/drupal6-imce/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/imce-6.x-1.3.tar.gz) = f09555cd6454d1623c29258ab27525f9 +SHA256 (drupal/imce-6.x-1.3.tar.gz) = eceba63bb52ede82d76625a7b482c8daf569a0937dd06ecd5b2078a5bbcae61d +SIZE (drupal/imce-6.x-1.3.tar.gz) = 98382 diff --git a/www/drupal6-imce/pkg-descr b/www/drupal6-imce/pkg-descr new file mode 100644 index 000000000000..4ed9f5f074dd --- /dev/null +++ b/www/drupal6-imce/pkg-descr @@ -0,0 +1,5 @@ +IMCE is an image/file uploader and browser that supports personal directories +and quota. Since its first release, IMCE has been used as a file browser in +many popular rich text editors such as FCKEditor, TinyMCE, WYMEditor etc. + +WWW: http://drupal.org/project/imce |