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
|
Source: globus-net-manager
Priority: optional
Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, libglobus-common-dev (>= 15.27), libglobus-xio-dev (>= 5), python-dev, doxygen
Standards-Version: 4.3.0
Section: net
Vcs-Browser: https://salsa.debian.org/ellert/globus-net-manager
Vcs-Git: https://salsa.debian.org/ellert/globus-net-manager.git
Homepage: https://github.com/gridcf/gct/
Package: libglobus-net-manager0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libglobus-common0 (>= 15.27)
Description: Grid Community Toolkit - Network Manager Library
The Grid Community Toolkit (GCT) is an open source software toolkit used for
building grid systems and applications. It is a fork of the Globus Toolkit
originally created by the Globus Alliance. It is supported by the Grid
Community Forum (GridCF) that provides community-based support for core
software packages in grid computing.
.
The libglobus-net-manager0 package contains:
Network Manager Library
.
The Globus Network Manager Library is a plug-in point for network management
tasks, such as:
- selectively open ports in a firewall and allow these ports to be closed
when transfers are complete
- configure a virtual circuit based on a site policy and route traffic
over this circuit
- route network traffic related to a task over a particular network
Package: libglobus-net-manager-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libglobus-net-manager0 (= ${binary:Version}), ${misc:Depends}, libglobus-common-dev (>= 15.27), libglobus-xio-dev (>= 5)
Suggests: libglobus-net-manager-doc (= ${source:Version})
Description: Grid Community Toolkit - Network Manager Library Development Files
The Grid Community Toolkit (GCT) is an open source software toolkit used for
building grid systems and applications. It is a fork of the Globus Toolkit
originally created by the Globus Alliance. It is supported by the Grid
Community Forum (GridCF) that provides community-based support for core
software packages in grid computing.
.
The libglobus-net-manager-dev package contains:
Network Manager Library Development Files
Package: libglobus-xio-net-manager-driver
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Grid Community Toolkit - Globus XIO Network Manager Driver
The Grid Community Toolkit (GCT) is an open source software toolkit used for
building grid systems and applications. It is a fork of the Globus Toolkit
originally created by the Globus Alliance. It is supported by the Grid
Community Forum (GridCF) that provides community-based support for core
software packages in grid computing.
.
The libglobus-xio-net-manager-driver package contains:
Globus XIO Network Manager Driver
Package: libglobus-xio-net-manager-driver-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libglobus-xio-net-manager-driver (= ${binary:Version}), libglobus-net-manager-dev (= ${binary:Version}), ${misc:Depends}
Description: Grid Community Toolkit - Globus XIO Network Manager Driver Development Files
The Grid Community Toolkit (GCT) is an open source software toolkit used for
building grid systems and applications. It is a fork of the Globus Toolkit
originally created by the Globus Alliance. It is supported by the Grid
Community Forum (GridCF) that provides community-based support for core
software packages in grid computing.
.
The libglobus-xio-net-manager-driver-dev package contains:
Globus XIO Network Manager Driver Development Files
Package: libglobus-net-manager-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Grid Community Toolkit - Network Manager Library Documentation Files
The Grid Community Toolkit (GCT) is an open source software toolkit used for
building grid systems and applications. It is a fork of the Globus Toolkit
originally created by the Globus Alliance. It is supported by the Grid
Community Forum (GridCF) that provides community-based support for core
software packages in grid computing.
.
The libglobus-net-manager-doc package contains:
Network Manager Library Documentation Files
|