pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/smirk Import smirk, a fork of the moribund Rhapso...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f934a710d932
branches:  trunk
changeset: 537605:f934a710d932
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Sat Jan 12 05:56:15 2008 +0000

description:
Import smirk, a fork of the moribund Rhapsody curses-based IRC client.


Smirk sports a unique, intuitive menu-driven user interface.

Available Features:

        * Multi server support.
        * Clean, easy to use menu driven user interface.
        * Favorite server, channel and user lists.
        * Ignore lists.
        * Configurable interface color themes.
        * Large file (over 2GB) support.
        * SOCKS proxy compatibility.

Supported Protocols:

        * IRC (obviously)
        * DCC chat
        * DCC file transfers
        * CTCP
        * SOCKS4 and SOCKS5

diffstat:

 chat/smirk/DESCR    |  23 +++++++++++++++++++++++
 chat/smirk/Makefile |  33 +++++++++++++++++++++++++++++++++
 chat/smirk/PLIST    |   6 ++++++
 chat/smirk/distinfo |   5 +++++
 4 files changed, 67 insertions(+), 0 deletions(-)

diffs (83 lines):

diff -r d035cfe59d42 -r f934a710d932 chat/smirk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/smirk/DESCR  Sat Jan 12 05:56:15 2008 +0000
@@ -0,0 +1,23 @@
+Smirk is a text console IRC client for UNIX-like operating systems.
+It is small, fast, portable, and easy to use.  Smirk sports a
+unique, intuitive menu-driven user interface.
+
+Smirk is a fork of the seemingly abandoned Rhapsody project.
+
+Available Features:
+
+       * Multi server support.
+       * Clean, easy to use menu driven user interface.
+       * Favorite server, channel and user lists.
+       * Ignore lists.
+       * Configurable interface color themes.
+       * Large file (over 2GB) support.
+       * SOCKS proxy compatibility.
+
+Supported Protocols:
+
+       * IRC (obviously)
+       * DCC chat
+       * DCC file transfers
+       * CTCP
+       * SOCKS4 and SOCKS5
diff -r d035cfe59d42 -r f934a710d932 chat/smirk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/smirk/Makefile       Sat Jan 12 05:56:15 2008 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/01/12 05:56:15 bjs Exp $
+#
+
+DISTNAME=      smirk-20080111
+CATEGORIES=    chat
+MASTER_SITES=  http://ftp.NetBSD.org/pub/NetBSD/misc/bjs/distfiles/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    bjs%NetBSD.org@localhost
+HOMEPAGE=      http://ftp.NetBSD.org/pub/NetBSD/misc/bjs/distfiles/
+COMMENT=       Revival of the curses-based Rhapsody IRC client
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE=         yes
+USE_NCURSES=           yes
+USE_TOOLS+=            gmake
+
+BUILDLINK_TRANSFORM+=  l:curses:ncurses
+HELP_DIR=              ${PREFIX}/share/${PKGBASE}
+HELP_FILES=            clientcmnds.hlp irccmnds.hlp keys.hlp
+
+do-install:
+       ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/src/smirk ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA_DIR} ${DESTDIR}${HELP_DIR}
+.for fn in ${HELP_FILES}
+       ${INSTALL_DATA} ${WRKSRC}/help/${fn} ${DESTDIR}${HELP_DIR}
+.endfor
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d035cfe59d42 -r f934a710d932 chat/smirk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/smirk/PLIST  Sat Jan 12 05:56:15 2008 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/12 05:56:15 bjs Exp $
+bin/smirk
+share/smirk/clientcmnds.hlp
+share/smirk/irccmnds.hlp
+share/smirk/keys.hlp
+@dirrm share/smirk
diff -r d035cfe59d42 -r f934a710d932 chat/smirk/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/smirk/distinfo       Sat Jan 12 05:56:15 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/01/12 05:56:15 bjs Exp $
+
+SHA1 (smirk-20080111.tar.bz2) = a5cfacbd655e76f39d3d8093b724266f9d6c92ac
+RMD160 (smirk-20080111.tar.bz2) = b834e5c78e7882710d109e603f528fc2fccb7167
+Size (smirk-20080111.tar.bz2) = 151171 bytes



Home | Main Index | Thread Index | Old Index