diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-04-16 21:53:44 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-04-16 21:53:44 +0000 |
commit | a175f89fe00d3c03d84123aa4f1521f358d4c400 (patch) | |
tree | ec8e7a323bbb05442a0612a44b6030861ac5970f /net-im | |
parent | files/elfutils-0.94-alpha-mips-atime.diff: Fix 0.94 compilation on mips and ... (diff) | |
download | gentoo-2-a175f89fe00d3c03d84123aa4f1521f358d4c400.tar.gz gentoo-2-a175f89fe00d3c03d84123aa4f1521f358d4c400.tar.bz2 gentoo-2-a175f89fe00d3c03d84123aa4f1521f358d4c400.zip |
*** empty log message ***
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/curphoo/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/curphoo/curphoo-0.3.11.ebuild | 3 | ||||
-rw-r--r-- | net-im/curphoo/files/curphoo.1 | 75 |
3 files changed, 81 insertions, 2 deletions
diff --git a/net-im/curphoo/ChangeLog b/net-im/curphoo/ChangeLog index d679abfd0abe..5070c866f003 100644 --- a/net-im/curphoo/ChangeLog +++ b/net-im/curphoo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/curphoo # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/ChangeLog,v 1.7 2004/04/16 14:39:31 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/ChangeLog,v 1.8 2004/04/16 21:53:44 mkennedy Exp $ + + 16 Apr 2004; <mkennedy@gentoo.org> +files/curphoo.1, curphoo-0.3.11.ebuild: + Use manpage from CVS 16 Apr 2004; <mkennedy@gentoo.org> files/curphoo.sh: Fix wrapper script to proliferate command line options diff --git a/net-im/curphoo/curphoo-0.3.11.ebuild b/net-im/curphoo/curphoo-0.3.11.ebuild index f816af860dcc..d0c714fc52b5 100644 --- a/net-im/curphoo/curphoo-0.3.11.ebuild +++ b/net-im/curphoo/curphoo-0.3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.11.ebuild,v 1.3 2004/04/14 09:35:57 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.11.ebuild,v 1.4 2004/04/16 21:53:44 mkennedy Exp $ DESCRIPTION="Curphoo is a console Yahoo! Chat client written in Python" HOMEPAGE="http://savannah.nongnu.org/projects/curphoo/" @@ -32,4 +32,5 @@ src_install () { cp *.py *.so ${D}/usr/lib/${P} mv curphoo.sh curphoo dobin curphoo + doman ${FILESDIR}/curphoo.1 } diff --git a/net-im/curphoo/files/curphoo.1 b/net-im/curphoo/files/curphoo.1 new file mode 100644 index 000000000000..7a72d587fbef --- /dev/null +++ b/net-im/curphoo/files/curphoo.1 @@ -0,0 +1,75 @@ +.\" Copyright (C), 2004 Free Software Foundation, Inc. +.\" You may distribute this file under the terms of the GNU Free +.\" Documentation Licence. +.TH curphoo 1 2004-04-14 + +.SH NAME +curphoo \- a curses-based Yahoo! Chat room client + +.SH HOMEPAGE +.B http://savannah.nongnu.org/projects/curphoo/ + +.SH SYNOPSIS +.B curphoo +[option]... + +.SH DESCRIPTION +curphoo provides a curses-based interface to Yahoo! Chat rooms. + +.SH OPTIONS +.TP +.I "\-u username" +Sets the username to authenticate with to +.I username +.TP +.I "\-r room" +Sets the chat room to enter initially to +.I room +.TP +.I "\-l" +Keep a log of the chat session in ~/.curphoo/log +.TP +.I "\--norc" +Do not load configuration in ~/.curphoo/curphoorc +.TP +.I "\-h" +List command line help + +.SH FILES +.TP +.I ~/.curphoo/buddies +List of usernames, one per line. These users will be allowed to +private message you. +.TP +.I ~/.curphoo/color +Color configuration for the Curphoo user interface. +.TP +.I ~/.curphoo/exclude +List of usernames, one per line. These users will be excluded from +automatic ignore operations. +.TP +.I ~/.curphoo/regex +List of regular expressions, one per line. These expressions will +will be used to ignore matching lines. +.TP +.I ~/.curphoo/highlightuser +List of usernames, one per line. These users will be highlighted +when they comment. +.TP +.I ~/.curphoo/highlightstr +List of strings, one per line. Comments containing these strings +will be highlighted. +.TP +.I ~/.curphoo/ignore +List of usernames, one per line. These users will be ignored. + +.SH "SEE ALSO" + +.SH BUGS +All software contains bugs. Should you find a bug, or have a request +for enhancement, please use the bug database at +.NH +http://savannah.nongnu.org/bugs/?group=curphoo + +.SH AUTHOR +Matthew Kennedy <mkennedy@gentoo.org> |