diff options
author | 2016-09-11 10:41:30 +0100 | |
---|---|---|
committer | 2016-09-11 11:01:30 +0100 | |
commit | f65390c4c4c260930dc7e547b24d1c8f5fa93faf (patch) | |
tree | b8e71dc0a42825efda8a29cc709c78037c073d97 /dev-haskell/system-posix-redirect/metadata.xml | |
parent | dev-haskell/ac-ppm: PPM image writer, a depend of app-forensics/quickfuzz (diff) | |
download | gentoo-f65390c4c4c260930dc7e547b24d1c8f5fa93faf.tar.gz gentoo-f65390c4c4c260930dc7e547b24d1c8f5fa93faf.tar.bz2 gentoo-f65390c4c4c260930dc7e547b24d1c8f5fa93faf.zip |
dev-haskell/system-posix-redirect: stdout redirector, a depend of dev-haskell/thyme
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-haskell/system-posix-redirect/metadata.xml')
-rw-r--r-- | dev-haskell/system-posix-redirect/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-haskell/system-posix-redirect/metadata.xml b/dev-haskell/system-posix-redirect/metadata.xml new file mode 100644 index 000000000000..01dac7da10fe --- /dev/null +++ b/dev-haskell/system-posix-redirect/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <longdescription> + Due to the design of POSIX, it is possible to temporarily overload the + file descriptors corresponding to stdout and stderr to point to an + arbitrary pipe. It is, however, tricky to get right. This module gets + it right, as far as such a terrible hack can be made right. It can be + used to make misbehaving third-party C libraries stop spewing to + standard output. Warning: the module author has concluded that due to + lack of portability, this module should not be used in any serious + sytem. But, for those who like living dangerously... + </longdescription> +</pkgmetadata> |