[Midnightbsd-cvs] mports [19880] trunk/x11-toolkits/gnustep-gui: gnustep-gui 0.24.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 20 19:20:30 EDT 2015


Revision: 19880
          http://svnweb.midnightbsd.org/mports/?rev=19880
Author:   laffer1
Date:     2015-08-20 19:20:28 -0400 (Thu, 20 Aug 2015)
Log Message:
-----------
gnustep-gui 0.24.1

Modified Paths:
--------------
    trunk/x11-toolkits/gnustep-gui/Makefile
    trunk/x11-toolkits/gnustep-gui/distinfo
    trunk/x11-toolkits/gnustep-gui/pkg-plist

Added Paths:
-----------
    trunk/x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch
    trunk/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h
    trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintInfo.m
    trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintOperation.m
    trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrinter.m

Modified: trunk/x11-toolkits/gnustep-gui/Makefile
===================================================================
--- trunk/x11-toolkits/gnustep-gui/Makefile	2015-08-20 23:06:04 UTC (rev 19879)
+++ trunk/x11-toolkits/gnustep-gui/Makefile	2015-08-20 23:20:28 UTC (rev 19880)
@@ -1,22 +1,24 @@
 # $MidnightBSD$
 
 PORTNAME=	gnustep-gui
-PORTVERSION=	0.22.0
-PORTREVISION=	1
+PORTVERSION=	0.24.1
 CATEGORIES=	x11-toolkits gnustep
-MASTER_SITES=	${MASTER_SITE_GNUSTEP}
-MASTER_SITE_SUBDIR=	core
+MASTER_SITES=	GNUSTEP/core
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNUstep GUI library
-LICENSE=	gpl3
 
-.if !defined(NOPORTDOCS)
-BUILD_DEPENDS+=	texi2html:${PORTSDIR}/textproc/texi2html
-BUILD_DEPENDS+=	texi2pdf:${PORTSDIR}/print/texinfo
-.endif
+LICENSE_COMB=	multi
+LICENSE=	gpl3 lgpl3
+
+OPTIONS_DEFINE=	DOCS CUPS ASPELL
+OPTIONS_DEFAULT=	CUPS
+OPTIONS_SUB=	yes
+
+DOCS_BUILD_DEPENDS=	texi2html:${PORTSDIR}/textproc/texi2html \
+			texi2pdf:${PORTSDIR}/print/texinfo
+
 LIB_DEPENDS+=	libtiff.so:${PORTSDIR}/graphics/tiff
-LIB_DEPENDS+=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 LIB_DEPENDS+=	libpng.so:${PORTSDIR}/graphics/png
 LIB_DEPENDS+=	libgif.so:${PORTSDIR}/graphics/giflib
 LIB_DEPENDS+=	libsndfile.so:${PORTSDIR}/audio/libsndfile
@@ -31,52 +33,33 @@
 CONFIGURE_ARGS+=	--with-x
 CONFIGURE_ARGS+=	--with-x-include=${LOCALBASE}/include
 CONFIGURE_ARGS+=	--with-x-include=${LOCALBASE}/lib
-USE_GNUSTEP=	yes
-USE_GNUSTEP_CONFIGURE=	yes
-USE_GNUSTEP_BUILD=	yes
-USE_GNUSTEP_INSTALL=	yes
-USE_GNUSTEP_BASE=	yes
-USE_GNUSTEP_LDCONFIG=	${GNUSTEP_SYSTEM_LIBRARIES}
+
+USES=		gnustep jpeg pkgconfig
+USE_GNUSTEP=	base build
 USE_XORG=	x11 xt
-NOPORTDOCS=	dvi2pdf broken
 
 EXTRA_PATCHES+=	${FILESDIR}/GNUmakefile.patch
+EXTRA_PATCHES+=	${FILESDIR}/GNUmakefile.speech.patch
 EXTRA_PATCHES+=	${FILESDIR}/AudioOutputSink.m.patch
 MAKE_FLAGS+=	OPTFLAG="${CFLAGS}"
 MAKE_ENV+=	GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
-BREAKS_IF_PEDANTIC=	yes
+
 PLIST_SUB+=	BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
 
-.if defined(WITHOUT_GNUSTEP_FAKEMAIN)
-.if !exists(/proc/curproc)
-IGNORE=		requires procfs mounted to build or run, for details see procfs(5)
-.endif
-.endif
+CUPS_CONFIGURE_ENABLE=		cups
+CUPS_LIB_DEPENDS+=	libcups.so:${PORTSDIR}/print/cups-client
+ASPELL_LIB_DEPENDS=	libaspell.so:${PORTSDIR}/textproc/aspell
+ASPELL_CONFIGURE_ENABLE=	aspell
 
-.if !defined(WITHOUT_CUPS)
-LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-client
-PLIST_SUB+=	WITH_CUPS=""
-.else
-PLIST_SUB+=	WITH_CUPS="@comment "
-.endif
+USE_LDCONFIG=	${GNUSTEP_SYSTEM_LIBRARIES}
 
-ASPELL_PORT?=	textproc/aspell
-.if !defined(WITHOUT_ASPELL)
-LIB_DEPENDS+=	aspell:${PORTSDIR}/${ASPELL_PORT}
-PLIST_SUB+=	WITH_ASPELL=""
-.else
-PLIST_SUB+=	WITH_ASPELL="@comment "
-.endif
-
 post-patch:
 	${REINPLACE_CMD} -e "s|libpng/png.h|png.h|" ${WRKSRC}/configure
+	${REINPLACE_CMD} -e "s|doc=no|doc=yes|" ${WRKSRC}/GNUmakefile
 
 pre-configure:
 .for file in config.guess config.sub install-sh
 	@${CP} ${GNUSTEP_PREFIX}/System/Library/Makefiles/${file} ${WRKSRC}
 .endfor
-.if !defined(NOPORTDOCS)
-	${REINPLACE_CMD} -e "s|doc=no|doc=yes|" ${WRKSRC}/GNUmakefile
-.endif
 
 .include <bsd.port.mk>

Modified: trunk/x11-toolkits/gnustep-gui/distinfo
===================================================================
--- trunk/x11-toolkits/gnustep-gui/distinfo	2015-08-20 23:06:04 UTC (rev 19879)
+++ trunk/x11-toolkits/gnustep-gui/distinfo	2015-08-20 23:20:28 UTC (rev 19880)
@@ -1,2 +1,2 @@
-SHA256 (gnustep-gui-0.22.0.tar.gz) = 201a02da45a3ad2285fee6a6fcc7c8a463632e27d3175d7293e2290e573fca5d
-SIZE (gnustep-gui-0.22.0.tar.gz) = 2734733
+SHA256 (gnustep-gui-0.24.1.tar.gz) = a749573c99d668b83230cc40b8b215b13d62e795615799a873981406cf2bb728
+SIZE (gnustep-gui-0.24.1.tar.gz) = 2837611

Added: trunk/x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch
===================================================================
--- trunk/x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch	                        (rev 0)
+++ trunk/x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch	2015-08-20 23:20:28 UTC (rev 19880)
@@ -0,0 +1,11 @@
+--- Tools/speech/GNUmakefile.orig       2013-07-11 15:50:51.000000000 +0000
++++ Tools/speech/GNUmakefile    2013-07-11 15:51:07.000000000 +0000
+@@ -28,6 +28,6 @@
+        -lflite_usenglish -lflite_cmulex -lflite
+ endif
+ 
+-GSSpeechServer_OBJCFLAGS = -std=c99 -g -Werror
++GSSpeechServer_OBJCFLAGS = -std=c99 -g
+ 
+ include $(GNUSTEP_MAKEFILES)/application.make
+


Property changes on: trunk/x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h
===================================================================
--- trunk/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h	                        (rev 0)
+++ trunk/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h	2015-08-20 23:20:28 UTC (rev 19880)
@@ -0,0 +1,11 @@
+--- Headers/AppKit/NSTableView.h
++++ Headers/AppKit/NSTableView.h
+@@ -91,7 +91,7 @@
+   BOOL               _drawsGrid;
+   NSColor           *_gridColor;
+   NSColor           *_backgroundColor;
+-  float              _rowHeight;
++  CGFloat            _rowHeight;
+   NSSize             _intercellSpacing;
+   id                 _delegate;
+   NSTableHeaderView *_headerView;


Property changes on: trunk/x11-toolkits/gnustep-gui/files/patch-Headers__AppKit__NSTableView.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintInfo.m
===================================================================
--- trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintInfo.m	                        (rev 0)
+++ trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintInfo.m	2015-08-20 23:20:28 UTC (rev 19880)
@@ -0,0 +1,12 @@
+--- ./Printing/GSCUPS/GSCUPSPrintInfo.m.orig	2011-02-07 18:08:33.000000000 +0000
++++ ./Printing/GSCUPS/GSCUPSPrintInfo.m	2014-03-31 15:14:03.000000000 +0000
+@@ -32,7 +32,9 @@
+ #import "AppKit/NSPrinter.h"
+ #import "GSCUPSPrintInfo.h"
+ #import "GSCUPSPrinter.h"
++#undef __BLOCKS__
+ #include <cups/cups.h>
++#define __BLOCKS__
+ 
+ 
+ @implementation GSCUPSPrintInfo


Property changes on: trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintInfo.m
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintOperation.m
===================================================================
--- trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintOperation.m	                        (rev 0)
+++ trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintOperation.m	2015-08-20 23:20:28 UTC (rev 19880)
@@ -0,0 +1,12 @@
+--- ./Printing/GSCUPS/GSCUPSPrintOperation.m.orig	2011-03-13 23:38:47.000000000 +0000
++++ ./Printing/GSCUPS/GSCUPSPrintOperation.m	2014-03-31 15:14:03.000000000 +0000
+@@ -41,7 +41,9 @@
+ #import <AppKit/NSPrintOperation.h>
+ #import "GSGuiPrivate.h"
+ #import "GSCUPSPrintOperation.h"
++#undef __BLOCKS__
+ #include <cups/cups.h>
++#define __BLOCKS__
+ 
+ 
+ //A subclass of GSPrintOperation, NOT NSPrintOperation.


Property changes on: trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintOperation.m
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrinter.m
===================================================================
--- trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrinter.m	                        (rev 0)
+++ trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrinter.m	2015-08-20 23:20:28 UTC (rev 19880)
@@ -0,0 +1,12 @@
+--- ./Printing/GSCUPS/GSCUPSPrinter.m.orig	2011-03-14 21:45:39.000000000 +0000
++++ ./Printing/GSCUPS/GSCUPSPrinter.m	2014-03-31 15:14:03.000000000 +0000
+@@ -48,7 +48,9 @@
+ #import "GNUstepGUI/GSPrinting.h"
+ #import "GSCUPSPrinter.h"
+ 
++#undef __BLOCKS__
+ #include <cups/cups.h>
++#define __BLOCKS__
+ 
+ 
+ NSString *GSCUPSDummyPrinterName = @"GSCUPSDummyPrinter";


Property changes on: trunk/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrinter.m
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/x11-toolkits/gnustep-gui/pkg-plist
===================================================================
--- trunk/x11-toolkits/gnustep-gui/pkg-plist	2015-08-20 23:06:04 UTC (rev 19879)
+++ trunk/x11-toolkits/gnustep-gui/pkg-plist	2015-08-20 23:20:28 UTC (rev 19880)
@@ -1,44 +1,7 @@
-GNUstep/System/Applications/GSSpeechServer.app/GSSpeechServer
-GNUstep/System/Applications/GSSpeechServer.app/Resources/GSSpeechServer.desktop
-GNUstep/System/Applications/GSSpeechServer.app/Resources/Info-gnustep.plist
-GNUstep/System/Applications/GSSpeechServer.app/stamp.make
-GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput
-GNUstep/System/Library/Bundles/AudioOutput.nssound/Resources/Info-gnustep.plist
-GNUstep/System/Library/Bundles/AudioOutput.nssound/stamp.make
-%%WITH_CUPS%%GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS
-%%WITH_CUPS%%GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/Resources/Info-gnustep.plist
-%%WITH_CUPS%%GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/stamp.make
-GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR
-GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/Resources/Info-gnustep.plist
-GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/stamp.make
-GNUstep/System/Library/Bundles/Sndfile.nssound/Resources/Info-gnustep.plist
-GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile
-GNUstep/System/Library/Bundles/Sndfile.nssound/stamp.make
-GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter
-GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/Resources/Info-gnustep.plist
-GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/stamp.make
-GNUstep/System/Library/Bundles/libgmodel.bundle/Resources/Info-gnustep.plist
-GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel
-GNUstep/System/Library/Bundles/libgmodel.bundle/stamp.make
-GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker
-GNUstep/System/Library/ColorPickers/NamedPicker.bundle/Resources/GSNamedColorPicker.tiff
-GNUstep/System/Library/ColorPickers/NamedPicker.bundle/Resources/Info-gnustep.plist
-GNUstep/System/Library/ColorPickers/NamedPicker.bundle/stamp.make
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/English.lproj/StandardPicker.strings
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/French.lproj/StandardPicker.strings
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSCMYKColorPicker.tiff
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSGrayColorPicker.tiff
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSHSBColorPicker.tiff
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSRGBColorPicker.tiff
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Info-gnustep.plist
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Spanish.lproj/StandardPicker.strings
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Swedish.lproj/StandardPicker.strings
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker
-GNUstep/System/Library/ColorPickers/StandardPicker.bundle/stamp.make
-GNUstep/System/Library/ColorPickers/WheelPicker.bundle/Resources/GSWheelColorPicker.tiff
-GNUstep/System/Library/ColorPickers/WheelPicker.bundle/Resources/Info-gnustep.plist
-GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker
-GNUstep/System/Library/ColorPickers/WheelPicker.bundle/stamp.make
+
+%%CUPS%%GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS
+%%CUPS%%GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/Resources/Info-gnustep.plist
+%%CUPS%%GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/stamp.make
 %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Additions/ClassesTOC.gsdoc
 %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Additions/ClassesTOC.html
 %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Additions/Functions.gsdoc
@@ -69,25 +32,6 @@
 %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/General/General.igsdoc
 %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/General/OpenStepCompliance.html
 %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/General/dependencies
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_1.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_10.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_11.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_12.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_13.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_14.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_15.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_16.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_2.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_3.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_4.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_5.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_6.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_7.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_8.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_9.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_abt.html
-%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_fot.html
 %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Reference/ClassesTOC.gsdoc
 %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Reference/ClassesTOC.html
 %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Reference/ConstantsTOC.gsdoc
@@ -332,12 +276,52 @@
 %%PORTDOCS%%GNUstep/System/Library/Documentation/User/Gui/GuiUser/KeyboardSetup.html
 %%PORTDOCS%%GNUstep/System/Library/Documentation/User/Gui/GuiUser/LanguageSetup.html
 %%PORTDOCS%%GNUstep/System/Library/Documentation/User/Gui/GuiUser/dependencies
+%%PORTDOCS%%GNUstep/System/Library/Documentation/info/AppKit.info
 %%PORTDOCS%%GNUstep/System/Library/Documentation/man/man1/gclose.1.gz
 %%PORTDOCS%%GNUstep/System/Library/Documentation/man/man1/gcloseall.1.gz
 %%PORTDOCS%%GNUstep/System/Library/Documentation/man/man1/gopen.1.gz
 %%PORTDOCS%%GNUstep/System/Library/Documentation/man/man1/make_services.1.gz
 %%PORTDOCS%%GNUstep/System/Library/Documentation/man/man1/set_show_service.1.gz
-%%PORTDOCS%%GNUstep/System/Library/Documentation/info/AppKit.info
+ at dir GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual
+ at dir GNUstep/System/Library/Themes
+GNUstep/System/Applications/GSSpeechServer.app/GSSpeechServer
+GNUstep/System/Applications/GSSpeechServer.app/Resources/GSSpeechServer.desktop
+GNUstep/System/Applications/GSSpeechServer.app/Resources/Info-gnustep.plist
+GNUstep/System/Applications/GSSpeechServer.app/stamp.make
+GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput
+GNUstep/System/Library/Bundles/AudioOutput.nssound/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/AudioOutput.nssound/stamp.make
+GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR
+GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/stamp.make
+GNUstep/System/Library/Bundles/Sndfile.nssound/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile
+GNUstep/System/Library/Bundles/Sndfile.nssound/stamp.make
+GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter
+GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/stamp.make
+GNUstep/System/Library/Bundles/libgmodel.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel
+GNUstep/System/Library/Bundles/libgmodel.bundle/stamp.make
+GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker
+GNUstep/System/Library/ColorPickers/NamedPicker.bundle/Resources/GSNamedColorPicker.tiff
+GNUstep/System/Library/ColorPickers/NamedPicker.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/ColorPickers/NamedPicker.bundle/stamp.make
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/English.lproj/StandardPicker.strings
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/French.lproj/StandardPicker.strings
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSCMYKColorPicker.tiff
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSGrayColorPicker.tiff
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSHSBColorPicker.tiff
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/GSRGBColorPicker.tiff
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Spanish.lproj/StandardPicker.strings
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Swedish.lproj/StandardPicker.strings
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker
+GNUstep/System/Library/ColorPickers/StandardPicker.bundle/stamp.make
+GNUstep/System/Library/ColorPickers/WheelPicker.bundle/Resources/GSWheelColorPicker.tiff
+GNUstep/System/Library/ColorPickers/WheelPicker.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker
+GNUstep/System/Library/ColorPickers/WheelPicker.bundle/stamp.make
 GNUstep/System/Library/Headers/AppKit/AppKit.h
 GNUstep/System/Library/Headers/AppKit/AppKitDefines.h
 GNUstep/System/Library/Headers/AppKit/AppKitExceptions.h
@@ -367,9 +351,9 @@
 GNUstep/System/Library/Headers/AppKit/GSPasteboardServer.h
 GNUstep/System/Library/Headers/AppKit/GSPrintOperation.h
 GNUstep/System/Library/Headers/AppKit/GSPrinting.h
+GNUstep/System/Library/Headers/AppKit/GSServicesManager.h
 GNUstep/System/Library/Headers/AppKit/GSSoundSink.h
 GNUstep/System/Library/Headers/AppKit/GSSoundSource.h
-GNUstep/System/Library/Headers/AppKit/GSServicesManager.h
 GNUstep/System/Library/Headers/AppKit/GSTable.h
 GNUstep/System/Library/Headers/AppKit/GSTextConverter.h
 GNUstep/System/Library/Headers/AppKit/GSTheme.h
@@ -380,7 +364,10 @@
 GNUstep/System/Library/Headers/AppKit/GSVbox.h
 GNUstep/System/Library/Headers/AppKit/GSVersion.h
 GNUstep/System/Library/Headers/AppKit/GSWindowDecorationView.h
+GNUstep/System/Library/Headers/AppKit/GSXibElement.h
 GNUstep/System/Library/Headers/AppKit/GSXibLoading.h
+GNUstep/System/Library/Headers/AppKit/GSXibObjectContainer.h
+GNUstep/System/Library/Headers/AppKit/GSXibParser.h
 GNUstep/System/Library/Headers/AppKit/IMConnectors.h
 GNUstep/System/Library/Headers/AppKit/IMCustomObject.h
 GNUstep/System/Library/Headers/AppKit/IMLoading.h
@@ -401,6 +388,8 @@
 GNUstep/System/Library/Headers/AppKit/NSCachedImageRep.h
 GNUstep/System/Library/Headers/AppKit/NSCell.h
 GNUstep/System/Library/Headers/AppKit/NSClipView.h
+GNUstep/System/Library/Headers/AppKit/NSCollectionView.h
+GNUstep/System/Library/Headers/AppKit/NSCollectionViewItem.h
 GNUstep/System/Library/Headers/AppKit/NSColor.h
 GNUstep/System/Library/Headers/AppKit/NSColorList.h
 GNUstep/System/Library/Headers/AppKit/NSColorPanel.h
@@ -469,6 +458,7 @@
 GNUstep/System/Library/Headers/AppKit/NSPasteboard.h
 GNUstep/System/Library/Headers/AppKit/NSPopUpButton.h
 GNUstep/System/Library/Headers/AppKit/NSPopUpButtonCell.h
+GNUstep/System/Library/Headers/AppKit/NSPopover.h
 GNUstep/System/Library/Headers/AppKit/NSPrintInfo.h
 GNUstep/System/Library/Headers/AppKit/NSPrintOperation.h
 GNUstep/System/Library/Headers/AppKit/NSPrintPanel.h
@@ -496,6 +486,8 @@
 GNUstep/System/Library/Headers/AppKit/NSSpellProtocol.h
 GNUstep/System/Library/Headers/AppKit/NSSpellServer.h
 GNUstep/System/Library/Headers/AppKit/NSSplitView.h
+GNUstep/System/Library/Headers/AppKit/NSStatusBar.h
+GNUstep/System/Library/Headers/AppKit/NSStatusItem.h
 GNUstep/System/Library/Headers/AppKit/NSStepper.h
 GNUstep/System/Library/Headers/AppKit/NSStepperCell.h
 GNUstep/System/Library/Headers/AppKit/NSStringDrawing.h
@@ -519,6 +511,9 @@
 GNUstep/System/Library/Headers/AppKit/NSToolbar.h
 GNUstep/System/Library/Headers/AppKit/NSToolbarItem.h
 GNUstep/System/Library/Headers/AppKit/NSToolbarItemGroup.h
+GNUstep/System/Library/Headers/AppKit/NSTrackingArea.h
+GNUstep/System/Library/Headers/AppKit/NSTreeController.h
+GNUstep/System/Library/Headers/AppKit/NSTreeNode.h
 GNUstep/System/Library/Headers/AppKit/NSUserDefaultsController.h
 GNUstep/System/Library/Headers/AppKit/NSUserInterfaceValidation.h
 GNUstep/System/Library/Headers/AppKit/NSView.h
@@ -553,9 +548,9 @@
 GNUstep/System/Library/Headers/GNUstepGUI/GSPasteboardServer.h
 GNUstep/System/Library/Headers/GNUstepGUI/GSPrintOperation.h
 GNUstep/System/Library/Headers/GNUstepGUI/GSPrinting.h
+GNUstep/System/Library/Headers/GNUstepGUI/GSServicesManager.h
 GNUstep/System/Library/Headers/GNUstepGUI/GSSoundSink.h
 GNUstep/System/Library/Headers/GNUstepGUI/GSSoundSource.h
-GNUstep/System/Library/Headers/GNUstepGUI/GSServicesManager.h
 GNUstep/System/Library/Headers/GNUstepGUI/GSTable.h
 GNUstep/System/Library/Headers/GNUstepGUI/GSTextConverter.h
 GNUstep/System/Library/Headers/GNUstepGUI/GSTheme.h
@@ -566,7 +561,10 @@
 GNUstep/System/Library/Headers/GNUstepGUI/GSVbox.h
 GNUstep/System/Library/Headers/GNUstepGUI/GSVersion.h
 GNUstep/System/Library/Headers/GNUstepGUI/GSWindowDecorationView.h
+GNUstep/System/Library/Headers/GNUstepGUI/GSXibElement.h
 GNUstep/System/Library/Headers/GNUstepGUI/GSXibLoading.h
+GNUstep/System/Library/Headers/GNUstepGUI/GSXibObjectContainer.h
+GNUstep/System/Library/Headers/GNUstepGUI/GSXibParser.h
 GNUstep/System/Library/Headers/GNUstepGUI/IMConnectors.h
 GNUstep/System/Library/Headers/GNUstepGUI/IMCustomObject.h
 GNUstep/System/Library/Headers/GNUstepGUI/IMLoading.h
@@ -595,9 +593,9 @@
 GNUstep/System/Library/Headers/gnustep/gui/GSPasteboardServer.h
 GNUstep/System/Library/Headers/gnustep/gui/GSPrintOperation.h
 GNUstep/System/Library/Headers/gnustep/gui/GSPrinting.h
+GNUstep/System/Library/Headers/gnustep/gui/GSServicesManager.h
 GNUstep/System/Library/Headers/gnustep/gui/GSSoundSink.h
 GNUstep/System/Library/Headers/gnustep/gui/GSSoundSource.h
-GNUstep/System/Library/Headers/gnustep/gui/GSServicesManager.h
 GNUstep/System/Library/Headers/gnustep/gui/GSTable.h
 GNUstep/System/Library/Headers/gnustep/gui/GSTextConverter.h
 GNUstep/System/Library/Headers/gnustep/gui/GSTheme.h
@@ -608,7 +606,10 @@
 GNUstep/System/Library/Headers/gnustep/gui/GSVbox.h
 GNUstep/System/Library/Headers/gnustep/gui/GSVersion.h
 GNUstep/System/Library/Headers/gnustep/gui/GSWindowDecorationView.h
+GNUstep/System/Library/Headers/gnustep/gui/GSXibElement.h
 GNUstep/System/Library/Headers/gnustep/gui/GSXibLoading.h
+GNUstep/System/Library/Headers/gnustep/gui/GSXibObjectContainer.h
+GNUstep/System/Library/Headers/gnustep/gui/GSXibParser.h
 GNUstep/System/Library/Headers/gnustep/gui/IMConnectors.h
 GNUstep/System/Library/Headers/gnustep/gui/IMCustomObject.h
 GNUstep/System/Library/Headers/gnustep/gui/IMLoading.h
@@ -618,8 +619,10 @@
 GNUstep/System/Library/Images/GSStop.tiff
 GNUstep/System/Library/Images/LogoGNUstep.tiff
 GNUstep/System/Library/Images/MagnifyGlass.tiff
+GNUstep/System/Library/Images/NSAddTemplate.tiff
 GNUstep/System/Library/Images/NSComboArrow.tiff
 GNUstep/System/Library/Images/NSRatingLevelIndicator.tiff
+GNUstep/System/Library/Images/NSRemoveTemplate.tiff
 GNUstep/System/Library/Images/common_2DCheckMark.tiff
 GNUstep/System/Library/Images/common_2DDash.tiff
 GNUstep/System/Library/Images/common_3DArrowDown.tiff
@@ -658,6 +661,7 @@
 GNUstep/System/Library/Images/common_Home.tiff
 GNUstep/System/Library/Images/common_HomeDirectory.tiff
 GNUstep/System/Library/Images/common_ImageFolder.tiff
+GNUstep/System/Library/Images/common_Info.tiff
 GNUstep/System/Library/Images/common_LeftTabStop.tiff
 GNUstep/System/Library/Images/common_LibraryFolder.tiff
 GNUstep/System/Library/Images/common_MiniWindowTile.tiff
@@ -694,6 +698,10 @@
 GNUstep/System/Library/Images/common_Root_Sparc2.tiff
 GNUstep/System/Library/Images/common_SliderHoriz.tiff
 GNUstep/System/Library/Images/common_SliderVert.tiff
+GNUstep/System/Library/Images/common_StepperDown.tiff
+GNUstep/System/Library/Images/common_StepperDownHighlighted.tiff
+GNUstep/System/Library/Images/common_StepperUp.tiff
+GNUstep/System/Library/Images/common_StepperUpHighlighted.tiff
 GNUstep/System/Library/Images/common_SwitchOff.tiff
 GNUstep/System/Library/Images/common_SwitchOn.tiff
 GNUstep/System/Library/Images/common_TabDownSelectedLeft.tiff
@@ -706,10 +714,10 @@
 GNUstep/System/Library/Images/common_TabSelectedLeft.tiff
 GNUstep/System/Library/Images/common_TabSelectedRight.tiff
 GNUstep/System/Library/Images/common_TabSelectedToUnSelectedJunction.tiff
-GNUstep/System/Library/Images/common_TabUnSelectToSelectedJunction.tiff
 GNUstep/System/Library/Images/common_TabUnSelectedJunction.tiff
 GNUstep/System/Library/Images/common_TabUnSelectedLeft.tiff
 GNUstep/System/Library/Images/common_TabUnSelectedRight.tiff
+GNUstep/System/Library/Images/common_TabUnSelectedToSelectedJunction.tiff
 GNUstep/System/Library/Images/common_Tile.tiff
 GNUstep/System/Library/Images/common_ToolbarClippedItemsMark.tiff
 GNUstep/System/Library/Images/common_ToolbarCustomizeToolbarItem.tiff
@@ -803,71 +811,3 @@
 GNUstep/System/Tools/make_services
 GNUstep/System/Tools/say
 GNUstep/System/Tools/set_show_service
- at exec mkdir -p %D/GNUstep/System/Library/Themes
- at dirrm GNUstep/System/Library/Themes
- at dirrm GNUstep/System/Library/Services/GSspell.service/Resources
- at dirrm GNUstep/System/Library/Services/GSspell.service
- at dirrm GNUstep/System/Library/PostScript/PPD/English.lproj
- at dirrm GNUstep/System/Library/PostScript/PPD
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Spanish.lproj/GSToolbarCustomizationPalette.gorm
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Spanish.lproj/GSSpellPanel.gorm
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Spanish.lproj/GSPrintPanel.gorm
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Spanish.lproj/GSPageLayout.gorm
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Spanish.lproj/GSFindPanel.gorm
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Spanish.lproj/GSDataLinkPanel.gorm
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Spanish.lproj
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Lojban.lproj
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Italian.lproj
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/German.lproj
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/French.lproj
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/Esperanto.lproj
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/English.lproj/GSToolbarCustomizationPalette.gorm
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/English.lproj/GSSpellPanel.gorm
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/English.lproj/GSPrintPanel.gorm
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/English.lproj/GSPageLayout.gorm
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/English.lproj/GSFindPanel.gorm
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/English.lproj/GSDataLinkPanel.gorm
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources/English.lproj
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%/Resources
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions/%%BASEVERSION%%
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui/Versions
- at dirrm GNUstep/System/Library/Libraries/gnustep-gui
- at dirrm GNUstep/System/Library/Headers/gnustep/gui
- at dirrm GNUstep/System/Library/Headers/GNUstepGUI
- at dirrm GNUstep/System/Library/Headers/Cocoa
- at dirrm GNUstep/System/Library/Headers/AppKit
-%%PORTDOCS%%@dirrm GNUstep/System/Library/Documentation/User/Gui/GuiUser
-%%PORTDOCS%%@dirrm GNUstep/System/Library/Documentation/User/Gui
-%%PORTDOCS%%@dirrm GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual
-%%PORTDOCS%%@dirrm GNUstep/System/Library/Documentation/Developer/Gui/ReleaseNotes/%%VERSION%%
-%%PORTDOCS%%@dirrm GNUstep/System/Library/Documentation/Developer/Gui/ReleaseNotes
-%%PORTDOCS%%@dirrm GNUstep/System/Library/Documentation/Developer/Gui/Reference
-%%PORTDOCS%%@dirrm GNUstep/System/Library/Documentation/Developer/Gui/General
-%%PORTDOCS%%@dirrm GNUstep/System/Library/Documentation/Developer/Gui/Additions
-%%PORTDOCS%%@dirrm GNUstep/System/Library/Documentation/Developer/Gui
- at dirrm GNUstep/System/Library/ColorPickers/WheelPicker.bundle/Resources
- at dirrm GNUstep/System/Library/ColorPickers/WheelPicker.bundle
- at dirrm GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Swedish.lproj
- at dirrm GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/Spanish.lproj
- at dirrm GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/French.lproj
- at dirrm GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources/English.lproj
- at dirrm GNUstep/System/Library/ColorPickers/StandardPicker.bundle/Resources
- at dirrm GNUstep/System/Library/ColorPickers/StandardPicker.bundle
- at dirrm GNUstep/System/Library/ColorPickers/NamedPicker.bundle/Resources
- at dirrm GNUstep/System/Library/ColorPickers/NamedPicker.bundle
- at dirrm GNUstep/System/Library/Bundles/libgmodel.bundle/Resources
- at dirrm GNUstep/System/Library/Bundles/libgmodel.bundle
- at dirrm GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/Resources
- at dirrm GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle
- at dirrm GNUstep/System/Library/Bundles/TextConverters
- at dirrm GNUstep/System/Library/Bundles/Sndfile.nssound/Resources
- at dirrm GNUstep/System/Library/Bundles/Sndfile.nssound
- at dirrm GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/Resources
- at dirrm GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle
-%%WITH_CUPS%%@dirrm GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/Resources
-%%WITH_CUPS%%@dirrm GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle
- at dirrm GNUstep/System/Library/Bundles/GSPrinting
- at dirrm GNUstep/System/Library/Bundles/AudioOutput.nssound/Resources
- at dirrm GNUstep/System/Library/Bundles/AudioOutput.nssound
- at dirrm GNUstep/System/Applications/GSSpeechServer.app/Resources
- at dirrm GNUstep/System/Applications/GSSpeechServer.app



More information about the Midnightbsd-cvs mailing list