Revision: 117299 https://trac.macports.org/changeset/117299 Author: cal@macports.org Date: 2014-02-21 07:28:41 -0800 (Fri, 21 Feb 2014) Log Message: ----------- weechat: align to columns, reorder Modified Paths: -------------- trunk/dports/irc/weechat/Portfile Modified: trunk/dports/irc/weechat/Portfile =================================================================== --- trunk/dports/irc/weechat/Portfile 2014-02-21 15:23:39 UTC (rev 117298) +++ trunk/dports/irc/weechat/Portfile 2014-02-21 15:28:41 UTC (rev 117299) @@ -1,33 +1,36 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup cmake 1.0 +PortSystem 1.0 +PortGroup cmake 1.0 -name weechat -version 0.4.2 -categories irc -maintainers nomaintainer -license GPL-3 -description Fast, light & extensible IRC client -long_description \ - WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client\ - for many operating systems. Everything can be done with a keyboard.\ - It is customizable and extensible with plugins/scripts, and includes:\ - - nicklist\ - - smart hotlist\ - - infobar with highlight notification\ - - horizontal and vertical split\ - - double charset support (decode/encode)\ - - FIFO pipe for remote control\ - - and much more! -homepage http://weechat.org/ -platforms darwin -master_sites ${homepage}files/src - +name weechat +version 0.4.2 checksums rmd160 11130c6de4ef55924d779f6697be87b55f2d94d3 \ sha256 95c4337b10f0e54192dcdaf7ce60f9bd22dfc82abd0832219b20dedd06d509dc +homepage http://weechat.org/ +license GPL-3 +description Fast, light & extensible IRC client +long_description \ + WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client \ + for many operating systems. Everything can be done with a keyboard. It is \ + customizable and extensible with plugins/scripts, and includes: \ + \n - nicklist \ + \n - smart hotlist \ + \n - infobar with highlight notification \ + \n - horizontal and vertical split \ + \n - double charset support (decode/encode) \ + \n - FIFO pipe for remote control \ + \n - and much more! + +categories irc +maintainers nomaintainer +platforms darwin + +master_sites ${homepage}files/src +use_bzip2 yes + depends_lib-append port:gettext \ port:libgcrypt \ port:libiconv \ @@ -35,16 +38,15 @@ patchfiles patch-src_plugins_Makefile.diff -configure.args-append -DENABLE_GNUTLS=OFF \ - -DENABLE_LUA=OFF \ - -DENABLE_GUILE=OFF \ - -DENABLE_PERL=OFF \ - -DENABLE_PYTHON=OFF \ - -DENABLE_RUBY=OFF \ - -DENABLE_ASPELL=OFF +configure.args-append \ + -DENABLE_GNUTLS=OFF \ + -DENABLE_LUA=OFF \ + -DENABLE_GUILE=OFF \ + -DENABLE_PERL=OFF \ + -DENABLE_PYTHON=OFF \ + -DENABLE_RUBY=OFF \ + -DENABLE_ASPELL=OFF -use_bzip2 yes - variant aspell description {Support for aspell} { configure.args-delete -DENABLE_ASPELL=OFF configure.args-append -DENABLE_ASPELL=ON @@ -52,27 +54,27 @@ } variant lua description {Bindings for lua plugins} { - configure.args-delete -DENABLE_LUA=OFF - configure.args-append -DENABLE_LUA=ON - depends_lib-append port:lua + configure.args-delete -DENABLE_LUA=OFF + configure.args-append -DENABLE_LUA=ON + depends_lib-append port:lua } variant scheme description {Bindings for Scheme (guile) plugins} { - configure.args-delete -DENABLE_GUILE=OFF - configure.args-append -DENABLE_GUILE=ON - depends_lib-append port:guile + configure.args-delete -DENABLE_GUILE=OFF + configure.args-append -DENABLE_GUILE=ON + depends_lib-append port:guile } variant perl description {Bindings for perl plugins} { - configure.args-delete -DENABLE_PERL=OFF - configure.args-append -DENABLE_PERL=ON - depends_lib-append path:bin/perl:perl5 + configure.args-delete -DENABLE_PERL=OFF + configure.args-append -DENABLE_PERL=ON + depends_lib-append path:bin/perl:perl5 } variant python description {Bindings for python plugins} { configure.args-delete -DENABLE_PYTHON=OFF configure.args-append -DENABLE_PYTHON=ON - depends_lib-append path:bin/python:python26 + depends_lib-append path:bin/python:python27 post-configure { reinplace -E "s|\(Python.framework\)|${frameworks_dir}/\\1|" ${worksrcpath}/src/plugins/python/CMakeFiles/python.dir/link.txt @@ -80,15 +82,15 @@ } variant ruby description {Bindings for ruby plugins} { - configure.args-delete -DENABLE_RUBY=OFF - configure.args-append -DENABLE_RUBY=ON - depends_lib-append port:ruby + configure.args-delete -DENABLE_RUBY=OFF + configure.args-append -DENABLE_RUBY=ON + depends_lib-append port:ruby } variant tls description {Support for secure connecting} { - configure.args-delete -DENABLE_GNUTLS=OFF - configure.args-append -DENABLE_GNUTLS=ON - depends_lib-append port:gnutls + configure.args-delete -DENABLE_GNUTLS=OFF + configure.args-append -DENABLE_GNUTLS=ON + depends_lib-append port:gnutls } post-destroot { @@ -110,4 +112,3 @@ } } } -