[38437] trunk/dports/www
jmr at macports.org
jmr at macports.org
Sun Jul 20 07:49:53 PDT 2008
Revision: 38437
http://trac.macosforge.org/projects/macports/changeset/38437
Author: jmr at macports.org
Date: 2008-07-20 07:49:52 -0700 (Sun, 20 Jul 2008)
Log Message:
-----------
New ports: drupal5 and drupal6 (#15192)
Added Paths:
-----------
trunk/dports/www/drupal5/
trunk/dports/www/drupal5/Portfile
trunk/dports/www/drupal6/
trunk/dports/www/drupal6/Portfile
Added: trunk/dports/www/drupal5/Portfile
===================================================================
--- trunk/dports/www/drupal5/Portfile (rev 0)
+++ trunk/dports/www/drupal5/Portfile 2008-07-20 14:49:52 UTC (rev 38437)
@@ -0,0 +1,77 @@
+# $Id$
+
+PortSystem 1.0
+
+name drupal5
+version 5.7
+categories www php
+platforms darwin
+
+maintainers acquia.com:chuck
+description Drupal Open Source enterprise content management platform
+long_description Drupal is Open Source social publishing software that empowers individuals, teams, and communities \
+ to easily publish, manage and organize a wide variety of content on a website. Tens of thousands of \
+ people and organizations have used Drupal to power scores of different web sites, including community \
+ web portals, corporate web sites, social networking sites, personal web sites or blogs, and much more.
+
+homepage http://drupal.org/
+distname drupal-${version}
+master_sites http://ftp.drupal.org/files/projects/ \
+ http://ftp.osuosl.org/pub/drupal/files/projects/
+checksums md5 c7d9911ad1001c790bbdfe6fd4cdfc89 \
+ sha1 9cf916e61d260c885b7542f847d4f7661a14ae00 \
+ rmd160 d3ec089aa74020ed076fbe71896365dd463279c9
+depends_lib port:apache2 \
+ port:php5 \
+ port:mysql5
+
+variant apache1 description "use apache 1.x instead of apache 2.x" {
+ depends_lib-append port:apache
+ depends_lib-delete port:apache2
+}
+
+variant php4 description "use php4 instead of php5" {
+ depends_lib-append port:php4
+ depends_lib-delete port:php5
+}
+
+variant mysql4 description "use mysql4 instead of mysql5" {
+ depends_lib-append port:mysql4
+ depends_lib-delete port:mysql5
+}
+
+variant postgresql description "use postgresql as the drupal database" {
+ depends_lib-append port:postgresql83
+ depends_lib-delete port:mysql5
+}
+
+variant postgresql80 description "use postgres80 as the drupal database" {
+ depends_lib-append port:postgresql80
+ depends_lib-delete port:mysql5
+}
+
+variant postgresql81 description "use postgressql81 as the drupal database" {
+ depends_lib-append port:postgresql81
+ depends_lib-delete port:mysql5
+}
+
+variant postgresql82 description "use postgresql82 as the drupal database" {
+ depends_lib-append port:postgresql82
+ depends_lib-delete port:mysql5
+}
+
+variant postgresql83 description "use postgresql83 as the drupal database" {
+ depends_lib-append port:postgresql83
+ depends_lib-delete port:mysql5
+}
+
+use_configure no
+build {}
+
+set docroot ${destroot}/${prefix}/www/data
+
+destroot {
+ xinstall -d -m 0755 ${docroot}/drupal5
+ eval file copy [glob ${worksrcpath}/*] ${docroot}/drupal5
+ eval file copy ${worksrcpath}/.htaccess ${docroot}/drupal5
+}
Property changes on: trunk/dports/www/drupal5/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Added: trunk/dports/www/drupal6/Portfile
===================================================================
--- trunk/dports/www/drupal6/Portfile (rev 0)
+++ trunk/dports/www/drupal6/Portfile 2008-07-20 14:49:52 UTC (rev 38437)
@@ -0,0 +1,77 @@
+# $Id$
+
+PortSystem 1.0
+
+name drupal6
+version 6.2
+categories www php
+platforms darwin
+
+maintainers acquia.com:chuck
+description Drupal Open Source enterprise content management platform
+long_description Drupal is Open Source social publishing software that empowers individuals, teams, and communities \
+ to easily publish, manage and organize a wide variety of content on a website. Tens of thousands of \
+ people and organizations have used Drupal to power scores of different web sites, including community \
+ web portals, corporate web sites, social networking sites, personal web sites or blogs, and much more.
+
+homepage http://drupal.org/
+distname drupal-${version}
+master_sites http://ftp.drupal.org/files/projects/ \
+ http://ftp.osuosl.org/pub/drupal/files/projects/
+checksums md5 4c5af590b42b5a8e826177119c7e73b3 \
+ sha1 2cbff1073e15cdc54a620ffb891b16f558ec6fe4 \
+ rmd160 7b1bed3e98c35dee12d13c46c37888b9ff045a79
+depends_lib port:apache2 \
+ port:php5 \
+ port:mysql5
+
+variant apache1 description "use apache 1.x instead of apache 2.x" {
+ depends_lib-append port:apache
+ depends_lib-delete port:apache2
+}
+
+variant php4 description "use php4 instead of php5" {
+ depends_lib-append port:php4
+ depends_lib-delete port:php5
+}
+
+variant mysql4 description "use mysql4 instead of mysql5" {
+ depends_lib-append port:mysql4
+ depends_lib-delete port:mysql5
+}
+
+variant postgresql description "use postgresql as the drupal database" {
+ depends_lib-append port:postgresql83
+ depends_lib-delete port:mysql5
+}
+
+variant postgresql80 description "use postgres80 as the drupal database" {
+ depends_lib-append port:postgresql80
+ depends_lib-delete port:mysql5
+}
+
+variant postgresql81 description "use postgressql81 as the drupal database" {
+ depends_lib-append port:postgresql81
+ depends_lib-delete port:mysql5
+}
+
+variant postgresql82 description "use postgresql82 as the drupal database" {
+ depends_lib-append port:postgresql82
+ depends_lib-delete port:mysql5
+}
+
+variant postgresql83 description "use postgresql83 as the drupal database" {
+ depends_lib-append port:postgresql83
+ depends_lib-delete port:mysql5
+}
+
+use_configure no
+build {}
+
+set docroot ${destroot}/${prefix}/www/data
+
+destroot {
+ xinstall -d -m 0755 ${docroot}/drupal6
+ eval file copy [glob ${worksrcpath}/*] ${docroot}/drupal6
+ eval file copy ${worksrcpath}/.htaccess ${docroot}/drupal6
+}
Property changes on: trunk/dports/www/drupal6/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080720/9aed5268/attachment.html
More information about the macports-changes
mailing list