From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 10 17:40:14 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A65616A41F for ; Sat, 10 Sep 2005 17:40:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C8343D48 for ; Sat, 10 Sep 2005 17:40:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8AHeDRH010933 for ; Sat, 10 Sep 2005 17:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8AHeDVl010930; Sat, 10 Sep 2005 17:40:13 GMT (envelope-from gnats) Resent-Date: Sat, 10 Sep 2005 17:40:13 GMT Resent-Message-Id: <200509101740.j8AHeDVl010930@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tsung-Han Yeh Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1633316A41F for ; Sat, 10 Sep 2005 17:35:32 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D682D43D45 for ; Sat, 10 Sep 2005 17:35:31 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j8AHZVYv057003 for ; Sat, 10 Sep 2005 17:35:31 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j8AHZVxf056999; Sat, 10 Sep 2005 17:35:31 GMT (envelope-from nobody) Message-Id: <200509101735.j8AHZVxf056999@www.freebsd.org> Date: Sat, 10 Sep 2005 17:35:31 GMT From: Tsung-Han Yeh To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/85951: New port: net/tmsnc Tmsnc is a textbased (console) MSN client. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 17:40:14 -0000 >Number: 85951 >Category: ports >Synopsis: New port: net/tmsnc Tmsnc is a textbased (console) MSN client. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 10 17:40:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Tsung-Han Yeh >Release: FreeBSD 5.4-RELEASE-p5 >Organization: >Environment: System: FreeBSD AntiVirus.yuntech.edu.tw 5.4-RELEASE-p5 FreeBSD 5.4-RELEASE-p5 #3: Mon Jul 25 11:41:00 CST 2005 root@AntiVirus.yuntech.edu.tw:/usr/src/sys/i386/compile/AntiVirus i386 >Description: Tmsnc is a textbased (console) MSN client written in C. Tmsnc should work on most Unix (Linux, BSD, MacOS) compatible operating systems. The goal of this project is to create a client like MSN Messenger (with sound, webcam and file transfer support), but without any graphical features. Instead tmsnc has an interface written in NCurses, a library for textbased terminal interaction. WWW: http://tmsnc.sourceforge.net/ >How-To-Repeat: >Fix: --- tmsnc-0.2.4.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: # # tmsnc/ # tmsnc/Makefile # tmsnc/distinfo # tmsnc/pkg-descr # tmsnc/pkg-plist # echo c - tmsnc/ mkdir -p tmsnc/ > /dev/null 2>&1 echo x - tmsnc/Makefile sed 's/^X//' >tmsnc/Makefile << 'END-of-tmsnc/Makefile' X# New ports collection makefile for: tmsnc X# Date created: 10 Sep 2005 X# Whom: Tsung-Han Yeh X# X# $FreeBSD$ X# X XPORTNAME= tmsnc XPORTVERSION= 0.2.4 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= ports@FreeBSD.org XCOMMENT= TMSNC is a textbased (console) MSN client X X.include X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} X XBUILD_DEPENDS+= ${PREFIX}/include/ncurses/ncurses.h:${PORTSDIR}/devel/ncurses XRUN_DEPENDS+= ${PREFIX}/include/ncurses/ncurses.h:${PORTSDIR}/devel/ncurses X XMAN1= tmsnc.1 X X.include END-of-tmsnc/Makefile echo x - tmsnc/distinfo sed 's/^X//' >tmsnc/distinfo << 'END-of-tmsnc/distinfo' XMD5 (tmsnc-0.2.4.tar.gz) = 8e9d82ff81189c4dc364989818f02d8b XSIZE (tmsnc-0.2.4.tar.gz) = 205502 END-of-tmsnc/distinfo echo x - tmsnc/pkg-descr sed 's/^X//' >tmsnc/pkg-descr << 'END-of-tmsnc/pkg-descr' XTmsnc is a textbased (console) MSN client written in C. XTmsnc should work on most Unix (Linux, BSD, MacOS) compatible operating systems. X XThe goal of this project is to create a client like MSN Messenger X(with sound, webcam and file transfer support), Xbut without any graphical features. X XInstead tmsnc has an interface written in NCurses, Xa library for textbased terminal interaction. X XWWW: http://tmsnc.sourceforge.net/ END-of-tmsnc/pkg-descr echo x - tmsnc/pkg-plist sed 's/^X//' >tmsnc/pkg-plist << 'END-of-tmsnc/pkg-plist' Xbin/tmsnc Xshare/locale/en/LC_MESSAGES/tmsnc.mo Xshare/locale/pt_BR/LC_MESSAGES/tmsnc.mo Xshare/locale/sv/LC_MESSAGES/tmsnc.mo Xshare/nls/POSIX Xshare/nls/en_US.US-ASCII END-of-tmsnc/pkg-plist exit --- tmsnc-0.2.4.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: