From marius@megaworld.concepts.nl  Tue Dec 14 10:47:01 2004
Return-Path: <marius@megaworld.concepts.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ED62D16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Dec 2004 10:47:01 +0000 (GMT)
Received: from megaworld.concepts.nl (megaworld.concepts.nl [213.197.11.24])
	by mx1.FreeBSD.org (Postfix) with SMTP id 1E88443D39
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Dec 2004 10:47:01 +0000 (GMT)
	(envelope-from marius@megaworld.concepts.nl)
Received: (qmail 55817 invoked by uid 1001); 14 Dec 2004 10:46:59 -0000
Message-Id: <20041214104659.55816.qmail@megaworld.concepts.nl>
Date: 14 Dec 2004 10:46:59 -0000
From: Marius van Witzenburg <info@wokkel.com>
Reply-To: Marius van Witzenburg <info@wokkel.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject:
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75050
>Category:       ports
>Synopsis:       new port: net/ventrilo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 14 10:50:22 GMT 2004
>Closed-Date:    Fri May 27 09:14:55 GMT 2005
>Last-Modified:  Fri May 27 09:14:55 GMT 2005
>Originator:     Marius van Witzenburg
>Release:        FreeBSD 4.10-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
	New port: ventrilo. see http://www.ventrilo.com/ for more info.


# 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:
#
#	ventrilo
#	ventrilo/Makefile
#	ventrilo/pkg-descr
#	ventrilo/distinfo
#
echo c - ventrilo
mkdir -p ventrilo > /dev/null 2>&1
echo x - ventrilo/Makefile
sed 's/^X//' >ventrilo/Makefile << 'END-of-ventrilo/Makefile'
X# Ports collection makefile for:  ventrilo
X# Date created:			  Mon Dec 13, 2004
X# Whom:				  Marius van Witzenburg (info@wokkel.com)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ventrilo
XPORTVERSION=	2.2.0
XPORTREVISION=	1
XCATEGORIES=	net
XMASTER_SITES=	http://www.wokkel.com/ventrilo/
XDISTNAME=	ventrilo_srv-${PORTVERSION}-FreeBSD-i386
XEXTRACT_SUFX=	.tar.gz
X
XMAINTAINER=	info@wokkel.com
XCOMMENT=	Scalable Voice Communication Software
X
XPLIST_FILES=	ventrilo/LICENSE \
X		ventrilo/ventrilo_srv \
X		ventrilo/ventrilo_srv.htm \
X		ventrilo/ventrilo_srv.ini \
X		ventrilo/ventrilo_status
XPLIST_DIRS=	ventrilo
X
XNO_BUILD=       yes
XNO_WRKSUBDIR=   yes
X
Xdo-extract:
X	${MKDIR} ${WRKDIR}/${DISTNAME}
X	${TAR} xfvz ${DISTDIR}/${DISTFILES} \
X		-C ${WRKDIR}/${DISTNAME}
X
Xdo-install:
X	${MKDIR} ${PREFIX}/${PORTNAME}
X	${CP} ${WRKDIR}/${DISTNAME}/* ${PREFIX}/${PORTNAME}
X
X.include <bsd.port.mk>
END-of-ventrilo/Makefile
echo x - ventrilo/pkg-descr
sed 's/^X//' >ventrilo/pkg-descr << 'END-of-ventrilo/pkg-descr'
XVentrilo is a scalable Voice over IP (VoIP) communications system
Xthat solves a lot of the problems associated with network latency,
Xpacket loss, uptime and administration.
X
XVentrilo can be used for home / personal applications like
Xtalking to friends and family, or playing organized online games
Xwhere Voice Comm can make them more exciting and productive.
XIt can also be used in an enterprise environment
Xas a productivity tool for conducting long distance group discussions.
X
XWWW: http://www.ventrilo.com/
X
X- Marius van Witzenburg <info@wokkel.com>
END-of-ventrilo/pkg-descr
echo x - ventrilo/distinfo
sed 's/^X//' >ventrilo/distinfo << 'END-of-ventrilo/distinfo'
XMD5 (ventrilo_srv-2.2.0-FreeBSD-i386.tar.gz) = a0331d9a828e53db87d4055cd7ade32f
XSIZE (ventrilo_srv-2.2.0-FreeBSD-i386.tar.gz) = 109886
END-of-ventrilo/distinfo
exit

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:

From: Sergey Matveychuk <sem@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, info@wokkel.com
Cc:  
Subject: Re: ports/75050: new port: net/ventrilo
Date: Fri, 11 Mar 2005 23:13:00 +0300

 distfile can't download directly.
 An HTML file dowloaded instead
 -- 
 Sem.

From: Alexey Dokuchaev <danfe@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, info@wokkel.com
Cc:  
Subject: Re: ports/75050: new port: net/ventrilo
Date: Thu, 17 Mar 2005 18:48:21 +0600

 Please also fix the following things:
 
 1) Why PORTREVISION is needed for a new port?
 2) AFAIU, this is server side of suite. So, either say it explicitly in 
 PKGNAME, or use "PKGNAMESUFFIX= -srv" is there a change of adding client 
 in some (near?) future.
 3) COMMENT should probably read "Dedicated server for scalable voice 
 communication" or something like this.  Yours is too blur.
 4) This is a binary, i386-only software, right?  So use ONLY_FOR_ARCHS= 
 i386.
 5) Prepend your @${MKDIR}'s with @, or use .SILENT special target (at 
 least for "do-extract:" target -- as you might have noticed, normally 
 ports are being extracted quietly.
 6) Don't use ${CP}.  Use appropriate ${INSTALL_FOO} for programs, 
 scripts, and regular files.
 
 Thanks!
State-Changed-From-To: open->feedback 
State-Changed-By: danfe 
State-Changed-When: Sun Mar 20 10:17:08 GMT 2005 
State-Changed-Why:  
Port submission should be fixed first; there are numerous issues. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75050 
State-Changed-From-To: feedback->closed 
State-Changed-By: krion 
State-Changed-When: Fri May 27 09:14:49 GMT 2005 
State-Changed-Why:  
Feedback timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75050 
>Unformatted:
