diff options
Diffstat (limited to 'dev-haskell/sendfile/metadata.xml')
-rw-r--r-- | dev-haskell/sendfile/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-haskell/sendfile/metadata.xml b/dev-haskell/sendfile/metadata.xml new file mode 100644 index 000000000000..3d0eaf5322f1 --- /dev/null +++ b/dev-haskell/sendfile/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + A library which exposes zero-copy sendfile functionality in a portable way. If a platform does not support sendfile, a fallback implementation in haskell is provided. + + Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native), Everything else (Portable Haskell code). + </longdescription> + <use> + <flag name="portable">Explicitly enable portable sendfile support (implemented in Haskell)</flag> + </use> +</pkgmetadata> |