TMC | 9 Jun 2008 23:12
Picon
Gravatar

Re: USB 2.0 or any .0 for that fact


GNUstep doesn't seem to be the right place for device drivers: GNUstep has to
work on *nix, Windows, and even OS X. All of those have different driver
APIs.

Or are you asking about writing drivers for NeXTSTEP? I don't think GNUstep
would be much help there either. You'd be better off [using a virtual
machine][1] to run NeXTSTEP-Intel or OPENSTEP.

[1]: http://www.moldus.org/~laurent/GNUstep/OS42_Install.html

By the way, this message belongs in GNUstep: General, not the "Announce"
mailing list.

--Tycho Martin Clendenny
--

-- 
View this message in context: http://www.nabble.com/USB-2.0-or-any-.0-for-that-fact-tp17585694p17742176.html
Sent from the GNUstep - Announce mailing list archive at Nabble.com.
Adam Fedor | 13 Jun 2008 17:06

ANN: GNUstep Base stable update 1.14.4

The GNUstep Base Library, version 1.14.4, is now available.

1.1 What is the GNUstep Base Library?
=====================================

The GNUstep Base Library is a library of general-purpose, non-graphical
Objective C objects.  For example, it includes classes for strings,
object collections, byte streams, typed coders, invocations,
notifications, notification dispatchers, moments in time, network ports,
remote object messaging support (distributed objects), and event loops.

    It provides functionality that aims to implement the non-graphical
portion of the OpenStep standard (the Foundation library).

    There is more information available at the GNUstep homepage at
`http://www.gnustep.org'.

1.2 Noteworthy changes in version `1.14.4'
==========================================

Minor updates

1.3 Where can you get it?  How can you compile it?
==================================================

The gnustep-base-1.14.4.tar.gz distribution file has been placed at
`ftp://ftp.gnustep.org/pub/gnustep/core'.

Please log bug reports on the GNUstep project page
`http://savannah.gnu.org/bugs/?group=gnustep' or send bug reports to
(Continue reading)

Adam Fedor | 13 Jun 2008 17:06

ANN: GNUstep Gui/Back stable update 0.12.2

This is version 0.12.2 of the GNUstep GUI library (`gnustep-gui').

1.1 What is the GNUstep GUI Library?
====================================

It 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 has been
enhanced in a number of ways to take advantage of the GNU system.
These classes include graphical objects such as buttons, text fields,
popup lists, browser lists, and windows; there are also many associated
classes for handling events, colors, fonts, pasteboards and images.

    The GNUstep GUI Library is designed in two parts.  The first part is
the front-end component which is independent of platform and display
system.  This front-end is combined with a back-end component which
handles all of the display system dependent such as specific calls to
X/Windows.  This design allows the GNUstep applications to have the
"look and feel" of the underlying display system without any changes to
the application, and the library can be easily ported to other display
systems.

    The GNUstep GUI Library requires the GNU Objective-C compiler, the
GNUstep Base Library, the TIFF Graphics library, and a back-end
component like the GNUstep 'Back' Backend.

1.2 Noteworthy changes in version `0.12.2'
==========================================

Minor updates.
(Continue reading)

Adam Fedor | 15 Jun 2008 06:58

ANN: GNUstep Make Version 2.0.6

The GNUstep Makefile Package version 2.0.6 is now available.

1.1 What is the GNUstep makefile package?
=========================================

The makefile package is a simple, powerful and extensible way to write
makefiles for a GNUstep-based project.  It allows the user to write a
project without having to deal with the complex issues associated with
configuration, building, installation, and packaging.  It also allows
the user to easily create cross-compiled binaries.

1.2 Changes in version `2.0.6'
==============================

    * Fixed some spurious rebuilds of plists, and framework headers.

    * Added the -enable-absolute-install-paths option for Darwin  
systems.

    * Install GNUstep.conf in /etc/GNUstep/GNUstep.conf on all systems.

1.3 Obtaining gnustep-make
==========================

You can get the gstep-make-2.0.6.tar.gz distribution file at
`ftp://ftp.gnustep.org/pub/gnustep/core'

    Please log bug reports on the GNUstep project page
`http://savannah.gnu.org/bugs/?group=gnustep' or send bug reports to
<bug-gnustep <at> gnu.org>.
(Continue reading)

Adam Fedor | 15 Jun 2008 07:00

ANN: GNUstep Base Stable Version 1.16.0

This is a new stable branch with all the latest code base

The GNUstep Base Library, version 1.16.0, is now available.

1.1 What is the GNUstep Base Library?
=====================================

The GNUstep Base Library is a library of general-purpose, non-graphical
Objective C objects.  For example, it includes classes for strings,
object collections, byte streams, typed coders, invocations,
notifications, notification dispatchers, moments in time, network ports,
remote object messaging support (distributed objects), and event loops.

    It provides functionality that aims to implement the non-graphical
portion of the OpenStep standard (the Foundation library).

    There is more information available at the GNUstep homepage at
`http://www.gnustep.org'.

1.2 Noteworthy changes in version `1.16.0'
==========================================

    * Many updates to include new OS X methods up to 10.5

    * Made KeyValueCoding/Observing fully functional and MacOS-X
      compatible

    See the release notes for more information.

1.3 Where can you get it?  How can you compile it?
(Continue reading)

Adam Fedor | 15 Jun 2008 07:01

ANN: GNUstep Gui/Back Stable Version 0.14.0

This is a new stable version with the latest code base

This is version 0.14.0 of the GNUstep GUI library (`gnustep-gui').

1.1 What is the GNUstep GUI Library?
====================================

It 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 has been
enhanced in a number of ways to take advantage of the GNU system.
These classes include graphical objects such as buttons, text fields,
popup lists, browser lists, and windows; there are also many associated
classes for handling events, colors, fonts, pasteboards and images.

    The GNUstep GUI Library is designed in two parts.  The first part is
the front-end component which is independent of platform and display
system.  This front-end is combined with a back-end component which
handles all of the display system dependent such as specific calls to
X/Windows.  This design allows the GNUstep applications to have the
"look and feel" of the underlying display system without any changes to
the application, and the library can be easily ported to other display
systems.

    The GNUstep GUI Library requires the GNU Objective-C compiler, the
GNUstep Base Library, the TIFF Graphics library, and a back-end
component like the GNUstep 'Back' Backend.

1.2 Noteworthy changes in version `0.14.0'
==========================================
(Continue reading)

Riccardo | 18 Jun 2008 00:45
Picon
Favicon

ANN: TimeMon 4.1

RELEASE ANNOUNCE: TimeMon 4.1

* What is TimeMon?  *

TimeMon is a GNUstep-based CPU monitor which sits in the dock.   It 
shows
several levels of information, CPU, nice, user and system, in 
configurable
colors.

This application is a port of TimeMon for OPENSTEP.

* Where to get it *

The official Page is in GAP (http://gap.nongnu.org/):
http://gap.nongnu.org/timemon/index.html

A direct download link for the sources is:
http://savannah.nongnu.org/download/gap/TimeMon-4.1.tar.gz

* What's new ? *
- port to NetBSD
- port to OpenBSD
- fixed memory leak
- added app icon for mac
- make 2.0 compatible
- code cleanup and other fixes

Enjoy,
The GNUstep Application Project Team
(Continue reading)


Gmane