From 0a7985cf25e0c7531f97c9621dfe280b3a5df89e Mon Sep 17 00:00:00 2001 From: bjs Date: Sat, 12 Jan 2008 05:56:15 +0000 Subject: 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 --- chat/smirk/DESCR | 23 +++++++++++++++++++++++ chat/smirk/Makefile | 33 +++++++++++++++++++++++++++++++++ chat/smirk/PLIST | 6 ++++++ chat/smirk/distinfo | 5 +++++ 4 files changed, 67 insertions(+) create mode 100644 chat/smirk/DESCR create mode 100644 chat/smirk/Makefile create mode 100644 chat/smirk/PLIST create mode 100644 chat/smirk/distinfo (limited to 'chat') diff --git a/chat/smirk/DESCR b/chat/smirk/DESCR new file mode 100644 index 00000000000..c105a7809c9 --- /dev/null +++ b/chat/smirk/DESCR @@ -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 --git a/chat/smirk/Makefile b/chat/smirk/Makefile new file mode 100644 index 00000000000..65f57c16e94 --- /dev/null +++ b/chat/smirk/Makefile @@ -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 +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 --git a/chat/smirk/PLIST b/chat/smirk/PLIST new file mode 100644 index 00000000000..d69d40e2945 --- /dev/null +++ b/chat/smirk/PLIST @@ -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 --git a/chat/smirk/distinfo b/chat/smirk/distinfo new file mode 100644 index 00000000000..8167d04a503 --- /dev/null +++ b/chat/smirk/distinfo @@ -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 -- cgit v1.2.3