From a3466010927de8d05426cae8bfc5f0222043ae87 Mon Sep 17 00:00:00 2001 From: reed Date: Fri, 25 Feb 2005 18:43:59 +0000 Subject: Initial import of bsflite-0.72. From the BSFlite homepage: BSFlite is a rather small and "minimalistic" client for AOL(R)'s Instant Messenger(TM) service. Instead of having a full screen console interface, BSFlite employs a command shell interface that allows your fingers to do all of the work without needlessly sifting through windows. This is from leitec of leitec.org via pkgsrc-wip. --- chat/bsflite/DESCR | 5 +++++ chat/bsflite/Makefile | 19 +++++++++++++++++++ chat/bsflite/PLIST | 6 ++++++ chat/bsflite/distinfo | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 chat/bsflite/DESCR create mode 100644 chat/bsflite/Makefile create mode 100644 chat/bsflite/PLIST create mode 100644 chat/bsflite/distinfo (limited to 'chat') diff --git a/chat/bsflite/DESCR b/chat/bsflite/DESCR new file mode 100644 index 00000000000..5e160111e0c --- /dev/null +++ b/chat/bsflite/DESCR @@ -0,0 +1,5 @@ +From the BSFlite homepage: +BSFlite is a rather small and "minimalistic" client for AOL(R)'s Instant +Messenger(TM) service. Instead of having a full screen console interface, +BSFlite employs a command shell interface that allows your fingers to +do all of the work without needlessly sifting through windows. diff --git a/chat/bsflite/Makefile b/chat/bsflite/Makefile new file mode 100644 index 00000000000..b20c5c3f2d9 --- /dev/null +++ b/chat/bsflite/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/25 18:43:59 reed Exp $ + +DISTNAME= bsflite-0.72 +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bsflite/} + +MAINTAINER= leitec@leitec.org +HOMEPAGE= http://bsflite.sourceforge.net/ +COMMENT= Lightweight AIM client for the command line + +INSTALLATION_DIRS= bin share/doc/bsflite + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/bsflite ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/bsflite + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/bsflite + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bsflite + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/bsflite/PLIST b/chat/bsflite/PLIST new file mode 100644 index 00000000000..877bce822a8 --- /dev/null +++ b/chat/bsflite/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/25 18:43:59 reed Exp $ +bin/bsflite +share/doc/bsflite/COPYING +share/doc/bsflite/ChangeLog +share/doc/bsflite/README +@dirrm share/doc/bsflite diff --git a/chat/bsflite/distinfo b/chat/bsflite/distinfo new file mode 100644 index 00000000000..414f42d6701 --- /dev/null +++ b/chat/bsflite/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/25 18:43:59 reed Exp $ + +SHA1 (bsflite-0.72.tar.gz) = e94a0c9de2939754064e605218a8f74878e33ba2 +Size (bsflite-0.72.tar.gz) = 34446 bytes -- cgit v1.2.3