diff options
author | az <az@FreeBSD.org> | 2006-01-30 23:17:07 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2006-01-30 23:17:07 +0800 |
commit | f24b845b602a2a1f09d2ed53606c188223e12e11 (patch) | |
tree | 9553406304fb912d26f5ddc87eba3ebc49f25d93 /irc | |
parent | 4fec17965fbfaeb0a48375cf6ce83f5f27f981d3 (diff) | |
download | freebsd-ports-gnome-f24b845b602a2a1f09d2ed53606c188223e12e11.tar.gz freebsd-ports-gnome-f24b845b602a2a1f09d2ed53606c188223e12e11.tar.zst freebsd-ports-gnome-f24b845b602a2a1f09d2ed53606c188223e12e11.zip |
- Update to version 0.1.7
Version 0.1.7 (2006-01-14):
* fixed msg command (now allowed in private buffer with "*" as target)
* removed "irc_default_msg_away" setting, for RFC 2812 conformity
(/away command wihtout argument only removes away status),
new values for "irc_display_away" (off, local, channel)
* fixed refresh bug with Solaris when term size is changed
* replaced Texinfo doc by XML Docbook
* added color for window separators (when splited)
* added completion system for plugins/scripts commands
* fixed plugins autoload
* added charset by server and channel, new command: /charset
* added Ruby script plugin
* added /upgrade command
* added ETA (Estimated Time of Arrival) for DCC files
* /nick command is now allowed when not connected to server
* added server/channel arg to /buffer command for jumping to buffer
* fixed display bug in chat window when a message length equals to window
width
* added new keys for switching to other windows: alt-w followed by
alt-{arrow}
* added new keys for scrolling to previous/next highlight: alt-P / alt-N
* added "read marker": an indicator for first unread line in a
server or channel buffer (new key alt-U to scroll to marker)
* new window maganement: custom size for windows, auto resize when
terminal is resized
* fixed infinite loop when resizing term to small size
* added /history command
Diffstat (limited to 'irc')
-rw-r--r-- | irc/weechat-devel/Makefile | 11 | ||||
-rw-r--r-- | irc/weechat-devel/distinfo | 6 | ||||
-rw-r--r-- | irc/weechat/Makefile | 11 | ||||
-rw-r--r-- | irc/weechat/distinfo | 6 |
4 files changed, 16 insertions, 18 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 5ffaf44ef72a..5cec5f39ee0e 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= weechat -PORTVERSION= 0.1.6 -PORTREVISION= 1 +PORTVERSION= 0.1.7 CATEGORIES= irc MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \ http://weechat.flashtux.org/download/ @@ -23,7 +22,6 @@ CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= weechat-curses.1 -INFO= weechat_doc_en weechat_doc_es weechat_doc_fr weechat_doc_pt PLIST_FILES= bin/weechat-curses PLIST_DIRS= lib/weechat/plugins lib/weechat @@ -32,7 +30,8 @@ PLIST_DIRS= lib/weechat/plugins lib/weechat PLIST_FILES+= %%NLS%%share/locale/${lang}/LC_MESSAGES/weechat.mo .endfor -.include <bsd.port.pre.mk> +PLIST_FILES+= %%DOCSDIR%%/html/en/weechat-doc.css %%DOCSDIR%%/html/fr/weechat-doc.css +PLIST_DIRS+= %%DOCSDIR%%/html/en %%DOCSDIR%%/html/fr %%DOCSDIR%%/html %%DOCSDIR%% .if !defined(WITHOUT_NLS) USE_GETTEXT= yes @@ -45,7 +44,7 @@ PLIST_SUB+= NLS="@comment " .if defined(WITH_PERL) .if ${PERL_LEVEL} < 500600 -IGNORE= This port requires perl 5.6.0 or later, Install lang/perl5 then try again +IGNORE= this port requires perl 5.6.0 or later, Install lang/perl5 then try again .else CONFIGURE_ARGS+=--enable-perl USE_PERL5= yes @@ -64,4 +63,4 @@ PLIST_FILES+= lib/weechat/plugins/libpython.a lib/weechat/plugins/libpython.la \ pre-configure: @${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo index f27f30c93773..d2607630a2d4 100644 --- a/irc/weechat-devel/distinfo +++ b/irc/weechat-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (weechat-0.1.6.tar.bz2) = 4e0898f4a318b5f4419a2b072c61d54c -SHA256 (weechat-0.1.6.tar.bz2) = 2c5de0ab453104e0dad37f1083aa0b8100a957f7593b831c860bd6394ceafb90 -SIZE (weechat-0.1.6.tar.bz2) = 824914 +MD5 (weechat-0.1.7.tar.bz2) = 917383433fdc4f64979e0fa301a8d086 +SHA256 (weechat-0.1.7.tar.bz2) = a09f950adc9eacdfc45321e6fd1340299600016f7e0ac92da69784d26b77cbff +SIZE (weechat-0.1.7.tar.bz2) = 748390 diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 5ffaf44ef72a..5cec5f39ee0e 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -6,8 +6,7 @@ # PORTNAME= weechat -PORTVERSION= 0.1.6 -PORTREVISION= 1 +PORTVERSION= 0.1.7 CATEGORIES= irc MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \ http://weechat.flashtux.org/download/ @@ -23,7 +22,6 @@ CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= weechat-curses.1 -INFO= weechat_doc_en weechat_doc_es weechat_doc_fr weechat_doc_pt PLIST_FILES= bin/weechat-curses PLIST_DIRS= lib/weechat/plugins lib/weechat @@ -32,7 +30,8 @@ PLIST_DIRS= lib/weechat/plugins lib/weechat PLIST_FILES+= %%NLS%%share/locale/${lang}/LC_MESSAGES/weechat.mo .endfor -.include <bsd.port.pre.mk> +PLIST_FILES+= %%DOCSDIR%%/html/en/weechat-doc.css %%DOCSDIR%%/html/fr/weechat-doc.css +PLIST_DIRS+= %%DOCSDIR%%/html/en %%DOCSDIR%%/html/fr %%DOCSDIR%%/html %%DOCSDIR%% .if !defined(WITHOUT_NLS) USE_GETTEXT= yes @@ -45,7 +44,7 @@ PLIST_SUB+= NLS="@comment " .if defined(WITH_PERL) .if ${PERL_LEVEL} < 500600 -IGNORE= This port requires perl 5.6.0 or later, Install lang/perl5 then try again +IGNORE= this port requires perl 5.6.0 or later, Install lang/perl5 then try again .else CONFIGURE_ARGS+=--enable-perl USE_PERL5= yes @@ -64,4 +63,4 @@ PLIST_FILES+= lib/weechat/plugins/libpython.a lib/weechat/plugins/libpython.la \ pre-configure: @${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/irc/weechat/distinfo b/irc/weechat/distinfo index f27f30c93773..d2607630a2d4 100644 --- a/irc/weechat/distinfo +++ b/irc/weechat/distinfo @@ -1,3 +1,3 @@ -MD5 (weechat-0.1.6.tar.bz2) = 4e0898f4a318b5f4419a2b072c61d54c -SHA256 (weechat-0.1.6.tar.bz2) = 2c5de0ab453104e0dad37f1083aa0b8100a957f7593b831c860bd6394ceafb90 -SIZE (weechat-0.1.6.tar.bz2) = 824914 +MD5 (weechat-0.1.7.tar.bz2) = 917383433fdc4f64979e0fa301a8d086 +SHA256 (weechat-0.1.7.tar.bz2) = a09f950adc9eacdfc45321e6fd1340299600016f7e0ac92da69784d26b77cbff +SIZE (weechat-0.1.7.tar.bz2) = 748390 |