From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 7 13:30:27 2004 Return-Path: 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 CD23C16A4CF for ; Tue, 7 Sep 2004 13:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF94043D46 for ; Tue, 7 Sep 2004 13:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i87DURwB011030 for ; Tue, 7 Sep 2004 13:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i87DURW8011005; Tue, 7 Sep 2004 13:30:27 GMT (envelope-from gnats) Resent-Date: Tue, 7 Sep 2004 13:30:27 GMT Resent-Message-Id: <200409071330.i87DURW8011005@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, Saulius Menkevicius Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E533A16A4D1 for ; Tue, 7 Sep 2004 13:20:27 +0000 (GMT) Received: from nulis.lt (81-7-82-170.ip.takas.lt [81.7.82.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8518043D49 for ; Tue, 7 Sep 2004 13:20:04 +0000 (GMT) (envelope-from bob@nulis.lt) Received: from bob by nulis.lt with local (Exim 4.34) id 1C4fsA-0002ht-I5 for FreeBSD-gnats-submit@freebsd.org; Tue, 07 Sep 2004 16:18:58 +0300 Message-Id: <20040907131858.GA10400@nulis.lt> Date: Tue, 7 Sep 2004 16:18:58 +0300 From: Saulius Menkevicius To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/71461: New port: net/vqcc-gtk LAN chat client compatible with quickChat and Vypress Chat (TM) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Saulius Menkevicius List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 13:30:27 -0000 >Number: 71461 >Category: ports >Synopsis: New port: net/vqcc-gtk LAN chat client compatible with quickChat and Vypress Chat (TM) >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: Tue Sep 07 13:30:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Saulius Menkevicius >Release: FreeBSD 5.3-BETA1 i386 >Organization: >Environment: System: FreeBSD highland.tamsa 5.3-BETA1 FreeBSD 5.3-BETA1 #1: Thu Aug 26 01:39:35 EEST 2004 root@highland.tamsa:/usr/src/sys/i386/compile/HIGHLAND i386 >Description: The contents of pkg-descr: vqcc-gtk is a chat application written in C for the GTK+ toolkit, primarily used in small LAN's. It is based on quickChat/Vypress Chat (TM) for Windows (from Vypress Research) and is licensed under the GPL. The application supports both quickChat and Vypress Chat(TM) protocols and hopefully is compatible enough to substitute those applications when using Linux, FreeBSD or another *NIX desktop. You need no server to run, however it is not possible to communicate outside your LAN (or subnet). (From the About page) WWW: http://vqcc-gtk.sourceforge.net/ >How-To-Repeat: >Fix: The contents of "shar" file: # 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: # # vqcc-gtk # vqcc-gtk/pkg-plist # vqcc-gtk/Makefile # vqcc-gtk/pkg-descr # vqcc-gtk/distinfo # echo c - vqcc-gtk mkdir -p vqcc-gtk > /dev/null 2>&1 echo x - vqcc-gtk/pkg-plist sed 's/^X//' >vqcc-gtk/pkg-plist << 'END-of-vqcc-gtk/pkg-plist' Xbin/vqcc-gtk Xshare/applications/vqcc-gtk.desktop Xshare/locale/lt/LC_MESSAGES/vqcc-gtk.mo Xshare/pixmaps/vqcc-gtk.png END-of-vqcc-gtk/pkg-plist echo x - vqcc-gtk/Makefile sed 's/^X//' >vqcc-gtk/Makefile << 'END-of-vqcc-gtk/Makefile' X# New ports collection makefile for: vqcc-gtk X# Date created: 07 Sep 2004 X# Whom: Saulius Menkevicius X# $FreeBSD$ X# X XPORTNAME= vqcc-gtk XPORTVERSION= 0.4.1 XCATEGORIES?= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER?= bob@nulis.lt XCOMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM) X XLIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XUSE_GNOME= gtk20 XGNU_CONFIGURE= yes X XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ X LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" \ X PTHREAD_LIB="${PTHREAD_LIBS}" X X.include END-of-vqcc-gtk/Makefile echo x - vqcc-gtk/pkg-descr sed 's/^X//' >vqcc-gtk/pkg-descr << 'END-of-vqcc-gtk/pkg-descr' Xvqcc-gtk is a chat application written in C for the GTK+ toolkit, primarily Xused in small LAN's. It is based on quickChat/Vypress Chat (TM) for Windows X(from Vypress Research) and is licensed under the GPL. X XThe application supports both quickChat and Vypress Chat(TM) protocols and Xhopefully is compatible enough to substitute those applications when using XLinux, FreeBSD or another *NIX desktop. You need no server to run, however Xit is not possible to communicate outside your LAN (or subnet). X X(From the About page) X XWWW: http://vqcc-gtk.sourceforge.net/ END-of-vqcc-gtk/pkg-descr echo x - vqcc-gtk/distinfo sed 's/^X//' >vqcc-gtk/distinfo << 'END-of-vqcc-gtk/distinfo' XMD5 (vqcc-gtk-0.4.1.tar.gz) = 4205b8112281443832a381b6411bfc31 XSIZE (vqcc-gtk-0.4.1.tar.gz) = 224969 END-of-vqcc-gtk/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: