[61786] trunk/dports/www

jann at macports.org jann at macports.org
Mon Dec 21 08:10:13 PST 2009


Revision: 61786
          http://trac.macports.org/changeset/61786
Author:   jann at macports.org
Date:     2009-12-21 08:10:10 -0800 (Mon, 21 Dec 2009)
Log Message:
-----------
New port: #21712

Added Paths:
-----------
    trunk/dports/www/drush/
    trunk/dports/www/drush/Portfile

Added: trunk/dports/www/drush/Portfile
===================================================================
--- trunk/dports/www/drush/Portfile	                        (rev 0)
+++ trunk/dports/www/drush/Portfile	2009-12-21 16:10:10 UTC (rev 61786)
@@ -0,0 +1,41 @@
+# $Id$
+
+PortSystem          1.0
+
+name                drush
+version             2.1
+categories          www php
+platforms           darwin
+
+maintainers         chuck at acquia.com
+description         The DRUpal SHell
+long_description    drush is a command line shell and Unix scripting interface for Drupal, a veritable Swiss Army \
+                    knife designed to make life easier for those of us who spend some of our working hours hacking \
+                    away at the command prompt.
+
+homepage            http://drupal.org/project/drush
+distfiles           drush-All-Versions-$version.tar.gz
+master_sites        http://ftp.drupal.org/files/projects/ \
+                    http://ftp.osuosl.org/pub/drupal/files/projects/
+checksums           md5     dd4b55c7d1e98f35c51c69788d6dffee \
+                    sha1    d49d05baa26d8ce7aa7f0250c6f0e01ba2f5aebb \
+                    rmd160  5d78cd177ae53d4844ca8f6cdb427ec286393881
+depends_lib         port:php52
+
+variant drupal5 description "use with Drupal 5 port" {
+  depends_lib-append      port:drupal5
+}
+
+variant drupal6 description "use with Drupal 6 port" {
+  depends_lib-append      port:drupal6
+}
+
+worksrcdir          drush
+use_configure       no
+build { }
+
+destroot {
+  xinstall -d -m 0755 ${destroot}/${prefix}/libexec/drush
+  eval file copy [glob ${worksrcpath}/*] ${destroot}/${prefix}/libexec/drush
+  ln -s ${prefix}/libexec/drush/drush ${destroot}/${prefix}/bin/drush  
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091221/8dc705a0/attachment.html>


More information about the macports-changes mailing list