[58263] trunk/dports/www/moodle/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Sep 24 18:49:07 PDT 2009
Revision: 58263
http://trac.macports.org/changeset/58263
Author: ryandesign at macports.org
Date: 2009-09-24 18:49:07 -0700 (Thu, 24 Sep 2009)
Log Message:
-----------
moodle: whitespace changes (tabs to spaces)
Modified Paths:
--------------
trunk/dports/www/moodle/Portfile
Modified: trunk/dports/www/moodle/Portfile
===================================================================
--- trunk/dports/www/moodle/Portfile 2009-09-25 01:46:06 UTC (rev 58262)
+++ trunk/dports/www/moodle/Portfile 2009-09-25 01:49:07 UTC (rev 58263)
@@ -1,54 +1,56 @@
# $Id$
-PortSystem 1.0
-name moodle
-version 1.5.3
-categories www
-maintainers nomaintainer
-description Course management system based on social constructionism
-long_description Moodle is a course management system (CMS) - a free, Open Source software \
- package designed using sound pedagogical principles, to help educators \
- create effective online learning communities. You can use it on any \
- computer you have handy (including webhosts), yet it can scale from a \
- single-teacher site to a 40,000-student University.
-homepage http://moodle.org/
-set branch 15
-master_sites http://download.moodle.org/stable${branch}
-distname moodle-${version}
-extract.suffix .tgz
-checksums md5 52dd50298fc1dd8b1b6d8d499608cdd6
-platforms darwin freebsd
+PortSystem 1.0
-use_configure no
-build {}
+name moodle
+version 1.5.3
+set branch 15
+categories www
+platforms darwin freebsd
+maintainers nomaintainer
+homepage http://moodle.org/
+master_sites http://download.moodle.org/stable${branch}
+distname moodle-${version}
+extract.suffix .tgz
-depends_lib port:apache2 path:bin/php:php5 path:bin/mysql_config5:mysql5
+description Course management system based on social constructionism
+long_description Moodle is a course management system (CMS) - a free, Open Source software \
+ package designed using sound pedagogical principles, to help educators \
+ create effective online learning communities. You can use it on any \
+ computer you have handy (including webhosts), yet it can scale from a \
+ single-teacher site to a 40,000-student University.
+
+checksums md5 52dd50298fc1dd8b1b6d8d499608cdd6
+
+use_configure no
+build {}
+
+depends_lib port:apache2 path:bin/php:php5 path:bin/mysql_config5:mysql5
+
variant apache {
- depends_lib-append port:apache
- depends_lib-delete port:apache2
+ depends_lib-append port:apache
+ depends_lib-delete port:apache2
}
variant php4 {
- depends_lib-append port:php4
- depends_lib-delete path:bin/php:php5
+ depends_lib-append port:php4
+ depends_lib-delete path:bin/php:php5
}
variant mysql3 conflicts mysql4 {
- depends_lib-append port:mysql3
- depends_lib-delete path:bin/mysql_config5:mysql5
+ depends_lib-append port:mysql3
+ depends_lib-delete path:bin/mysql_config5:mysql5
}
variant mysql4 conflicts mysql3 {
- depends_lib-append port:mysql4
- depends_lib-delete path:bin/mysql_config5:mysql5
+ depends_lib-append port:mysql4
+ depends_lib-delete path:bin/mysql_config5:mysql5
}
set docpath ${destroot}${prefix}/www/data
-
+
destroot {
- xinstall -d -m 0755 ${docpath}/moodle
- eval file copy [glob ${workpath}/moodle/*] ${docpath}/moodle
+ xinstall -d -m 0755 ${docpath}/moodle
+ eval file copy [glob ${workpath}/moodle/*] ${docpath}/moodle
}
-
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090924/33ab0126/attachment.html>
More information about the macports-changes
mailing list