diff options
-rw-r--r-- | data/interceptty/_metadata/author | 1 | ||||
-rw-r--r-- | data/interceptty/_metadata/description | 1 | ||||
-rw-r--r-- | data/interceptty/_metadata/homepage | 1 | ||||
l--------- | data/interceptty/_metadata/license | 1 | ||||
l--------- | data/interceptty/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/interceptty/_metadata/priority | 1 | ||||
-rw-r--r-- | data/interceptty/_metadata/role | 1 | ||||
-rw-r--r-- | data/interceptty/_metadata/section | 1 | ||||
-rw-r--r-- | data/interceptty/_metadata/tags | 1 | ||||
-rw-r--r-- | data/interceptty/_metadata/version | 1 | ||||
-rw-r--r-- | data/interceptty/interceptty-0.6.tar.gz | bin | 0 -> 95911 bytes | |||
-rw-r--r-- | data/interceptty/make.sh | 4 |
12 files changed, 14 insertions, 0 deletions
diff --git a/data/interceptty/_metadata/author b/data/interceptty/_metadata/author new file mode 100644 index 000000000..61d508a67 --- /dev/null +++ b/data/interceptty/_metadata/author @@ -0,0 +1 @@ +"Scott W. Gifford" <sgifford@suspectclass.com> diff --git a/data/interceptty/_metadata/description b/data/interceptty/_metadata/description new file mode 100644 index 000000000..a0c768fc2 --- /dev/null +++ b/data/interceptty/_metadata/description @@ -0,0 +1 @@ +virtual serial port for logging/emulation diff --git a/data/interceptty/_metadata/homepage b/data/interceptty/_metadata/homepage new file mode 100644 index 000000000..b4be09f45 --- /dev/null +++ b/data/interceptty/_metadata/homepage @@ -0,0 +1 @@ +http://www.suspectclass.com/sgifford/interceptty/ diff --git a/data/interceptty/_metadata/license b/data/interceptty/_metadata/license new file mode 120000 index 000000000..9c13a9a0f --- /dev/null +++ b/data/interceptty/_metadata/license @@ -0,0 +1 @@ +../../../licenses/gpl-2
\ No newline at end of file diff --git a/data/interceptty/_metadata/maintainer b/data/interceptty/_metadata/maintainer new file mode 120000 index 000000000..0fa66e077 --- /dev/null +++ b/data/interceptty/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/saurik
\ No newline at end of file diff --git a/data/interceptty/_metadata/priority b/data/interceptty/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/interceptty/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/interceptty/_metadata/role b/data/interceptty/_metadata/role new file mode 100644 index 000000000..52b4d7301 --- /dev/null +++ b/data/interceptty/_metadata/role @@ -0,0 +1 @@ +hacker diff --git a/data/interceptty/_metadata/section b/data/interceptty/_metadata/section new file mode 100644 index 000000000..1ddf05d5d --- /dev/null +++ b/data/interceptty/_metadata/section @@ -0,0 +1 @@ +Terminal_Support diff --git a/data/interceptty/_metadata/tags b/data/interceptty/_metadata/tags new file mode 100644 index 000000000..ad5d50831 --- /dev/null +++ b/data/interceptty/_metadata/tags @@ -0,0 +1 @@ +purpose::console diff --git a/data/interceptty/_metadata/version b/data/interceptty/_metadata/version new file mode 100644 index 000000000..5a2a5806d --- /dev/null +++ b/data/interceptty/_metadata/version @@ -0,0 +1 @@ +0.6 diff --git a/data/interceptty/interceptty-0.6.tar.gz b/data/interceptty/interceptty-0.6.tar.gz Binary files differnew file mode 100644 index 000000000..9a1ba80aa --- /dev/null +++ b/data/interceptty/interceptty-0.6.tar.gz diff --git a/data/interceptty/make.sh b/data/interceptty/make.sh new file mode 100644 index 000000000..e29ef2cf1 --- /dev/null +++ b/data/interceptty/make.sh @@ -0,0 +1,4 @@ +pkg:setup +pkg:configure ac_cv_file___dev_ptmx_=yes ac_cv_file___dev_ptc_=no +pkg:make +pkg:install |