Gentoo Archives: gentoo-gwn

From: Yuji Carlos Kosugi <carlos@g.o>
To: gentoo-gwn@g.o
Subject: [gentoo-gwn] Gentoo Weekly Newsletter -- Volume 2, Issue 30
Date: Mon, 28 Jul 2003 02:30:56
Message-Id: 20030728022458.GA8475@flogiston.dyndns.org
1 ---------------------------------------------------------------------------
2 Gentoo Weekly Newsletter
3 http://www.gentoo.org/news/en/gwn/current.xml
4 This is the Gentoo Weekly Newsletter for the week of July 28th, 2003.
5 ---------------------------------------------------------------------------
6
7 ==============
8 1. Gentoo News
9 ==============
10
11 Summary
12 -------
13
14 * Radical changes to Perl module handling
15 * First Gentoo Bug Day on August 2
16 * Gentoo Linux 1.4 for PowerPC now available for pre-order
17 * Indonesian documentation team in need of translators
18
19 Radical changes to Perl module handling
20 ---------------------------------------
21
22 A new version of perl that radically changes the way that modules are
23 handled is now available in ~arch, and is slated to appear in the 1.4
24 release. Perl has a list of directories in which it looks for modules
25 called @INC, and the standard ordering of @INC is rather inconvenient for
26 distribution maintainers. It is impossible to override the functionality
27 of modules that are included in the core distribution without overwriting
28 the files. That is what Gentoo has done to date, but it has some
29 unfortunate side-effects.
30
31 While one would expect that merging and unmerging a new version of
32 ExtUtils-MakeMaker would return one's system to the state it was in
33 before, it does not. Instead, ExtUtils::MakeMaker is completely wiped off
34 the system, and the system becomes unable to install any more modules. In
35 perl 5.8.0-r12 and beyond, @INC is augmented and reordered, so that
36 versions of files in the core are actually near the bottom of the chain,
37 and can be overridden easily in two well-defined ways: by the vendor
38 directories and the site directories. Files in the site directories in
39 turn can override those in the vendor directories.
40
41 After 5.8.0-r12 has been widely installed, we will change the perl-module
42 eclass so that all ebuilds in dev-perl that use it will install their
43 files into the vendor directory. Up to now, they use the site directory.
44 The site directory is the perl equivalent of /usr/local in the current
45 opinion of the Gentoo perl team, and we are going to give users complete
46 control over what goes in there, so you will never have to worry about
47 Gentoo ebuilds writing into your site directories any more, and you always
48 have the last say about which version of a module is going to be used.
49 Want to try a version from CPAN that's a little experimental? Go ahead,
50 and then just delete it from the site directory, and you will have the
51 version from the ebuild right there, without any need to reemerge it. No
52 longer will depclean or unmerging perl modules disable critical perl
53 functionality.
54
55 However, since current versions of some perl module ebuilds that are
56 already installed on people's systems lay claim to critical files in the
57 perl core, you need to get those off of your systems before emerging
58 perl-5.8.0-r12. emerge will remind you of this by using blocking depends,
59 so if you have the problematic versions of the packages installed, emerge
60 -u world or emerge -u perl will abort with an error. Note that the version
61 mentioned in the block is the safe version, because the block says it
62 conflicts with anything prior to the safe version. Below is the list at
63 this time of safe versions of the affected modules. Anything prior must be
64 unmerged before emerging perl. Note that you do not necessarily need to
65 remerge the safe version of these modules after installing perl 5.8.0-12,
66 because the 5.8 core contains versions of these modules that are
67 sufficiently recent for most uses.
68
69 * ExtUtils-MakeMaker-6.05-r6
70 * File-Spec-0.84-r1
71 * Test-Simple-0.47-r1
72
73 First Gentoo BugDay on August 2
74 -------------------------------
75
76 The Gentoo Linux development team is going to dedicate a day to QA on
77 Saturday, 2 August 2003, the first Gentoo BugDay. Developers and users are
78 encouraged to join #gentoo-bugs on irc.freenode.net to test and fix as
79 many bugs as possible. We're hoping that by periodically setting aside
80 time to fix bugs and by enlisting users' help we can take a chunk out of
81 the bugs open on Bugzilla[1]. So come and join the fun!
82
83 1. http://bugs.gentoo.org/
84
85 Gentoo Linux 1.4 for PowerPC now available for pre-order
86 --------------------------------------------------------
87
88 Our new Gentoo Store[2] is now now accepting pre-orders for Gentoo Linux
89 1.4 for PowerPC, PowerPC G3, PowerPC G4, and the KDE/GNOME PowerPC LiveCD,
90 which now contains both desktop environments on one CD. Thanks to the
91 Gentoo PowerPC team for their excellent work!
92
93 2. http://store.gentoo.org
94
95 Indonesian documentation in need of translators
96 -----------------------------------------------
97
98 The Indonesian documentation team is in need of translators to translate
99 the Gentoo Linux project's documentation. Candidates should have a solid
100 understanding of both written Indonesian as well as written English.
101 Interested parties should make a visit to #gentoo-id, the Indonesian
102 community channel at irc.freenode.net, or drop a line to Erwin[3].
103
104 3. erwin@g.o
105
106 ==================
107 2. Gentoo Security
108 ==================
109
110 Summary
111 -------
112
113 * GLSA: nfs-utils
114 * GLSA: gnupg
115
116 GLSA: nfs-utils
117 ---------------
118
119 Quote from advisory:
120
121 "Local or remote attacker which is capable to send RPC request to
122 vulnerable mountd daemon could execute arbitrary code or cause denial of
123 service."
124
125 * Severity: High - Potential remote file overwriting or code execution.
126 * Packages Affected: nfs-utils prior to nfs-utils-1.0.5
127 * Rectification: Synchronize and emerge nfs-utils, emerge clean.
128 * GLSA Announcement[4]
129 4. http://marc.theaimsgroup.com/?l=gentoo-announce&m=105864493725139&w=2
130
131 GLSA: gnupg
132 -----------
133
134 gpg needs to be setuid to make use of protected memory space, however the
135 setgid bit allowed gpg user to overwrite group root writable files and is
136 therefor unnecessary.
137
138 * Severity: High - Potential remote file overwriting.
139 * Packages Affected: gnupg prior to gnupg-1.2.2-r1
140 * Rectification: Synchronize and emerge gnupg, emerge clean.
141 * GLSA Announcement[5]
142 5. http://marc.theaimsgroup.com/?l=gentoo-announce&m=105861895409456&w=2
143
144 New Security Bug Reports
145 ------------------------
146
147 The following new security bugs were posted in the past week:
148
149 * Buffer overflow in whois client[6]
150 6. http://bugs.gentoo.org/show_bug.cgi?id=24860
151
152 ===============
153 3. User stories
154 ===============
155
156 User stories will be back next week with a story about how Gentoo Linux is
157 being used at Digital Illusions CE (the company which makes Battlefield
158 1942). Remember to send us[7] your bizarre, hilarious, or incredible
159 Gentoo stories so they can be featured here!
160
161 7. gwn-feedback@g.o
162
163 =================================
164 4. Featured Developer of the Week
165 =================================
166
167 Robert Coie
168
169 Figure 4.1: Robert Coie
170 http://www.gentoo.org/images/gwn/20030728_rac.jpg
171
172 Robert Coie (rac) will be familiar to many Gentoo users, as he is often
173 present in both the forums and IRC helping with support and configuration
174 questions. In addition to those efforts, Robert assists with the
175 administration of the forums and on the maintenance of Perl and XEmacs
176 packages in portage. Robert was also involved in the initial development
177 of digital signature verification for portage.
178
179 Robert is an old-time Mac developer. He has contributed patches and
180 bugfixes to the Macintosh port of Perl, and even developed some
181 shrink-wrapped applications for the mac called "Highway" and
182 "Construction" which produced mathematically-complex abstract artwork and
183 animations. The applications were sufficiently popular amongst DJs in the
184 Japanese club scene that Robert was featured as a televised guest on a
185 Japanese culture program. Robert has also contributed to updating wireless
186 LAN card drivers for the 2.2 kernel and the Linux-MIPS handheld project.
187
188 Choosing to name his computers after female espionage agents, Robert
189 works on josie (Josephine Baker), an Athlon XP 2700+ and a Titanium
190 Powerbook named noor (Princess Noor Inayat Khan). He works primarily in
191 XEmacs and recently moved to the Mozilla Firebird browser. He uses
192 Enlightenment for his WM and used to use the MULE extensions for Japanese
193 support in text editing, which lead to his current use of the emacs-based
194 Oort Gnus for mail.
195
196 Robert works for a Japanese system design and implementation firm,
197 developing custom software and special-purpose Linux servers. He has been
198 married for 7 years and currently lives in California, although his job
199 requires a trip to Japan every few months.
200
201 Robert is also a musician, playing guitar on his black sunburst '89 USA
202 Fender Strat or a cherry red Ovation 1867 acoustic/electric. He likes to
203 cook and frequently tries his hand at making unique seasonal and
204 environmentally friendly meals. He is eclectically rounded-out with skills
205 in card-playing, rowing and hiking. It is reported that he owns a hairless
206 cat. It is likely that this is a normal condition for the cat.
207
208 Robert spoke about Gentoo:"The highly motivated users that are willing to
209 participate in improving the distribution, whether it be by filing bugs,
210 testing packages, contributing ebuilds, or helping other users, are what
211 gives Gentoo the strength it has."
212
213 =========================
214 5. Heard in the Community
215 =========================
216
217 Web Forums
218 ----------
219
220 Gentoo Framebuffer, Bootsplash
221
222 Bootsplash has made its way to gentoo, allowing for high resolution
223 consoles and attractive backgrounds to do your hacking in. These two
224 forums focus on how to get bootsplash and framebuffer working in gentoo.
225
226 * The Gentoo Framebuffer, Bootsplash & Grubsplash How-To[8]
227 * Boot Splash (background pic ala Suse) TIP of the YEAR![9]
228 8. http://forums.gentoo.org/viewtopic.php?t=49036
229 9. http://forums.gentoo.org/viewtopic.php?t=26494
230
231 CFLAGS Optimizations
232
233 Optimizing your computer is one of the main reasons why gentoo users
234 choose gentoo. This forum shares and discusses peoples experiences with
235 different optimizations.
236
237 * CFLAGS Central[10]
238 10. http://forums.gentoo.org/viewtopic.php?t=5717
239
240 XD2 Port Project
241
242 A project to port Ximian's Desktop 2 to gentoo. It is a project to create
243 ebuilds for the Ximian Gnome packages to allow Gentoo users a desktop
244 environment that is polished and deviates as little from XD2 as possible.
245
246 * The Gentoo XD2 port project[11]
247 11. http://forums.gentoo.org/viewtopic.php?t=58568
248
249 Automounting Drives
250
251 Trying to get cdrom drives, floppy drives, and other devices to
252 automatically mount in your Gentoo system. Look no further this forum
253 discuss automounting and how to get automounting to work for you.
254
255 * automounting[12]
256 12. http://forums.gentoo.org/viewtopic.php?t=63623
257
258 DVD-burning
259
260 Many new technologies are quickly gaining popularity. One such advancement
261 is the use of (re)writable DVD media. In the forums, a gentoo user has
262 asked which program to use for burning DVDs, and the thread became a great
263 informative point on DVD burning and linux. Ranging from "which media type
264 should I use?" to the limitations of ISO9660, this is certainly a good
265 read for anyone interested in the subject.
266
267 * burning DVD's[13]
268 13. http://forums.gentoo.org/viewtopic.php?t=53190
269
270 gentoo-user
271 -----------
272
273 What is Azarah?
274
275 Just what was this phantom "Azarah Exp $" popping up in files on Robert
276 Crawford's system? Curious, he quickly sent a post out. Come to find out,
277 those comments were really records of the dev who last touched the files.
278 However, Azarah also showed up as a storage device for Robert. Can Azarah
279 really be a dev and a storage device? Click here[14] to find out! In
280 reality, the user's text editor created a new line, setting Azarah as the
281 mountpoint.
282
283 14. http://article.gmane.org/gmane.linux.gentoo.user/40725
284
285 X editors for programmers
286
287 Gentoo user Nathaniel McCallum posed a relatively simple question to the
288 gentoo-user list this week: "Are there any good X text editors for
289 programmers that don't use GTK or QT?". It spawned a pretty large
290 discussion with good suggestions, as well as a few classic emacs / vi
291 cheap shots thrown in for fun. Link here[15].
292
293 15. http://article.gmane.org/gmane.linux.gentoo.user/40859
294
295 Gentoo Poll Number 2
296
297 Gentoo Dev fava (Fred Van Andel) decided to repost his poll. The Question:
298 "Why did you choose Gentoo?" Please send all replies to
299 gentoo-poll@××××××××.net[16]. According to Fred, response to this poll has
300 been slow, so feedback is welcome! The original post can be found
301 here[17].
302
303 16. gentoo-poll@×××××××.net
304 17. http://article.gmane.org/gmane.linux.gentoo.user/40920
305
306 gentoo-dev
307 ----------
308
309 Booting a gentoo install from floppies
310
311 Mike Frysinger posted a reqest for help[18] about creating a set of
312 floppies for booting, and installing, gentoo. Indubitably, Quite a few
313 people[19] had something to say about it!
314
315 18. http://article.gmane.org/gmane.linux.gentoo.devel/10499
316 19. http://article.gmane.org/gmane.linux.gentoo.devel/10533
317
318 Compile Progress
319
320 Rutger Lubbers suggested this idea[20] about how progress is monitored in
321 compiles (something all gentooists have to love!). Discussion centered
322 around different dependencies this "time" calculation involves, and what
323 units to use...
324
325 20. http://article.gmane.org/gmane.linux.gentoo.devel/10528
326
327 (crazy?) proposal to reduce load and disk on mirrors
328
329 As gentoo continues to bring new software to the user, the need for
330 storage on the mirrors increases steadily. And even though mirroring the
331 portage tree is a good solution for improving access to the software. It
332 might not be the most effective way of storing heavy weight applications
333 such as games.
334
335 Håvard Wall suggests the implementation of a point-to-point system that
336 lets users share the larger files. That way there would almost certainly
337 always be a copy of the software out there. However the scheme is not
338 entirely problem free. Read the following discussion[21] as it brings both
339 pros and cons.
340
341 21. http://article.gmane.org/gmane.linux.gentoo.devel/10459
342
343 =======================
344 6. Gentoo International
345 =======================
346
347 There is no Gentoo International news this week
348
349 ================
350 7. Portage Watch
351 ================
352
353 The following stable packages were updated or added to portage in the last
354 week
355 ----
356
357 * app-admin/ufed: Gentoo Linux USE flags editor
358 * app-crypt/gnupg: The GNU Privacy Guard, a GPL pgp replacement[22]
359 * app-dicts/canna-cannadic: Japanese kana-kanji conversion dictionary for
360 Canna[23]
361 * app-doc/doc++: Documentation system for C, C++, IDL and Java[24]
362 * app-doc/doxygen: Doxygen is a documentation system for C++, C, Java,
363 IDL (Corba, Microsoft, and KDE-DCOP flavors) and to some extent PHP and
364 C#.[25]
365 * app-editors/bluefish: A GTK HTML editor for the experienced web
366 designer or programmer.[26]
367 * app-emulation/advancemame: GNU/Linux port of the MAME emulator, with
368 GUI menu.[27]
369 * app-emulation/daphne: Laserdisc Arcade Game Emulator[28]
370 * app-gnustep/affiche: Affiche allows people to [29]
371 * app-gnustep/easydiff: GNUstep app that lets you easily see the
372 differences between two text files.[30]
373 * app-gnustep/gnumail: A fully featured mail application for GNUstep[31]
374 * app-gnustep/gorm: GNUstep GUI interface designer[32]
375 * app-gnustep/gridlock: Gridlock is a collection of grid-based games[33]
376 * app-gnustep/gworkspace: GNUstep GUI interface designer[34]
377 * app-gnustep/helpviewer: HelpViewer is an online help viewer for GNUstep
378 programs.[35]
379 * app-gnustep/imageviewer: ImageViewer is a small image viewer[36]
380 * app-gnustep/jigs: GNUstep java bridge[37]
381 * app-gnustep/pantomime: A set of Objective-C classes that model a mail
382 system[38]
383 * app-gnustep/projectcenter: GNUstep project developer[39]
384 * app-gnustep/renaissance: GNUstep xml-based UI toolkit[40]
385 * app-gnustep/talksoup: GNUstep based IRC Client[41]
386 * app-gnustep/terminal: GNUstep GUI interface designer[42]
387 * app-misc/abook: Abook is a text-based addressbook program designed to
388 use with mutt mail client.[43]
389 * app-office/abiword: Fully featured yet light and fast cross platform
390 word processor.[44]
391 * app-office/gnucash: A personal finance manager[45]
392 * app-sci/chemtool: program for drawing organic molecules[46]
393 * app-shells/bash-completion: Programmable Completion for bash (includes
394 emerge and ebuild commands).[47]
395 * app-shells/ksh: The Original Korn Shell, 1993 revision (ksh93)[48]
396 * app-shells/smrsh: Sendmail restricted shell, for use with MTAs other
397 than Sendmail.[49]
398 * app-shells/zsh: UNIX Shell similar to the Korn shell[50]
399 * app-text/a2ps: Any to PostScript filter[51]
400 * app-text/acroread: Adobe's PDF reader[52]
401 * dev-ada/adabindx: An Ada-binding to the X Window System and *tif.[53]
402 * dev-ada/asis: The Ada Semantic Interface Specification queries and
403 services provide a consistent interface to information within the Ada
404 Program Library created at compile time.[54]
405 * dev-ada/cbind: This tool is designed to aid in the creation of Ada
406 bindings to C.[55]
407 * dev-ada/florist: POSIX Ada Bindings[56]
408 * dev-ada/garlic: The GNAT implementation of the ARM Annex for
409 Distributed Systems.[57]
410 * dev-ada/gtkada: Gtk+ bindings to the Ada language[58]
411 * dev-ada/xmlada: XML library for Ada[59]
412 * dev-cpp/gtkmm: C++ interface for GTK+2[60]
413 * dev-games/KXL: Development Library for making games for X[61]
414 * dev-games/cardpics: set of free cards sets[62]
415 * dev-games/cel: A game entity layer based on Crystal Space[63]
416 * dev-games/cel-cvs: A game entity layer based on Crystal Space[64]
417 * dev-games/clanlib: multi-platform game development library[65]
418 * dev-games/crystalspace: portable 3D Game Development Kit written in
419 C++[66]
420 * dev-games/crystalspace-cvs: portable 3D Game Development Kit written in
421 C++[67]
422 * dev-games/ggz-client-libs: The client libraries for GGZ Gaming Zone[68]
423 * dev-games/hlsdk: Half-Life Software Development Kit for mod authors[69]
424 * dev-games/libggz: The GGZ library, used by GGZ Gameing Zone[70]
425 * dev-games/libmaitretarot: backend library for the maitretarot games[71]
426 * dev-games/libmt_client: backend library for the maitretarot clients[72]
427 * dev-games/libnw: Tools and libraries for NWN file manipulation[73]
428 * dev-games/ode: Open Dynamics Engine SDK[74]
429 * dev-games/ogre: Object-oriented Graphics Rendering Engine[75]
430 * dev-games/simgear: Development library for simulation games[76]
431 * dev-php/mod_php: Apache module for PHP
432 * dev-php/php: PHP Shell Interpreter
433 * dev-php/php-accelerator: The ionCube PHP Accelerator[77]
434 * dev-php/phpgroupware: The phpGroupWare intranet/groupware tool and
435 application framework.[78]
436 * dev-php/turck-mmcache: Turck MMCache is a free open source PHP
437 accelerator, optimizer, encoder and dynamic content cache for PHP. It
438 increases performance of PHP scripts by caching them in compiled state, so
439 that the overhead of compiling is almost completely eliminated. Also it
440 uses some optimizations to speed up execution of PHP scripts. Turck
441 MMCache typically reduces server load and increases the speed of your PHP
442 code by 1-10 times.[79]
443 * dev-php/xdebug: A PHP debugger[80]
444 * dev-ruby/amrita: A HTML/XHTML template library for Ruby[81]
445 * dev-tex/cweb_latex: LaTeX package for using LaTeX with CWEB
446 * dev-tex/g-brief: LaTeX package for formatting formless letters in
447 german or english language.[82]
448 * dev-tex/prosper: Prosper is a LaTeX class for writing
449 transparencies[83]
450 * dev-util/aap: Bram Moolenaar's super-make program[84]
451 * dev-util/anjuta: A versatile IDE for GNOME[85]
452 * gnome-base/eel: EEL is the Eazel Extentions Library[86]
453 * gnome-base/gail: Part of Gnome Accessibility[87]
454 * gnome-extra/acme: GNOME tool to make use of the multimedia buttons
455 present on most laptops and internet keyboards.[88]
456 * kde-base/arts: aRts, the KDE sound (and all-around multimedia)
457 server/output manager[89]
458 * media-fonts/acroread-asianfonts: Asian Font Packs for Acrobat Reader
459 5.0[90]
460 * media-fonts/chkfontpath: Simple interface for editing the font path for
461 the X font server[91]
462 * media-libs/SoQt: A Qt Interface for coin[92]
463 * media-tv/mythtv: Homebrew PVR project.[93]
464 * net-dns/bind: BIND - Berkeley Internet Name Domain - Name Server[94]
465 * net-dns/ldapdns: A tiny, fast authoritative nameserver that queries
466 LDAP and can be updated instantly[95]
467 * net-dns/noip-updater: no-ip.com dynamic DNS updater[96]
468 * net-firewall/fwbuilder: A firewall GUI[97]
469 * net-firewall/shorewall: Full state iptables firewall[98]
470 * net-ftp/ftp: Standard Linux FTP client with optional SSL support[99]
471 * net-ftp/ftpcube: Graphical FTP client using wxPython[100]
472 * net-im/amsn: Alvaro's Messenger client for MSN[101]
473 * net-irc/bitchx: An IRC Client[102]
474 * net-libs/c-client: UW IMAP c-client library[103]
475 * net-libs/enet: relatively thin, simple and robust network communication
476 layer on top of UDP[104]
477 * net-libs/gnet: GNet network library.[105]
478 * net-news/newspost: a usenet binary autoposter for unix[106]
479 * net-news/slrn: s-lang Newsreader[107]
480 * net-news/tin: A threaded NNTP and spool based UseNet newsreader[108]
481 * net-zope/xmlwidgets: UI widgets for Zope XML objects.[109]
482 * sys-devel/bc: Handy console-based calculator utility[110]
483 * sys-devel/binutils: Tools necessary to build programs[111]
484 * sys-devel/distcc: a program to distribute compilation of C code across
485 several machines on a network[112]
486 * sys-devel/gcc: The GNU Compiler Collection. Includes C/C++ and java
487 compilers[113]
488 * sys-kernel/aa-sources: Full sources for Andrea Arcangeli's Linux kernel
489 * sys-kernel/ac-sources: Full sources for Alan Cox's Linux kernel
490 * x11-base/kdrive: Xfree86: famous and free X server. Tiny version
491 (Kdrive)[114]
492 * xfce-base/libxfce4mcs: Library's for XFCE4[115]
493 * xfce-base/libxfce4util: Library's for XFCE4[116]
494 * xfce-base/libxfcegui4: Library's for XFCE4[117]
495 * xfce-base/xfce-mcs-manager: Library's for XFCE4[118]
496 * xfce-base/xfce-mcs-plugins: Library's for XFCE4[119]
497 * xfce-base/xfce-utils: Xfce4 utilities[120]
498 * xfce-base/xfce4: XFCE4, a lightweight Desktop Environment[121]
499 * xfce-base/xfce4-panel: Xfce4 panel[122]
500 * xfce-base/xfce4-session: Xfce4 session manager[123]
501 * xfce-base/xfdesktop: Xfce4 desktop[124]
502 * xfce-base/xffm: Xfce4 file manager[125]
503 * xfce-base/xfprint: Printing plugin for XFCE4[126]
504 * xfce-base/xfwm4: Xfce4 windowmanager[127]
505 * xfce-extra/xfce4-iconbox: Xfce4 iconbox[128]
506 * xfce-extra/xfce4-mixer: Xfce4 Mixer[129]
507 * xfce-extra/xfce4-systemload: Xfce system load monitor[130]
508 * xfce-extra/xfce4-systray: Xfce4 system tray[131]
509 * xfce-extra/xfce4-themes: Xfce4 themes[132]
510 * xfce-extra/xfce4-toys: Xfce4 toys[133]
511 * xfce-extra/xfce4-trigger-launcher: Xfce trigger launcher[134]
512 * xfce-extra/xffm-icons: Icons for xffm[135]
513 * xfce-extra/xfwm4-themes: Xfwm themes[136]
514 22. http://www.gnupg.org/
515 23. http://cannadic.oucrc.org/
516 24. http://docpp.sourceforge.net/
517 25. http://www.doxygen.org
518 26. http://bluefish.openoffice.nl/
519 27. http://advancemame.sourceforge.net/
520 28. http://www.daphne-emu.com/
521 29.
522 http://www.collaboration-world.com/cgi-bin/collaboration-world/project/rele
523 ase.cgi?pid=5
524 30. http://www.collaboration-world.com/easydiff/
525 31. http://www.collaboration-world.com/gnumail/
526 32. http://www.gnustep.org
527 33. http://dozingcat.com/
528 34. http://www.gnustep.org
529 35. http://www.roard.com/helpviewer/
530 36. http://www.nice.ch/~phip/softcorner.htm
531 37. http://www.gnustep.org
532 38. http://www.collaboration-world.com/pantomime/
533 39. http://www.gnustep.org
534 40. http://www.gnustep.org
535 41. http://linuks.mine.nu/andy/talksoup/index.html
536 42. http://www.nongnu.org/terminal/
537 43. http://abook.sourceforge.net/
538 44. http://www.abisource.com
539 45. http://www.gnucash.org/
540 46. http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
541 47. http://www.caliban.org/bash/index.shtml#completion
542 48. http://www.kornshell.com/
543 49. http://www.sendmail.org
544 50. http://www.zsh.org/
545 51. http://www-inf.enst.fr/~demaille/a2ps/
546 52. http://www.adobe.com/products/acrobat/
547 53. http://home.arcor.de/hfvogt/programming.html
548 54. http://www.gnat.com/
549 55. http://www.rational.com/
550 56. http://www.cs.fsu.edu/~baker/florist.html
551 57. http://www.gnat.com/
552 58. http://libre.act-europe.fr/GtkAda
553 59. http://libre.act-europe.fr/xmlada/
554 60. http://gtkmm.sourceforge.net/
555 61. http://kxl.hn.org/
556 62. http://www.nongnu.org/cardpics/
557 63. http://cel.sourceforge.net/
558 64. http://cel.sourceforge.net/
559 65. http://www.clanlib.org/
560 66. http://crystal.sourceforge.net/
561 67. http://crystal.sourceforge.net/
562 68. http://ggz.sourceforge.net/
563 69. http://www.valvesoftware.com/hlsdk.htm
564 70. http://ggz.sourceforge.net/
565 71. http://www.nongnu.org/maitretarot/
566 72. http://www.nongnu.org/maitretarot/
567 73. http://openknights.sf.net/
568 74. http://opende.sourceforge.net/
569 75. http://ogre.sourceforge.net/
570 76. http://www.simgear.org/
571 77. http://www.php-accelerator.co.uk/
572 78. http://www.phpgroupware.org
573 79. http://turck-mmcache.sourceforge.net/
574 80. http://xdebug.derickrethans.nl
575 81. http://www.brain-tokyo.jp/research/amrita/index.html
576 82.
577 ftp://ibiblio.org/pub/packages/TeX/macros/latex/contrib/supported/g-brief/
578 83. http://prosper.sf.net/
579 84. http://www.a-a-p.org/
580 85. http://anjuta.sourceforge.net/
581 86. http://www.gnome.org/
582 87. http://www.gnome.org/
583 88. http://www.hadess.net/misc-code.php3
584 89. http://multimedia.kde.org
585 90. http://www.adobe.com/prodindex/acrobat/readstep.html
586 91. ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/
587 92. http://www.coin3d.org/
588 93. http://www.mythtv.org/
589 94. http://www.isc.org/products/BIND/bind9.html
590 95. http://www.nimh.org/code/ldapdns/
591 96. http://www.no-ip.com
592 97. http://www.fwbuilder.org/
593 98. http://www.shorewall.net
594 99. http://www.hcs.harvard.edu/~dholland/computers/netkit.html
595 100. http://ftpcube.sourceforge.net/
596 101. http://amsn.sourceforge.net
597 102. http://www.bitchx.com/
598 103. http://www.washington.edu/imap/
599 104. http://enet.cubik.org/
600 105. http://www.gnetlibrary.org/
601 106. http://newspost.unixcab.org/
602 107. http://slrn.sourceforge.net/
603 108. http://www.tin.org/
604 109. http://www.zope.org/Members/faassen/XMLWidgets
605 110. http://www.gnu.org/software/bc/bc.html
606 111. http://sources.redhat.com/binutils/
607 112. http://distcc.samba.org/
608 113. http://www.gnu.org/software/gcc/gcc.html
609 114. http://www.xfree.org
610 115. http://www.xfce.org/
611 116. http://www.xfce.org/
612 117. http://www.xfce.org/
613 118. http://www.xfce.org/
614 119. http://www.xfce.org/
615 120. http://www.xfce.org/
616 121. http://www.xfce.org/
617 122. http://www.xfce.org/
618 123. http://www.xfce.org
619 124. http://www.xfce.org/
620 125. http://www.xfce.org/
621 126. http://www.xfce.org/
622 127. http://www.xfce.org/
623 128. http://www.xfce.org/
624 129. http://www.xfce.org/
625 130. http://www.xfce.org/
626 131. http://www.xfce.org/
627 132. http://www.xfce.org/
628 133. http://www.xfce.org
629 134. http://www.xfce.org/
630 135. http://www.xfce.org/
631 136. http://www.xfce.org/
632
633 Total categories: 92 (6 categories added in the last two weeks)
634
635 Total packages: 5984 (1060 packages added in the last two weeks)
636
637 ===========
638 8. Bugzilla
639 ===========
640
641 Summary
642 -------
643
644 * Statistics
645 * Closed Bug Ranking
646 * New Bug Rankings
647
648 Statistics
649 ----------
650
651 The Gentoo community uses Bugzilla (bugs.gentoo.org[137]) to record and
652 track bugs, notifications, suggestions and other interactions with the
653 development team. Between 18 July 2003 and 24 July 2003, activity on the
654 site has resulted in:
655
656 137. http://bugs.gentoo.org
657
658 * 450 new bugs during this period
659 * 231 bugs closed or resolved during this period
660 * 7 previously closed bugs were reopened this period
661
662 Of the 3405 currently open bugs: 75 are labeled 'blocker', 146 are labeled
663 'critical', and 285 are labeled 'major'.
664
665 Closed Bug Rankings
666 -------------------
667
668 The developers and teams who have closed the most bugs during this period
669 are:
670
671 * Gentoo Sound Team[138], with 22 closed bugs[139]
672 * Nick Hadaway[140], with 20 closed bugs[141]
673 * Perl Devs[142], with 14 closed bugs[143]
674 * Martin Schlemmer[144], with 13 closed bugs[145]
675 * Nicholas Jones[146], with 11 closed bugs[147]
676 138. sound@g.o
677 139.
678 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&ch
679 field=bug_status&chfieldfrom=2003-07-18&chfieldto=2003-07-24&resolution=FIX
680 ED&assigned_to=sound@g.o
681 140. raker@g.o
682 141.
683 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&ch
684 field=bug_status&chfieldfrom=2003-07-18&chfieldto=2003-07-24&resolution=FIX
685 ED&assigned_to=raker@g.o
686 142. perl@g.o
687 143.
688 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&ch
689 field=bug_status&chfieldfrom=2003-07-18&chfieldto=2003-07-24&resolution=FIX
690 ED&assigned_to=perl@g.o
691 144. azarah@g.o
692 145.
693 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&ch
694 field=bug_status&chfieldfrom=2003-07-18&chfieldto=2003-07-24&resolution=FIX
695 ED&assigned_to=azarah@g.o
696 146. carpaski@g.o
697 147.
698 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&ch
699 field=bug_status&chfieldfrom=2003-07-18&chfieldto=2003-07-24&resolution=FIX
700 ED&assigned_to=carpaski@g.o
701
702 New Bug Rankings
703 ----------------
704
705 The developers and teams who have been assigned the most new bugs during
706 this period are:
707
708 * Nicholas Jones[148], with 16 new bugs[149]
709 * Michael Cummings[150], with 15 new bugs[151]
710 * PAM Gentoo Team[152], with 13 new bugs[153]
711 * Gentoo Linux Gnome Desktop Team[154], with 10 new bugs[155]
712 148. carpaski@g.o
713 149.
714 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_s
715 tatus=REOPENED&chfield=assigned_to&chfieldfrom=2003-07-18&chfieldto=2003-07
716 -24&assigned_to=carpaski@g.o
717 150. mcummings@g.o
718 151.
719 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_s
720 tatus=REOPENED&chfield=assigned_to&chfieldfrom=2003-07-18&chfieldto=2003-07
721 -24&assigned_to=mcummings@g.o
722 152. pam-bugs@g.o
723 153.
724 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_s
725 tatus=REOPENED&chfield=assigned_to&chfieldfrom=2003-07-18&chfieldto=2003-07
726 -24&assigned_to=pam-bugs@g.o
727 154. gnome@g.o
728 155.
729 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_s
730 tatus=REOPENED&chfield=assigned_to&chfieldfrom=2003-07-18&chfieldto=2003-07
731 -24&assigned_to=gnome@g.o
732
733 ==================
734 9. Tips and Tricks
735 ==================
736
737 All about:Mozilla
738
739 This week's tip shows you some useful tricks in Mozilla - specifically the
740 about: address. To access these special pages in Mozilla (or any Mozilla
741 based browser), just enter the URL into the location bar.
742
743 There are six main pages you can access to view some hidden options in
744 Mozilla. These are:
745 * about:
746 * about:cache
747 * about:config
748 * about:credits
749 * about:mozilla
750 * about:plugins
751
752 The addresses about:, about:credits, and about:mozilla show you some
753 information about the people behind Mozilla and contain links to Mozilla
754 licensing information.
755
756 The next address, about:cache, displays your cache information (both disk
757 and memory). Entering this address should display something similar to the
758 following:
759
760 ---------------------------------------------------------------------------
761 | Code Listing 9.1: |
762 |about:cache |
763 |-------------------------------------------------------------------------|
764 | |
765 |Memory cache device |
766 | |
767 |Number of entries: 210 |
768 |Maximum storage size: 4096 k |
769 |Storage in use: 3943 k |
770 |Inactive Storage: 2630 k |
771 | |
772 |List Cache Entries |
773 |-------------------------------------------------------------------------|
774 |Disk cache device |
775 | |
776 |Number of entries: 1468 |
777 |Maximum storage size: 50000 k |
778 |Storage in use: 10180 k |
779 |Cache Directory: /home/david/.galeon/mozilla/galeon/Cache |
780 | |
781 |List Cache Entries |
782 | |
783 ---------------------------------------------------------------------------
784
785 The next address, about:plugins, displays all the plugins available in
786 Mozilla. This is a great way to see what you have installed and
787 troubleshoot why a particular plugin may not be working.
788
789 The last address, about:config, displays just about every single
790 configuration option available to Mozilla. In most Mozilla-based browsers,
791 you can modify these values directly from this page - saving quite a bit
792 of typing and editing preference files.
793
794 ========================================
795 10. Featured Quote/Signature of the Week
796 ========================================
797
798 This week we're featuring forum user senectus[156]'s sig: "Imagine a
799 school with children that can read and write, but with teachers who
800 cannot, and you have a metaphor of the Information Age in which we live."
801 - Peter Cochrane.
802
803 156. http://forums.gentoo.org/profile.php?mode=viewprofile&u=25078
804
805 ===========================
806 11. Moves, Adds and Changes
807 ===========================
808
809 Moves
810 -----
811
812 The following developers recently left the Gentoo team:
813 * none this week
814
815 Adds
816 ----
817
818 The following developers recently joined the Gentoo Linux team:
819
820 * Keith Wesolowski (wesolows) -- sparc, mips
821
822 Changes
823 -------
824
825 The following developers recently changed roles within the Gentoo Linux
826 project.
827
828 * none this week
829
830 =====================
831 12. Contribute to GWN
832 =====================
833
834 Interested in contributing to the Gentoo Weekly Newsletter? Send us an
835 email[157].
836
837 157. gwn-feedback@g.o
838
839 ================
840 13. GWN Feedback
841 ================
842
843 Please send us your feedback[158] and help make GWN better.
844
845 158. gwn-feedback@g.o
846
847 ================================
848 14. GWN Subscription Information
849 ================================
850
851 To subscribe to the Gentoo Weekly Newsletter, send a blank email to
852 gentoo-gwn-subscribe@g.o.
853
854 To unsubscribe to the Gentoo Weekly Newsletter, send a blank email to
855 gentoo-gwn-unsubscribe@g.o from the email address you are
856 subscribed under.
857
858 ===================
859 15. Other Languages
860 ===================
861
862 The Gentoo Weekly Newsletter is also available in the following languages:
863
864 * Dutch[159]
865 * English[160]
866 * German[161]
867 * French[162]
868 * Japanese[163]
869 * Italian[164]
870 * Polish[165]
871 * Portuguese (Brazil)[166]
872 * Portuguese (Portugal)[167]
873 * Russian[168]
874 * Spanish[169]
875 * Turkish[170]
876 159. http://www.gentoo.org/news/be/gwn/gwn.xml
877 160. http://www.gentoo.org/news/en/gwn/gwn.xml
878 161. http://www.gentoo.org/news/de/gwn/gwn.xml
879 162. http://www.gentoo.org/news/fr/gwn/gwn.xml
880 163. http://www.gentoo.org/news/ja/gwn/gwn.xml
881 164. http://www.gentoo.org/news/it/gwn/gwn.xml
882 165. http://www.gentoo.org/news/pl/gwn/gwn.xml
883 166. http://www.gentoo.org/news/br/gwn/gwn.xml
884 167. http://www.gentoo.org/news/pt/gwn/gwn.xml
885 168. http://www.gentoo.org/news/ru/gwn/gwn.xml
886 169. http://www.gentoo.org/news/es/gwn/gwn.xml
887 170. http://www.gentoo.org/news/tr/gwn/gwn.xml
888
889 Yuji Carlos Kosugi <carlos@g.o> - Editor
890 AJ Armstrong <aja@×××××××××××××.com> - Contributor
891 Michael Kohl <citizen428@g.o> - Contributor
892 Kurt Lieber <klieber@g.o> - Contributor
893 Rafael Cordones Marcos <rcm@×××××××.net> - Contributor
894 David Narayan <david@×××××××.net> - Contributor
895 Gerald J Normandin Jr. <gentoo@××××××××××××××××××.com> - Contributor
896 Ulrich Plate <plate@g.o> - Contributor
897 Peter Sharp <mail@××××××××××××××.net> - Contributor
898 Kim Tingkaer <kim@×××××××.dk> - Contributor
899 Mathy Vanvoorden <matje@×××××××.be> - Dutch Translation
900 Hendrik Eeckhaut <Hendrik.Eeckhaut@×××××.be> - Dutch Translation
901 Jorn Eilander <sephiroth@××××××××.nl> - Dutch Translation
902 Bernard Kerckenaere <bernieke@××××××××.com> - Dutch Translation
903 Peter ter Borg <peter@××××××.nl> - Dutch Translation
904 Jochen Maes <linux@××××.be> - Dutch Translation
905 Roderick Goessen <rgoessen@××××.nl> - Dutch Translation
906 Gerard van den Berg <gerard@××××××.net> - Dutch Translation
907 Matthieu Montaudouin <mat@××××××××.com> - French Translation
908 Martin Prieto <riverdale@×××××××××.org> - French Translation
909 Antoine Raillon <cabec2@××××××.net> - French Translation
910 Sebastien Cevey <seb@×××××.net> - French Translation
911 Jean-Christophe Choisy <mabouya@××××××××××××.org> - French Translation
912 Steffen Lassahn <madeagle@g.o> - German Translation
913 Matthias F. Brandstetter <haim@g.o> - German Translation
914 Thomas Raschbacher <lordvan@g.o> - German Translation
915 Klaus-J. Wolf <yanestra@g.o> - German Translation
916 Marco Mascherpa <mush@××××××.net> - Italian Translation
917 Claudio Merloni <paper@×××××××.it> - Italian Translation
918 Christian Apolloni <bsolar@×××××××.ch> - Italian Translation
919 Stefano Lucidi <stefano.lucidi@×××××××××××××.org> - Italian Translation
920 Yoshiaki Hagihara <hagi@×××.com> - Japanese Translation
921 Katsuyuki Konno <katuyuki@××××××××.jp> - Japanese Translation
922 Yuji Carlos Kosugi <carlos@g.o> - Japanese Translation
923 Yasunori Fukudome <yasunori@××××××××××××××××.uk> - Japanese Translation
924 Takashi Ota <088@××××××××××.jp> - Japanese Translation
925 Radoslaw Janeczko <sototh@×××.pl> - Polish Translation
926 Lukasz Strzygowski <lucass.home@××.pl> - Polish Translation
927 Michal Drobek <veng@××.pl> - Polish Translation
928 Adam Lyjak <apo@××××××××××××××××××××.pl> - Polish Translation
929 Krzysztof Klimonda <cthulhu@×××××××××.net> - Polish Translation
930 Atila "Jedi" Bohlke Vasconcelos <bohlke@×××××××××.br> - Portuguese
931 (Brazil) Translation
932 Eduardo Belloti <dudu@××××××××.net> - Portuguese (Brazil) Translation
933 João Rafael Moraes Nicola <joaoraf@×××××××××.br> - Portuguese (Brazil)
934 Translation
935 Marcelo Gonçalves de Azambuja <mgazambuja@×××××××××.br> - Portuguese
936 (Brazil) Translation
937 Otavio Rodolfo Piske <angusy@××××××××.org> - Portuguese (Brazil)
938 Translation
939 Pablo N. Hess -- NatuNobilis <natunobilis@××××××××.org> - Portuguese
940 (Brazil) Translation
941 Pedro de Medeiros <pzilla@××××××××.br> - Portuguese (Brazil) Translation
942 Ventura Barbeiro <venturasbarbeiro@××××××.br> - Portuguese (Brazil)
943 Translation
944 Bruno Ferreira <blueroom@××××××××××××.net> - Portuguese (Portugal)
945 Translation
946 Gustavo Felisberto <humpback@××××××××××.net> - Portuguese (Portugal)
947 Translation
948 José Costa <jose_costa@×××××××.pt> - Portuguese (Portugal) Translation
949 Luis Medina <metalgodin@×××××××××.org> - Portuguese (Portugal) Translation
950 Ricardo Loureiro <rjlouro@×××××××.org> - Portuguese (Portugal) Translation
951 Sergey Kuleshov <svyatogor@g.o> - Russian Translator
952 Dmitry Suzdalev <dimsuz@××××.ru> - Russian Translator
953 Anton Vorovatov <mazurous@××××.ru> - Russian Translator
954 Lanark <lanark@××××××××××.ar> - Spanish Translation
955 Fernando J. Pereda <ferdy@××××××.org> - Spanish Translation
956 Lluis Peinado Cifuentes <lpeinado@×××.edu> - Spanish Translation
957 Zephryn Xirdal T <ZEPHRYNXIRDAL@××××××××××.net> - Spanish Translation
958 Guillermo Juarez <katossi@××××××××××××××××.es> - Spanish Translation
959 Jesús García Crespo <correo@××××××.com> - Spanish Translation
960 Carlos Castillo <carlos@×××××××××××××.com> - Spanish Translation
961 Julio Castillo <julio@×××××××××××××.com> - Spanish Translation
962 Sergio Gómez <s3r@××××××××××××.ar> - Spanish Translation
963 Aycan Irican <aycan@××××××××.tr> - Turkish Translation
964 Bugra Cakir <bugra@×××××××××.com> - Turkish Translation
965 Cagil Seker <cagils@××××××××××.tr> - Turkish Translation
966 Emre Kazdagli <emre@××××××××.tr> - Turkish Translation
967 Evrim Ulu <evrim@××××××××.tr> - Turkish Translation
968 Gursel Kaynak <gurcell@××××××××.tr> - Turkish Translation