Commit Graph

18 Commits

Author SHA1 Message Date
ajacoutot
c48bb64f29 - unbreak, now that threaded libobjc is enabled
- set CONFIGURE_STYLE=gnu
- remove quotes around COMMENT while here
2007-07-25 06:10:40 +00:00
ajacoutot
319f6ad156 - do some cleaning before we can hopefully enable this (still waiting
for threaded libobjc to go in) ; re-order Makefile.inc and
gnustep.port.mk, set only for i386 until we get more test results, set
USE_X11 where it's due...
2007-07-21 17:30:10 +00:00
ajacoutot
e9f707a350 - conflicts with swi-prolog (for now)
noticed by kili@
2007-06-25 12:55:10 +00:00
ajacoutot
5c55c65b2c - fix variable substitution 2007-06-22 14:47:08 +00:00
ajacoutot
11a0072f20 - revert previous WANTLIB change; libiberty seems needed after all 2007-06-21 13:31:47 +00:00
ajacoutot
8cf73e2bbd - add more running tips and link to some documentations 2007-06-21 13:28:52 +00:00
ajacoutot
5784787920 - centralize running information in a README.OpenBSD instead of
spreading it over several pkg/MESSAGES ; this will ease the addition of
other usefull tips
2007-06-21 10:46:21 +00:00
ajacoutot
02c388c866 - mark BROKEN until I come up with a solution for a threaded libobjc
(different solutions are being tested)
- point people to gnustep-examples if looking for a test suite
2007-06-19 15:19:27 +00:00
ajacoutot
45112b913b - fix WANTLIB 2007-06-19 15:16:16 +00:00
ajacoutot
a6d889e933 - remove wrong variable ; objc threading will be fixed one way or the other 2007-06-19 15:13:39 +00:00
ajacoutot
82ed654c12 - fix the MyGL test
from Giovanni Bechis <bigionews at snb dot it>
2007-06-04 11:09:12 +00:00
ajacoutot
7b55a8c59c - don't use RUN_DEPENDS+=${BUILD_DEPENDS} so people stop bugging me and
start testing instead
2007-06-01 00:27:19 +00:00
ajacoutot
3e7ef0755a Import gnustep-examples-1.2.0
GNUstep examples help you get started with GNUstep coding. It contains a
full collection of many useful code snippets.
2007-05-29 03:03:52 +00:00
ajacoutot
bb698610ef Import gnustep-back-0.12.0
This is the back-end component for the GNUstep GUI Library.  The
implementation of 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 the X Window System.  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 Backend is for platforms using the X-Window System or
Window's Systems. It works via a DPS emulation engine to emulate the
DPS functions required by the front-end system.
2007-05-29 03:03:08 +00:00
ajacoutot
c7fe3d7750 Import gnustep-gui-0.12.0
The GNUstep gui library 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.  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.
2007-05-29 03:02:10 +00:00
ajacoutot
c31a5555f1 Import gnustep-base-1.14.0
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).
2007-05-29 03:01:35 +00:00
ajacoutot
68126520ae Import gnustep-make-2.0.1
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.
2007-05-29 03:00:34 +00:00
ajacoutot
ff65c23f74 Start importing some pieces of the GNUstep framework.
GNUstep is a cross-platform, object-oriented framework for desktop
application development. Based on the OpenStep specification originally
created by NeXT (now Apple), GNUstep enables developers to rapidly build
sophisticated software by employing a large library of reusable software
components.

Not connected to the build yet as this is a work in progress and there
might be some glitches.
Now that it's in CVS, hopefully more people will test this.

ok robert@
2007-05-29 02:59:11 +00:00