From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 4 12:20:01 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52C3D1065670 for ; Thu, 4 Feb 2010 12:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 13AD28FC15 for ; Thu, 4 Feb 2010 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o14CK0RC014658 for ; Thu, 4 Feb 2010 12:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o14CK05o014657; Thu, 4 Feb 2010 12:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 4 Feb 2010 12:20:00 GMT Resent-Message-Id: <201002041220.o14CK05o014657@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, zloidemon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E75901065670 for ; Thu, 4 Feb 2010 12:12:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id CAA218FC0C for ; Thu, 4 Feb 2010 12:12:49 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o14CCnK1033712 for ; Thu, 4 Feb 2010 12:12:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o14CCn3u033711; Thu, 4 Feb 2010 12:12:49 GMT (envelope-from nobody) Message-Id: <201002041212.o14CCn3u033711@www.freebsd.org> Date: Thu, 4 Feb 2010 12:12:49 GMT From: zloidemon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/143552: New port: net/toonel Tunneling with data compression 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: Thu, 04 Feb 2010 12:20:01 -0000 >Number: 143552 >Category: ports >Synopsis: New port: net/toonel Tunneling with data compression >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: Thu Feb 04 12:20:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: zloidemon >Release: FreeBSD 8.0-STABLE >Organization: >Environment: FreeBSD zlobook.local 8.0-STABLE FreeBSD 8.0-STABLE #24: Wed Jan 20 19:18:39 KRAT 2010 root@zlobook.local:/usr/obj/usr/src/sys/zlobook i386 >Description: Toonel.net exploits a tunneling technique combined with data compression. It runs compressed data frames from toonel client to one of the toonel servers and then these are forwarded to the target host. Reducing the size of resources that are transferred between the server and the client makes more efficient use of the user's bandwidth. >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: # # toonel # toonel/pkg-descr # toonel/Makefile # toonel/distinfo # toonel/files # toonel/files/toonel.sh.in # echo c - toonel mkdir -p toonel > /dev/null 2>&1 echo x - toonel/pkg-descr sed 's/^X//' >toonel/pkg-descr << '4315b693d3fba175cd72ba1e6758bb5c' XToonel.net exploits a tunneling technique combined with data compression. XIt runs compressed data frames from toonel client to one of the toonel Xservers and then these are forwarded to the target host. Reducing the Xsize of resources that are transferred between the server and the client Xmakes more efficient use of the user's bandwidth. X XWWW: http://toonel.net 4315b693d3fba175cd72ba1e6758bb5c echo x - toonel/Makefile sed 's/^X//' >toonel/Makefile << '70638bfc42b2464900fa5808d975fc08' X# New ports collection makefile for: toonel X# Date created: 2010-02-04 X# Whom: Gvozdikov Veniamin X# X# $FreeBSD$ X# X XPORTNAME= toonel XPORTVERSION= 0.0.50.50 XCATEGORIES= net java XMASTER_SITES= http://www.toonel.net/generic/005050/ XDISTNAME= ${PORTNAME} XEXTRACT_SUFX= .jar XEXTRACT_ONLY= # empty X XMAINTAINER= g.veniamin@googlemail.com XCOMMENT= Tunneling with data compression X XNO_BUILD= yes XNO_WRKSUBDIR= yes X XUSE_JAVA= yes XJAVA_VERSION= 1.5+ X XSUB_FILES= ${PORTNAME}.sh XSUB_LIST= JARNAME=${DISTNAME}${EXTRACT_SUFX} X XPLIST_FILES= bin/${PORTNAME} ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME}${EXTRACT_SUFX} X Xdo-install: X ${MKDIR} ${JAVAJARDIR}/ X ${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${JAVAJARDIR}/ X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} X X.include 70638bfc42b2464900fa5808d975fc08 echo x - toonel/distinfo sed 's/^X//' >toonel/distinfo << '312da870c6c4ef764d4757644845fd7e' XMD5 (toonel.jar) = a00729ad6126933b90770eced3c37a95 XSHA256 (toonel.jar) = 5d1e6665f018dea7f20fc4f9ad0c6fda3cb2f8e432cc6734302a8e020ff254ce XSIZE (toonel.jar) = 120074 312da870c6c4ef764d4757644845fd7e echo c - toonel/files mkdir -p toonel/files > /dev/null 2>&1 echo x - toonel/files/toonel.sh.in sed 's/^X//' >toonel/files/toonel.sh.in << '77afa829e2ff55a780b38d6519fdba5b' X#!/bin/sh X XJAVA="%%LOCALBASE%%/bin/java" XJARPATH="%%JAVALIBDIR%%" Xexport JAVA_VERSION="%%JAVA_VERSION%%" X Xexec "${JAVA}" -jar "${JARPATH}/%%JARNAME%%" "$@" 77afa829e2ff55a780b38d6519fdba5b exit >Release-Note: >Audit-Trail: >Unformatted: