aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <sebfabbro@gmail.com>2012-07-25 01:33:48 +0100
committerSébastien Fabbro <sebfabbro@gmail.com>2012-07-25 01:33:48 +0100
commitf71dfd0091fd6a9453b3edabd06dc4168c4a96b1 (patch)
treef5f6586316e7b1156f4dc4b84de85c3d2be6be65 /net-fs/cvmfs/metadata.xml
parentsci-chemistry/concoord: Use QA_PREBUILT for binary packages (diff)
downloadsci-f71dfd0091fd6a9453b3edabd06dc4168c4a96b1.tar.gz
sci-f71dfd0091fd6a9453b3edabd06dc4168c4a96b1.tar.bz2
sci-f71dfd0091fd6a9453b3edabd06dc4168c4a96b1.zip
net-fs/cvmfs: Initial import, need more work
(Portage version: 2.2.0_alpha120/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
Diffstat (limited to 'net-fs/cvmfs/metadata.xml')
-rw-r--r--net-fs/cvmfs/metadata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-fs/cvmfs/metadata.xml b/net-fs/cvmfs/metadata.xml
new file mode 100644
index 000000000..b33579ead
--- /dev/null
+++ b/net-fs/cvmfs/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>bicatali@gentoo.org</email>
+</maintainer>
+<longdescription lang='en'>
+ The CernVM File System is a client-server file system developed to
+ deliver software stacks onto virtual machines in a fast, scalable,
+ and reliable way. CernVM-FS is implemented as a FUSE module. It
+ makes a specially prepared directory tree stored on a web server
+ look like a local read-only file system on the virtual
+ machine. CernVM-FS uses outgoing HTTP connections only, thereby it
+ avoids most of the firewall issues of other network file systems. It
+ transfers data file by file on demand, verifying the content by
+ SHA-1 keys.
+</longdescription>
+<use>
+ <flag name='client'>Install the cvmfs client programs and init script</flag>
+ <flag name='server'>Install the cvmfsd program and init script</flag>
+</use>
+</pkgmetadata>