Commit Graph

28 Commits

Author SHA1 Message Date
ajacoutot
94ccb4c91a Use the libiconv|gettext MODULE. 2011-07-06 23:56:08 +00:00
sebastia
5acfd868bd Fix to build with gcc-2.95
feedback from landry@, jasper@, sthen@
OK sthen@
2011-06-24 10:51:48 +00:00
sebastia
5d92a80042 Minor update, fixing a large speed penalty with regard to font handling in the cairo backend.
OK landry@, sthen@
2011-05-09 11:15:13 +00:00
sebastia
0611073093 update gnustep-back to 0.20.0
ok landry@, ajacoutot@
2011-04-18 11:56:41 +00:00
sebastia
aba2971f21 Switch naming of binary files in GNUstep bundles, to conform more with upstream.
Reorder WANTLIB in gnustep.port.mk, now do not include WANTLIB when only depending on gnustep-base.
Update/bump all gnustep ports that install bundles.

kind of a agree, landry@, OK aja@
2010-12-22 09:20:00 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
sebastia
76167b459b * Update the gnustep.port.mk file, to have some standard WANTLIBS and LIB/RUN depends added for the GUI based apps.
* Bump package versions for ports depending on gnustep-back.
* Fix PLIST for gnumail, after library bump.
2010-10-26 12:39:10 +00:00
sebastia
b135736b6d Remove the flavors from the port. Switch from the old default xlib flavor
to cairo.

OK landry@
2010-10-25 17:38:57 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
8e072131b6 USE_GROFF=Yes 2010-10-19 08:13:56 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
d7acb3b130 New style DEPENDS. 2010-07-30 11:29:44 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
ajacoutot
9512e970a3 Give GNUstep maintainership to sebastia@ as I don't really use this anymore
while he does.
2010-07-05 07:52:02 +00:00
jasper
36680215af - update gnustep-back to 0.18.0
ok aja@ (MAINTAINER)
2010-05-12 16:44:39 +00:00
jasper
0dcf7241ef these should be last BROKEN -> ERRORS
ok aja@
2010-04-16 07:49:26 +00:00
ajacoutot
509d218fc4 WANTLIB changes after xcb addition and bump. 2009-08-11 08:38:41 +00:00
ajacoutot
91b08090b4 - fix MESSAGE
- remove an XXX
2009-03-05 07:45:33 +00:00
ajacoutot
461bb36191 - update to gnustep-back 0.16.0 2008-12-23 15:25:51 +00:00
ajacoutot
417bf585e8 - introduce MASTER_SITE_GNUSTEP 2008-10-03 07:21:56 +00:00
ajacoutot
8be4ed0478 - rework this port so that one can install a different graphics backend
(namely cairo, libart and xlib)
suggested by David Chisnall <csdavec at swansea dot ac dot uk>

MESSAGE tweaked from the FreeBSD gnustep-back port.
While deprecated, the xlib backend is still the default because it's the
most stable for now.
2008-09-05 18:29:43 +00:00
ajacoutot
9fe4df9793 - update to gnustep-back-0.14.0 2008-06-23 11:00:18 +00:00
ajacoutot
8206a1bd9d - update to gnustep-back-0.12.1 2008-01-09 14:20:16 +00:00
ajacoutot
d3ee2f3ba3 - bump after gnustep-make update (changes gnustep.plist) 2007-12-10 16:24:19 +00:00
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
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
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