notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
dtcp Dynamic Tunnel Configuration Protocol daemon and client
20130602_5 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20130602_4Version of this port present on the latest quarterly branch.
Maintainer: ume@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-10-22 18:31:52
Last Update: 2024-01-21 17:28:51
Commit Hash: fe27444
License: BSD3CLAUSE
WWW:
https://www.mahoroba.org/~ume/dtcp/
Description:
Dynamic Tunnel Configuration Protocol daemon and client dtcpc and dtcps 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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. sbin/dtcpauth
  2. sbin/dtcpc
  3. sbin/dtcps
  4. share/man/man8/dtcpauth.8.gz
  5. share/man/man8/dtcpc.8.gz
  6. share/man/man8/dtcps.8.gz
  7. /usr/local/share/licenses/dtcp-20130602_5/catalog.mk
  8. /usr/local/share/licenses/dtcp-20130602_5/LICENSE
  9. /usr/local/share/licenses/dtcp-20130602_5/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • dtcp>0:net/dtcp
To install the port:
cd /usr/ports/net/dtcp/ && make install clean
To add the package, run one of these commands:
  • pkg install net/dtcp
  • pkg install dtcp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dtcp
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (dtcp-20130602.tar.gz) = f5a811064a7a0e0fe60263f573e62297a80e99ee6790ff7784ac78e3e1f04f10 SIZE (dtcp-20130602.tar.gz) = 20914

Packages (timestamps in pop-ups are UTC):
dtcp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20130602_520130602_520130602_320130602_520130602_5-20130602_3-
FreeBSD:13:quarterly20130602_420130602_420130602_420130602_420130602_420130602_420130602_420130602_4
FreeBSD:14:latest20130602_520130602_520130602_420130602_520130602_520130602_4-20130602_4
FreeBSD:14:quarterly20130602_420130602_4-20130602_420130602_420130602_420130602_420130602_4
FreeBSD:15:latest20130602_520130602_5n/a20130602_5n/a20130602_520130602_520130602_5
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby31 : lang/ruby31
Runtime dependencies:
  1. rubygem-dbm>0 : databases/rubygem-dbm
  2. ruby31 : lang/ruby31
Patch dependencies:
  1. ruby31 : lang/ruby31
Extract dependencies:
  1. ruby31 : lang/ruby31
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_dtcp
USES:
ruby uidfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.mahoroba.org/~ume/ipv6/
Collapse this list.

Number of commits found: 52

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20130602_5
21 Jan 2024 17:28:51
commit hash: fe274440b1db87f40c2f4614819e04234a933a3ccommit hash: fe274440b1db87f40c2f4614819e04234a933a3ccommit hash: fe274440b1db87f40c2f4614819e04234a933a3ccommit hash: fe274440b1db87f40c2f4614819e04234a933a3c files touched by this commit
Hajimu UMEMOTO (ume) search for other commits by this committer
net/dtcp:  Move manpages to ${PREFIX}/share
20130602_4
14 Jan 2023 23:08:33
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
20130602_4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20130602_4
21 Apr 2022 17:56:25
commit hash: 5f28f9cbd40f6f7fa68a1e73e47a7e0c1e015d79commit hash: 5f28f9cbd40f6f7fa68a1e73e47a7e0c1e015d79commit hash: 5f28f9cbd40f6f7fa68a1e73e47a7e0c1e015d79commit hash: 5f28f9cbd40f6f7fa68a1e73e47a7e0c1e015d79 files touched by this commit
Hajimu UMEMOTO (ume) search for other commits by this committer
net/dtcp: make dtcp work with Ruby 3.X.
20130602_3
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
20130602_3
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
20130602_3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
20130602_3
09 Oct 2019 12:17:15
Revision:514143Original commit files touched by this commit
bapt search for other commits by this committer
Drop the ipv6 virtual category for n* category as it is not relevant anymore
20130602_3
30 Apr 2019 23:03:54
Revision:500572Original commit files touched by this commit
ume search for other commits by this committer
Since dbm library was removed from ruby ports and replaced with
rubygem-dbm, add RUN_DEPENDS to rubygem-dbm.
Be aware that rubygem-dbm uses db5 by default for database back-end.
You may need to change OPTIONS of rubygem-dbm from BDB to LIBC and
build it by yourself.
20130602_2
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
20130602_2
04 Dec 2015 10:56:48
Revision:402915Original commit files touched by this commit
ume search for other commits by this committer
Drop home.jp.FreeBSD.org from MASTER_SITES.
20130602_2
28 May 2014 17:43:27
Revision:355644Original commit files touched by this commit
ume search for other commits by this committer
- Set username to descr during interface is in use.
- Make dtcpc_fib work.
20130602_1
19 May 2014 19:04:20
Revision:354582Original commit files touched by this commit
ume search for other commits by this committer
Make ${dtcps_fib} work.
20130602
30 Dec 2013 16:12:16
Revision:338129Original commit files touched by this commit
ume search for other commits by this committer
Update LICENSE.
20130602
31 Oct 2013 08:01:57
Revision:332213Original commit files touched by this commit
bapt search for other commits by this committer
Fix packaging as a user

With hat:	portmgr
20130602
04 Oct 2013 16:14:27
Revision:329334Original commit files touched by this commit
ume search for other commits by this committer
- enable stage.
- add LICENCE.
20130602
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
20130602
02 Jun 2013 14:23:36
Revision:319664Original commit files touched by this commit
ume search for other commits by this committer
Trim Makefile header.
20130602
02 Jun 2013 14:14:42
Revision:319662Original commit files touched by this commit
ume search for other commits by this committer
Update to 20130602 which has Ruby 1.9 awareness.
20060109
05 Aug 2012 23:19:40
Original commit files touched by this commit
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
20060109
25 Jul 2012 17:27:23
Original commit files touched by this commit
ume search for other commits by this committer
Update master site.
20060109
14 Jan 2012 08:57:23
Original commit files touched by this commit
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.
20060109
24 Oct 2011 04:17:38
Original commit files touched by this commit
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.
20060109
20 Aug 2011 19:57:39
Original commit files touched by this commit
ume search for other commits by this committer
It doesn't work with Ruby 1.9.
20060109
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
20060109
27 Mar 2010 00:15:24
Original commit files touched by this commit
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
20060109
15 Jul 2009 16:56:10
Original commit files touched by this commit
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.
20060109
20 Feb 2006 20:47:50
Original commit files touched by this commit
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.
20060109
07 Feb 2006 15:40:15
Original commit files touched by this commit
ume search for other commits by this committer
Update to 20060109.
20050521_1
18 Dec 2005 02:57:11
Original commit files touched by this commit
ume search for other commits by this committer
don't show obsolete message.

Reported by:    mistral__at__imasy.or.jp (Yoshihiko Sarumaru)
20050521_1
17 Dec 2005 16:48:00
Original commit files touched by this commit
ume search for other commits by this committer
depend on qpopper only when WITH_QPOPAUTH is defined.
dtcp has dtcpauth for replacement of qpopauth.
20050521
08 Nov 2005 16:19:56
Original commit files touched by this commit
ume search for other commits by this committer
add SHA256.
20050521
21 May 2005 09:31:12
Original commit files touched by this commit
ume search for other commits by this committer
Update to 20050521.
20040611_1
10 Feb 2005 19:12:56
Original commit files touched by this commit
ume search for other commits by this committer
use new scheme of USE_RC_SUBR.
20040611_1
04 Feb 2005 12:50:16
Original commit files touched by this commit
ume search for other commits by this committer
use PLIST_FILES.
20040611_1
11 Jun 2004 15:54:35
Original commit files touched by this commit
ume search for other commits by this committer
use `command_args' instead of overriding `flags'.
20040611_1
11 Jun 2004 15:49:48
Original commit files touched by this commit
ume search for other commits by this committer
use `command_args' instead of overriding `flags'.
20040611
10 Jun 2004 16:33:06
Original commit files touched by this commit
ume search for other commits by this committer
Update to 20040611.
20040608
08 Jun 2004 16:52:10
Original commit files touched by this commit
ume search for other commits by this committer
provide homepage.
20040608
07 Jun 2004 17:35:37
Original commit files touched by this commit
ume search for other commits by this committer
Update to 20040608.
20030228_1
19 Apr 2004 18:40:52
Original commit files touched by this commit
ume search for other commits by this committer
Use USE_RC_SUBR.
20030228
21 Feb 2004 22:05:47
Original commit files touched by this commit
ume search for other commits by this committer
add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES.
20030228
04 Feb 2004 13:57:19
Original commit files touched by this commit
ume search for other commits by this committer
SIZEfy
20030228
27 Sep 2003 03:28:50
Original commit files touched by this commit
ume search for other commits by this committer
ECHO -> ECHO_MSG
20030228
28 Feb 2003 22:53:02
Original commit files touched by this commit
kris search for other commits by this committer
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
20030228
28 Feb 2003 15:16:16
Original commit files touched by this commit
ume search for other commits by this committer
Update to 20030228.
20030101
20 Feb 2003 20:10:05
Original commit files touched by this commit
ume search for other commits by this committer
De-pkg-comment.
20030101
01 Jan 2003 19:53:08
Original commit files touched by this commit
ume search for other commits by this committer
Update to 20030101.
20021119
18 Nov 2002 17:37:04
Original commit files touched by this commit
ume search for other commits by this committer
Update to dtcp-20021119.
20021022_1
24 Oct 2002 12:58:17
Original commit files touched by this commit
ume search for other commits by this committer
Make it PREFIX clean.

Submitted by:   knu
20021022
22 Oct 2002 18:30:58
Original commit files touched by this commit
ume search for other commits by this committer
Add Dynamic Tunnel Configuration Protocol daemon and client

dtcpc and dtcps 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

Number of commits found: 52