MPRegistry |
The registry of installed ports.
Superclass: NSObject
Declared In: MPRegistry.h
installed |
Calls [self installed:@""]
- (NSDictionary *)installed;
installedAsArray:withVersion: |
Returns an array of installed port names
- (NSArray *)installedAsArray:(NSString *)name withVersion:(NSString *)version;
name
version
filesForPort: |
Returns an array of the files in the (installed and active) port
- (NSArray *)filesForPort:(NSString *)name;
Last Updated: Sunday, July 13, 2008