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 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
|
Source: gstep-core
Section: devel
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Standards-Version: 2.5.0.0
Package: gstep-make
Architecture: any
Depends: ${shlibs:Depends}
Description: The GNUstep makefile package
[This is a developer snapshot. Do not use it for production.]
.
Install this package if you want to use or develop GNUstep programs.
.
The makefile package is a simplistic, powerful and extensible way to
write makefiles for a GNUstep-based project. It allows the user to
write a GNUstep-based project without having to deal with the complex
issues associated with the configuration and installation of the core
GNUstep libraries. It also allows the user to easily create
cross-compiled binaries.
Package: gstep-base
Section: libs
Architecture: any
Depends: gstep-make (= ${Source-Version}), ${shlibs:Depends}
Replaces: gstep-base0
Description: The GNUstep Base Library
[This is a developer snapshot. Do not use it for production.]
.
The GNUstep Base Library is a library of general-purpose, non-graphical
Objective C objects. It provides functionality that aims to implement
the non-graphical portion of the OpenStep standard.
Package: gstep-base-dev
Architecture: any
Depends: gstep-base (=${Source-Version}), gobjc (>= 2.91.59)
Description: Header files and static libraries for the GNUstep Base
This package contains the header files and static libraries for the
GNUstep Base Library.
.
Install this package if you wish to develop your own programs using
the GNUstep Base Library.
Package: gstep-base-examples
Architecture: all
Depends: gstep-base-dev (=${Source-Version})
Description: Examples using the GNUstep Base Library
This is the source for a few example (non-GUI) applications
using the GNUstep Base Library.
Package: gstep-extensions
Section: libs
Architecture: any
Depends: gstep-base (=${Source-Version}), ${shlibs:Depends}
Description: The ObjC Foundation Extensions Library
[This is a developer snapshot. Do not use it for production.]
.
This directory contains some classes that extend the basic behavior of
Foundation classes by adding some features. The current extensions are an
extended exception handling mechanism, a garbage collector and some classes
that allow you to easily create methods that accept printf-like arguments.
Package: gstep-extensions-dev
Architecture: any
Depends: gstep-extensions (=${Source-Version}), gstep-base-dev (=${Source-Version})
Description: Header files and static libraries for Foundation Extensions
This package contains the header files and static libraries for the
ObjC Foundation Extensions, compiled for use with GNUstep Base.
.
Install this package if you wish to develop your own programs using
the ObjC Foundation Extensions with the GNUstep Base Library.
Package: gstep-gui
Section: libs
Architecture: any
Depends: gstep-base (=${Source-Version}), gstep-extensions (=${Source-Version}), ${shlibs:Depends}
Suggests: gstep-xraw (=${Source-Version})
Description: The GNUstep GUI Library
[This is a developer snapshot. Do not use it for production.]
.
This package is a library of graphical user interface classes written
completely in the Objective-C language; the classes are based upon the
OpenStep specification as release by NeXT Software, Inc. The library
does not completely conform to the specification and has been enhanced
in a number of ways to take advantage of the GNU system.
Package: gstep-gui-dev
Architecture: any
Depends: gstep-gui (=${Source-Version}), gstep-base-dev (=${Source-Version}), gstep-extensions-dev (=${Source-Version}), libtiff3g-dev
Suggests: gstep-xraw-dev
Description: The GNUstep GUI Library
This package contains the header files and static libraries for the
GNUstep GUI Library.
.
Install this package if you wish to develop your own programs using
GNUstep GUI.
Package: gstep-xraw
Section: libs
Architecture: any
Depends: gstep-gui (=${Source-Version}), ${shlibs:Depends}
Description: The GNUstep GUI X/RAW Backend
[This is a developer snapshot. Do not use it for production.]
.
This package is a back-end component for the GNUstep GUI Library, using
native X support and eliminates the need for DPS/DGS. It is a plug-in
replacement for the xdps GNUstep backend.
Package: gstep-xraw-dev
Architecture: any
Depends: gstep-xraw (=${Source-Version}), gstep-gui-dev (=${Source-Version}), xlib6g-dev
Description: Header files and static libraries for the GNUstep GUI X/RAW
This package contains the header files and static libraries for the
GNUstep GUI X/RAW Backend.
.
Install this package if you wish to develop your own X programs using
the X/RAW backend of GNUstep.
Package: gstep-xraw-examples
Architecture: any
Depends: gstep-xraw (=${Source-Version})
Description: Example GNUstep applications using the X/RAW backend
Three sample GNUstep applications, all are clones of their NEXTSTEP
counterparts.
.
Edit.app is a simple editor using the NSText class. When the NSText
class evolves, Edit.app will become a simple but full-blown WYSIWYG
editor.
.
Workspace.app is a first start at a NEXTSTEP FileViewer clone.
Currently, you can browse the filesystem in iconic mode.
.
InterfaceModeller.app will become a clone of InterfaceBuilder.
Currently, it acts as a proof-of-concept.
.
Install this if you want to have a look at the state of the
GNUstep X/RAW backend.
Package: gstep-db
Section: libs
Architecture: any
Depends: gstep-base (=${Source-Version}), gstep-extensions (=${Source-Version}), ${shlibs:Depends}, libpgsql (>= 6.3.2)
Description: The GNUstep Database Library
[This is a developer snapshot. Do not use it for production.]
.
The GNUstep Database Library is a hierarchy of Objective-C classes
that provide a three-tiered architecture for developing database
applications.
Package: gstep-db-dev
Architecture: any
Depends: gstep-db (=${Source-Version}), gstep-base-dev (=${Source-Version}), gstep-extensions-dev (=${Source-Version}), postgresql-dev (>= 6.3.2)
Description: The GNUstep Database Library
[This is a developer snapshot. Do not use it for production.]
.
The GNUstep Database Library is a hierarchy of Objective-C classes
that provide a three-tiered architecture for developing database
applications.
.
The three-tier architecture is a flexible paradigm for building
robust and scalable client/server applications; the three tiers refer
to the database, the Application Objects, and the user interface. The
separation of the database from the user interface through intermediary
Application Objects allows the data to be distributed appropriately
across database servers and still have the user interface display data
cohesively for the end-user. Business logic, as implemented in the
Application Objects, provides the mechanism for consistency and
reusability across all your business applications.
.
Entity-relationship modelling is used for describing the Application
Objects and how they are mapped to database fields. The GNUstep
Database Library represents these models as plain ASCII text files; this
allows external programs to be used for constructing and maintaining the
models separate from the applications which use them.
Package: gstep-guile
Section: libs
Architecture: any
Depends: gstep-xraw (=${Source-Version}), ${shlibs:Depends}, guile1.3 | guile
Description: The GNUstep-Guile Interface Library
[This is a developer snapshot. Do not use it for production.]
.
The gstep_guile library lets you use (and extend) the GNUstep libraries
from within Guile. This effectively provides you with scripting language for
GNUstep and an interactive system for developing GNUstep applications.
Package: gstep-guile-dev
Architecture: any
Depends: gstep-guile (=${Source-Version}), gstep-xraw-dev (=${Source-Version}), libguile4-dev
Description: The GNUstep-Guile Interface Library
[This is a developer snapshot. Do not use it for production.]
.
The gstep_guile library lets you use (and extend) the GNUstep libraries
from within Guile. This effectively provides you with scripting language for
GNUstep and an interactive system for developing GNUstep applications.
|