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.
This commit is contained in:
parent
bb698610ef
commit
3e7ef0755a
23
x11/gnustep/examples/Makefile
Normal file
23
x11/gnustep/examples/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/29 03:03:52 ajacoutot Exp $
|
||||
|
||||
COMMENT= "GNUstep example applications"
|
||||
|
||||
DISTNAME= gnustep-examples-1.2.0
|
||||
CATEGORIES= misc
|
||||
|
||||
HOMEPAGE= http://www.gnustep.org/experience/examples.html
|
||||
|
||||
WANTLIB= GL GLU c m objc pthread
|
||||
|
||||
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
|
||||
|
||||
MODULES= x11/gnustep
|
||||
LIB_DEPENDS= gnustep-base.>=1::x11/gnustep/base \
|
||||
gnustep-gui::x11/gnustep/gui
|
||||
RUN_DEPENDS= :gnustep-back-*:x11/gnustep/back
|
||||
|
||||
pre-configure:
|
||||
@perl -pi -e 's,!!X11BASE!!,${X11BASE},g' \
|
||||
${WRKSRC}/gui/MyGL/GNUmakefile
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/gnustep/examples/distinfo
Normal file
5
x11/gnustep/examples/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (gnustep/gnustep-examples-1.2.0.tar.gz) = Sp6gjn7x5vPEb8V6PXUuJw==
|
||||
RMD160 (gnustep/gnustep-examples-1.2.0.tar.gz) = cwuPLVtqwoqNbe9csCZL5svvEmQ=
|
||||
SHA1 (gnustep/gnustep-examples-1.2.0.tar.gz) = YNnB6jeHX5aqTk9GzvPmSTu1wnc=
|
||||
SHA256 (gnustep/gnustep-examples-1.2.0.tar.gz) = jCscHsKZNN9aYNJ4O5OiSfwosDc72z+zE0wIa/EboWA=
|
||||
SIZE (gnustep/gnustep-examples-1.2.0.tar.gz) = 273753
|
12
x11/gnustep/examples/patches/patch-gui_Finger_Finger_h
Normal file
12
x11/gnustep/examples/patches/patch-gui_Finger_Finger_h
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-gui_Finger_Finger_h,v 1.1.1.1 2007/05/29 03:03:52 ajacoutot Exp $
|
||||
--- gui/Finger/Finger.h.orig Mon May 28 19:20:52 2007
|
||||
+++ gui/Finger/Finger.h Mon May 28 19:21:05 2007
|
||||
@@ -28,7 +28,7 @@
|
||||
* distributing this program bundled in some distribution.)
|
||||
*/
|
||||
#define FINGER_DEFAULT_COMMAND @"/usr/bin/finger"
|
||||
-#define PING_DEFAULT_COMMAND @"/bin/ping"
|
||||
+#define PING_DEFAULT_COMMAND @"/sbin/ping"
|
||||
#define TRACEROUTE_DEFAULT_COMMAND @"/usr/sbin/traceroute"
|
||||
#define WHOIS_DEFAULT_COMMAND @"/usr/bin/whois"
|
||||
#define DEFAULT_BUTTON_SIZE @"Large"
|
16
x11/gnustep/examples/patches/patch-gui_GNUmakefile
Normal file
16
x11/gnustep/examples/patches/patch-gui_GNUmakefile
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-gui_GNUmakefile,v 1.1.1.1 2007/05/29 03:03:52 ajacoutot Exp $
|
||||
--- gui/GNUmakefile.orig Wed May 23 22:11:28 2007
|
||||
+++ gui/GNUmakefile Mon May 28 18:57:42 2007
|
||||
@@ -31,7 +31,11 @@ SUBPROJECTS = \
|
||||
Ink \
|
||||
ExampleService \
|
||||
MyGL \
|
||||
- GSTest
|
||||
+ GSTest \
|
||||
+ ToolbarExample \
|
||||
+ Finger \
|
||||
+ GFractal \
|
||||
+ HostAddress
|
||||
|
||||
include GNUmakefile.preamble
|
||||
|
11
x11/gnustep/examples/patches/patch-gui_HostAddress_main_m
Normal file
11
x11/gnustep/examples/patches/patch-gui_HostAddress_main_m
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-gui_HostAddress_main_m,v 1.1.1.1 2007/05/29 03:03:52 ajacoutot Exp $
|
||||
--- gui/HostAddress/main.m.orig Mon May 28 20:37:06 2007
|
||||
+++ gui/HostAddress/main.m Mon May 28 20:37:13 2007
|
||||
@@ -54,7 +54,6 @@ void createMenu()
|
||||
info = AUTORELEASE([[NSMenu alloc] init]);
|
||||
[menu setSubmenu:info forItem:[menu itemWithTitle:@"Info"]];
|
||||
[info addItemWithTitle:@"Info Panel..." action:@selector(showInfoPanel:) keyEquivalent:@""];
|
||||
- [info addItemWithTitle:@"Preferences" action:@selector(showPrefPanel:) keyEquivalent:@""];
|
||||
[info addItemWithTitle:@"Help" action:action keyEquivalent:@"?"];
|
||||
|
||||
edit = AUTORELEASE([[NSMenu alloc] init]);
|
12
x11/gnustep/examples/patches/patch-gui_MyGL_GNUmakefile
Normal file
12
x11/gnustep/examples/patches/patch-gui_MyGL_GNUmakefile
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-gui_MyGL_GNUmakefile,v 1.1.1.1 2007/05/29 03:03:52 ajacoutot Exp $
|
||||
--- gui/MyGL/GNUmakefile.orig Mon May 28 19:28:11 2007
|
||||
+++ gui/MyGL/GNUmakefile Mon May 28 19:29:32 2007
|
||||
@@ -9,6 +9,7 @@ MyGL_APPLICATION_ICON=MyGL.tiff
|
||||
MyGL_OBJC_FILES = main.m AppController.m
|
||||
MyGL_RESOURCE_FILES = MyGL.gorm MyGL.tiff
|
||||
|
||||
-ADDITIONAL_TOOL_LIBS += -lGL -lGLU -lm
|
||||
+ADDITIONAL_TOOL_LIBS += -L!!X11BASE!!/lib -lGL -lGLU -lm
|
||||
+ADDITIONAL_INCLUDE_DIRS += -I!!X11BASE!!/include
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/application.make
|
2
x11/gnustep/examples/pkg/DESCR
Normal file
2
x11/gnustep/examples/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
GNUstep examples help you get started with GNUstep coding. It contains a
|
||||
full collection of many useful code snippets.
|
240
x11/gnustep/examples/pkg/PLIST
Normal file
240
x11/gnustep/examples/pkg/PLIST
Normal file
@ -0,0 +1,240 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/29 03:03:52 ajacoutot Exp $
|
||||
lib/GNUstep/ApplicationSupport/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/Composite-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/Composite-test.bundle/Composite-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/Composite-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/Composite-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/Composite-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/CoordinateCheck-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/CoordinateCheck-test.bundle/CoordinateCheck-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/CoordinateCheck-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/CoordinateCheck-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/CoordinateCheck-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/GSHbox-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/GSHbox-test.bundle/GSHbox-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/GSHbox-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/GSHbox-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/GSHbox-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/KeyboardInput-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/KeyboardInput-test.bundle/KeyboardInput-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/KeyboardInput-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/KeyboardInput-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/KeyboardInput-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSAnimation-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSAnimation-test.bundle/NSAnimation-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSAnimation-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSAnimation-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSAnimation-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSBox-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSBox-test.bundle/NSBox-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSBox-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSBox-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSBox-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSColorList-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSColorList-test.bundle/NSColorList-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSColorList-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSColorList-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSColorList-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSColorWell-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSColorWell-test.bundle/NSColorWell-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSColorWell-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSColorWell-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSColorWell-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSForm-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSForm-test.bundle/NSForm-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSForm-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSForm-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSForm-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSOutlineView-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSOutlineView-test.bundle/NSOutlineView-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSOutlineView-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSOutlineView-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSOutlineView-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSavePanel-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSavePanel-test.bundle/NSSavePanel-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSavePanel-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSavePanel-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSavePanel-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSScrollView-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSScrollView-test.bundle/NSScrollView-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSScrollView-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSScrollView-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSScrollView-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSecureTextField-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSecureTextField-test.bundle/NSSecureTextField-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSecureTextField-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSecureTextField-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSecureTextField-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSlider-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSlider-test.bundle/NSSlider-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSlider-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSlider-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSlider-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSplitView-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSplitView-test.bundle/NSSplitView-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSplitView-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSplitView-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSSplitView-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSTableView-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSTableView-test.bundle/NSTableView-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSTableView-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSTableView-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSTableView-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSTextView-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSTextView-test.bundle/NSTextView-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSTextView-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSTextView-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSTextView-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSViewAnimation-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSViewAnimation-test.bundle/NSViewAnimation-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSViewAnimation-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSViewAnimation-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSViewAnimation-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSWindowStyleMask-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSWindowStyleMask-test.bundle/NSWindowStyleMask-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSWindowStyleMask-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSWindowStyleMask-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/NSWindowStyleMask-test.bundle/stamp.make
|
||||
lib/GNUstep/ApplicationSupport/GSTest/StringDrawing-test.bundle/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/StringDrawing-test.bundle/Resources/
|
||||
lib/GNUstep/ApplicationSupport/GSTest/StringDrawing-test.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/ApplicationSupport/GSTest/StringDrawing-test.bundle/StringDrawing-test.so
|
||||
lib/GNUstep/ApplicationSupport/GSTest/StringDrawing-test.bundle/stamp.make
|
||||
lib/GNUstep/Services/example.service/
|
||||
lib/GNUstep/Services/example.service/Resources/
|
||||
lib/GNUstep/Services/example.service/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Services/example.service/example
|
||||
libexec/GNUstep/
|
||||
libexec/GNUstep/Calculator.app/
|
||||
libexec/GNUstep/Calculator.app/Calculator
|
||||
libexec/GNUstep/Calculator.app/Resources/
|
||||
libexec/GNUstep/Calculator.app/Resources/Calculator.app.tiff
|
||||
libexec/GNUstep/Calculator.app/Resources/Calculator.desktop
|
||||
libexec/GNUstep/Calculator.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/Calculator.app/stamp.make
|
||||
libexec/GNUstep/CurrencyConverter.app/
|
||||
libexec/GNUstep/CurrencyConverter.app/CurrencyConverter
|
||||
libexec/GNUstep/CurrencyConverter.app/Resources/
|
||||
libexec/GNUstep/CurrencyConverter.app/Resources/CurrencyConverter.desktop
|
||||
libexec/GNUstep/CurrencyConverter.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/CurrencyConverter.app/stamp.make
|
||||
libexec/GNUstep/Finger.app/
|
||||
libexec/GNUstep/Finger.app/Finger
|
||||
libexec/GNUstep/Finger.app/Resources/
|
||||
libexec/GNUstep/Finger.app/Resources/Finger.desktop
|
||||
libexec/GNUstep/Finger.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/Finger.app/Resources/finger.tiff
|
||||
libexec/GNUstep/Finger.app/Resources/finger32.tiff
|
||||
libexec/GNUstep/Finger.app/Resources/ping.tiff
|
||||
libexec/GNUstep/Finger.app/Resources/ping32.tiff
|
||||
libexec/GNUstep/Finger.app/Resources/stop.tiff
|
||||
libexec/GNUstep/Finger.app/Resources/stop32.tiff
|
||||
libexec/GNUstep/Finger.app/Resources/traceroute.tiff
|
||||
libexec/GNUstep/Finger.app/Resources/traceroute32.tiff
|
||||
libexec/GNUstep/Finger.app/Resources/whois.tiff
|
||||
libexec/GNUstep/Finger.app/Resources/whois32.tiff
|
||||
libexec/GNUstep/Finger.app/stamp.make
|
||||
libexec/GNUstep/GFractal.app/
|
||||
libexec/GNUstep/GFractal.app/GFractal
|
||||
libexec/GNUstep/GFractal.app/Resources/
|
||||
libexec/GNUstep/GFractal.app/Resources/GFractal.desktop
|
||||
libexec/GNUstep/GFractal.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/GFractal.app/stamp.make
|
||||
libexec/GNUstep/GSTest.app/
|
||||
libexec/GNUstep/GSTest.app/GSTest
|
||||
libexec/GNUstep/GSTest.app/Resources/
|
||||
libexec/GNUstep/GSTest.app/Resources/GSTest.desktop
|
||||
libexec/GNUstep/GSTest.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/GSTest.app/Resources/MainMenu.gorm/
|
||||
libexec/GNUstep/GSTest.app/Resources/MainMenu.gorm/data.classes
|
||||
libexec/GNUstep/GSTest.app/Resources/MainMenu.gorm/objects.gorm
|
||||
libexec/GNUstep/GSTest.app/stamp.make
|
||||
libexec/GNUstep/HostAddress.app/
|
||||
libexec/GNUstep/HostAddress.app/HostAddress
|
||||
libexec/GNUstep/HostAddress.app/Resources/
|
||||
libexec/GNUstep/HostAddress.app/Resources/HostAddress.desktop
|
||||
libexec/GNUstep/HostAddress.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/HostAddress.app/stamp.make
|
||||
libexec/GNUstep/Ink.app/
|
||||
libexec/GNUstep/Ink.app/Ink
|
||||
libexec/GNUstep/Ink.app/Resources/
|
||||
libexec/GNUstep/Ink.app/Resources/Document.gorm/
|
||||
libexec/GNUstep/Ink.app/Resources/Document.gorm/data.classes
|
||||
libexec/GNUstep/Ink.app/Resources/Document.gorm/data.info
|
||||
libexec/GNUstep/Ink.app/Resources/Document.gorm/objects.gorm
|
||||
libexec/GNUstep/Ink.app/Resources/English.lproj/
|
||||
libexec/GNUstep/Ink.app/Resources/English.lproj/MainMenu.gorm/
|
||||
libexec/GNUstep/Ink.app/Resources/English.lproj/MainMenu.gorm/data.classes
|
||||
libexec/GNUstep/Ink.app/Resources/English.lproj/MainMenu.gorm/data.info
|
||||
libexec/GNUstep/Ink.app/Resources/English.lproj/MainMenu.gorm/objects.gorm
|
||||
libexec/GNUstep/Ink.app/Resources/FileIcon_rtf.tiff
|
||||
libexec/GNUstep/Ink.app/Resources/FileIcon_txt.tiff
|
||||
libexec/GNUstep/Ink.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/Ink.app/Resources/Ink.desktop
|
||||
libexec/GNUstep/Ink.app/Resources/Ink_app.tiff
|
||||
libexec/GNUstep/Ink.app/stamp.make
|
||||
libexec/GNUstep/MyGL.app/
|
||||
libexec/GNUstep/MyGL.app/MyGL
|
||||
libexec/GNUstep/MyGL.app/Resources/
|
||||
libexec/GNUstep/MyGL.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/MyGL.app/Resources/MyGL.desktop
|
||||
libexec/GNUstep/MyGL.app/Resources/MyGL.gorm/
|
||||
libexec/GNUstep/MyGL.app/Resources/MyGL.gorm/data.classes
|
||||
libexec/GNUstep/MyGL.app/Resources/MyGL.gorm/data.info
|
||||
libexec/GNUstep/MyGL.app/Resources/MyGL.gorm/objects.gorm
|
||||
libexec/GNUstep/MyGL.app/stamp.make
|
||||
libexec/GNUstep/NSBrowserTest.app/
|
||||
libexec/GNUstep/NSBrowserTest.app/NSBrowserTest
|
||||
libexec/GNUstep/NSBrowserTest.app/Resources/
|
||||
libexec/GNUstep/NSBrowserTest.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/NSBrowserTest.app/Resources/NSBrowserTest.desktop
|
||||
libexec/GNUstep/NSBrowserTest.app/stamp.make
|
||||
libexec/GNUstep/NSImageTest.app/
|
||||
libexec/GNUstep/NSImageTest.app/NSImageTest
|
||||
libexec/GNUstep/NSImageTest.app/Resources/
|
||||
libexec/GNUstep/NSImageTest.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/NSImageTest.app/Resources/NSImageTest.desktop
|
||||
libexec/GNUstep/NSImageTest.app/stamp.make
|
||||
libexec/GNUstep/NSPanelTest.app/
|
||||
libexec/GNUstep/NSPanelTest.app/NSPanelTest
|
||||
libexec/GNUstep/NSPanelTest.app/Resources/
|
||||
libexec/GNUstep/NSPanelTest.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/NSPanelTest.app/Resources/NSPanelTest.desktop
|
||||
libexec/GNUstep/NSPanelTest.app/Resources/Test.strings
|
||||
libexec/GNUstep/NSPanelTest.app/Resources/icon.tiff
|
||||
libexec/GNUstep/NSPanelTest.app/stamp.make
|
||||
libexec/GNUstep/NSScreenTest.app/
|
||||
libexec/GNUstep/NSScreenTest.app/NSScreenTest
|
||||
libexec/GNUstep/NSScreenTest.app/Resources/
|
||||
libexec/GNUstep/NSScreenTest.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/NSScreenTest.app/Resources/NSScreenTest.desktop
|
||||
libexec/GNUstep/NSScreenTest.app/stamp.make
|
||||
libexec/GNUstep/ToolbarExample.app/
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/DocumentWindow.gorm/
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/DocumentWindow.gorm/data.classes
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/DocumentWindow.gorm/data.info
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/DocumentWindow.gorm/objects.gorm
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/FileIcon_Directory.tiff
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/RecyclerFull.tiff
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/SecondImage.tiff
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/SecondWindow.gorm/
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/SecondWindow.gorm/data.classes
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/SecondWindow.gorm/data.info
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/SecondWindow.gorm/objects.gorm
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/ToolbarExample.desktop
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/ToolbarExample.gorm/
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/ToolbarExample.gorm/data.classes
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/ToolbarExample.gorm/data.info
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/ToolbarExample.gorm/objects.gorm
|
||||
libexec/GNUstep/ToolbarExample.app/Resources/ToolbarExampleInfo.plist
|
||||
libexec/GNUstep/ToolbarExample.app/ToolbarExample
|
||||
libexec/GNUstep/ToolbarExample.app/stamp.make
|
||||
libexec/GNUstep/md5Digest.app/
|
||||
libexec/GNUstep/md5Digest.app/Resources/
|
||||
libexec/GNUstep/md5Digest.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/md5Digest.app/Resources/md5Digest.desktop
|
||||
libexec/GNUstep/md5Digest.app/md5Digest
|
||||
libexec/GNUstep/md5Digest.app/stamp.make
|
Loading…
x
Reference in New Issue
Block a user