1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
Source: gfarm
Section: net
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 13) ,chrpath ,pkgconf | pkg-config
,libssl-dev
,libldap2-dev
,libpq-dev
,docbook-xml
,docbook-xsl
,xsltproc
Build-Depends-Indep: default-jdk, ant
Standards-Version: 4.6.0
Homepage: https://sourceforge.net/p/gfarm/wiki/Home/
Vcs-Browser: https://salsa.debian.org/debian/gfarm
Vcs-Git: https://salsa.debian.org/debian/gfarm.git
Rules-Requires-Root: no
Package: gfarm-doc
Section: doc
Depends: ${misc:Depends}
Architecture: all
Multi-Arch: foreign
Description: Gfarm file system documentation
The Gfarm file system is designed to turn commodity PCs into nodes of
a distributed storage network, implementing the Grid Datafarm
architecture for global petascale data-intensive computing. It solves
performance and reliability problems in NFS and AFS by means of
multiple file replicas, and not only prevents performance degradation
due to access concentration, but also supports fault tolerance and
disaster recovery.
.
This package provides documentation for Gfarm.
Package: libgfarm1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Gfarm file system runtime library
The Gfarm file system is designed to turn commodity PCs into nodes of
a distributed storage network, implementing the Grid Datafarm
architecture for global petascale data-intensive computing. It solves
performance and reliability problems in NFS and AFS by means of
multiple file replicas, and not only prevents performance degradation
due to access concentration, but also supports fault tolerance and
disaster recovery.
.
This package provides the shared library required for accessing
files via Gfarm.
Package: libgfarm-dev
Section: libdevel
Architecture: any
Depends: libgfarm1 (= ${binary:Version}), ${misc:Depends}
,pkgconf | pkg-config
Conflicts: libgfarm-dev
Description: Gfarm file system development files
The Gfarm file system is designed to turn commodity PCs into nodes of
a distributed storage network, implementing the Grid Datafarm
architecture for global petascale data-intensive computing. It solves
performance and reliability problems in NFS and AFS by means of
multiple file replicas, and not only prevents performance degradation
due to access concentration, but also supports fault tolerance and
disaster recovery.
.
This package provides the static library, header files, and man
pages required for Gfarm development.
Package: gfmd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
,adduser
Recommends: gfarm-client, postgresql | slapd
,ruby
Suggests: gfarm-doc
Description: Gfarm file system metadata server
The Gfarm file system is designed to turn commodity PCs into nodes of
a distributed storage network, implementing the Grid Datafarm
architecture for global petascale data-intensive computing. It solves
performance and reliability problems in NFS and AFS by means of
multiple file replicas, and not only prevents performance degradation
due to access concentration, but also supports fault tolerance and
disaster recovery.
.
This package provides the Gfarm metadata server, which equips a
host to function as a server node managing file system metadata.
Package: gfsd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
,adduser
Recommends: gfarm-client
Suggests: gfarm-doc
Description: Gfarm file system daemon
The Gfarm file system is designed to turn commodity PCs into nodes of
a distributed storage network, implementing the Grid Datafarm
architecture for global petascale data-intensive computing. It solves
performance and reliability problems in NFS and AFS by means of
multiple file replicas, and not only prevents performance degradation
due to access concentration, but also supports fault tolerance and
disaster recovery.
.
This package provides the Gfarm file system daemon, which equips a
host to function as a storage node for the network.
Package: gfarm-client
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: gfarm2fs
Suggests: gfarm-doc
Description: Gfarm file system clients
The Gfarm file system is designed to turn commodity PCs into nodes of
a distributed storage network, implementing the Grid Datafarm
architecture for global petascale data-intensive computing. It solves
performance and reliability problems in NFS and AFS by means of
multiple file replicas, and not only prevents performance degradation
due to access concentration, but also supports fault tolerance and
disaster recovery.
.
This package provides client utilities for Gfarm.
|