The README file is moved to the GNUstep meta package

suggested by and OK landry@
This commit is contained in:
sebastia 2012-08-19 10:12:45 +00:00
parent de731f89bf
commit 8d7e960162
3 changed files with 3 additions and 56 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2012/03/31 11:43:04 sebastia Exp $
# $OpenBSD: Makefile,v 1.31 2012/08/19 10:12:45 sebastia Exp $
# WARNING: this port does NOT use the x11/gnustep MODULE
@ -7,6 +7,7 @@ PKG_ARCH= *
COMMENT= GNUstep makefile package
DISTNAME = gnustep-make-2.6.2
REVISION = 0
CATEGORIES= devel x11/gnustep
HOMEPAGE= http://www.gnustep.org/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2011/04/18 11:30:47 sebastia Exp $
@comment $OpenBSD: PLIST,v 1.8 2012/08/19 10:12:45 sebastia Exp $
bin/debugapp
bin/gnustep-config
bin/gnustep-tests
@ -155,4 +155,3 @@ share/GNUstep/Makefiles/test-tool.make
share/GNUstep/Makefiles/tool.make
share/GNUstep/Makefiles/vendor.sh
share/GNUstep/installation-domains.conf
share/doc/pkg-readmes/${FULLPKGNAME}

View File

@ -1,53 +0,0 @@
$OpenBSD: README,v 1.4 2011/07/19 06:23:28 sebastia Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
#
# post-install optionnal steps
#
To take advantage of all the features from the GNUstep framework, you
should add the following lines to your ~/.xsession or ~/.xinitrc:
. ${TRUEPREFIX}/share/GNUstep/Makefiles/GNUstep.sh # (from gnustep-make)
${TRUEPREFIX}/bin/gdnc # notifications daemon (from gnustep-base)
${TRUEPREFIX}/bin/gpbs # clipboard/pasteboard daemon (from gnustep-back)
${TRUEPREFIX}/bin/make_services # update service cache (from gnustep-gui)
To enable gdomap(8), the distributed objects lookup daemon (from
gnustep-base), add the following lines to services(5):
gdomap 538/tcp # GNUstep distrib objects
gdomap 538/udp # GNUstep distrib objects
Then see rc(8) to have "${TRUEPREFIX}/bin/gdomap -p" launched at boot time.
For more Information regarding the GNUstep services see their respective
manual pages: GNUstep(7), gdnc(1), gpbs(1), make_services(1), gdomap(8)
#
# running applications
#
While opening GNUstep applications using their complete path is possible
(i.e. ${TRUEPREFIX}/libexec/GNUstep/ApplicationName.app/ApplicationName),
you're advised to use the "openapp" wrapper to do so.
For instance, to start the Calculator application, you would use:
${TRUEPREFIX}/bin/openapp Calculator
According to your display, you may find the fonts to be too large/small
for your taste.
To change the default fonts size ("9"), use the following command:
${TRUEPREFIX}/bin/defaults write NSGlobalDomain NSFontSize <fontsize>
#
# documentation
#
Official GNUstep documentations are available from this page:
http://www.gnustep.org/experience/documentation.html
A more user oriented "GNUstep Configuration Guide" is available here:
http://gnustep.made-it.com/Configuration/index.html