[61786] trunk/dports/www
Frank Schima
macsforever2000 at macports.org
Mon Dec 21 10:13:37 PST 2009
On Dec 21, 2009, at 9:10 AM, jann at macports.org wrote:
> Revision
> 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
> Diff
>
> Added: trunk/dports/www/drush/Portfile (0 => 61786)
>
> --- 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
The email address should be obfuscated like this - acquia.com:chuck
> +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
> +}
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-dev/attachments/20091221/05e235a3/attachment.html>
More information about the macports-dev
mailing list