Commit graph

10365 commits

Author SHA1 Message Date
Pav Lucistnik
ec5f057e17 Add four new ports related entries:
1) Collect the pkg-message output in dependencies and display it after the
   build finish
2) Parallelization of the Ports Collection (this one is suitable as SoC
   project)
3) UPDATING parser, kind of a junior task
4) portupgrade in base thing

Discussed with:	cperciva and others

Also change technical contact for COMPAT_43TTY task to Ed Maste, who's actively
working on it.
2007-03-18 16:38:50 +00:00
Simon L. B. Nielsen
9f255a118c Hide the "root" directory since it's just an artifact of how the FreeBSD
CVS repositories are exported via CVSup.

Indirectly suggested by:	rafan
2007-03-18 07:52:58 +00:00
Murray Stokely
27a686bf2c Add two new SoC projects: sysenter (x86) and schedgraph improvements.
Submitted by:	jeff
2007-03-18 02:28:50 +00:00
Simon L. B. Nielsen
1f08136bd0 Remove 4.4BSD-Lite from the list of repositories - it's not actually
online (so CVSweb doesn't show it in the list anyway), and I don't
recall seeing it online while I have been around.
2007-03-17 23:23:31 +00:00
Simon L. B. Nielsen
47d54316fb Merge CVSweb 3.0.6 into HEAD. This was basically done as a manual merge
the relevant parts onto CVSweb 3.0.6 stock files, so it is not entirely
impossible that some local changes were lost, though I don't think/hope
so.

The use of cgi-style.pl was merged by danger@.  He also, together with
Dan Langille, got CVSweb 3 tested against FreshPorts prior to commit, so
this update should not blow up FreshPorts.  Thanks to both for the help.

Note that this now means that the FreeBSD CGI scripts more or less
require perl 5.8 (or at least something newer than 5.0), to run without
local modifications - but people really shouldn't be running perl 5.0
these days anyway... (no comments on the fact that www.FreeBSD.org did
this until ~2 hours ago... ).
2007-03-17 22:28:31 +00:00
Simon L. B. Nielsen
1a4d97d5ee Add support images from/for cvsweb 3.0.6. 2007-03-17 21:33:09 +00:00
Simon L. B. Nielsen
6445567abe Add CSS from/for cvsweb 3.0.6. 2007-03-17 21:29:35 +00:00
Simon L. B. Nielsen
88f688c0ff Remove the -T option so it iss possible to run cvsweb 2 on Perl 5.8
which has more strict taint checks.

This is a temporary stopgap while upgrading to perl 5.8 and migrating
to cvsweb 3 to get around the catch-22 that cvsweb 3 requires perl
5.8, and perl can't be upgraded to 5.8 if it breaks cvsweb.
2007-03-17 20:53:48 +00:00
Simon L. B. Nielsen
6734cc0b82 Break a long line by using standard doc/www Makefile style. 2007-03-17 15:36:10 +00:00
Joel Dahl
3e191c146c s/quota/rpc.rquotad/
Submitted by:	wkoszek
2007-03-17 09:48:31 +00:00
Xin LI
f342206988 New SoC idea: automated kernel crash reporting. 2007-03-17 08:48:46 +00:00
Diomidis Spinellis
7c83c5a677 Mention that BSD-licensed versions of the text tools are available
in OpenBSD.

Comment by: brueffer
2007-03-16 17:59:05 +00:00
Murray Stokely
b6d3ef19bc Note a few other projects that are suitable for SoC, from summit notes. 2007-03-16 16:49:17 +00:00
Diomidis Spinellis
3feb9c21d6 Add soc idea: BSD-licensed Text-Processing Tools 2007-03-16 16:26:18 +00:00
Remko Lodder
bf645a9416 Specify what Content-Type we send, and what the script was expecting to
get.

PR:		www/110285
Submitted by:	Devon H. O'Dell <devon dot odell at coyotepoint dot com>
Silence on:	www@
2007-03-16 06:35:54 +00:00
Murray Stokely
7544254cce Indicate directly on the ideas page which projects are most suitable
for Summer of Code.

Suggested by:	luigi
2007-03-15 18:40:42 +00:00
Murray Stokely
74f13ce359 Split out the old news from 2004 and 2005 into separate pages so that
only more recent news shows up on the newsflash page.
2007-03-15 16:21:15 +00:00
Murray Stokely
34f8a7ae80 Add Max Laier as a potential firewalls mentor. 2007-03-15 16:15:50 +00:00
David Xu
5492328cd3 Got a 4-cpu machine, thank JunFeng Wen < wjf at freebsd.org.cn >. 2007-03-15 08:54:00 +00:00
Joel Dahl
c5a088412d The doc tree is open for commits (and has been for a while). 2007-03-15 07:09:45 +00:00
Christian Brueffer
b9e2d96579 Oops, add mikeh's item back. Note to self: mike != mikeh 2007-03-14 21:18:17 +00:00
Christian Brueffer
52f924e8cb Remove items of retired committers. 2007-03-14 21:10:01 +00:00
Gabor Kovesdan
68e35d401a - Remove old link, which pointed to the archived old websites before
PR:		www/110157
Submitted by:	Martin Münch <martin@martin.100megs12.com>
Approved by:	keramida (mentor)
2007-03-13 12:30:40 +00:00
Bruce A. Mah
6ce445fe25 Rearrange upcoming release events to reflect current tentative plans. 2007-03-13 05:34:30 +00:00
Joel Dahl
1fb15d8f7a Add a new project called "GNOME and/or KDE front-ends to the freebsd-update(8)
utility."  cperciva acts as technical contact for the freebsd-update part of
the project, but it would be nice to have someone with experience from
writing GNOME/KDE applications as a technical contact/mentor as well.

Submitted by:	cperciva, kris
2007-03-12 16:50:33 +00:00
Ken Smith
514db1c391 March 2007 snapshot builds are completed. 2007-03-12 14:12:34 +00:00
Gabor Kovesdan
26900d50a3 - Change the "Report a Bug" link to point to support/bugreports.html
instead of the PR form directly. Each user should read these
  guidelines before sending a PR, but currently it seems they don't
  do it always. We receive questions via PRs, which should be sent to
  mailing lists instead, or PRs with not enough information and
  rarely non-English PRs as well. I hope this will help a bit.

PR:			www/97233
Submitted by:		Gavin Atkinson <gavin@mod3.co.uk>
No objection from:	freebsd-doc, freebsd-www, bugmeister
Approved by:		keramida (mentor)
2007-03-11 16:39:43 +00:00
Gabor Kovesdan
f84b4d3ef8 - Merge links pointing to the same form
- Remove unnecessary dots, since these texts are not sentences

PR:			www/97234 (related)
No objection from:	freebsd-doc, freebsd-www, bugmeister
Approved by:		keramida (mentor)
2007-03-11 16:34:45 +00:00
Murray Stokely
d69c8224e1 In the full idea list with descriptions, group the ideas beneath the
category names to provide a logical division in the rather long list
of projects.
2007-03-11 07:38:13 +00:00
Michael Bushkov
84e816731e Removing text kernel dumps idea, because I'd like to handle it.
Approved by:	brooks (mentor), rwatson
2007-03-11 07:28:03 +00:00
Murray Stokely
0f14658f84 Add two new ideas suitable for SoC projects: update the USB stack, and
in-kernel linux emulation for device drivers.

Submitted by:	luigi
2007-03-11 07:22:20 +00:00
Murray Stokely
181fe4144e Add project about avoiding syscall overhead for some userland requests
such as setproctitle().  Suitable for SoC with right mentor.

Submitted by:	kris
Additional text by:	rwatson
2007-03-11 06:58:12 +00:00
Joe Marcus Clarke
69edf26261 Forced commit to note that the previous commit was part of a PR.
PR:		110154
2007-03-11 06:30:24 +00:00
Joe Marcus Clarke
69efac850e Tweak the wording of the "What is GNOME" section as well as some other
awkward grammar.

Submitted by:	adamw
2007-03-11 06:29:46 +00:00
Joe Marcus Clarke
51b6dbc502 Announce the release of GNOME 2.17.92 for FreeBSD. 2007-03-11 06:24:44 +00:00
Michael Bushkov
e2625c3a08 - Adding myself to the developers list
- Updating the news file with my info

Approved by:	brooks (mentor)
2007-03-11 04:34:16 +00:00
Mark Linimon
bb58f3c380 Belatedly add remko to bugmeisters. 2007-03-10 21:25:28 +00:00
Christian Brueffer
59fbcb0dd9 Correct login name. 2007-03-10 12:36:57 +00:00
Joel Dahl
9df2a90b0e Add links to a couple of interesting wiki projects. 2007-03-10 10:27:59 +00:00
Joel Dahl
5f0ec506d5 Add missing comma. 2007-03-10 10:15:15 +00:00
Joel Dahl
8bc6145348 Sort entries alphabetically. 2007-03-10 10:12:44 +00:00
Murray Stokely
91358e10f2 Add a project idea for locking the FireWire driver that might be
suitable for the right SoC student.

Submitted by: simokawa
2007-03-10 07:37:44 +00:00
Murray Stokely
9ac945a6bd Add an IPv6 userland cleanup project (suitable for SoC) and note that
gnn is willing to mentor general networking projects.

Submitted by: gnn
2007-03-10 05:06:40 +00:00
Murray Stokely
e18cf329e5 Remove. Content moved to summerofcode.xsl. 2007-03-10 04:50:23 +00:00
Murray Stokely
649497dcad Move the Summer of Code page to an XSLT file. Use an XPATH query to
extract ideas from the ideas list which include the class='soc'
attribute.  Display the title of those projects which are deemed
suitable for summer of code projects and then link to the ideas page
for the full description, technical contacts, requirements, etc.
2007-03-10 04:46:52 +00:00
Murray Stokely
fd0316e6a5 Annotate some of the project ideas that are suitable for Summer of
Code projects with a 'class="soc"' attribute.

Discussed at: AsiaBSDCon Dev Summit (thanks brooks@ for taking notes).
2007-03-10 04:31:46 +00:00
Murray Stokely
06bd2127e0 Move ideas list to an XML format so that we can have just one data
source and extract and display the projects listed here in multiple
ways.  For example, those projects that are suitable for summer of
code can be designated with an attribute and then extracted to
automatically be displayed on the summer of code pages, so that we
only have to maintain one list instead of two.

Correct a typo in one of the idea descriptions while here.

Suggested by: rwatson
Discussed with: joel
2007-03-10 03:52:09 +00:00
Robert Watson
6c17a9e275 Add "text kernel dumps" idea to the ideas page. This might make an
interesting SoC project.
2007-03-10 00:36:33 +00:00
Simon L. B. Nielsen
860f706ccf White-space cleanup, no content change.
The main purpose of the change it to commit something so I can test if
I just broke the permissions on the doc-committers archive.
2007-03-09 21:59:07 +00:00
Colin Percival
fcee52bc65 Add myself as a contact for the "Tar output mode for installworld"
project.

Approved by:	rwatson
2007-03-09 08:30:35 +00:00