Date: Fri, 3 Jun 2005 22:09:41 +0200 (CEST) From: Emanuel Haupt <ehaupt@critical.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81877: [new port] net/bsflite Message-ID: <200506032009.j53K9fM8021635@beaver.critical.ch> Resent-Message-ID: <200506032010.j53KA2LV088938@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81877 >Category: ports >Synopsis: [new port] net/bsflite >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 20:10:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD beaver.critical.ch 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Fri May 13 17:48:58 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386 >Description: [new port] net/bsflite BSFlite is a small and minimalistic client for AIM service. Instead of having a full screen console interface, BSFlite employs a command line interface that allows your fingers to do all of the work without needlessly sifting through windows. >How-To-Repeat: >Fix: --- bsflite.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # bsflite # bsflite/Makefile # bsflite/pkg-descr # bsflite/distinfo # bsflite/pkg-plist # echo c - bsflite mkdir -p bsflite > /dev/null 2>&1 echo x - bsflite/Makefile sed 's/^X//' >bsflite/Makefile << 'END-of-bsflite/Makefile' X# New ports collection makefile for: bfslite X# Date created: 3 June 2005 X# Whom: Emanuel Haupt <ehaupt@critical.ch> X# X# $FreeBSD$ X# X XPORTNAME= bsflite XDISTVERSION= 0.80 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR=bsflite X XMAINTAINER= ehaupt@critical.ch XCOMMENT= Bla bla bla X XUSE_REINPLACE= yes X Xpost-patch: X @${REINPLACE_CMD} -e 's|^CC=gcc|CC\?=gcc|' \ X ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bsflite ${PREFIX}/bin X ${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/config-example ${EXAMPLESDIR} X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for f in COPYING ChangeLog README X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X.endfor X.endif X X.include <bsd.port.mk> END-of-bsflite/Makefile echo x - bsflite/pkg-descr sed 's/^X//' >bsflite/pkg-descr << 'END-of-bsflite/pkg-descr' XBSFlite is a small and minimalistic client for AIM service. Instead of having a Xfull screen console interface, BSFlite employs a command line interface that Xallows your fingers to do all of the work without needlessly sifting through Xwindows. X XWWW: http://bsflite.sourceforge.net/ X X- ehaupt Xehaupt@critical.ch END-of-bsflite/pkg-descr echo x - bsflite/distinfo sed 's/^X//' >bsflite/distinfo << 'END-of-bsflite/distinfo' XMD5 (bsflite-0.80.tar.gz) = 31589a230e4ccfaae1225d080d3b7d6d XSIZE (bsflite-0.80.tar.gz) = 50529 END-of-bsflite/distinfo echo x - bsflite/pkg-plist sed 's/^X//' >bsflite/pkg-plist << 'END-of-bsflite/pkg-plist' Xbin/bsflite X%%EXAMPLESDIR%%/config-example X%%PORTDOCS%%%%DOCSDIR%%/COPYING X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog X%%PORTDOCS%%%%DOCSDIR%%/README X@dirrm %%EXAMPLESDIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-bsflite/pkg-plist exit --- bsflite.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506032009.j53K9fM8021635>