aboutsummaryrefslogtreecommitdiff
path: root/net/vtun
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Drop @dirrm* from plistDmitry Marakasov2015-10-231-3/+0
| | | | | | | | | - Remove redundant @owner/@group Approved by: portmgr blanket Notes: svn path=/head/; revision=400048
* Remove @unexec.Cy Schubert2015-02-111-1/+0
| | | | | | | Thanks to: mat Notes: svn path=/head/; revision=378859
* Convert to @sample.Cy Schubert2015-02-112-2/+3
| | | | Notes: svn path=/head/; revision=378855
* Fix recent build errors.Cy Schubert2015-02-111-0/+1
| | | | Notes: svn path=/head/; revision=378853
* - Fix symlink pointing into STAGEDIRDmitry Marakasov2014-10-141-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=370836
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360664
* Stagify.Cy Schubert2014-06-103-13/+27
| | | | Notes: svn path=/head/; revision=357274
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Fix PR 172204 (failure to build using CLANG).Cy Schubert2013-02-142-2/+19
| | | | | | | PR: 172204 Notes: svn path=/head/; revision=312193
* Fix location of strip(1) to /usr/bin instead of $prefix as determined byCy Schubert2012-10-011-7/+6
| | | | | | | GNU configure. Notes: svn path=/head/; revision=305141
* Update 3.0.2 --> 3.0.3Cy Schubert2012-09-284-45/+32
| | | | | | | | | Assume maintainership. Approved by: kuriyama (maintainer) Notes: svn path=/head/; revision=304985
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Add local patch to specify pidfile path from command line option.Jun Kuriyama2011-04-214-1/+70
| | | | | | | | With this patch, vtund and vtunclient can be used on the same machine without pid conflicts in rc.subr code. Notes: svn path=/head/; revision=272995
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Add shutdown keyword.Jun Kuriyama2010-04-163-1/+3
| | | | | | | Suggested by: dougb Notes: svn path=/head/; revision=252757
* - Take maintainership.Jun Kuriyama2010-04-162-3/+31
| | | | | | | - Support multiple vtunclient startup from rc.subr. Notes: svn path=/head/; revision=252747
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=237892
* - On systems (e.g FreeBSD amd64) where sizeof(unsigned int) differs fromPav Lucistnik2008-12-222-0/+21
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=224565
* - Update to 3.0.2Martin Wilke2008-03-202-6/+8
| | | | | | | | PR: 121803 Submitted by: Ports Fury Notes: svn path=/head/; revision=209494
* Update to version 3.0.1Ion-Mihai Tetcu2007-09-034-22/+38
| | | | | | | | PR: ports/116024 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=198686
* - Update to 3.0.0Martin Wilke2007-02-266-42/+23
| | | | | | | | | | | | - Makefile cleanup - NOPORTDOCS support, DOCSDIR in pkg-plist - fixed startup scripts and knobs PR: 109356 Submitted by: Martin Matuska <martin@matuska.org> Notes: svn path=/head/; revision=185970
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+0
| | | | | | | | | | 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. Notes: svn path=/head/; revision=156534
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* - Backout latest commit, it needs a repocopy due to API change.Florent Thoumie2005-05-311-2/+2
| | | | | | | Noticed by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=136557
* - Bump lzo lib version.Florent Thoumie2005-05-311-1/+2
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=136548
* - USE_RC_SUBR'ify.Jun Kuriyama2004-08-265-0/+83
| | | | | | | - Add knob to use simokawa's patch to enable extended mode. Notes: svn path=/head/; revision=117301
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Fix some build warnings.Christian Weisgerber2003-06-013-1/+28
| | | | Notes: svn path=/head/; revision=81946
* Update to 2.6. Based onChristian Weisgerber2003-06-014-15/+18
| | | | | | | | PR: 52771 Submitted by: Matt Peterson <matt@peterson.org> Notes: svn path=/head/; revision=81936
* - Update MASTER_SITESKevin Lo2003-04-111-2/+3
| | | | | | | - Drop maintainership Notes: svn path=/head/; revision=78730
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Change to use ${OPENSSLBASE} instead of ${LOCALBASE} in MakefileKevin Lo2002-04-171-2/+2
| | | | | | | | | | for location of OpenSSL. PR: 36427 Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp> Notes: svn path=/head/; revision=57810
* Update to version 2.5Kevin Lo2002-03-253-3/+16
| | | | Notes: svn path=/head/; revision=56639
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* More bento pleasingDavid W. Chapman Jr.2001-06-082-1/+2
| | | | | | | | | PR: 27369 Reviewed by: will No response: kevlo Notes: svn path=/head/; revision=43661
* Fix pkg-plistKevin Lo2001-03-071-0/+6
| | | | Notes: svn path=/head/; revision=39162
* Avoid deleting config file.Kevin Lo2001-03-072-1/+2
| | | | | | | Reported by William Carrel <william.carrel@infospace.com> Notes: svn path=/head/; revision=39160
* - Upgrade to version 2.4Kevin Lo2001-02-193-6/+12
| | | | | | | - Add WWW Notes: svn path=/head/; revision=38482
* Add --enable-lzo, thanks rse@Kevin Lo2000-09-071-1/+2
| | | | Notes: svn path=/head/; revision=32386
* Fix CONFIGURE_ARGSKevin Lo2000-08-221-2/+2
| | | | | | | | PR: 20694 Submitted by: Sergey N. Voronkov <serg@dor.zaural.ru> Notes: svn path=/head/; revision=31843
* Add vtun, which is "the easiest way to create Virtual Tunnels over TCP/IPWill Andrews2000-07-025-0/+48
networks with traffic shaping, compression and encryption." PR: 16629 Submitted by: kevlo Notes: svn path=/head/; revision=30060