FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 8:30 PM BST
Port details
dtcpclient 20090812 net on this many watch lists=1 search for ports that depend on this port
Dynamic Tunnel Configuration Protocol client
Maintained by: ume@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 Mar 2003 05:47:09
Also Listed In: ipv6
License: not specified in port


Dynamic Tunnel Configuration Protocol client

dtcpclient implement Dynamic Tunnel Configuration Protocol (DTCP for
short) proposed by Trumpet:

	http://jazz-1.trumpet.com.au/ipv6-draft/dtcp-draft-prt-13-may-1999.htm

WWW: http://www.imasy.or.jp/~ume/dtcp/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
http://www.imasy.or.jp/~ume/ipv6/
http://home.jp.FreeBSD.org/~ume/ipv6/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 29

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  20090812
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.
24 Oct 2011 04:17:38
Original commit files touched by this commit  20090812
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
20 Mar 2011 12:54:45
Original commit files touched by this commit  20090812
miwi search for other commits by this committer
- Get Rid MD5 support
27 Mar 2010 00:15:24
Original commit files touched by this commit  20090812
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
12 Aug 2009 04:00:13
Original commit files touched by this commit  20090812
ume search for other commits by this committer
Update to dtcpclient-20090812.
15 Jul 2009 16:56:10
Original commit files touched by this commit  20060526
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.
25 May 2006 16:44:45
Original commit files touched by this commit  20060526
ume search for other commits by this committer
Update to 20060526.
20 Feb 2006 20:47:50
Original commit files touched by this commit  20060111
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.
07 Feb 2006 15:39:36
Original commit files touched by this commit  20060111
ume search for other commits by this committer
Update to 20060111.
08 Nov 2005 16:19:56
Original commit files touched by this commit  20050521
ume search for other commits by this committer
add SHA256.
21 May 2005 09:31:46
Original commit files touched by this commit  20050521
ume search for other commits by this committer
Update to 20055021.
10 Feb 2005 19:12:56
Original commit files touched by this commit  20040923
ume search for other commits by this committer
use new scheme of USE_RC_SUBR.
12 Oct 2004 05:26:53
Original commit files touched by this commit  20040923
ume search for other commits by this committer
Update to 20040923.
21 Jun 2004 16:52:51
Original commit files touched by this commit  20040622
ume search for other commits by this committer
Update to 20040622.
16 Jun 2004 18:18:24
Original commit files touched by this commit  20040617
ume search for other commits by this committer
Update to 20040617.
12 Jun 2004 11:43:26
Original commit files touched by this commit  20040612
ume search for other commits by this committer
Update to 20040612.
11 Jun 2004 15:49:48
Original commit files touched by this commit  20040601_1
ume search for other commits by this committer
use `command_args' instead of overriding `flags'.
08 Jun 2004 16:56:00
Original commit files touched by this commit  20040601
ume search for other commits by this committer
use ECHO_CMD
08 Jun 2004 16:52:10
Original commit files touched by this commit  20040601
ume search for other commits by this committer
provide homepage.
01 Jun 2004 12:57:15
Original commit files touched by this commit  20040601
ume search for other commits by this committer
Update to 20040601.
25 May 2004 08:40:39
Original commit files touched by this commit  20040525
ume search for other commits by this committer
Update to 20040525.
10 Apr 2004 09:11:18
Original commit files touched by this commit  20040410
ume search for other commits by this committer
Update to 20040410.
21 Feb 2004 22:05:47
Original commit files touched by this commit  20030324_2
ume search for other commits by this committer
add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES.
04 Feb 2004 13:57:19
Original commit files touched by this commit  20030324_2
ume search for other commits by this committer
SIZEfy
30 Dec 2003 18:51:41
Original commit files touched by this commit  20030324_2
ume search for other commits by this committer
fix typo.
01 Oct 2003 18:13:28
Original commit files touched by this commit  20030324_2
ume search for other commits by this committer
the start/stop scripts failed when booting on 5.x machines
06 Sep 2003 17:45:02
Original commit files touched by this commit  20030324_1
ume search for other commits by this committer
Use USE_RC_SUBR.
24 Mar 2003 14:43:04
Original commit files touched by this commit  20030324
ume search for other commits by this committer
Update to 20030324.
06 Mar 2003 05:46:12
Original commit files touched by this commit  20030301
ume search for other commits by this committer
Dynamic Tunnel Configuration Protocol client written in C.

Number of commits found: 29

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours7
new 7 days62
new fortnight184
new month254

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.24 seconds.