Sat Jan 12 05:56:15 2008 UTC ()
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

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(bjs)
diff -r0 -r1.1.1.1 pkgsrc/chat/smirk/Makefile
diff -r0 -r1.1.1.1 pkgsrc/chat/smirk/PLIST
diff -r0 -r1.1.1.1 pkgsrc/chat/smirk/distinfo
diff -r0 -r1.1.1.1 pkgsrc/chat/smirk/DESCR

File Added: pkgsrc/chat/smirk/Attic/Makefile
# $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"

File Added: pkgsrc/chat/smirk/Attic/PLIST
@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

File Added: pkgsrc/chat/smirk/Attic/distinfo
$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

File Added: pkgsrc/chat/smirk/Attic/DESCR
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