Add more details about Gabor Kovesdan's ports collection SoC project.
Submitted by: erwin
This commit is contained in:
parent
449ea3a6cb
commit
2d7c20bddf
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28921
1 changed files with 23 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode-2006.sgml,v 1.2 2006/10/06 02:10:39 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode-2006.sgml,v 1.3 2006/10/06 17:27:05 murray Exp $">
|
||||
<!ENTITY title "FreeBSD Summer of Code 2006">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
|
||||
|
@ -321,10 +321,31 @@ development branch.
|
|||
</td></tr>
|
||||
<tr><td colspan="2"> </tr>
|
||||
|
||||
<tr><td>Student:</td><td>Gabor Kovesdan</td></tr>
|
||||
<tr><td>Student:</td><td>Gábor Kövesdán</td></tr>
|
||||
<tr><td>Summary:</td><td>Improving FreeBSD Ports Collection Infrastructure</td></tr>
|
||||
<tr><td>Mentor:</td><td> &a.erwin; <erwin@FreeBSD.org></td></tr>
|
||||
<tr><td>Summary:</td><td>
|
||||
<p>This project consists of the following tasks:</p>
|
||||
|
||||
<ol>
|
||||
<li>New handling for i386 binary ports</li>
|
||||
<li>Cleanup: use ECHO_CMD and ECHO_MSG in bsd.port.mk properly</li>
|
||||
<li>Add a basic infrastructure support for debugging</li>
|
||||
<li>Installing ports with different destination (DESTDIR macro)</li>
|
||||
<li>Cleanup: Move fetch shell scripts out of bsd.port.mk</li>
|
||||
<li>Make ports respect CC and CFLAGS</li>
|
||||
<li>Cross-compiling Ports</li>
|
||||
<li>Plist generator tool<li>
|
||||
</ol>
|
||||
|
||||
<p>The first three items are completed and the next two items are being worked on.
|
||||
The DESTDIR support was more complicated than presumed, so it took more
|
||||
time and the student didn't have time to finish the other items. Gábor
|
||||
will continue working on these and other ports related tasks and FreeBSD is
|
||||
happy to have interested him to keep working on ports and ports infrastructure.</p>
|
||||
|
||||
<p>More details can be found at <a href="http://wikitest.freebsd.org/G%C3%A1borK%C3%B6vesd%C3%A1n">
|
||||
Gábor's Wiki page</a>.</p>
|
||||
|
||||
</td></tr>
|
||||
<tr><td colspan="2"> </tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue