c4c9 FreshPorts -- net/vtun
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
vtun 3.0.3 net on this many watch lists=14 search for ports that depend on this port
Virtual Tunnels over TCP/IP networks with traffic shaping
Maintained by: cy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 Jul 2000 05:31:21
License: not specified in port


VTun provides the method for creating Virtual Tunnels over TCP/IP
networks and allows to shape, compress, encrypt traffic in that
tunnels.

Supported type of tunnels are: PPP, IP, Ethernet and most of other
serial protocols and programs.  VTun is easily and highly configurable,
it can be used for various network task like VPN, Mobile IP, Shaped
Internet access, IP address saving, etc.  It is completely user
space implementation and does not require modification to any kernel
parts.

WWW: http://vtun.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required Libraries:
  1. archivers/lzo2
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/vtun/ && make install clean
To add the package: pkg_add -r vtun


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  3. http://freefr.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  4. http://garr.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  5. http://heanet.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  6. http://hivelocity.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  7. http://ignum.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  8. http://internode.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  9. http://iweb.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  10. http://jaist.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  11. http://nchc.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  12. http://ncu.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  13. http://netcologne.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  14. http://osdn.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  15. http://space.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  16. http://sunet.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  17. http://superb-dca3.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  18. http://switch.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  19. http://tenet.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  20. http://ufpr.dl.sourceforge.net/project/vtun/vtun/3.0.3/
  21. http://waix.dl.sourceforge.net/project/vtun/vtun/3.0.3/

Number of commits found: 37

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
14 Feb 2013 05:33:04
Original commit files touched by this commit  3.0.3
cy search for other commits by this committer
Fix PR 172204 (failure to build using CLANG).

PR:		172204
01 Oct 2012 20:06:56
Original commit files touched by this commit  3.0.3
cy search for other commits by this committer
Fix location of strip(1) to /usr/bin instead of $prefix as determined by
GNU configure.
28 Sep 2012 05:32:47
Original commit files touched by this commit  3.0.3
cy search for other commits by this committer
Update 3.0.2 --> 3.0.3

Assume maintainership.

Approved by:	kuriyama (maintainer)
14 Jan 2012 08:57:23
Original commit files touched by this commit  3.0.2_4
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
11 Aug 2011 19:20:17
Original commit files touched by this commit  3.0.2_4
  Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
21 Apr 2011 15:03:57
Original commit files touched by this commit  3.0.2_4
kuriyama search for other commits by this committer
Add local patch to specify pidfile path from command line option.

With this patch, vtund and vtunclient can be used on the same machine
without pid conflicts in rc.subr code.
20 Mar 2011 12:54:45
Original commit files touched by this commit  3.0.2_3
miwi search for other commits by this committer
- Get Rid MD5 support
16 Apr 2010 08:57:43
Original commit files touched by this commit  3.0.2_3
kuriyama search for other commits by this committer
- Add shutdown keyword.

Suggested by:   dougb
16 Apr 2010 03:09:19
Original commit files touched by this commit  3.0.2_2
kuriyama search for other commits by this committer
- Take maintainership.
- Support multiple vtunclient startup from rc.subr.
27 Mar 2010 00:15:24
Original commit files touched by this commit  3.0.2_1
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
15 Jul 2009 16:56:10
Original commit files touched by this commit  3.0.2_1
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
22 Dec 2008 14:58:24
Original commit files touched by this commit  3.0.2_1
pav search for other commits by this committer
- On systems (e.g FreeBSD amd64) where sizeof(unsigned int) differs from
  sizeof(lzo_uint) this patch is necessary for the correct operation of vtun
  when LZO compression is enabled.

PR:             ports/129815
Submitted by:   Bjoern Groenvall <bg@sics.se>
20 Mar 2008 22:42:19
Original commit files touched by this commit  3.0.2
miwi search for other commits by this committer
- Update to 3.0.2

PR:             121803
Submitted by:   Ports Fury
03 Sep 2007 11:09:25
Original commit files touched by this commit  3.0.1
itetcu search for other commits by this committer
Update to version 3.0.1

PR:             ports/116024
Submitted by:   KATO Tsuguru
26 Feb 2007 11:03:15
Original commit files touched by this commit  3.0.0
miwi search for other commits by this committer
- Update to 3.0.0
- Makefile cleanup
- NOPORTDOCS support, DOCSDIR in pkg-plist
- fixed startup scripts and knobs

PR:             109356
Submitted by:           Martin Matuska <martin@matuska.org>
20 Feb 2006 20:47:50
Original commit files touched by this commit  2.6_2
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
25 Nov 2005 16:48:31
Original commit files touched by this commit  2.6_2
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  2.6_2
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
31 May 2005 19:58:33
Original commit files touched by this commit  2.6_2
flz search for other commits by this committer
- Backout latest commit, it needs a repocopy due to API change.

Noticed by:     Matthias Andree <matthias.andree@gmx.de>
31 May 2005 17:57:11
Original commit files touched by this commit  2.6_1
flz search for other commits by this committer
- Bump lzo lib version.
- Bump PORTREVISION.
26 Aug 2004 09:18:58
Original commit files touched by this commit  2.6
kuriyama search for other commits by this committer
- USE_RC_SUBR'ify.
- Add knob to use simokawa's patch to enable extended mode.
10 Apr 2004 17:26:55
Original commit files touched by this commit  2.6
trevor search for other commits by this committer
Tidy up whitespace.
29 Jan 2004 16:13:06
Original commit files touched by this commit  2.6
trevor search for other commits by this committer
SIZEify.
01 Jun 2003 23:27:53
Original commit files touched by this commit  2.6
naddy search for other commits by this committer
Fix some build warnings.
01 Jun 2003 22:12:28
Original commit files touched by this commit  2.6
naddy search for other commits by this committer
Update to 2.6.  Based on

PR:             52771
Submitted by:   Matt Peterson <matt@peterson.org>
11 Apr 2003 08:57:11
Original commit files touched by this commit  2.5
kevlo search for other commits by this committer
- Update MASTER_SITES
- Drop maintainership
07 Mar 2003 06:08:06
Original commit files touched by this commit  2.5
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
17 Apr 2002 13:16:03
Original commit files touched by this commit  2.5
kevlo search for other commits by this committer
Change to use ${OPENSSLBASE} instead of ${LOCALBASE} in Makefile
for location of OpenSSL.

PR: 36427
Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp>
25 Mar 2002 15:55:49
Original commit files touched by this commit  2.5
kevlo search for other commits by this committer
Update to version 2.5
20 Nov 2001 23:29:38
files touched by this commit
lioux search for other commits by this committer
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case    
08 Jun 2001 20:06:09
files touched by this commit
dwcjr search for other commits by this committer
More bento pleasing    
07 Mar 2001 04:23:49
files touched by this commit
kevlo search for other commits by this committer
Fix pkg-plist    
07 Mar 2001 03:29:11
files touched by this commit
kevlo search for other commits by this committer
Avoid deleting config file.    
19 Feb 2001 14:08:39
files touched by this commit
kevlo search for other commits by this committer
- Upgrade to version 2.4   - Add WWW    
08 Oct 2000 07:19:09
files touched by this commit
asami search for other commits by this committer
Convert category net to new layout.  
07 Sep 2000 14:17:55
files touched by this commit
kevlo search for other commits by this committer
Add --enable-lzo, thanks rse@    
02 Jul 2000 09:31:21
files touched by this commit
will search for other commits by this committer
Add vtun, which is "the easiest way to create Virtual Tunnels over TCP/IP  
networks with traffic shaping, compression and encryption."    

Number of commits found: 37

2839
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

6 vulnerabilities affecting 28 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24517
Broken 219
Deprecated 472
Ignore 639
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 29
Expired 132
Set to expire 510
Interactive 33
new 24 hours 4
new 48 hours7
new 7 days34
new fortnight74
new month206

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0