summaryrefslogtreecommitdiff
path: root/net/gateway6/pkg-plist
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-07 23:29:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-07 23:29:56 +0000
commita972c165e8045a0ae0cf2f9af16a1011441031af (patch)
treeb8e734aae069eb8eb80b4c60425ea3a70df43335 /net/gateway6/pkg-plist
parent[New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsen (diff)
New port: net/gateway6 free IPv6 tunnel
From README: TSP is a control protocol used to establish and maintain static tunnels. The Gateway6 Client is used on the host computer to connect to a tunnel broker using the TSP protocol and to get the information for its tunnel. When it receives the information for the tunnel, the Gateway6 client creates the static tunnel on its operating system. The Gateway6 Client code is mostly identical for all client platforms. However, creating the static tunnel is operating system dependent and is done by a script called by the Gateway6 Client. These scripts are located under the template directory in the Gateway6 Client installation directory. The script executed by the Gateway6 Client to configure the tunnel interface is customized for each type of supported operating system and takes care of all specifics for the target operating system. On Unix systems, it is a shell script. This separation of the binary and script enables fast and easy additions of new operating systems, as has been shown by the community contributions for many operating systems. WWW: http://www.go6.net/ PR: ports/114544 Submitted by: Michael Scholz <mike@fth-devel.net>
Notes
Notes: svn path=/head/; revision=199062
Diffstat (limited to '')
-rw-r--r--net/gateway6/pkg-plist14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/gateway6/pkg-plist b/net/gateway6/pkg-plist
new file mode 100644
index 000000000000..23c3b420a2bb
--- /dev/null
+++ b/net/gateway6/pkg-plist
@@ -0,0 +1,14 @@
+bin/gw6c
+@unexec if cmp -s %D/etc/gw6c.conf.sample %D/etc/gw6c.conf; then rm -f %D/etc/gw6c.conf; fi
+etc/gw6c.conf.sample
+@exec if [ ! -f %D/etc/gw6c.conf ] ; then cp -p %D/%F %B/gw6c.conf; fi
+%%DATADIR%%/CLIENT-LICENSE.TXT
+%%DATADIR%%/GUI-LICENSE.TXT
+%%DATADIR%%/HEX_DC_0005_Gateway6_Client_Guide.pdf
+%%DATADIR%%/HEX_DC_0007_Gateway6_Client_Release_Notes.pdf
+%%DATADIR%%/INSTALL
+%%DATADIR%%/README
+%%DATADIR%%/checktunnel.sh
+%%DATADIR%%/freebsd.sh
+@dirrm %%DATADIR%%
+@dirrm %%EXAMPLESDIR%%