From owner-svn-ports-all@FreeBSD.ORG Fri Aug 16 18:34:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6F912D3; Fri, 16 Aug 2013 18:34:04 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3AFF2991; Fri, 16 Aug 2013 18:34:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7GIY43Y001841; Fri, 16 Aug 2013 18:34:04 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7GIY3Oh001833; Fri, 16 Aug 2013 18:34:03 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201308161834.r7GIY3Oh001833@svn.freebsd.org> From: Jase Thew Date: Fri, 16 Aug 2013 18:34:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324811 - in head/irc/weechat-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 18:34:04 -0000 Author: jase Date: Fri Aug 16 18:34:03 2013 New Revision: 324811 URL: http://svnweb.freebsd.org/changeset/ports/324811 Log: - Update to 20130812 - Add pre-built manpage as build requirements for creating the manpage are somewhat excessive. Added: head/irc/weechat-devel/files/weechat.1.in (contents, props changed) Modified: head/irc/weechat-devel/Makefile head/irc/weechat-devel/distinfo head/irc/weechat-devel/pkg-plist Modified: head/irc/weechat-devel/Makefile ============================================================================== --- head/irc/weechat-devel/Makefile Fri Aug 16 18:22:07 2013 (r324810) +++ head/irc/weechat-devel/Makefile Fri Aug 16 18:34:03 2013 (r324811) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= weechat -PORTVERSION= 20130514 -PORTREVISION= 1 +PORTVERSION= 20130812 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -19,14 +18,14 @@ CONFLICTS= weechat-0.3* USE_LDCONFIG= yes USES= cmake iconv -CMAKE_ARGS+= -DENABLE_GUILE=no +CMAKE_ARGS+= -DENABLE_GUILE=no -DENABLE_MAN=no CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib WANT_PERL= yes LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \ gcrypt:${PORTSDIR}/security/libgcrypt -GITDESC= v0.4.1-rc2-2-g0c66b91 +GITDESC= v0.4.1-164-g7dea560 GITREV!= echo "${GITDESC}" | sed -E 's/^.*-g(.{7})$$/\1/' #GITREV= 01a1316 WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} @@ -133,8 +132,13 @@ PLIST_SUB+= LUA="@comment " .endif .if ${PORT_OPTIONS:MDOCUMENTATION} -BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc -BUILD_DEPENDS+= source-highlight>=3.1.5:${PORTSDIR}/textproc/source-highlight +.if defined(MAINTAINER_BUILD) +BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ + docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl +.endif +BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \ + source-highlight>=3.1.5:${PORTSDIR}/textproc/source-highlight +CMAKE_ARGS+= -DENABLE_DOC=yes PLIST_SUB+= DOCUMENTATION="" .else CMAKE_ARGS+= -DENABLE_DOC=no @@ -158,7 +162,7 @@ PLIST_SUB+= ICON="" PLIST_SUB+= ICON="@comment " .endif -MAN1= weechat-curses.1 +MAN1= weechat.1 post-patch: @${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt @@ -186,6 +190,6 @@ pre-configure: .endif post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/weechat-curses.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${FILESDIR}/weechat.1.in ${MAN1PREFIX}/man/man1/weechat.1 .include Modified: head/irc/weechat-devel/distinfo ============================================================================== --- head/irc/weechat-devel/distinfo Fri Aug 16 18:22:07 2013 (r324810) +++ head/irc/weechat-devel/distinfo Fri Aug 16 18:34:03 2013 (r324811) @@ -1,2 +1,2 @@ -SHA256 (weechat-devel-0c66b91.tar.gz) = a1e7d042babdf7a5bdff1a85855f928218e78cf7ed19d039ac0e95935278bbc3 -SIZE (weechat-devel-0c66b91.tar.gz) = 2567140 +SHA256 (weechat-devel-7dea560.tar.gz) = 0b35acaa1b59f29db359d730c066ed0327719ddb3705fcceef16c168802727cb +SIZE (weechat-devel-7dea560.tar.gz) = 2699990 Added: head/irc/weechat-devel/files/weechat.1.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/weechat-devel/files/weechat.1.in Fri Aug 16 18:34:03 2013 (r324811) @@ -0,0 +1,261 @@ +'\" t +.\" Title: weechat +.\" Author: [see the "AUTHORS" section] +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 08/14/2013 +.\" Manual: \ \& +.\" Source: \ \& WeeChat 0.4.2-dev +.\" Language: English +.\" +.TH "WEECHAT" "1" "08/14/2013" "\ \& WeeChat 0\&.4\&.2\-dev" "\ \&" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +weechat \- the extensible chat client +.SH "SYNOPSIS" +.sp +.nf +\fIweechat\fR [\-a|\-\-no\-connect] [\-d|\-\-dir ] [\-p|\-\-no\-plugin] [\-r|\-\-run\-command ] [\-s|\-\-no\-script] [\-\-upgrade] [plugin:option\&...] +\fIweechat\fR [\-c|\-\-colors] +\fIweechat\fR [\-h|\-\-help] +\fIweechat\fR [\-k|\-\-keys] +\fIweechat\fR [\-l|\-\-license] +\fIweechat\fR [\-v|\-\-version] +.fi +.SH "DESCRIPTION" +.sp +WeeChat is a fast, light and extensible chat client\&. +.sp +It is modular (lightweight core with plugins), multi\-protocols (IRC and Jabber), extensible with C and scripts written in several languages\&. +.SH "OPTIONS" +.PP +\fB\-a\fR, \fB\-\-no\-connect\fR +.RS 4 +Disable auto\-connect to servers when WeeChat is starting\&. +.RE +.PP +\fB\-c\fR, \fB\-\-colors\fR +.RS 4 +Display default colors in terminal\&. +.RE +.PP +\fB\-d\fR, \fB\-\-dir\fR \fI\fR +.RS 4 +Set path as home for WeeChat (used for configuration files, logs, user plugins and scripts), default value is +\fI~/\&.weechat\fR +(note: directory is created if not found by WeeChat)\&. +.RE +.PP +\fB\-h\fR, \fB\-\-help\fR +.RS 4 +Display help\&. +.RE +.PP +\fB\-l\fR, \fB\-\-license\fR +.RS 4 +Display WeeChat license\&. +.RE +.PP +\fB\-p\fR, \fB\-\-no\-plugin\fR +.RS 4 +Disable plugins auto\-load\&. +.RE +.PP +\fB\-r\fR, \fB\-\-run\-command\fR \fI\fR +.RS 4 +Run command(s) after startup (many commands can be separated by semicolons)\&. +.RE +.PP +\fB\-s\fR, \fB\-\-no\-script\fR +.RS 4 +Disable scripts auto\-load\&. +.RE +.PP +\fB\-\-upgrade\fR +.RS 4 +Upgrade WeeChat using session files generated with command +/upgrade \-quit\&. +.RE +.PP +\fB\-v\fR, \fB\-\-version\fR +.RS 4 +Display WeeChat version\&. +.RE +.PP +\fBplugin:option\fR +.RS 4 +Option for a plugin\&. +.RE +.SH "PLUGIN OPTIONS" +.sp +For complete doc on plugin options, please look at plugins documentation in WeeChat user\(cqs guide\&. +.sp +With irc plugin, you can connect to temporary server with an URL like: +.sp +.if n \{\ +.RS 4 +.\} +.nf +irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2\&.\&.\&.]] +.fi +.if n \{\ +.RE +.\} +.sp +To join WeeChat IRC channel support with nick "mynick": +.sp +.if n \{\ +.RS 4 +.\} +.nf +irc://mynick@irc\&.freenode\&.net/#weechat +.fi +.if n \{\ +.RE +.\} +.sp +IPv6 address can be enclosed in brackets to add a port after address, for example: +.sp +.if n \{\ +.RS 4 +.\} +.nf +irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test +.fi +.if n \{\ +.RE +.\} +.SH "FILES" +.PP +$HOME/\&.weechat/weechat\&.conf +.RS 4 +main WeeChat configuration file +.RE +.PP +$HOME/\&.weechat/plugins\&.conf +.RS 4 +plugins configuration file +.RE +.PP +$HOME/\&.weechat/alias\&.conf +.RS 4 +configuration file for +\fIalias\fR +plugin +.RE +.PP +$HOME/\&.weechat/aspell\&.conf +.RS 4 +configuration file for +\fIaspell\fR +plugin +.RE +.PP +$HOME/\&.weechat/charset\&.conf +.RS 4 +configuration file for +\fIcharset\fR +plugin +.RE +.PP +$HOME/\&.weechat/irc\&.conf +.RS 4 +configuration file for +\fIirc\fR +plugin +.RE +.PP +$HOME/\&.weechat/logger\&.conf +.RS 4 +configuration file for +\fIlogger\fR +plugin +.RE +.PP +$HOME/\&.weechat/relay\&.conf +.RS 4 +configuration file for +\fIrelay\fR +plugin +.RE +.PP +$HOME/\&.weechat/rmodifier\&.conf +.RS 4 +configuration file for +\fIrmodifier\fR +plugin +.RE +.PP +$HOME/\&.weechat/script\&.conf +.RS 4 +configuration file for +\fIscript\fR +plugin +.RE +.PP +$HOME/\&.weechat/xfer\&.conf +.RS 4 +configuration file for +\fIxfer\fR +plugin +.RE +.PP +$HOME/\&.weechat/weechat\&.log +.RS 4 +WeeChat log file +.RE +.SH "AUTHORS" +.sp +WeeChat is written by Sébastien Helleu and contributors (complete list is in the AUTHORS file)\&. +.sp +Copyright \(co 2003\-2013 Sébastien Helleu +.sp +WeeChat is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version\&. +.sp +Please read the COPYING file for more information\&. +.sp +Web: http://weechat\&.org/ +.SH "REPORTING BUGS" +.sp +Please report bugs or feature requests at Savannah website: +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +bugs: +http://savannah\&.nongnu\&.org/bugs/?group=weechat +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +feature requests: +http://savannah\&.nongnu\&.org/task/?group=weechat +.RE Modified: head/irc/weechat-devel/pkg-plist ============================================================================== --- head/irc/weechat-devel/pkg-plist Fri Aug 16 18:22:07 2013 (r324810) +++ head/irc/weechat-devel/pkg-plist Fri Aug 16 18:34:03 2013 (r324811) @@ -1,3 +1,4 @@ +bin/weechat bin/weechat-curses include/weechat/weechat-plugin.h lib/weechat/plugins/alias.so @@ -63,6 +64,7 @@ libdata/pkgconfig/weechat.pc %%NLS%%share/locale/pl/LC_MESSAGES/weechat.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/weechat.mo %%NLS%%share/locale/ru/LC_MESSAGES/weechat.mo +%%NLS%%share/locale/tr/LC_MESSAGES/weechat.mo @dirrmtry lib/weechat/plugins @dirrmtry lib/weechat %%DOCUMENTATION%%@dirrmtry share/doc/weechat