summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2019-10-15 08:39:02 +0200
committerConrad Kostecki <conikost@gentoo.org>2019-12-06 00:32:05 +0100
commit6df5d081084eee5a71f95ef97ca15d78e651cffc (patch)
tree26edeb1164ac5f49e9f3fa21848457ad6bef2ef2 /net-misc/ethflop/metadata.xml
parentmedia-libs/mesa: Drop IUSE=pax_kernel (diff)
downloadgentoo-6df5d081084eee5a71f95ef97ca15d78e651cffc.tar.gz
gentoo-6df5d081084eee5a71f95ef97ca15d78e651cffc.tar.bz2
gentoo-6df5d081084eee5a71f95ef97ca15d78e651cffc.zip
net-misc/ethflop: New package
ethflop is a DOS TSR that emulates a floppy disk drive. The emulated (virtual) floppy disk is, in fact, stored on a Linux server as a floppy image. All the communication between ethflop (the TSR) and ethflopd (the Linux daemon) is exchanged over raw Ethernet. No need for any network configuration - the DOS PC only needs to have some kind of Ethernet adapter and a suitable packet driver. The Linux server and the DOS PC must be connected do the common Ethernet segment (same LAN). Closes: https://github.com/gentoo/gentoo/pull/13307 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc/ethflop/metadata.xml')
-rw-r--r--net-misc/ethflop/metadata.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-misc/ethflop/metadata.xml b/net-misc/ethflop/metadata.xml
new file mode 100644
index 000000000000..90f4adc128f7
--- /dev/null
+++ b/net-misc/ethflop/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ck+gentoo@bl4ckb0x.de</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ ethflop is a DOS TSR that emulates a floppy disk drive.
+ The emulated (virtual) floppy disk is, in fact, stored on a Linux server as a floppy image.
+ All the communication between ethflop (the TSR) and ethflopd (the Linux daemon) is exchanged over raw Ethernet.
+ No need for any network configuration - the DOS PC only needs to have some kind of Ethernet adapter
+ (physical or emulated, for example through PLIP) and a suitable packet driver.
+ The Linux server and the DOS PC must be connected to a common Ethernet segment (same LAN).
+ </longdescription>
+ <use>
+ <flag name="tsr">Build the TSR program for DOS, which acts as a client.</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">ethflop</remote-id>
+ </upstream>
+</pkgmetadata>