Commits
Zero King authored 4ca234999fa
1 + | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 + | |
3 + | PortSystem 1.0 |
4 + | |
5 + | name 6tunnel |
6 + | version 0.12 |
7 + | categories net |
8 + | platforms darwin |
9 + | maintainers {l2dy @l2dy} openmaintainer |
10 + | license GPL-2 |
11 + | |
12 + | description Tunnelling for IPv4-only application |
13 + | |
14 + | long_description 6tunnel allows you to use services provided by IPv6 hosts \ |
15 + | with IPv4-only applications and vice-versa. It can bind to \ |
16 + | any of your IPv4 (default) or IPv6 addresses and forward all \ |
17 + | data to IPv4 or IPv6 (default) host. |
18 + | |
19 + | homepage http://toxygen.net/6tunnel/ |
20 + | |
21 + | master_sites ${homepage} |
22 + | |
23 + | checksums rmd160 98d3929b5b132d3003d3ac5a85f94cd417a278cd \ |
24 + | sha256 80dbe91bb92282c3c5e98dec871dcd1738ae824e532f9fd6db0d6ebd469d79bf |