Import Paje
Paje is an interactive and scalable trace-based visualization tool which can be used for a large variety of visualizations including performance monitoring of parallel applications, monitoring the execution of processors in a large scale PC cluster or representing the behavior of distributed applications. OK landry@
This commit is contained in:
parent
5a536e6aef
commit
7f1688d7cf
19
x11/gnustep/paje/Makefile
Normal file
19
x11/gnustep/paje/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/08/06 11:14:20 sebastia Exp $
|
||||
|
||||
COMMENT = GNUstep based trace visualization tool
|
||||
|
||||
DISTNAME = Paje-1.98
|
||||
SHARED_LIBS += General 0.0
|
||||
|
||||
HOMEPAGE = http://paje.sourceforge.net/
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=paje/}
|
||||
|
||||
MODULES = x11/gnustep
|
||||
WANTLIB += c m pthread
|
||||
MAKE_FLAGS += General_INTERFACE_VERSION=${LIBGeneral_VERSION}
|
||||
|
||||
GENERALLIBDIR = lib/GNUstep/Frameworks/General.framework/Versions/${LIBGeneral_VERSION}
|
||||
|
||||
SUBST_VARS += GENERALLIBDIR
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/gnustep/paje/distinfo
Normal file
2
x11/gnustep/paje/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (gnustep/Paje-1.98.tar.gz) = 69Zwy+WXzhsGz66R+yT/Lbg2XFg+XAVRV+ZP7764tLY=
|
||||
SIZE (gnustep/Paje-1.98.tar.gz) = 958780
|
15
x11/gnustep/paje/patches/patch-StatViewer_StatViewer_m
Normal file
15
x11/gnustep/paje/patches/patch-StatViewer_StatViewer_m
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-StatViewer_StatViewer_m,v 1.1.1.1 2012/08/06 11:14:20 sebastia Exp $
|
||||
|
||||
Do not deallocate already deallocated objects
|
||||
|
||||
--- StatViewer/StatViewer.m.orig Tue Jul 10 14:01:28 2012
|
||||
+++ StatViewer/StatViewer.m Tue Jul 10 14:01:38 2012
|
||||
@@ -73,7 +73,7 @@
|
||||
[entityTypeSelector removeAllItems];
|
||||
[[matrix cells] makeObjectsPerformSelector:@selector(setRepresentedObject:)
|
||||
withObject:nil];
|
||||
- [matrix removeFromSuperview];
|
||||
+ //[matrix removeFromSuperview];
|
||||
[window release];
|
||||
[super dealloc];
|
||||
}
|
5
x11/gnustep/paje/pkg/DESCR
Normal file
5
x11/gnustep/paje/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Paje is an interactive and scalable trace-based visualization tool which
|
||||
can be used for a large variety of visualizations including performance
|
||||
monitoring of parallel applications, monitoring the execution of
|
||||
processors in a large scale PC cluster or representing the behavior of
|
||||
distributed applications.
|
287
x11/gnustep/paje/pkg/PLIST
Normal file
287
x11/gnustep/paje/pkg/PLIST
Normal file
@ -0,0 +1,287 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/08/06 11:14:20 sebastia Exp $
|
||||
bin/Paje
|
||||
include/AggregatingFilter/
|
||||
include/AggregatingFilter/AggregateEvent.h
|
||||
include/AggregatingFilter/AggregateLink.h
|
||||
include/AggregatingFilter/AggregateState.h
|
||||
include/AggregatingFilter/AggregateValue.h
|
||||
include/AggregatingFilter/AggregatingChunk.h
|
||||
include/AggregatingFilter/AggregatingChunkArray.h
|
||||
include/AggregatingFilter/AggregatingFilter.h
|
||||
include/AggregatingFilter/EntityAggregator.h
|
||||
include/ContainerFilter/
|
||||
include/ContainerFilter/ContainerSelector.h
|
||||
include/EntityTypeFilter/
|
||||
include/EntityTypeFilter/EntityTypeSelector.h
|
||||
include/FieldFilter/
|
||||
include/FieldFilter/FieldFilter.h
|
||||
include/FieldFilter/FieldFilterDescriptor.h
|
||||
include/General
|
||||
include/ImbricationFilter/
|
||||
include/ImbricationFilter/InsetLimit.h
|
||||
include/OrderFilter/
|
||||
include/OrderFilter/Order.h
|
||||
include/ReductionFilter/
|
||||
include/ReductionFilter/BusyArray.h
|
||||
include/ReductionFilter/BusyDate.h
|
||||
include/ReductionFilter/BusyNode.h
|
||||
include/ReductionFilter/ReduceEntity.h
|
||||
include/ReductionFilter/ReduceEntityType.h
|
||||
include/SpaceTimeViewer/
|
||||
include/SpaceTimeViewer/DrawView.h
|
||||
include/SpaceTimeViewer/HierarchyRuler.h
|
||||
include/SpaceTimeViewer/STController.h
|
||||
include/SpaceTimeViewer/STEntityTypeLayout.h
|
||||
include/SpaceTimeViewer/STEntityTypeLayoutController.h
|
||||
include/SpaceTimeViewer/STLayoutEditor.h
|
||||
include/SpaceTimeViewer/Shape.h
|
||||
include/StatViewer/
|
||||
include/StatViewer/PieCell.h
|
||||
include/StatViewer/StatArray.h
|
||||
include/StatViewer/StatViewer.h
|
||||
include/StorageController/
|
||||
include/StorageController/AnchorFilter.h
|
||||
include/StorageController/Encapsulate.h
|
||||
lib/GNUstep/Bundles/Paje/
|
||||
lib/GNUstep/Bundles/Paje/AggregatingFilter.bundle/
|
||||
@bin lib/GNUstep/Bundles/Paje/AggregatingFilter.bundle/AggregatingFilter
|
||||
lib/GNUstep/Bundles/Paje/AggregatingFilter.bundle/Resources/
|
||||
lib/GNUstep/Bundles/Paje/AggregatingFilter.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/Paje/AggregatingFilter.bundle/stamp.make
|
||||
lib/GNUstep/Bundles/Paje/ContainerFilter.bundle/
|
||||
@bin lib/GNUstep/Bundles/Paje/ContainerFilter.bundle/ContainerFilter
|
||||
lib/GNUstep/Bundles/Paje/ContainerFilter.bundle/Resources/
|
||||
lib/GNUstep/Bundles/Paje/ContainerFilter.bundle/Resources/ContainerSelector.gorm/
|
||||
lib/GNUstep/Bundles/Paje/ContainerFilter.bundle/Resources/ContainerSelector.gorm/data.classes
|
||||
lib/GNUstep/Bundles/Paje/ContainerFilter.bundle/Resources/ContainerSelector.gorm/objects.gorm
|
||||
lib/GNUstep/Bundles/Paje/ContainerFilter.bundle/Resources/ContainerSelector.nib/
|
||||
lib/GNUstep/Bundles/Paje/ContainerFilter.bundle/Resources/ContainerSelector.nib/classes.nib
|
||||
lib/GNUstep/Bundles/Paje/ContainerFilter.bundle/Resources/ContainerSelector.nib/info.nib
|
||||
lib/GNUstep/Bundles/Paje/ContainerFilter.bundle/Resources/ContainerSelector.nib/keyedobjects.nib
|
||||
lib/GNUstep/Bundles/Paje/ContainerFilter.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/Paje/ContainerFilter.bundle/stamp.make
|
||||
lib/GNUstep/Bundles/Paje/EntityTypeFilter.bundle/
|
||||
@bin lib/GNUstep/Bundles/Paje/EntityTypeFilter.bundle/EntityTypeFilter
|
||||
lib/GNUstep/Bundles/Paje/EntityTypeFilter.bundle/Resources/
|
||||
lib/GNUstep/Bundles/Paje/EntityTypeFilter.bundle/Resources/EntityTypeSelector.gorm/
|
||||
lib/GNUstep/Bundles/Paje/EntityTypeFilter.bundle/Resources/EntityTypeSelector.gorm/data.classes
|
||||
lib/GNUstep/Bundles/Paje/EntityTypeFilter.bundle/Resources/EntityTypeSelector.gorm/objects.gorm
|
||||
lib/GNUstep/Bundles/Paje/EntityTypeFilter.bundle/Resources/EntityTypeSelector.nib/
|
||||
lib/GNUstep/Bundles/Paje/EntityTypeFilter.bundle/Resources/EntityTypeSelector.nib/classes.nib
|
||||
lib/GNUstep/Bundles/Paje/EntityTypeFilter.bundle/Resources/EntityTypeSelector.nib/info.nib
|
||||
lib/GNUstep/Bundles/Paje/EntityTypeFilter.bundle/Resources/EntityTypeSelector.nib/keyedobjects.nib
|
||||
lib/GNUstep/Bundles/Paje/EntityTypeFilter.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/Paje/EntityTypeFilter.bundle/stamp.make
|
||||
lib/GNUstep/Bundles/Paje/FieldFilter.bundle/
|
||||
@bin lib/GNUstep/Bundles/Paje/FieldFilter.bundle/FieldFilter
|
||||
lib/GNUstep/Bundles/Paje/FieldFilter.bundle/Resources/
|
||||
lib/GNUstep/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.gorm/
|
||||
lib/GNUstep/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.gorm/data.classes
|
||||
lib/GNUstep/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.gorm/data.info
|
||||
lib/GNUstep/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.gorm/objects.gorm
|
||||
lib/GNUstep/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.nib/
|
||||
lib/GNUstep/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.nib/classes.nib
|
||||
lib/GNUstep/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.nib/info.nib
|
||||
lib/GNUstep/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.nib/keyedobjects.nib
|
||||
lib/GNUstep/Bundles/Paje/FieldFilter.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/Paje/FieldFilter.bundle/stamp.make
|
||||
lib/GNUstep/Bundles/Paje/FileReader.bundle/
|
||||
@bin lib/GNUstep/Bundles/Paje/FileReader.bundle/FileReader
|
||||
lib/GNUstep/Bundles/Paje/FileReader.bundle/Resources/
|
||||
lib/GNUstep/Bundles/Paje/FileReader.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/Paje/FileReader.bundle/stamp.make
|
||||
lib/GNUstep/Bundles/Paje/ImbricationFilter.bundle/
|
||||
@bin lib/GNUstep/Bundles/Paje/ImbricationFilter.bundle/ImbricationFilter
|
||||
lib/GNUstep/Bundles/Paje/ImbricationFilter.bundle/Resources/
|
||||
lib/GNUstep/Bundles/Paje/ImbricationFilter.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/Paje/ImbricationFilter.bundle/Resources/InsetLimit.gorm/
|
||||
lib/GNUstep/Bundles/Paje/ImbricationFilter.bundle/Resources/InsetLimit.gorm/data.classes
|
||||
lib/GNUstep/Bundles/Paje/ImbricationFilter.bundle/Resources/InsetLimit.gorm/objects.gorm
|
||||
lib/GNUstep/Bundles/Paje/ImbricationFilter.bundle/Resources/InsetLimit.nib/
|
||||
lib/GNUstep/Bundles/Paje/ImbricationFilter.bundle/Resources/InsetLimit.nib/classes.nib
|
||||
lib/GNUstep/Bundles/Paje/ImbricationFilter.bundle/Resources/InsetLimit.nib/info.nib
|
||||
lib/GNUstep/Bundles/Paje/ImbricationFilter.bundle/Resources/InsetLimit.nib/keyedobjects.nib
|
||||
lib/GNUstep/Bundles/Paje/ImbricationFilter.bundle/stamp.make
|
||||
lib/GNUstep/Bundles/Paje/OrderFilter.bundle/
|
||||
@bin lib/GNUstep/Bundles/Paje/OrderFilter.bundle/OrderFilter
|
||||
lib/GNUstep/Bundles/Paje/OrderFilter.bundle/Resources/
|
||||
lib/GNUstep/Bundles/Paje/OrderFilter.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/Paje/OrderFilter.bundle/Resources/Order.gorm/
|
||||
lib/GNUstep/Bundles/Paje/OrderFilter.bundle/Resources/Order.gorm/data.classes
|
||||
lib/GNUstep/Bundles/Paje/OrderFilter.bundle/Resources/Order.gorm/objects.gorm
|
||||
lib/GNUstep/Bundles/Paje/OrderFilter.bundle/Resources/Order.nib/
|
||||
lib/GNUstep/Bundles/Paje/OrderFilter.bundle/Resources/Order.nib/classes.nib
|
||||
lib/GNUstep/Bundles/Paje/OrderFilter.bundle/Resources/Order.nib/info.nib
|
||||
lib/GNUstep/Bundles/Paje/OrderFilter.bundle/Resources/Order.nib/keyedobjects.nib
|
||||
lib/GNUstep/Bundles/Paje/OrderFilter.bundle/stamp.make
|
||||
lib/GNUstep/Bundles/Paje/PajeEventDecoder.bundle/
|
||||
@bin lib/GNUstep/Bundles/Paje/PajeEventDecoder.bundle/PajeEventDecoder
|
||||
lib/GNUstep/Bundles/Paje/PajeEventDecoder.bundle/Resources/
|
||||
lib/GNUstep/Bundles/Paje/PajeEventDecoder.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/Paje/PajeEventDecoder.bundle/stamp.make
|
||||
lib/GNUstep/Bundles/Paje/PajeSimulator.bundle/
|
||||
@bin lib/GNUstep/Bundles/Paje/PajeSimulator.bundle/PajeSimulator
|
||||
lib/GNUstep/Bundles/Paje/PajeSimulator.bundle/Resources/
|
||||
lib/GNUstep/Bundles/Paje/PajeSimulator.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/Paje/PajeSimulator.bundle/stamp.make
|
||||
lib/GNUstep/Bundles/Paje/ReductionFilter.bundle/
|
||||
@bin lib/GNUstep/Bundles/Paje/ReductionFilter.bundle/ReductionFilter
|
||||
lib/GNUstep/Bundles/Paje/ReductionFilter.bundle/Resources/
|
||||
lib/GNUstep/Bundles/Paje/ReductionFilter.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.gorm/
|
||||
lib/GNUstep/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.gorm/data.classes
|
||||
lib/GNUstep/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.gorm/data.info
|
||||
lib/GNUstep/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.gorm/objects.gorm
|
||||
lib/GNUstep/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.nib/
|
||||
lib/GNUstep/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.nib/classes.nib
|
||||
lib/GNUstep/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.nib/info.nib
|
||||
lib/GNUstep/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.nib/keyedobjects.nib
|
||||
lib/GNUstep/Bundles/Paje/ReductionFilter.bundle/stamp.make
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.gorm/
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.gorm/data.classes
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.gorm/data.info
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.gorm/objects.gorm
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.nib/
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.nib/classes.nib
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.nib/info.nib
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.nib/keyedobjects.nib
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/data.classes
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/distant.tiff
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/near.tiff
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/objects.gorm
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/toselection.tiff
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.nib/
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.nib/classes.nib
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.nib/distant.tiff
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.nib/info.nib
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.nib/keyedobjects.nib
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.nib/near.tiff
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.nib/toselection.tiff
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/crosscursor.tiff
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/distant.tiff
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/near.tiff
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/Resources/toselection.tiff
|
||||
@bin lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/SpaceTimeViewer
|
||||
lib/GNUstep/Bundles/Paje/SpaceTimeViewer.bundle/stamp.make
|
||||
lib/GNUstep/Bundles/Paje/StatViewer.bundle/
|
||||
lib/GNUstep/Bundles/Paje/StatViewer.bundle/Resources/
|
||||
lib/GNUstep/Bundles/Paje/StatViewer.bundle/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.gorm/
|
||||
lib/GNUstep/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.gorm/data.classes
|
||||
lib/GNUstep/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.gorm/data.info
|
||||
lib/GNUstep/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.gorm/objects.gorm
|
||||
lib/GNUstep/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.nib/
|
||||
lib/GNUstep/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.nib/classes.nib
|
||||
lib/GNUstep/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.nib/info.nib
|
||||
lib/GNUstep/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.nib/keyedobjects.nib
|
||||
@bin lib/GNUstep/Bundles/Paje/StatViewer.bundle/StatViewer
|
||||
lib/GNUstep/Bundles/Paje/StatViewer.bundle/stamp.make
|
||||
lib/GNUstep/Bundles/Paje/StorageController.bundle/
|
||||
lib/GNUstep/Bundles/Paje/StorageController.bundle/Resources/
|
||||
lib/GNUstep/Bundles/Paje/StorageController.bundle/Resources/Info-gnustep.plist
|
||||
@bin lib/GNUstep/Bundles/Paje/StorageController.bundle/StorageController
|
||||
lib/GNUstep/Bundles/Paje/StorageController.bundle/stamp.make
|
||||
lib/GNUstep/Frameworks/
|
||||
lib/GNUstep/Frameworks/General.framework/
|
||||
lib/GNUstep/Frameworks/General.framework/General
|
||||
lib/GNUstep/Frameworks/General.framework/Headers
|
||||
lib/GNUstep/Frameworks/General.framework/Resources
|
||||
lib/GNUstep/Frameworks/General.framework/Versions/
|
||||
${GENERALLIBDIR}/
|
||||
${GENERALLIBDIR}/General
|
||||
${GENERALLIBDIR}/Headers/
|
||||
${GENERALLIBDIR}/Headers/Association.h
|
||||
${GENERALLIBDIR}/Headers/CStringCallBacks.h
|
||||
${GENERALLIBDIR}/Headers/ChunkArray.h
|
||||
${GENERALLIBDIR}/Headers/ColoredSwitchButtonCell.h
|
||||
${GENERALLIBDIR}/Headers/Comparing.h
|
||||
${GENERALLIBDIR}/Headers/CondensedEntitiesArray.h
|
||||
${GENERALLIBDIR}/Headers/DataScanner.h
|
||||
${GENERALLIBDIR}/Headers/EntityChunk.h
|
||||
${GENERALLIBDIR}/Headers/FilteredEnumerator.h
|
||||
${GENERALLIBDIR}/Headers/FoundationAdditions.h
|
||||
${GENERALLIBDIR}/Headers/HierarchyBrowser.h
|
||||
${GENERALLIBDIR}/Headers/Macros.h
|
||||
${GENERALLIBDIR}/Headers/MultiEnumerator.h
|
||||
${GENERALLIBDIR}/Headers/NSArray+Additions.h
|
||||
${GENERALLIBDIR}/Headers/NSColor+Additions.h
|
||||
${GENERALLIBDIR}/Headers/NSDate+Additions.h
|
||||
${GENERALLIBDIR}/Headers/NSDictionary+Additions.h
|
||||
${GENERALLIBDIR}/Headers/NSMatrix+Additions.h
|
||||
${GENERALLIBDIR}/Headers/NSObject+Additions.h
|
||||
${GENERALLIBDIR}/Headers/NSString+Additions.h
|
||||
${GENERALLIBDIR}/Headers/NSUserDefaults+Additions.h
|
||||
${GENERALLIBDIR}/Headers/PSortedArray.h
|
||||
${GENERALLIBDIR}/Headers/PTime.h
|
||||
${GENERALLIBDIR}/Headers/PajeContainer.h
|
||||
${GENERALLIBDIR}/Headers/PajeEntity.h
|
||||
${GENERALLIBDIR}/Headers/PajeEntityInspector.h
|
||||
${GENERALLIBDIR}/Headers/PajeEvent.h
|
||||
${GENERALLIBDIR}/Headers/PajeFilter.h
|
||||
${GENERALLIBDIR}/Headers/PajeType.h
|
||||
${GENERALLIBDIR}/Headers/Protocols.h
|
||||
${GENERALLIBDIR}/Headers/SourceCodeReference.h
|
||||
${GENERALLIBDIR}/Headers/SourceTextController.h
|
||||
${GENERALLIBDIR}/Headers/TranslationTable.h
|
||||
${GENERALLIBDIR}/Headers/UniqueString.h
|
||||
${GENERALLIBDIR}/Resources/
|
||||
${GENERALLIBDIR}/Resources/HierarchyBrowser.gorm/
|
||||
${GENERALLIBDIR}/Resources/HierarchyBrowser.gorm/data.classes
|
||||
${GENERALLIBDIR}/Resources/HierarchyBrowser.gorm/objects.gorm
|
||||
${GENERALLIBDIR}/Resources/HierarchyBrowser.nib/
|
||||
${GENERALLIBDIR}/Resources/HierarchyBrowser.nib/classes.nib
|
||||
${GENERALLIBDIR}/Resources/HierarchyBrowser.nib/info.nib
|
||||
${GENERALLIBDIR}/Resources/HierarchyBrowser.nib/keyedobjects.nib
|
||||
${GENERALLIBDIR}/Resources/Info-gnustep.plist
|
||||
${GENERALLIBDIR}/Resources/PajeEntityInspector.gorm/
|
||||
${GENERALLIBDIR}/Resources/PajeEntityInspector.gorm/data.classes
|
||||
${GENERALLIBDIR}/Resources/PajeEntityInspector.gorm/data.info
|
||||
${GENERALLIBDIR}/Resources/PajeEntityInspector.gorm/objects.gorm
|
||||
${GENERALLIBDIR}/Resources/PajeEntityInspector.nib/
|
||||
${GENERALLIBDIR}/Resources/PajeEntityInspector.nib/classes.nib
|
||||
${GENERALLIBDIR}/Resources/PajeEntityInspector.nib/info.nib
|
||||
${GENERALLIBDIR}/Resources/PajeEntityInspector.nib/keyedobjects.nib
|
||||
${GENERALLIBDIR}/Resources/SourceTextViewer.gorm/
|
||||
${GENERALLIBDIR}/Resources/SourceTextViewer.gorm/data.classes
|
||||
${GENERALLIBDIR}/Resources/SourceTextViewer.gorm/objects.gorm
|
||||
${GENERALLIBDIR}/Resources/SourceTextViewer.nib/
|
||||
${GENERALLIBDIR}/Resources/SourceTextViewer.nib/classes.nib
|
||||
${GENERALLIBDIR}/Resources/SourceTextViewer.nib/info.nib
|
||||
${GENERALLIBDIR}/Resources/SourceTextViewer.nib/keyedobjects.nib
|
||||
@lib ${GENERALLIBDIR}/libGeneral.so.${LIBGeneral_VERSION}
|
||||
lib/GNUstep/Frameworks/General.framework/Versions/Current
|
||||
@lib lib/GNUstep/Frameworks/General.framework/libGeneral.so.${LIBGeneral_VERSION}
|
||||
@lib lib/libGeneral.so.${LIBGeneral_VERSION}
|
||||
libexec/GNUstep/
|
||||
libexec/GNUstep/Paje.app/
|
||||
@bin libexec/GNUstep/Paje.app/Paje
|
||||
libexec/GNUstep/Paje.app/Resources/
|
||||
libexec/GNUstep/Paje.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/Paje.app/Resources/Paje.desktop
|
||||
libexec/GNUstep/Paje.app/Resources/Paje.gorm/
|
||||
libexec/GNUstep/Paje.app/Resources/Paje.gorm/data.classes
|
||||
libexec/GNUstep/Paje.app/Resources/Paje.gorm/data.info
|
||||
libexec/GNUstep/Paje.app/Resources/Paje.gorm/objects.gorm
|
||||
libexec/GNUstep/Paje.app/Resources/Paje.nib/
|
||||
libexec/GNUstep/Paje.app/Resources/Paje.nib/classes.nib
|
||||
libexec/GNUstep/Paje.app/Resources/Paje.nib/info.nib
|
||||
libexec/GNUstep/Paje.app/Resources/Paje.nib/keyedobjects.nib
|
||||
libexec/GNUstep/Paje.app/Resources/Paje.tiff
|
||||
libexec/GNUstep/Paje.app/Resources/PajeEntityInspector.gorm/
|
||||
libexec/GNUstep/Paje.app/Resources/PajeEntityInspector.gorm/data.classes
|
||||
libexec/GNUstep/Paje.app/Resources/PajeEntityInspector.gorm/data.info
|
||||
libexec/GNUstep/Paje.app/Resources/PajeEntityInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Paje.app/Resources/PajeEntityInspector.nib/
|
||||
libexec/GNUstep/Paje.app/Resources/PajeEntityInspector.nib/classes.nib
|
||||
libexec/GNUstep/Paje.app/Resources/PajeEntityInspector.nib/info.nib
|
||||
libexec/GNUstep/Paje.app/Resources/PajeEntityInspector.nib/keyedobjects.nib
|
||||
libexec/GNUstep/Paje.app/Resources/PajeInfo.plist
|
||||
libexec/GNUstep/Paje.app/Resources/distant.tiff
|
||||
libexec/GNUstep/Paje.app/Resources/near.tiff
|
||||
libexec/GNUstep/Paje.app/Resources/toselection.tiff
|
||||
libexec/GNUstep/Paje.app/Resources/traceFilePaje.tiff
|
||||
libexec/GNUstep/Paje.app/stamp.make
|
Loading…
Reference in New Issue
Block a user