From 8d7e9601627ae386078c9ff3d7e8535c4780ca0c Mon Sep 17 00:00:00 2001 From: sebastia Date: Sun, 19 Aug 2012 10:12:45 +0000 Subject: [PATCH] The README file is moved to the GNUstep meta package suggested by and OK landry@ --- x11/gnustep/make/Makefile | 3 ++- x11/gnustep/make/pkg/PLIST | 3 +-- x11/gnustep/make/pkg/README | 53 ------------------------------------- 3 files changed, 3 insertions(+), 56 deletions(-) delete mode 100644 x11/gnustep/make/pkg/README diff --git a/x11/gnustep/make/Makefile b/x11/gnustep/make/Makefile index 5f8e70306f8..27b5e4ac89c 100644 --- a/x11/gnustep/make/Makefile +++ b/x11/gnustep/make/Makefile @@ -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/ diff --git a/x11/gnustep/make/pkg/PLIST b/x11/gnustep/make/pkg/PLIST index 4154623b7f2..9c5b714f564 100644 --- a/x11/gnustep/make/pkg/PLIST +++ b/x11/gnustep/make/pkg/PLIST @@ -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} diff --git a/x11/gnustep/make/pkg/README b/x11/gnustep/make/pkg/README deleted file mode 100644 index a8661ad48d3..00000000000 --- a/x11/gnustep/make/pkg/README +++ /dev/null @@ -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 - - -# -# 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