diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/dns2tcp/_metadata/description | 1 | ||||
-rw-r--r-- | data/dns2tcp/_metadata/homepage | 1 | ||||
l--------- | data/dns2tcp/_metadata/license | 1 | ||||
-rw-r--r-- | data/dns2tcp/_metadata/priority | 1 | ||||
-rw-r--r-- | data/dns2tcp/_metadata/role | 1 | ||||
-rw-r--r-- | data/dns2tcp/_metadata/section | 1 | ||||
-rw-r--r-- | data/dns2tcp/_metadata/tags | 1 | ||||
-rw-r--r-- | data/dns2tcp/_metadata/version | 1 | ||||
-rw-r--r-- | data/dns2tcp/dns2tcp-0.4.3.tar.gz | bin | 0 -> 230596 bytes | |||
-rw-r--r-- | data/dns2tcp/make.sh | 4 |
10 files changed, 12 insertions, 0 deletions
diff --git a/data/dns2tcp/_metadata/description b/data/dns2tcp/_metadata/description new file mode 100644 index 000000000..8fdf61b20 --- /dev/null +++ b/data/dns2tcp/_metadata/description @@ -0,0 +1 @@ +TCP over DNS (unconfigured, just software) diff --git a/data/dns2tcp/_metadata/homepage b/data/dns2tcp/_metadata/homepage new file mode 100644 index 000000000..a621a7cd1 --- /dev/null +++ b/data/dns2tcp/_metadata/homepage @@ -0,0 +1 @@ +http://www.hsc.fr/ressources/outils/dns2tcp/ diff --git a/data/dns2tcp/_metadata/license b/data/dns2tcp/_metadata/license new file mode 120000 index 000000000..9c13a9a0f --- /dev/null +++ b/data/dns2tcp/_metadata/license @@ -0,0 +1 @@ +../../../licenses/gpl-2
\ No newline at end of file diff --git a/data/dns2tcp/_metadata/priority b/data/dns2tcp/_metadata/priority new file mode 100644 index 000000000..a6a7b9cd7 --- /dev/null +++ b/data/dns2tcp/_metadata/priority @@ -0,0 +1 @@ +standard diff --git a/data/dns2tcp/_metadata/role b/data/dns2tcp/_metadata/role new file mode 100644 index 000000000..52b4d7301 --- /dev/null +++ b/data/dns2tcp/_metadata/role @@ -0,0 +1 @@ +hacker diff --git a/data/dns2tcp/_metadata/section b/data/dns2tcp/_metadata/section new file mode 100644 index 000000000..8708e4b54 --- /dev/null +++ b/data/dns2tcp/_metadata/section @@ -0,0 +1 @@ +Networking diff --git a/data/dns2tcp/_metadata/tags b/data/dns2tcp/_metadata/tags new file mode 100644 index 000000000..ad5d50831 --- /dev/null +++ b/data/dns2tcp/_metadata/tags @@ -0,0 +1 @@ +purpose::console diff --git a/data/dns2tcp/_metadata/version b/data/dns2tcp/_metadata/version new file mode 100644 index 000000000..17b2ccd9b --- /dev/null +++ b/data/dns2tcp/_metadata/version @@ -0,0 +1 @@ +0.4.3 diff --git a/data/dns2tcp/dns2tcp-0.4.3.tar.gz b/data/dns2tcp/dns2tcp-0.4.3.tar.gz Binary files differnew file mode 100644 index 000000000..edbd496f7 --- /dev/null +++ b/data/dns2tcp/dns2tcp-0.4.3.tar.gz diff --git a/data/dns2tcp/make.sh b/data/dns2tcp/make.sh new file mode 100644 index 000000000..452a4bfd5 --- /dev/null +++ b/data/dns2tcp/make.sh @@ -0,0 +1,4 @@ +pkg:setup +pkg:configure +make +pkg:install |