[52524] trunk/dports/www/mediawiki/Portfile
blb at macports.org
blb at macports.org
Thu Jun 18 00:05:39 PDT 2009
Revision: 52524
http://trac.macports.org/changeset/52524
Author: blb at macports.org
Date: 2009-06-18 00:05:39 -0700 (Thu, 18 Jun 2009)
Log Message:
-----------
www/mediawiki - take open maintainer, some reformatting
Modified Paths:
--------------
trunk/dports/www/mediawiki/Portfile
Modified: trunk/dports/www/mediawiki/Portfile
===================================================================
--- trunk/dports/www/mediawiki/Portfile 2009-06-18 06:54:01 UTC (rev 52523)
+++ trunk/dports/www/mediawiki/Portfile 2009-06-18 07:05:39 UTC (rev 52524)
@@ -1,12 +1,11 @@
# $Id$
PortSystem 1.0
-
name mediawiki
version 1.14.0
set branch [join [lrange [split ${version} .] 0 1] .]
categories www php
-maintainers nomaintainer
+maintainers blb openmaintainer
description The wiki engine used by Wikipedia
long_description \
MediaWiki is the collaborative editing software that runs Wikipedia, the \
@@ -14,46 +13,24 @@
number of users and pages without imposing too rigid a structure or \
workflow.
+platforms darwin freebsd
+
homepage http://www.mediawiki.org
-distname mediawiki-${version}
master_sites http://download.wikimedia.org/mediawiki/${branch}/
+
checksums md5 36bfd924e92b61a6f5fe70c6bc8e5aac \
sha1 47d98ead3ba1c5c28e7cd30806febf8db650e7f6 \
rmd160 11ef4698412f5ce716fe82e8d8e76742da1f7da1
-platforms darwin freebsd
-depends_run \
- port:libiconv \
- port:jpeg \
- port:jasper \
- port:tiff \
- port:lcms \
- port:libpng \
- port:freetype \
- port:libxml2 \
- port:jbigkit \
- port:expat \
- port:fontconfig \
- port:ghostscript \
- port:ImageMagick \
- port:pkgconfig \
- port:aspell
+depends_run port:libiconv port:jpeg port:jasper port:tiff port:lcms \
+ port:libpng port:freetype port:libxml2 port:jbigkit \
+ port:expat port:fontconfig port:ghostscript \
+ port:ImageMagick port:pkgconfig port:aspell
-depends_lib \
- path:bin/php:php5 \
- path:bin/mysql_config5:mysql5
+depends_lib path:bin/php:php5 path:bin/mysql_config5:mysql5
-variant mysql4 conflicts postgresql83 description "use mysql4 instead of mysql5" {
- depends_lib-append port:mysql4
- depends_lib-delete path:bin/mysql_config5:mysql5
-}
-
-variant postgresql83 conflicts mysql4 description "Use postgreslq83 instead of mysql5" {
- depends_lib-append port:postgresql83
- depends_lib-delete path:bin/mysql_config5:mysql5
-}
-
use_configure no
+
build {}
set docpath ${destroot}${prefix}/www/data
@@ -63,3 +40,13 @@
eval file copy [glob ${worksrcpath}/*] ${docpath}/mediawiki
}
+variant mysql4 conflicts postgresql83 description "use mysql4 instead of mysql5" {
+ depends_lib-append port:mysql4
+ depends_lib-delete path:bin/mysql_config5:mysql5
+}
+
+variant postgresql83 conflicts mysql4 description "Use postgreslq83 instead of mysql5" {
+ depends_lib-append port:postgresql83
+ depends_lib-delete path:bin/mysql_config5:mysql5
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090618/ddb4d247/attachment-0001.html>
More information about the macports-changes
mailing list