Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2001 08:13:35 +0800 (CST)
From:      Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gslin@infomath.math.nctu.edu.tw
Subject:   ports/30090: New port: net/ntalk
Message-ID:  <20010826001335.8BC933D98@infomath.math.nctu.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         30090
>Category:       ports
>Synopsis:       New port: net/ntalk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 25 17:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-RC FreeBSD 4.4-RC #1: Thu Aug 23 14:35:48 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386


	
>Description:

ntalk is a chat console app written with ncurses.  It's designed to work in
all kinds of networks  (LAN/WAN) and to be much more friendly and functional
than Unix talk.

WWW: http://kab.w.interia.pl/

- Gea-Suan Lin
  gslin@ccca.nctu.edu.tw
	
>How-To-Repeat:
	
>Fix:

# 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:
#
#	ntalk/
#	ntalk/Makefile
#	ntalk/distinfo
#	ntalk/pkg-comment
#	ntalk/pkg-descr
#	ntalk/files
#	ntalk/files/patch-aa
#	ntalk/files/patch-ab
#	ntalk/pkg-plist
#
echo c - ntalk/
mkdir -p ntalk/ > /dev/null 2>&1
echo x - ntalk/Makefile
sed 's/^X//' >ntalk/Makefile << 'END-of-ntalk/Makefile'
X# New ports collection makefile for:	ntalk
X# Date created:			26 August 2001
X# Whom:				Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ntalk
XPORTVERSION=	0.3.1
XCATEGORIES=	net
XMASTER_SITES=	http://kab.w.interia.pl/
X
XMAINTAINER=	gslin@ccca.nctu.edu.tw
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for FILE in COPYING ChangeLog INSTALL README
X	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-ntalk/Makefile
echo x - ntalk/distinfo
sed 's/^X//' >ntalk/distinfo << 'END-of-ntalk/distinfo'
XMD5 (ntalk-0.3.1.tar.gz) = 52c599ad8e1ff7b71e186cf39cc5b3cb
END-of-ntalk/distinfo
echo x - ntalk/pkg-comment
sed 's/^X//' >ntalk/pkg-comment << 'END-of-ntalk/pkg-comment'
XA console chat application written with ncurse
END-of-ntalk/pkg-comment
echo x - ntalk/pkg-descr
sed 's/^X//' >ntalk/pkg-descr << 'END-of-ntalk/pkg-descr'
Xntalk is a chat console app written with ncurses.  It's designed to work in
Xall kinds of networks  (LAN/WAN) and to be much more friendly and functional
Xthan Unix talk.
X
XWWW: http://kab.w.interia.pl/
X
X- Gea-Suan Lin
X  gslin@ccca.nctu.edu.tw
END-of-ntalk/pkg-descr
echo c - ntalk/files
mkdir -p ntalk/files > /dev/null 2>&1
echo x - ntalk/files/patch-aa
sed 's/^X//' >ntalk/files/patch-aa << 'END-of-ntalk/files/patch-aa'
X--- Makefile.orig	Sun Aug 26 08:01:36 2001
X+++ Makefile	Sun Aug 26 08:02:48 2001
X@@ -1,2 +1,2 @@
X all:
X-	gcc -g -o ntalk ntalk.c -Wall -lncurses -lpthread
X+	gcc -g -o ntalk ntalk.c -Wall -lncurses -pthread
END-of-ntalk/files/patch-aa
echo x - ntalk/files/patch-ab
sed 's/^X//' >ntalk/files/patch-ab << 'END-of-ntalk/files/patch-ab'
X--- ntalk.c.orig	Sun Aug 26 08:02:08 2001
X+++ ntalk.c	Sun Aug 26 08:02:22 2001
X@@ -16,7 +16,7 @@
X #include <netinet/in.h>
X #include <arpa/inet.h>
X #include <unistd.h>
X-#include <ncurses/ncurses.h>
X+#include <curses.h>
X 
X #define MESSAGE 	0   
X #define NICK      	1
END-of-ntalk/files/patch-ab
echo x - ntalk/pkg-plist
sed 's/^X//' >ntalk/pkg-plist << 'END-of-ntalk/pkg-plist'
Xbin/ntalk
X%%PORTDOCS%%share/doc/ntalk/COPYING
X%%PORTDOCS%%share/doc/ntalk/ChangeLog
X%%PORTDOCS%%share/doc/ntalk/INSTALL
X%%PORTDOCS%%share/doc/ntalk/README
X%%PORTDOCS%%@dirrm share/doc/ntalk
END-of-ntalk/pkg-plist
exit

	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010826001335.8BC933D98>