New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21343 (closed update: fixed)

Opened 4 years ago

Last modified 4 years ago

weechat 0.3.0 update

Reported by: fancris3@… Owned by: milosh@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: nefar@…
Port: weechat

Description

update from 0.2.6.2 to 0.3.0 --enable-irc default in configure variant python variant aspell its build fine , hope to be ok , I am very new here

name            weechat
version         0.3.0
categories      irc
maintainers     milosh openmaintainer
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
checksums           md5     c31cfc229e964ff9257cc9c7f9e6c9bc
 
 
depends_lib     port:gettext port:libiconv port:ncursesw
 
configure.args  --without-debug --enable-irc --disable-gnutls --disable-lua \
                --disable-perl --disable-python --disable-ruby \
                --disable-aspell
 
use_bzip2       yes
 
set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6
 
variant lua description {Bindings for lua plugins} {
        configure.args-delete --disable-lua
        configure.args-append --enable-lua
        depends_lib-append    port:lua port:pkgconfig
}
 
variant perl description {Bindings for perl plugins} {
        configure.args-delete --disable-perl
        configure.args-append --enable-perl
        depends_lib-append    path:bin/perl:perl5
}
 
variant python description {Bindings for python plugins} {
        configure.args-delete --disable-python
        configure.args-append --enable-python
        depends_lib-append    port:python26
}
 
variant ruby description {Bindings for ruby plugins} {
        configure.args-delete --disable-ruby
        configure.args-append --enable-ruby
        depends_lib-append    port:ruby
}
 
variant tls description {Support for secure connecting} {
        configure.args-delete --disable-gnutls
        configure.args-append --enable-gnutls
        depends_lib-append    port:gnutls
}
 
variant aspell description {Support for aspell} {
        configure.args-delete --disable-aspell
        configure.args-append --enable-aspell
        depends_lib-append    port:aspell
}

Change History

comment:1 Changed 4 years ago by macsforever2000@…

  • Cc nefar@… added; milosh@… removed
  • Owner changed from macports-tickets@… to milosh@…
  • Version 1.8.0 deleted
  • Summary changed from weechat 0.2.6.2 update to weechat 0.3.0 update

Ideally you should attach a universal diff of the portfile.

comment:2 Changed 4 years ago by snc@…

  • Status changed from new to closed
  • Resolution set to fixed

Committed in r58429.

Note: See TracTickets for help on using tickets.