FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 7:25 PM GMT
Port details
miredo 1.2.2_3 net on this many watch lists=3 search for ports that depend on this port
Opensource Teredo (IPv6 tunneling) implementation
Maintained by: sumikawa@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Aug 2006 20:00:31
Also Listed In: ipv6
License: not specified in port
Miredo is an open-source Teredo IPv6 tunneling software, for Linux and the BSD
operating systems. It includes functionnal implementations of all components of
the Teredo specification (client, relay and server). It is meant to provide IPv6
connectivity even from behind NAT devices.

WWW: http://www.simphalempin.com/dev/miredo/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required Libraries: devel/judy, converters/libiconv, devel/gettext
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for miredo-1.2.2_3:
     POLICYTABLE=off (default) "Install policy table to support teredo"
===> Use 'make config' to modify these settings

Master Sites:
http://www.remlab.net/files/miredo/archive/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 22

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.2.2_3
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.
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.2.2_3
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
05 Jan 2011 05:02:23
Original commit files touched by this commit  1.2.2_3
sumikawa search for other commits by this committer
Add knob to install ip6addrctl.conf which support Teredo prefix
31 May 2010 02:01:56
Original commit files touched by this commit  1.2.2_2
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
21 Dec 2009 12:32:59
Original commit files touched by this commit  1.2.2_1
sumikawa search for other commits by this committer
Fix configuration path.

Reported by:    Shuichi Ohkubo <ohkubo@tokyo6to4.net>
02 Dec 2009 02:25:46
Original commit files touched by this commit  1.2.2
sumikawa search for other commits by this committer
- Upgrade to 1.2.2.
- Make compilable with build-in closefrom().
07 Sep 2009 09:30:34
Original commit files touched by this commit  1.1.7_1
erwin search for other commits by this committer
Doesn't build on 7.x either.
15 Aug 2009 16:12:23
Original commit files touched by this commit  1.1.7_1
erwin search for other commits by this committer
Mark BROKEN on 8.x: does not build
27 Jul 2009 07:19:43
Original commit files touched by this commit  1.1.7_1
sumikawa search for other commits by this committer
Fix plist.
21 Jul 2009 07:38:28
Original commit files touched by this commit  1.1.7
sumikawa search for other commits by this committer
Upgrade to 1.1.7.
30 Jun 2009 07:07:47
Original commit files touched by this commit  1.1.6_1
sumikawa search for other commits by this committer
- FIx client-hook to be workable
- Fix EINVAL from routing socket in relay mode
- Move clean_cb() before exit() to fix client mode
21 May 2009 05:56:42
Original commit files touched by this commit  1.1.6
sumikawa search for other commits by this committer
1. remove unnessary starup file
2. change localstatedir to use /var/run
3. miredo.conf remove fix
4. Fix complie error with WITHOUT_NLS=yes

PR:             ports/134772 (3 and 4)
Submitted by:   dirk.meyer@dinoex.sub.org (3 and 4)
14 May 2009 09:45:52
Original commit files touched by this commit  1.1.6
sumikawa search for other commits by this committer
Fix plist.
13 May 2009 07:18:22
Original commit files touched by this commit  1.1.6
sumikawa search for other commits by this committer
Upgrade to 1.1.6.
I take the maintainership.
06 Jun 2008 13:50:32
Original commit files touched by this commit  1.0.6_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
08 Oct 2007 09:33:47
Original commit files touched by this commit  1.0.6
miwi search for other commits by this committer
- Update MASTER_SITES
- Drop Maintainership
23 Jul 2007 09:36:52
Original commit files touched by this commit  1.0.6
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
26 Apr 2007 20:08:18
Original commit files touched by this commit  1.0.6
miwi search for other commits by this committer
- Update to 1.0.6

Thanks to:      Andreas Kohn.
12 Mar 2007 10:07:17
Original commit files touched by this commit  0.9.8
miwi search for other commits by this committer
- Take maintainership

Approved by:    Andreas Kohn (old maintainer)
26 Feb 2007 23:02:04
Original commit files touched by this commit  0.9.8
dougb search for other commits by this committer
Another round of the periodic sweep for removal of the
KEYWORD: FreeBSD scourge. We have ignored this keyword
for a long time now, so this is a non-functional change
(therefore no PORTREVISION bumps).

Insert a $FreeBSD tag where needed, and adjust a comment
in mail/milter-regex to match reality.
11 Sep 2006 07:52:13
Original commit files touched by this commit  0.9.8
miwi search for other commits by this committer
- BROKEN does not compile on sparc64

Submitted by:   pointyhat via kris
13 Aug 2006 19:39:24
Original commit files touched by this commit  0.9.8
miwi search for other commits by this committer
Miredo is an open-source Teredo IPv6 tunneling software, for Linux and the BSD
operating systems. It includes functionnal implementations of all components of
the Teredo specification (client, relay and server). It is meant to provide IPv6
connectivity even from behind NAT devices.

WWW: http://www.simphalempin.com/dev/miredo/

Submitted by:   Andreas Kohn via irc
Approved by:    krion (mentor)

Number of commits found: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 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 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 6
new 48 hours8
new 7 days47
new fortnight70
new month143

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.148 seconds.