aboutsummaryrefslogtreecommitdiff
path: root/net/mpd-l2tp-ipv6pd-client
Commit message (Collapse)AuthorAgeFilesLines
* Remove the absolute path from pgrep to make DragonFly happy.Hajimu UMEMOTO2015-04-292-3/+3
| | | | | | | Spotted by: naddy Notes: svn path=/head/; revision=385002
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375100
* - Make it non-interactive port. [1]Hajimu UMEMOTO2014-08-1716-288/+168
| | | | | | | | | - Nuke mpd4 support. Requested by: marino [1] Notes: svn path=/head/; revision=365202
* enable stage.Hajimu UMEMOTO2013-10-161-16/+18
| | | | Notes: svn path=/head/; revision=330520
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301684
* Convert to use new OPTIONS framework.Hajimu UMEMOTO2012-06-161-10/+9
| | | | Notes: svn path=/head/; revision=299416
* - Remove conditional checks for FreeBSD 6.XPav Lucistnik2012-03-021-4/+0
| | | | | | | | | PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat) Notes: svn path=/head/; revision=292531
* New variables CONF_FILES and CONF_DIRS are to be introducedHajimu UMEMOTO2011-06-031-2/+2
| | | | | | | | | | to bsd.port.mk. PR: ports/157158 Submitted by: Chris Rees <utisoft__at__gmail.com> Notes: svn path=/head/; revision=275040
* URL was changed.Hajimu UMEMOTO2011-06-011-1/+1
| | | | | | | | PR: ports/157480 Submitted by: Seiji Ariga <ariga__at__khaotic.net> Notes: svn path=/head/; revision=274937
* Add missing IS_INTERACTIVE=yes.Hajimu UMEMOTO2011-05-011-0/+1
| | | | | | | | PR: ports/156751 Submitted by: Marcin Cieslak <saper__at__saper.info> Notes: svn path=/head/; revision=273396
* Cleanse more RC_SUBR and RC_SUBR_SUFFIX variablesDoug Barton2010-03-281-1/+0
| | | | Notes: svn path=/head/; revision=251603
* For those ports that have been fully adapted to USE_RC_SUBR remove theDoug Barton2010-03-271-1/+0
| | | | | | | | | | old RC_SCRIPTS_SUB as it has not been needed for a long time. For those that have not yet been updated, remove RC_SUBR=${RC_SUBR} from the list. Notes: svn path=/head/; revision=251565
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Change to use mpd5 by default.Hajimu UMEMOTO2009-04-231-2/+2
| | | | Notes: svn path=/head/; revision=232605
* Add missing template file to generate config file for mpd5.Hajimu UMEMOTO2009-01-111-0/+27
| | | | | | | Reported by: Hiroo Ono <hiroo__at__oikumene.gcd.org> Notes: svn path=/head/; revision=225694
* Add support for mpd5.Hajimu UMEMOTO2008-11-085-45/+67
| | | | Notes: svn path=/head/; revision=222546
* New port - mpd-l2tp-ipv6pd-clientHajimu UMEMOTO2008-01-0113-0/+485
A sample implementaiton set of "L2TP-IPv6PD" client using mpd. "OCN IPv6", provided by NTT Communications Corp, was the first commercial tunnel service using "L2TP-IPv6PD". NOTE: This port runs on FreeBSD 6.3 and later. If you want to run it on FreeBSD 6.2, you need to apply following diff to your ng_ksocket: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netgraph/ng_ksocket.c.diff?r1=1.59&r2=1.60 WWW: http://www.ocn.v6.ntt.net/ocnipv6/pdf/ocnipv6uni_ver1.0.pdf Notes: svn path=/head/; revision=204792