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.
This commit is contained in:
parent
2e6bc6713b
commit
a346601092
4 changed files with 34 additions and 0 deletions
5
chat/bsflite/DESCR
Normal file
5
chat/bsflite/DESCR
Normal file
|
@ -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.
|
19
chat/bsflite/Makefile
Normal file
19
chat/bsflite/Makefile
Normal file
|
@ -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"
|
6
chat/bsflite/PLIST
Normal file
6
chat/bsflite/PLIST
Normal file
|
@ -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
|
4
chat/bsflite/distinfo
Normal file
4
chat/bsflite/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue