aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-09 16:55:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-09 16:55:05 +0000
commitff434d9333af7f0ce3ce3d41949233e3d6b9073e (patch)
tree5af9a36b260a97315473e31d4bb203911cdbb084 /www
parent9ef8e2c699e72667166422ea1f0fd11b4f2304ab (diff)
downloadports-ff434d9333af7f0ce3ce3d41949233e3d6b9073e.tar.gz
ports-ff434d9333af7f0ce3ce3d41949233e3d6b9073e.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/drupal6-mimedetect/Makefile24
-rw-r--r--www/drupal6-mimedetect/distinfo3
-rw-r--r--www/drupal6-mimedetect/pkg-descr7
4 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index f285af41cb46..2a6dbe6834c2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -175,6 +175,7 @@
SUBDIR += drupal6
SUBDIR += drupal6-advanced_help
SUBDIR += drupal6-cck
+ SUBDIR += drupal6-mimedetect
SUBDIR += drupal6-nice_menus
SUBDIR += drupal6-print
SUBDIR += drupal6-tagadelic
diff --git a/www/drupal6-mimedetect/Makefile b/www/drupal6-mimedetect/Makefile
new file mode 100644
index 000000000000..471273a49ac6
--- /dev/null
+++ b/www/drupal6-mimedetect/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: drupal6-mimedetect
+# Date created: 05 Feb,2009
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mimedetect
+DISTVERSION= 6.x-1.0
+CATEGORIES= www
+MASTER_SITES= http://ftp.drupal.org/files/projects/
+
+MAINTAINER= wenheping@gmail.com
+COMMENT= An API for Consistent Server Side Mime Detection
+
+DRUPAL6_MODULE= yes
+
+MODULE_FILES= magic magic.mgc magic.mime \
+ mimedetect.info mimedetect.install mimedetect.module
+DOC_FILES= LICENSE.txt README.txt
+
+.include <bsd.port.pre.mk>
+.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
+.include <bsd.port.post.mk>
diff --git a/www/drupal6-mimedetect/distinfo b/www/drupal6-mimedetect/distinfo
new file mode 100644
index 000000000000..f77888be06ee
--- /dev/null
+++ b/www/drupal6-mimedetect/distinfo
@@ -0,0 +1,3 @@
+MD5 (drupal/mimedetect-6.x-1.0.tar.gz) = 88800ceb6843a42422a8b34c15db803b
+SHA256 (drupal/mimedetect-6.x-1.0.tar.gz) = e1d6aacbbcb0b721b79d912e4f2c2059003101013f9fc997da45cf308a3e9988
+SIZE (drupal/mimedetect-6.x-1.0.tar.gz) = 272623
diff --git a/www/drupal6-mimedetect/pkg-descr b/www/drupal6-mimedetect/pkg-descr
new file mode 100644
index 000000000000..f7f5690b67db
--- /dev/null
+++ b/www/drupal6-mimedetect/pkg-descr
@@ -0,0 +1,7 @@
+MimeDetect provides an API for consistent server side mime detection
+using the PHP FileInfo extension, the UNIX 'file' command, user supplied
+mime data, or file extension lookups. It is distributed with it's own
+magic library for use with the PHP FileInfo extension to make mime
+detection more consistent in different environments.
+
+WWW: http://drupal.org/project/mimedetect