Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2010 12:12:49 GMT
From:      zloidemon <g.veniamin@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/143552: New port: net/toonel Tunneling with data compression
Message-ID:  <201002041212.o14CCn3u033711@www.freebsd.org>
Resent-Message-ID: <201002041220.o14CK05o014657@freefall.freebsd.org>

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

>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 <g.veniamin@googlemail.com>
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 <bsd.port.mk>
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:



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