diff options
author | bjs <bjs@pkgsrc.org> | 2008-01-12 05:56:15 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-01-12 05:56:15 +0000 |
commit | 9747d0fad3264a4d3baac34c13a49def486dfff0 (patch) | |
tree | b51590bfdeb7373a267e40c7d0acfc588b031aa3 /chat/smirk | |
parent | b4d658347dbe1a3ef9b3a7e8883a7d5b21d3e18f (diff) | |
download | pkgsrc-9747d0fad3264a4d3baac34c13a49def486dfff0.tar.gz |
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 (limited to 'chat/smirk')
-rw-r--r-- | chat/smirk/DESCR | 23 | ||||
-rw-r--r-- | chat/smirk/Makefile | 33 | ||||
-rw-r--r-- | chat/smirk/PLIST | 6 | ||||
-rw-r--r-- | chat/smirk/distinfo | 5 |
4 files changed, 67 insertions, 0 deletions
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 |