= Google Summer of Code, 2007 = This is the main tracking page for MacPorts/Google [http://code.google.com/soc/ "Summer of Code"] 2007. If MacPorts is selected as a Summer of Code participant, we'll post that information here and provide additional information for student applicants. == Status == MacPorts is currently in the process of applying for [http://groups.google.com/group/google-summer-of-code-announce/web/gsoc-mentor-organization-application-how-to "organizational acceptance"] by Google for Summer of Code 2007. * The organizational application for MacPorts has been filed with Google. We'll be notified by google of their decision by Wednesday, March 14, 2007 (PST). == Mentors == The following committers have agreed to be mentors for SoC (append @macports.org for e-mail) * James Berry (base, general, ports) [jberry] * James Cox (base, general, ports) [imajes] * Juan Manuel Palacios (general) [jmpp] * Paul Guyot (base, general, ports) [pguyot] * Markus Weissmann (base, general, ports) [mww] == Tasks == This is a list of some potential tasks that student SoC members could undertake. These are just ideas, and while they express our current concerns, we are open to blue-sky projects related to MacPorts. We strongly suggest that you discuss your contribution ideas with potential mentors by e-mail, on the MacPorts development list or the irc channel '''before applying'''. === Main Tasks (Base/Infrastructure Code) === ==== Task 1: Dependencies ==== This task consists in implementing a new dependencies engine for MacPorts. The current dependency engine properly deals with installing packages, but it does not deal satisfactorily with dependencies on variants (and versions), uninstalling and upgrading. This very challenging task requires a complete formalization of the use cases before any implementation, as well as a deep understanding of the dependency relations (static linking, dynamic linking, runtime use). Classification: very challenging task[[BR]] Programming languages: Tcl and C[[BR]] Potential mentor: pguyot, jberry ==== Task 2: Python Group ==== Improve python group code (medium) Classification: medium task ==== Task 3: Virtual "chroot" ==== MacPorts uses dynamic library injection code to control and monitor file system accesses of ports when they are compiled. This technique is used for the trace mode which is used to automatically figure out dependencies between ports. The proposed task consists in upgrading this mechanism to transform the trace mode (which ''reports'') into a virtual chroot environment which will contraint ports to be compiled in a controlled environment. For example, if a port does not mention a dependency on the jpeg port, the configure script, the compiler and the linker will not see jpeg port binaries, includes and libraries. This task could extend up to defining virtual ports based on software installed with traditional MacOS X packages (for which list of files are saved in /Library/Receipts/). Part of the challenge includes the design of an efficient communication channel between the dynamic library and the Tcl code and a complete study of possible holes in this virtual chroot environment. Classification: challenging task[[BR]] Programming languages: Tcl and C[[BR]] Potential mentor: pguyot ==== Task 4: Binaries ==== MacPorts project does not provide binaries yet (installation of software without compiling them). This project consists in working in concert (or cooperatively) with whomever does (virtual chroot) to setup a mechanism to automatically build packages, send reports on failures and implement a distribution mechanisms to allow users to fetch binary packages. This task could extend to support universal binaries, cross-testing (building on an intel box and testing on a powerpc box) and extending the livecheck mechanism to automatically send reports when ports are updated. Classification: relatively challenging to challenging task[[BR]] Programming language: Tcl[[BR]] Potential mentor: pguyot, jberry ==== Task 5: Graphical user interface ==== Come up with a front-end for installing packages (or building ports, where no package exists) for naive end-users. Classification: major task[[BR]] Programming languages: Tcl and any other language for the GUI part (e.g. ObjC) ==== Task 6: Images (Pkgview, depot-to-depot dependencies) ==== MacPorts implements what we call the Image mode where software are stored in a depot (e.g. /opt/local/var/db/dports/software/gawk/3.1.5_2/opt/local/bin/gawk). For the moment, this functions like an archive and files are hardlinked to their active location (/opt/local/bin/gawk). If port A depends on dynamic library B.dylib from port B, it actually links to /opt/local/lib/B.dylib. The idea of this task is to figure out a way for port A to be linked to the library in the depot and to work even if port B is not active. That is to say that if port foo depends on version 1.2.3 of port bar, it should be compiled and linked in such a way that it's wired to the depot location of bar, not the "activated" location. That will finally fix the fragility problem where deactivating port bar vers n-1 in order to install port bar vers n (because other things depend on n) won't also require breaking everything that relies on n-1. This mechanism also has additional advantages such as limiting the unavailability time to a minimum, especially when upgrading libraries every other package depends on (such as gettext). Classification: challenging to very challenging task[[BR]] Programming language: Tcl[[BR]] Potential mentor: pguyot ==== Task 7: Root privileges ==== Implement facility to reduce need to execute macports as root, by adding facilities to mark ports as requiring root, by dropping root privileges where possible, and perhaps by keeping repository in per-user space. Classification: medium task Programming language: Tcl, C Potential mentor: imajes, jberry ==== Task 8: Portfiles ==== Sweep through all Portfiles and look for useful opportunities to add more built-in Tcl functions that make Portfiles more (usefully) terse, powerful, flexible or easier to write. I'm sure there is an entirely family of helper functions yet to be written here. (medium) Classification: medium task ==== Task 9: Mirroring ==== Implement a mechanism and setup a system to mirror distribution files for MacPorts. This task consists in developing tools to automatically create and update mirror directories and will certainly require some rework of the code that fetches tarballs. Classification: medium task[[BR]] Potential mentor: pguyot, imajes === Additional tasks === ==== Task 10: Ports ==== * Porting of additional packages to MacPorts * Cleanup and/or remove obsolete ports Classification: medium task Potential mentor: imajes ==== Task 11: Documentation and Website ==== * Improve macports documentation (minor - medium) * Improve macports website (minor - medium) Classification: minor task Potential mentor: imajes