Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @41463 [41463] 2 weeks blb@… Move the install/ subdir (containing the mtree files) into …
(edit) @41462 [41462] 2 weeks blb@… No longer need to install resources with base
(edit) @41458 [41458] 2 weeks blb@… Add [default] tag and description to sources.conf
(edit) @41403 [41403] 3 weeks raimue@… port1.0/portutil.tcl: Add a debug output which group files are used
(edit) @41151 [41151] 4 weeks raimue@… macports1.0/macports.tcl: Fix issues introduced in r41145, the file exists …
(edit) @41145 [41145] 4 weeks raimue@… macports1.0/macports.tcl: Fix a problem with URLs not using the file …
(edit) @41143 [41143] 4 weeks raimue@… port1.0/portdestroot.tcl: Use getportresourcepath
(edit) @41142 [41142] 4 weeks raimue@… port1.0/portfetch.tcl: Use getportresourcepath
(edit) @41139 [41139] 4 weeks raimue@… port1.0/portmain.tcl: Correct XXX tag
(edit) @41138 [41138] 4 weeks raimue@… port1.0/portutil.tcl: Use getportresourcepath for global variant …
(edit) @41046 [41046] 4 weeks raimue@… port1.0/portutil.tcl: Missed one instance of getsourceconfigdir
(edit) @41045 [41045] 4 weeks raimue@… port1.0/portmain.tcl: Add a note that we should get rid of …
(edit) @41044 [41044] 4 weeks raimue@… port1.0/portlint.tcl: Use getresourcepath for group files
(edit) @41043 [41043] 4 weeks raimue@… port1.0/portutil.tcl: Use getportresourcepath for the group files
(edit) @41042 [41042] 4 weeks raimue@… macports1.0/macports.tcl: Rename getsourceconfigdir to getportresourcepath
(edit) @41040 [41040] 4 weeks raimue@… macports/macport.tcl: * New flag "default" for sources to indicate …
(edit) @40953 [40953] 5 weeks raimue@… Merged revisions …
(edit) @39830 [39830] 2 months armahg@… The framework tester doesn't need to be in svn.
(edit) @39829 [39829] 2 months armahg@… Deleting gsoc08-framework branch for macports source files
(edit) @39769 [39769] 3 months armahg@… Adding first draft of README.txt file for framework
(edit) @39768 [39768] 3 months armahg@… Adding documentation folder (HTML) along with its zipped version …
(edit) @39767 [39767] 3 months armahg@… Creating directory for MacPort.Framework's headerdoc documentation. Will …
(edit) @39766 [39766] 3 months armahg@… More Code clean up
(edit) @39765 [39765] 3 months armahg@… Code clean up: Removed unneeded files
(edit) @39747 [39747] 3 months armahg@… Completed implementation of IPC notifications. The currently executing …
(edit) @39738 [39738] 3 months armahg@… Adding Notification+ThreadAdditions categories to enable posting …
(edit) @39735 [39735] 3 months armahg@… Reformated input for simplelog Tcl command. This will make it easier for …
(edit) @39693 [39693] 3 months armahg@… MacPorts.Framework is now (basic) feature complete :). Creating IPC BSD …
(edit) @39690 [39690] 3 months armahg@… Added code to create BSD socket file for IPC on the fly. This means the …
(edit) @39658 [39658] 3 months armahg@… Added ConnectionOpen2() function to help debug Broken Pipe errors for …
(edit) @39599 [39599] 3 months armahg@… Abstracted client connection in NotificationsClient object within …
(edit) @39569 [39569] 3 months armahg@… Removed IPC server code from MPNotifications files.
(edit) @39568 [39568] 3 months armahg@… Added IPCAdditions category to MPNotifications class. This is a cleaner …
(edit) @39566 [39566] 3 months armahg@… Added MPHelperToolIPCTester.m file and corresponding target for additional …
(edit) @39562 [39562] 3 months armahg@… HelperTool<->Framework IPC works on first build of Test bundle but not on …
(edit) @39560 [39560] 3 months armahg@… Implemented server side Framework<-->HelperTool IPC methods in …
(edit) @39514 [39514] 3 months armahg@… Added MPNotifications* files for asynchronous notifications between …
(edit) @39471 [39471] 3 months armahg@… Undoing changes committed after r39374 (when everything was working …
(edit) @39468 [39468] 3 months armahg@… Added otest binary executable to Xcode project
(edit) @39375 [39375] 3 months armahg@… Applied mportactivate, mportuninstall and mportdeactivate method fixes to …
(edit) @39374 [39374] 3 months armahg@… Fixed port uninstall operation bug. Changed MPPort -uninstallWithOptions: …
(edit) @39366 [39366] 3 months armahg@… Added more changes to project.pbxproj file to standardize build products …
(edit) @39364 [39364] 3 months armahg@… Commiting changes to build path for xcode project
(edit) @39363 [39363] 3 months armahg@… Hopefully this reverts borked changes I made with project.pbxproj file
(edit) @39362 [39362] 3 months armahg@… Managed to add back deleted project.pbxproj file
(edit) @39357 [39357] 3 months armahg@… Removing local Xcode settings files
(edit) @39329 [39329] 3 months pmagrath@… Update to RC1.
(edit) @39309 [39309] 3 months armahg@… Added first test case to MPPortManipulationTest class. Uninstall operation …
(edit) @39304 [39304] 3 months pmagrath@… Update portfile man page with new asroot options.
(edit) @39296 [39296] 3 months pmagrath@… Add to ChangeLog all changes brought in by the branch. Change default of …
(edit) @39291 [39291] 3 months armahg@… Was able to perform my first --important-- port operation using …
(edit) @39282 [39282] 3 months armahg@… Modifiied -evaluateStringWithMPHelperTool so that it works even if …
(edit) @39280 [39280] 3 months armahg@… Modified -sync , -selfUpdate and exec methods to use …
(edit) @39279 [39279] 3 months armahg@… Added -executeWithPossiblePrivileges to MPInterpreter. Operations which …
(edit) @39278 [39278] 3 months pmagrath@… Merged revisions 39257 via svnmerge from …
(edit) @39277 [39277] 3 months pmagrath@… Simplify some string manipulations. Rewrite destroot args where necessary.
(edit) @39238 [39238] 3 months pmagrath@… Remove unneeded global declaration.
(edit) @39222 [39222] 3 months armahg@… Removd MPInterPreterProtocol.h file. Removed commented out code from …
(edit) @39220 [39220] 3 months armahg@… Renamed the rest of MPPort exec methods (activate, deactivate and …
(edit) @39218 [39218] 3 months armahg@… Cleaned up code for MPMacPorts. Renamed port exec methods based on blbmp's …
(edit) @39216 [39216] 3 months pmagrath@… Use the correct macports install when using re-trying with sudo.
(edit) @39215 [39215] 3 months pmagrath@… A better example for a per-user install location.
(edit) @39214 [39214] 3 months pmagrath@… Catch user failing to authenticate to sudo.
(edit) @39202 [39202] 3 months pmagrath@… Fix bug whereby workpath was being detected as unwritable due to …
(edit) @39197 [39197] 3 months armahg@… Cleaned up code for MPInterpreter.m and MPInterpreter.h classes. Removed …
(edit) @39195 [39195] 3 months armahg@… Cleaned up code in init.tcl and interpInit.tcl files. Removed …
(edit) @39190 [39190] 3 months armahg@… Modified project file so that svn does not look for Testfile.test and …
(edit) @39187 [39187] 3 months armahg@… Creating additional branch for MacPorts_Framework. This branch will be …
(edit) @39178 [39178] 3 months pmagrath@… Merged revisions 39012,39016-39017,39021,39023,39025,39036,39116,39177 via …
(edit) @39103 [39103] 3 months armahg@… Sitll working on IPC between framework and helpertool. Completed code on …
(edit) @39087 [39087] 3 months armahg@… Added MPHelperToolTest files. Added interInit.tcl which is used by …
(edit) @39083 [39083] 3 months pmagrath@… Add README for beta testers.
(edit) @39082 [39082] 3 months pmagrath@… Use chownAsRoot procedure instead of duplicating code.
(edit) @39069 [39069] 4 months pmagrath@… Comment problem with sudo during port uninstall. Break out privilege …
(edit) @39048 [39048] 4 months armahg@… Modified BASFixFaliure to now take in file URL's rather than tool names. …
(edit) @39001 [39001] 4 months armahg@… Completed implementation of Authorization for Framework. Framework Clients …
(edit) @39000 [39000] 4 months pmagrath@… Merged revisions …
(edit) @38999 [38999] 4 months pmagrath@… Use ui_msg instead of ui_error for privileges error. Improve commenting …
(edit) @38997 [38997] 4 months armahg@… Rewrote Notifications_Send function for MPInterpreter class. Added some …
(edit) @38968 [38968] 4 months pmagrath@… Fix bug with errorisprivileges variables
(edit) @38950 [38950] 4 months armahg@… Unable to get Distributed Objects working properly. Committing what I have …
(edit) @38934 [38934] 4 months armahg@… Rudimentary MPHelperTool now passes Test bundle. I am just passing a …
(edit) @38922 [38922] 4 months pmagrath@… Some tidy ups and only elevate privileges if error is a privileges error.
(edit) @38876 [38876] 4 months armahg@… Added BetterAuthorization and MPHelper files. Project set up as described …
(edit) @38800 [38800] 4 months pmagrath@… Add privilege escalation support. If say "port install cowsay" is run …
(edit) @38760 [38760] 4 months armahg@… Things are about to get messy with MPHelperTool. Need a sane place to …
(edit)