summaryrefslogtreecommitdiff
path: root/www/phraseanet
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-10-07 03:52:46 +0000
committerdholland <dholland@pkgsrc.org>2011-10-07 03:52:46 +0000
commit987a3ceb1b363f80854118b85c8b145962433b06 (patch)
tree685aa7eaf0e7f0bff4bd374b87685a0220af1255 /www/phraseanet
parent84e955d96d4f7d6be811f106badabeabfe6dc0a2 (diff)
downloadpkgsrc-987a3ceb1b363f80854118b85c8b145962433b06.tar.gz
This appeared only in the subdir copy of the package and looks like it's
probably wanted, so let's keep it.
Diffstat (limited to 'www/phraseanet')
-rw-r--r--www/phraseanet/MESSAGE32
1 files changed, 32 insertions, 0 deletions
diff --git a/www/phraseanet/MESSAGE b/www/phraseanet/MESSAGE
new file mode 100644
index 00000000000..04b680fd927
--- /dev/null
+++ b/www/phraseanet/MESSAGE
@@ -0,0 +1,32 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2011/10/07 03:52:46 dholland Exp $
+
+You will need to make Phraseanet accessible through your HTTP server.
+If you are running Apache then you may add the following lines to httpd.conf:
+
+ Include ${PKG_SYSCONFDIR}/phrasea.conf
+
+You will also need to enable the following modules in ${PKG_SYSCONFDIR}/php.ini
+ extension=apc.so
+ extension=mbstring.so
+ extension=gettext.so
+ extension=phrasea2.so
+ extension=mbstring.so
+ extension=gettext.so
+ extension=dom.so
+ extension=exif.so
+ extension=fileinfo.so
+ extension=ftp.so
+ extension=curl.so
+ extension=gd.so
+ extension=json.so
+ extension=iconv.so
+ extension=mysql.so
+ extension=phrasea2.so
+ extension=sockets.so
+ extension=xsl.so
+ extension=zip.so
+ extension=zlib.so
+ extension=memcache.so
+
+===========================================================================