Changeset 1538 for trunk/dports


Ignore:
Timestamp:
Jan 4, 2003, 7:57:33 AM (21 years ago)
Author:
jpm
Message:

added several items to the contents list - thanks to matt anton for
catching this
cleaned up long_description

Location:
trunk/dports/irc/irssi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/irc/irssi/Portfile

    r1528 r1538  
    22name            irssi
    33version         0.8.6
    4 revision        1
     4revision        2
    55categories      irc
    66maintainers     jpm@opendarwin.org
    77description     modular IRC client
    8 long_description        Irssi is a modular IRC client that currently has only text mode user interface, but 80-90% of the code isn't text mode specific, so other UIs could be created pretty easily. Also, Irssi isn't really even IRC specific anymore, there's already a working SILC module available. Support for other protocols like ICQ could be created some day too.
     8long_description        \
     9        Irssi is a modular IRC client that currently has only text mode user \
     10        interface, but 80-90% of the code isn't text mode specific, so other \
     11        UIs could be created pretty easily. Also, Irssi isn't really even \
     12        IRC specific anymore, there's already a working SILC module \
     13        available. Support for other protocols like ICQ could be created \
     14        some day too.
     15#homepage       http://irssi.org/
    916platforms       darwin
    1017master_sites    http://irssi.org/files/
     
    1219depends_lib     lib:glib:glib lib:libdl:dlcompat
    1320configure.env   CPPFLAGS=-no-cpp-precomp
    14 configure.args  --without-socks --without-bot --without-proxy \
    15          --with-modules --disable-ipv6 --disable-ssl \
    16          --with-glib-prefix=${prefix}
    17 
     21configure.args  \
     22        --without-socks --without-bot --without-proxy \
     23        --with-modules --disable-ipv6 --disable-ssl \
     24        --with-glib-prefix=${prefix}
    1825include         contents
    1926
  • trunk/dports/irc/irssi/contents

    r1528 r1538  
    153153        share/irssi/themes/default.theme \
    154154        share/irssi/themes/ \
    155         share/irssi/
     155        share/irssi/ \
     156        /System/Library/Perl/darwin/Irssi/Irc.pm \
     157        /System/Library/Perl/darwin/Irssi/TextUI.pm \
     158        /System/Library/Perl/darwin/Irssi/UI.pm \
     159        /System/Library/Perl/darwin/Irssi/ \
     160        /System/Library/Perl/darwin/Irssi.pm
Note: See TracChangeset for help on using the changeset viewer.