[Midnightbsd-cvs] mports [21175] trunk/science/paje: switch to system
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 15 16:15:23 EDT 2016
Revision: 21175
http://svnweb.midnightbsd.org/mports/?rev=21175
Author: laffer1
Date: 2016-03-15 16:15:23 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
switch to system
Modified Paths:
--------------
trunk/science/paje/Makefile
trunk/science/paje/files/patch-DrawView+Drawing.m
trunk/science/paje/pkg-plist
Modified: trunk/science/paje/Makefile
===================================================================
--- trunk/science/paje/Makefile 2016-03-15 20:14:54 UTC (rev 21174)
+++ trunk/science/paje/Makefile 2016-03-15 20:15:23 UTC (rev 21175)
@@ -2,7 +2,7 @@
PORTNAME= paje
PORTVERSION= 1.97
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science gnustep
MASTER_SITES= SF/${PORTNAME}/Releases
DISTNAME= Paje_${PORTVERSION}
@@ -17,7 +17,7 @@
USE_GNUSTEP= back build
WRKSRC= ${WRKDIR}/${DISTNAME}
-MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
+MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_SYSTEM_ROOT}
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#GNUSTEP_INSTALLATION_DOMAIN|' \
@@ -24,20 +24,20 @@
${WRKSRC}/GNUmakefile
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Paje.app/Paje \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/AggregatingFilter.bundle/AggregatingFilter \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/ContainerFilter.bundle/ContainerFilter \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/EntityTypeFilter.bundle/EntityTypeFilter \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/FieldFilter.bundle/FieldFilter \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/FileReader.bundle/FileReader \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/General.bundle/General \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/ImbricationFilter.bundle/ImbricationFilter \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/OrderFilter.bundle/OrderFilter \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/PajeEventDecoder.bundle/PajeEventDecoder \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/PajeSimulator.bundle/PajeSimulator \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/ReductionFilter.bundle/ReductionFilter \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/SpaceTimeViewer \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/StatViewer.bundle/StatViewer \
- ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Paje/StorageController.bundle/StorageController
+ ${STRIP_CMD} ${PREFIX}/GNUstep/System/Applications/Paje.app/Paje \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/AggregatingFilter.bundle/AggregatingFilter \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/ContainerFilter.bundle/ContainerFilter \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/EntityTypeFilter.bundle/EntityTypeFilter \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/FieldFilter.bundle/FieldFilter \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/FileReader.bundle/FileReader \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/General.bundle/General \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/ImbricationFilter.bundle/ImbricationFilter \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/OrderFilter.bundle/OrderFilter \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/PajeEventDecoder.bundle/PajeEventDecoder \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/PajeSimulator.bundle/PajeSimulator \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/ReductionFilter.bundle/ReductionFilter \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/SpaceTimeViewer \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/StatViewer.bundle/StatViewer \
+ ${PREFIX}/GNUstep/System/Library/Bundles/Paje/StorageController.bundle/StorageController
.include <bsd.port.mk>
Modified: trunk/science/paje/files/patch-DrawView+Drawing.m
===================================================================
--- trunk/science/paje/files/patch-DrawView+Drawing.m 2016-03-15 20:14:54 UTC (rev 21174)
+++ trunk/science/paje/files/patch-DrawView+Drawing.m 2016-03-15 20:15:23 UTC (rev 21175)
@@ -1,14 +1,14 @@
--- SpaceTimeViewer/DrawView+Drawing.m.orig Mon Jan 9 02:13:30 2006
-+++ SpaceTimeViewer/DrawView+Drawing.m Thu Sep 28 20:56:39 2006
++++ SpaceTimeViewer/DrawView+Drawing.m
@@ -23,7 +23,11 @@
#include "DrawView.h"
#ifdef GNUSTEP
-+#ifndef __MidnightBSD__
++# if !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__MidnightBSD__)
#include <values.h>
-+#else
++# else
+#include <math.h>
-+#endif
++# endif
#endif
@implementation DrawView (Drawing)
Modified: trunk/science/paje/pkg-plist
===================================================================
--- trunk/science/paje/pkg-plist 2016-03-15 20:14:54 UTC (rev 21174)
+++ trunk/science/paje/pkg-plist 2016-03-15 20:15:23 UTC (rev 21175)
@@ -1,160 +1,160 @@
-GNUstep/Local/Applications/Paje.app/Paje
-GNUstep/Local/Applications/Paje.app/Resources/Info-gnustep.plist
-GNUstep/Local/Applications/Paje.app/Resources/Paje.desktop
-GNUstep/Local/Applications/Paje.app/Resources/Paje.gorm/data.classes
-GNUstep/Local/Applications/Paje.app/Resources/Paje.gorm/data.info
-GNUstep/Local/Applications/Paje.app/Resources/Paje.gorm/objects.gorm
-GNUstep/Local/Applications/Paje.app/Resources/Paje.tiff
-GNUstep/Local/Applications/Paje.app/Resources/PajeEntityInspector.gorm/data.classes
-GNUstep/Local/Applications/Paje.app/Resources/PajeEntityInspector.gorm/data.info
-GNUstep/Local/Applications/Paje.app/Resources/PajeEntityInspector.gorm/objects.gorm
-GNUstep/Local/Applications/Paje.app/Resources/PajeInfo.plist
-GNUstep/Local/Applications/Paje.app/Resources/distant.tiff
-GNUstep/Local/Applications/Paje.app/Resources/near.tiff
-GNUstep/Local/Applications/Paje.app/Resources/toselection.tiff
-GNUstep/Local/Applications/Paje.app/Resources/traceFilePaje.tiff
-GNUstep/Local/Applications/Paje.app/stamp.make
-GNUstep/Local/Library/Bundles/Paje/AggregatingFilter.bundle/AggregatingFilter
-GNUstep/Local/Library/Bundles/Paje/AggregatingFilter.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/AggregatingFilter.bundle/stamp.make
-GNUstep/Local/Library/Bundles/Paje/ContainerFilter.bundle/ContainerFilter
-GNUstep/Local/Library/Bundles/Paje/ContainerFilter.bundle/Resources/ContainerSelector.gorm/data.classes
-GNUstep/Local/Library/Bundles/Paje/ContainerFilter.bundle/Resources/ContainerSelector.gorm/objects.gorm
-GNUstep/Local/Library/Bundles/Paje/ContainerFilter.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/ContainerFilter.bundle/stamp.make
-GNUstep/Local/Library/Bundles/Paje/EntityTypeFilter.bundle/EntityTypeFilter
-GNUstep/Local/Library/Bundles/Paje/EntityTypeFilter.bundle/Resources/EntityTypeSelector.gorm/data.classes
-GNUstep/Local/Library/Bundles/Paje/EntityTypeFilter.bundle/Resources/EntityTypeSelector.gorm/objects.gorm
-GNUstep/Local/Library/Bundles/Paje/EntityTypeFilter.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/EntityTypeFilter.bundle/stamp.make
-GNUstep/Local/Library/Bundles/Paje/FieldFilter.bundle/FieldFilter
-GNUstep/Local/Library/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.gorm/data.classes
-GNUstep/Local/Library/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.gorm/data.info
-GNUstep/Local/Library/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.gorm/objects.gorm
-GNUstep/Local/Library/Bundles/Paje/FieldFilter.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/FieldFilter.bundle/stamp.make
-GNUstep/Local/Library/Bundles/Paje/FileReader.bundle/FileReader
-GNUstep/Local/Library/Bundles/Paje/FileReader.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/FileReader.bundle/stamp.make
-GNUstep/Local/Library/Bundles/Paje/General.bundle/General
-GNUstep/Local/Library/Bundles/Paje/General.bundle/Resources/HierarchyBrowser.gorm/data.classes
-GNUstep/Local/Library/Bundles/Paje/General.bundle/Resources/HierarchyBrowser.gorm/objects.gorm
-GNUstep/Local/Library/Bundles/Paje/General.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/General.bundle/Resources/PajeEntityInspector.gorm/data.classes
-GNUstep/Local/Library/Bundles/Paje/General.bundle/Resources/PajeEntityInspector.gorm/data.info
-GNUstep/Local/Library/Bundles/Paje/General.bundle/Resources/PajeEntityInspector.gorm/objects.gorm
-GNUstep/Local/Library/Bundles/Paje/General.bundle/Resources/SourceTextViewer.gorm/data.classes
-GNUstep/Local/Library/Bundles/Paje/General.bundle/Resources/SourceTextViewer.gorm/objects.gorm
-GNUstep/Local/Library/Bundles/Paje/General.bundle/stamp.make
-GNUstep/Local/Library/Bundles/Paje/ImbricationFilter.bundle/ImbricationFilter
-GNUstep/Local/Library/Bundles/Paje/ImbricationFilter.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/ImbricationFilter.bundle/Resources/InsetLimit.gorm/data.classes
-GNUstep/Local/Library/Bundles/Paje/ImbricationFilter.bundle/Resources/InsetLimit.gorm/objects.gorm
-GNUstep/Local/Library/Bundles/Paje/ImbricationFilter.bundle/stamp.make
-GNUstep/Local/Library/Bundles/Paje/OrderFilter.bundle/OrderFilter
-GNUstep/Local/Library/Bundles/Paje/OrderFilter.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/OrderFilter.bundle/Resources/Order.gorm/data.classes
-GNUstep/Local/Library/Bundles/Paje/OrderFilter.bundle/Resources/Order.gorm/objects.gorm
-GNUstep/Local/Library/Bundles/Paje/OrderFilter.bundle/stamp.make
-GNUstep/Local/Library/Bundles/Paje/PajeEventDecoder.bundle/PajeEventDecoder
-GNUstep/Local/Library/Bundles/Paje/PajeEventDecoder.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/PajeEventDecoder.bundle/stamp.make
-GNUstep/Local/Library/Bundles/Paje/PajeSimulator.bundle/PajeSimulator
-GNUstep/Local/Library/Bundles/Paje/PajeSimulator.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/PajeSimulator.bundle/stamp.make
-GNUstep/Local/Library/Bundles/Paje/ReductionFilter.bundle/ReductionFilter
-GNUstep/Local/Library/Bundles/Paje/ReductionFilter.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.gorm/data.classes
-GNUstep/Local/Library/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.gorm/data.info
-GNUstep/Local/Library/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.gorm/objects.gorm
-GNUstep/Local/Library/Bundles/Paje/ReductionFilter.bundle/stamp.make
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.gorm/data.classes
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.gorm/data.info
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.gorm/objects.gorm
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/data.classes
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/distant.tiff
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/near.tiff
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/objects.gorm
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/toselection.tiff
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/crosscursor.tiff
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/distant.tiff
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/near.tiff
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/toselection.tiff
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/SpaceTimeViewer
-GNUstep/Local/Library/Bundles/Paje/SpaceTimeViewer.bundle/stamp.make
-GNUstep/Local/Library/Bundles/Paje/StatViewer.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.gorm/data.classes
-GNUstep/Local/Library/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.gorm/data.info
-GNUstep/Local/Library/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.gorm/objects.gorm
-GNUstep/Local/Library/Bundles/Paje/StatViewer.bundle/StatViewer
-GNUstep/Local/Library/Bundles/Paje/StatViewer.bundle/stamp.make
-GNUstep/Local/Library/Bundles/Paje/StorageController.bundle/Resources/Info-gnustep.plist
-GNUstep/Local/Library/Bundles/Paje/StorageController.bundle/StorageController
-GNUstep/Local/Library/Bundles/Paje/StorageController.bundle/stamp.make
-GNUstep/Local/Library/Headers/AggregatingFilter/AggregateEvent.h
-GNUstep/Local/Library/Headers/AggregatingFilter/AggregateLink.h
-GNUstep/Local/Library/Headers/AggregatingFilter/AggregateState.h
-GNUstep/Local/Library/Headers/AggregatingFilter/AggregateValue.h
-GNUstep/Local/Library/Headers/AggregatingFilter/AggregatingChunk.h
-GNUstep/Local/Library/Headers/AggregatingFilter/AggregatingChunkArray.h
-GNUstep/Local/Library/Headers/AggregatingFilter/AggregatingFilter.h
-GNUstep/Local/Library/Headers/AggregatingFilter/EntityAggregator.h
-GNUstep/Local/Library/Headers/ContainerFilter/ContainerSelector.h
-GNUstep/Local/Library/Headers/EntityTypeFilter/EntityTypeSelector.h
-GNUstep/Local/Library/Headers/FieldFilter/FieldFilter.h
-GNUstep/Local/Library/Headers/FieldFilter/FieldFilterDescriptor.h
-GNUstep/Local/Library/Headers/General/Association.h
-GNUstep/Local/Library/Headers/General/CStringCallBacks.h
-GNUstep/Local/Library/Headers/General/ChunkArray.h
-GNUstep/Local/Library/Headers/General/ColoredSwitchButtonCell.h
-GNUstep/Local/Library/Headers/General/Comparing.h
-GNUstep/Local/Library/Headers/General/CondensedEntitiesArray.h
-GNUstep/Local/Library/Headers/General/DataScanner.h
-GNUstep/Local/Library/Headers/General/EntityChunk.h
-GNUstep/Local/Library/Headers/General/FilteredEnumerator.h
-GNUstep/Local/Library/Headers/General/FoundationAdditions.h
-GNUstep/Local/Library/Headers/General/HierarchyBrowser.h
-GNUstep/Local/Library/Headers/General/Macros.h
-GNUstep/Local/Library/Headers/General/MultiEnumerator.h
-GNUstep/Local/Library/Headers/General/NSArray+Additions.h
-GNUstep/Local/Library/Headers/General/NSColor+Additions.h
-GNUstep/Local/Library/Headers/General/NSDate+Additions.h
-GNUstep/Local/Library/Headers/General/NSDictionary+Additions.h
-GNUstep/Local/Library/Headers/General/NSMatrix+Additions.h
-GNUstep/Local/Library/Headers/General/NSObject+Additions.h
-GNUstep/Local/Library/Headers/General/NSString+Additions.h
-GNUstep/Local/Library/Headers/General/NSUserDefaults+Additions.h
-GNUstep/Local/Library/Headers/General/PSortedArray.h
-GNUstep/Local/Library/Headers/General/PTime.h
-GNUstep/Local/Library/Headers/General/PajeContainer.h
-GNUstep/Local/Library/Headers/General/PajeEntity.h
-GNUstep/Local/Library/Headers/General/PajeEntityInspector.h
-GNUstep/Local/Library/Headers/General/PajeEvent.h
-GNUstep/Local/Library/Headers/General/PajeFilter.h
-GNUstep/Local/Library/Headers/General/PajeType.h
-GNUstep/Local/Library/Headers/General/Protocols.h
-GNUstep/Local/Library/Headers/General/SourceCodeReference.h
-GNUstep/Local/Library/Headers/General/SourceTextController.h
-GNUstep/Local/Library/Headers/General/TranslationTable.h
-GNUstep/Local/Library/Headers/General/UniqueString.h
-GNUstep/Local/Library/Headers/ImbricationFilter/InsetLimit.h
-GNUstep/Local/Library/Headers/OrderFilter/Order.h
-GNUstep/Local/Library/Headers/ReductionFilter/BusyArray.h
-GNUstep/Local/Library/Headers/ReductionFilter/BusyDate.h
-GNUstep/Local/Library/Headers/ReductionFilter/BusyNode.h
-GNUstep/Local/Library/Headers/ReductionFilter/ReduceEntity.h
-GNUstep/Local/Library/Headers/ReductionFilter/ReduceEntityType.h
-GNUstep/Local/Library/Headers/SpaceTimeViewer/DrawView.h
-GNUstep/Local/Library/Headers/SpaceTimeViewer/HierarchyRuler.h
-GNUstep/Local/Library/Headers/SpaceTimeViewer/STController.h
-GNUstep/Local/Library/Headers/SpaceTimeViewer/STEntityTypeLayout.h
-GNUstep/Local/Library/Headers/SpaceTimeViewer/STEntityTypeLayoutController.h
-GNUstep/Local/Library/Headers/SpaceTimeViewer/STLayoutEditor.h
-GNUstep/Local/Library/Headers/SpaceTimeViewer/Shape.h
-GNUstep/Local/Library/Headers/StatViewer/PieCell.h
-GNUstep/Local/Library/Headers/StatViewer/StatArray.h
-GNUstep/Local/Library/Headers/StatViewer/StatViewer.h
-GNUstep/Local/Library/Headers/StorageController/AnchorFilter.h
-GNUstep/Local/Library/Headers/StorageController/Encapsulate.h
-GNUstep/Local/Tools/Paje
+GNUstep/System/Applications/Paje.app/Paje
+GNUstep/System/Applications/Paje.app/Resources/Info-gnustep.plist
+GNUstep/System/Applications/Paje.app/Resources/Paje.desktop
+GNUstep/System/Applications/Paje.app/Resources/Paje.gorm/data.classes
+GNUstep/System/Applications/Paje.app/Resources/Paje.gorm/data.info
+GNUstep/System/Applications/Paje.app/Resources/Paje.gorm/objects.gorm
+GNUstep/System/Applications/Paje.app/Resources/Paje.tiff
+GNUstep/System/Applications/Paje.app/Resources/PajeEntityInspector.gorm/data.classes
+GNUstep/System/Applications/Paje.app/Resources/PajeEntityInspector.gorm/data.info
+GNUstep/System/Applications/Paje.app/Resources/PajeEntityInspector.gorm/objects.gorm
+GNUstep/System/Applications/Paje.app/Resources/PajeInfo.plist
+GNUstep/System/Applications/Paje.app/Resources/distant.tiff
+GNUstep/System/Applications/Paje.app/Resources/near.tiff
+GNUstep/System/Applications/Paje.app/Resources/toselection.tiff
+GNUstep/System/Applications/Paje.app/Resources/traceFilePaje.tiff
+GNUstep/System/Applications/Paje.app/stamp.make
+GNUstep/System/Library/Bundles/Paje/AggregatingFilter.bundle/AggregatingFilter
+GNUstep/System/Library/Bundles/Paje/AggregatingFilter.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/AggregatingFilter.bundle/stamp.make
+GNUstep/System/Library/Bundles/Paje/ContainerFilter.bundle/ContainerFilter
+GNUstep/System/Library/Bundles/Paje/ContainerFilter.bundle/Resources/ContainerSelector.gorm/data.classes
+GNUstep/System/Library/Bundles/Paje/ContainerFilter.bundle/Resources/ContainerSelector.gorm/objects.gorm
+GNUstep/System/Library/Bundles/Paje/ContainerFilter.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/ContainerFilter.bundle/stamp.make
+GNUstep/System/Library/Bundles/Paje/EntityTypeFilter.bundle/EntityTypeFilter
+GNUstep/System/Library/Bundles/Paje/EntityTypeFilter.bundle/Resources/EntityTypeSelector.gorm/data.classes
+GNUstep/System/Library/Bundles/Paje/EntityTypeFilter.bundle/Resources/EntityTypeSelector.gorm/objects.gorm
+GNUstep/System/Library/Bundles/Paje/EntityTypeFilter.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/EntityTypeFilter.bundle/stamp.make
+GNUstep/System/Library/Bundles/Paje/FieldFilter.bundle/FieldFilter
+GNUstep/System/Library/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.gorm/data.classes
+GNUstep/System/Library/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.gorm/data.info
+GNUstep/System/Library/Bundles/Paje/FieldFilter.bundle/Resources/FieldFilter.gorm/objects.gorm
+GNUstep/System/Library/Bundles/Paje/FieldFilter.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/FieldFilter.bundle/stamp.make
+GNUstep/System/Library/Bundles/Paje/FileReader.bundle/FileReader
+GNUstep/System/Library/Bundles/Paje/FileReader.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/FileReader.bundle/stamp.make
+GNUstep/System/Library/Bundles/Paje/General.bundle/General
+GNUstep/System/Library/Bundles/Paje/General.bundle/Resources/HierarchyBrowser.gorm/data.classes
+GNUstep/System/Library/Bundles/Paje/General.bundle/Resources/HierarchyBrowser.gorm/objects.gorm
+GNUstep/System/Library/Bundles/Paje/General.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/General.bundle/Resources/PajeEntityInspector.gorm/data.classes
+GNUstep/System/Library/Bundles/Paje/General.bundle/Resources/PajeEntityInspector.gorm/data.info
+GNUstep/System/Library/Bundles/Paje/General.bundle/Resources/PajeEntityInspector.gorm/objects.gorm
+GNUstep/System/Library/Bundles/Paje/General.bundle/Resources/SourceTextViewer.gorm/data.classes
+GNUstep/System/Library/Bundles/Paje/General.bundle/Resources/SourceTextViewer.gorm/objects.gorm
+GNUstep/System/Library/Bundles/Paje/General.bundle/stamp.make
+GNUstep/System/Library/Bundles/Paje/ImbricationFilter.bundle/ImbricationFilter
+GNUstep/System/Library/Bundles/Paje/ImbricationFilter.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/ImbricationFilter.bundle/Resources/InsetLimit.gorm/data.classes
+GNUstep/System/Library/Bundles/Paje/ImbricationFilter.bundle/Resources/InsetLimit.gorm/objects.gorm
+GNUstep/System/Library/Bundles/Paje/ImbricationFilter.bundle/stamp.make
+GNUstep/System/Library/Bundles/Paje/OrderFilter.bundle/OrderFilter
+GNUstep/System/Library/Bundles/Paje/OrderFilter.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/OrderFilter.bundle/Resources/Order.gorm/data.classes
+GNUstep/System/Library/Bundles/Paje/OrderFilter.bundle/Resources/Order.gorm/objects.gorm
+GNUstep/System/Library/Bundles/Paje/OrderFilter.bundle/stamp.make
+GNUstep/System/Library/Bundles/Paje/PajeEventDecoder.bundle/PajeEventDecoder
+GNUstep/System/Library/Bundles/Paje/PajeEventDecoder.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/PajeEventDecoder.bundle/stamp.make
+GNUstep/System/Library/Bundles/Paje/PajeSimulator.bundle/PajeSimulator
+GNUstep/System/Library/Bundles/Paje/PajeSimulator.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/PajeSimulator.bundle/stamp.make
+GNUstep/System/Library/Bundles/Paje/ReductionFilter.bundle/ReductionFilter
+GNUstep/System/Library/Bundles/Paje/ReductionFilter.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.gorm/data.classes
+GNUstep/System/Library/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.gorm/data.info
+GNUstep/System/Library/Bundles/Paje/ReductionFilter.bundle/Resources/ReductionFilter.gorm/objects.gorm
+GNUstep/System/Library/Bundles/Paje/ReductionFilter.bundle/stamp.make
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.gorm/data.classes
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.gorm/data.info
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/STEntityTypeLayout.gorm/objects.gorm
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/data.classes
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/distant.tiff
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/near.tiff
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/objects.gorm
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/SpaceTime.gorm/toselection.tiff
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/crosscursor.tiff
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/distant.tiff
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/near.tiff
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/Resources/toselection.tiff
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/SpaceTimeViewer
+GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/stamp.make
+GNUstep/System/Library/Bundles/Paje/StatViewer.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.gorm/data.classes
+GNUstep/System/Library/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.gorm/data.info
+GNUstep/System/Library/Bundles/Paje/StatViewer.bundle/Resources/StatViewer.gorm/objects.gorm
+GNUstep/System/Library/Bundles/Paje/StatViewer.bundle/StatViewer
+GNUstep/System/Library/Bundles/Paje/StatViewer.bundle/stamp.make
+GNUstep/System/Library/Bundles/Paje/StorageController.bundle/Resources/Info-gnustep.plist
+GNUstep/System/Library/Bundles/Paje/StorageController.bundle/StorageController
+GNUstep/System/Library/Bundles/Paje/StorageController.bundle/stamp.make
+GNUstep/System/Library/Headers/AggregatingFilter/AggregateEvent.h
+GNUstep/System/Library/Headers/AggregatingFilter/AggregateLink.h
+GNUstep/System/Library/Headers/AggregatingFilter/AggregateState.h
+GNUstep/System/Library/Headers/AggregatingFilter/AggregateValue.h
+GNUstep/System/Library/Headers/AggregatingFilter/AggregatingChunk.h
+GNUstep/System/Library/Headers/AggregatingFilter/AggregatingChunkArray.h
+GNUstep/System/Library/Headers/AggregatingFilter/AggregatingFilter.h
+GNUstep/System/Library/Headers/AggregatingFilter/EntityAggregator.h
+GNUstep/System/Library/Headers/ContainerFilter/ContainerSelector.h
+GNUstep/System/Library/Headers/EntityTypeFilter/EntityTypeSelector.h
+GNUstep/System/Library/Headers/FieldFilter/FieldFilter.h
+GNUstep/System/Library/Headers/FieldFilter/FieldFilterDescriptor.h
+GNUstep/System/Library/Headers/General/Association.h
+GNUstep/System/Library/Headers/General/CStringCallBacks.h
+GNUstep/System/Library/Headers/General/ChunkArray.h
+GNUstep/System/Library/Headers/General/ColoredSwitchButtonCell.h
+GNUstep/System/Library/Headers/General/Comparing.h
+GNUstep/System/Library/Headers/General/CondensedEntitiesArray.h
+GNUstep/System/Library/Headers/General/DataScanner.h
+GNUstep/System/Library/Headers/General/EntityChunk.h
+GNUstep/System/Library/Headers/General/FilteredEnumerator.h
+GNUstep/System/Library/Headers/General/FoundationAdditions.h
+GNUstep/System/Library/Headers/General/HierarchyBrowser.h
+GNUstep/System/Library/Headers/General/Macros.h
+GNUstep/System/Library/Headers/General/MultiEnumerator.h
+GNUstep/System/Library/Headers/General/NSArray+Additions.h
+GNUstep/System/Library/Headers/General/NSColor+Additions.h
+GNUstep/System/Library/Headers/General/NSDate+Additions.h
+GNUstep/System/Library/Headers/General/NSDictionary+Additions.h
+GNUstep/System/Library/Headers/General/NSMatrix+Additions.h
+GNUstep/System/Library/Headers/General/NSObject+Additions.h
+GNUstep/System/Library/Headers/General/NSString+Additions.h
+GNUstep/System/Library/Headers/General/NSUserDefaults+Additions.h
+GNUstep/System/Library/Headers/General/PSortedArray.h
+GNUstep/System/Library/Headers/General/PTime.h
+GNUstep/System/Library/Headers/General/PajeContainer.h
+GNUstep/System/Library/Headers/General/PajeEntity.h
+GNUstep/System/Library/Headers/General/PajeEntityInspector.h
+GNUstep/System/Library/Headers/General/PajeEvent.h
+GNUstep/System/Library/Headers/General/PajeFilter.h
+GNUstep/System/Library/Headers/General/PajeType.h
+GNUstep/System/Library/Headers/General/Protocols.h
+GNUstep/System/Library/Headers/General/SourceCodeReference.h
+GNUstep/System/Library/Headers/General/SourceTextController.h
+GNUstep/System/Library/Headers/General/TranslationTable.h
+GNUstep/System/Library/Headers/General/UniqueString.h
+GNUstep/System/Library/Headers/ImbricationFilter/InsetLimit.h
+GNUstep/System/Library/Headers/OrderFilter/Order.h
+GNUstep/System/Library/Headers/ReductionFilter/BusyArray.h
+GNUstep/System/Library/Headers/ReductionFilter/BusyDate.h
+GNUstep/System/Library/Headers/ReductionFilter/BusyNode.h
+GNUstep/System/Library/Headers/ReductionFilter/ReduceEntity.h
+GNUstep/System/Library/Headers/ReductionFilter/ReduceEntityType.h
+GNUstep/System/Library/Headers/SpaceTimeViewer/DrawView.h
+GNUstep/System/Library/Headers/SpaceTimeViewer/HierarchyRuler.h
+GNUstep/System/Library/Headers/SpaceTimeViewer/STController.h
+GNUstep/System/Library/Headers/SpaceTimeViewer/STEntityTypeLayout.h
+GNUstep/System/Library/Headers/SpaceTimeViewer/STEntityTypeLayoutController.h
+GNUstep/System/Library/Headers/SpaceTimeViewer/STLayoutEditor.h
+GNUstep/System/Library/Headers/SpaceTimeViewer/Shape.h
+GNUstep/System/Library/Headers/StatViewer/PieCell.h
+GNUstep/System/Library/Headers/StatViewer/StatArray.h
+GNUstep/System/Library/Headers/StatViewer/StatViewer.h
+GNUstep/System/Library/Headers/StorageController/AnchorFilter.h
+GNUstep/System/Library/Headers/StorageController/Encapsulate.h
+GNUstep/System/Tools/Paje
More information about the Midnightbsd-cvs
mailing list