Hal segfaults when USB drive is connected

Joe Marcus Clarke marcus at marcuscom.com
Fri Jan 16 18:42:31 PST 2009


On Fri, 2009-01-16 at 20:34 -0600, Mike Dobbs wrote:
>  Thanks for the feedback.  I did see that, but disregarded it since I
> didn't think I was using glabel.  I'm unsure if there is a space in
> the msdos name, and I cannot figure out how to change that if there is
> a space.  I've messed around with glabels and tunefs.
> 
> I do see that something is creating 's1' and ' ' in  /dev/msdos when
> the drive is plugged-in.  I'm not sure why the ' '.  Could this be my
> problem?
> 
> Here's my dmesg:
> 
> umass0: detached
> umass0: <CREMAX TECH. CO., LTD USB2.0 Storage Device, class 0/0, rev
> 2.00/0.01, addr 2> on uhub1
> da0 at umass-sim0 bus 0 target 0 lun 0
> da0: <HITACHI_ DK23EB-40 0000> Fixed Direct Access SCSI-0 device 
> da0: 40.000MB/s transfers
> da0: 38154MB (78140160 512 byte sectors: 255H 63S/T 4864C)
> GEOM_LABEL: Label for provider da0 is msdosfs/ .

Your volume name has a space in it.  It's name appears to be a space
(i.e. " ").  You should be able to do something like:

glabel label -v dos /dev/da0

Joe

> 
> 
> 
> On Fri, Jan 16, 2009 at 7:57 PM, Joe Marcus Clarke
> <marcus at marcuscom.com> wrote:
>         On Fri, 2009-01-16 at 06:37 -0600, Mike Dobbs wrote:
>         > Hello,
>         >
>         > I just setup my new FreeBSD system with Gnome 2.24.
>          Everything works great
>         > except HAL.  HAL works with the cdrom just fine, but
>         segfaults when I
>         > attached a USB external harddrive.  I would appreciate any
>         advice anyone
>         > has.  I recompiled HAL and dbus with debug symbols, but I'm
>         not sure where
>         > else to go.
>         
>         
>         See http://www.freebsd.org/gnome/docs/halfaq.html , and pay
>         special
>         attention to the drive label limitation.
>         
>         Joe
>         
>         
>         > Thanks,
>         > Mike
>         >
>         > Here's the info I have:
>         >
>         > (gdb) run --verbose=yes --daemon=no
>         > The program being debugged has been started already.
>         > Start it from the beginning? (y or n) y
>         >
>         > Starting program: /usr/local/sbin/hald --verbose=yes
>         --daemon=no
>         > [New LWP 100071]
>         > [New Thread 0x28501100 (LWP 100071)]
>         > 20:51:38.864 [I] hald.c:669: hal 0.5.11
>         > 20:51:38.865 [I] hald.c:734: Will not daemonize
>         > 20:51:38.865 [I] hald_dbus.c:5381: local server is listening
>         at
>         >
>         unix:path=/var/run/hald/dbus-1c45BXk5r5,guid=7193e316f6f9d8c32bea58dc496ff63a
>         > 20:51:38.867 [I] ck-tracker.c:391: got seat
>         > '/org/freedesktop/ConsoleKit/Seat1'
>         > 20:51:38.868 [I] ck-tracker.c:342: Got all sessions on seat
>         > '/org/freedesktop/ConsoleKit/Seat1'
>         > 20:51:38.868 [I] ck-tracker.c:418: Got seats
>         > 20:51:38.868 [I] ck-tracker.c:816: Got seats and sessions
>         > 20:51:38.872 [I] hald_runner.c:301: Runner has pid 92827
>         > Runner started - allowed paths are
>         >
>         '/usr/local/libexec:/usr/local/libexec/hal/scripts:/usr/local/bin'
>         > 20:51:38.874 [I] hald_runner.c:182: runner connection is
>         0x285272c0
>         > 20:51:38.883 [I] mmap_cache.c:274: cache mtime is 1232073302
>         > 20:51:38.884 [I] mmap_cache.c:83: preprobe: offset=00000014,
>         size=3716
>         > 20:51:38.884 [I] mmap_cache.c:85: information:
>         offset=00000e98, size=200908
>         > 20:51:38.884 [I] mmap_cache.c:87: policy: offset=00031f64,
>         size=27132
>         > Run started hald-probe-smbios (10000) (0)
>         > !  full path is '/usr/local/libexec/hald-probe-smbios',
>         program_dir is
>         > '/usr/local/libexec'
>         > 20:51:38.894 [D] hald_dbus.c:1652:
>         > udi=/org/freedesktop/Hal/devices/computer,
>         key=system.firmware.vendor
>         > hald-probe-smbios info: Setting
>         system.firmware.vendor='Award Software
>         > International, Inc.'
>         > 20:51:38.894 [D] hald_dbus.c:1652:
>         > udi=/org/freedesktop/Hal/devices/computer,
>         key=system.firmware.version
>         > hald-probe-smbios info: Setting system.firmware.version='F1'
>         > 20:51:38.895 [D] hald_dbus.c:1652:
>         > udi=/org/freedesktop/Hal/devices/computer,
>         key=system.firmware.release_date
>         > hald-probe-smbios info: Setting
>         system.firmware.release_date='04/22/2008'
>         > 20:51:38.896 [D] hald_dbus.c:1652:
>         > udi=/org/freedesktop/Hal/devices/computer,
>         key=system.hardware.vendor
>         > hald-probe-smbios info: Setting
>         system.hardware.vendor='Gigabyte Technology
>         > Co., Ltd.'
>         > 20:51:38.896 [D] hald_dbus.c:1652:
>         > udi=/org/freedesktop/Hal/devices/computer,
>         key=system.hardware.product
>         > hald-probe-smbios info: Setting
>         system.hardware.product='M78SM-S2H'
>         > 20:51:38.896 [D] hald_dbus.c:1652:
>         > udi=/org/freedesktop/Hal/devices/computer,
>         key=system.hardware.version
>         > hald-probe-smbios info: Setting system.hardware.version=''
>         > 20:51:38.896 [D] hald_dbus.c:1652:
>         > udi=/org/freedesktop/Hal/devices/computer,
>         key=system.hardware.serial
>         > hald-probe-smbios info: Setting system.hardware.serial=''
>         > 20:51:38.896 [D] hald_dbus.c:1652:
>         > udi=/org/freedesktop/Hal/devices/computer,
>         key=system.hardware.uuid
>         > hald-probe-smbios info: Setting
>         > system.hardware.uuid='30303146-4430-3543-4146-3432FFFFFFFF'
>         > 20:51:38.897 [D] hald_dbus.c:1652:
>         > udi=/org/freedesktop/Hal/devices/computer,
>         key=system.chassis.manufacturer
>         > hald-probe-smbios info: Setting
>         system.chassis.manufacturer='Gigabyte
>         > Technology Co., Ltd.'
>         > 20:51:38.897 [D] hald_dbus.c:1652:
>         > udi=/org/freedesktop/Hal/devices/computer,
>         key=system.chassis.type
>         > hald-probe-smbios info: Setting
>         system.chassis.type='Desktop'
>         > pid 92828: rc=0
>         signaled=0: /usr/local/libexec/hald-probe-smbios
>         > 20:51:38.898 [I] util.c:980: Add callouts for
>         > udi=/org/freedesktop/Hal/devices/computer
>         > Run started hal-storage-cleanup-all-mountpoints (10000) (0)
>         > !  full path is
>         '/usr/local/libexec/hal-storage-cleanup-all-mountpoints',
>         > program_dir is '/usr/local/libexec'
>         > in hal-storage-cleanup-all-mountpoints
>         > hal_mtab = ''
>         > pid 92830: rc=0 signaled=0:
>         > /usr/local/libexec/hal-storage-cleanup-all-mountpoints
>         > 20:51:38.904 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/computer
>         > Run started hald-addon-acpi (0) (0)
>         > !  full path is 'hald-addon-acpi', program_dir is '(null)'
>         > 20:51:38.905 [E] hald_runner.c:671: Error running
>         'hald-addon-acpi':
>         > org.freedesktop.HalRunner.Failed: Start request failed
>         > 20:51:38.905 [E] hald.c:124: Cannot start addon
>         hald-addon-acpi for udi
>         > /org/freedesktop/Hal/devices/computer
>         > 20:51:38.910 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_1022_1103
>         > 20:51:38.915 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_1022_1102
>         > 20:51:38.920 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_1022_1101
>         > 20:51:38.924 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_1022_1100
>         > 20:51:38.929 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_0569
>         > 20:51:38.935 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_0849
>         > 20:51:38.940 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_0760
>         > 20:51:38.945 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_075a
>         > 20:51:38.950 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_0774
>         > 20:51:38.955 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_0759
>         > 20:51:38.960 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_077e
>         > 20:51:38.965 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_077d
>         > 20:51:38.970 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_077c
>         > 20:51:38.975 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_077b
>         > 20:51:38.980 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_0568
>         > 20:51:38.985 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_0751
>         > 20:51:38.990 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_0752
>         > 20:51:38.996 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_075c
>         > 20:51:39.001 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/pci_10de_0754
>         > 20:51:39.002 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/sio_0
>         > 20:51:39.003 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/nvidia_0
>         > 20:51:39.004 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/fdc_0
>         > 20:51:39.005 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/cpu_1
>         > 20:51:39.006 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/cpu_0
>         > 20:51:39.007 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/atkbdc_0
>         > 20:51:39.008 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/atkbd_0
>         > 20:51:39.009 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/ide_host_1
>         > 20:51:39.011 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/ide_host_0
>         > 20:51:39.012 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/acpi_button_0
>         > 20:51:39.013 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial
>         > 20:51:39.014 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_if0
>         > 20:51:39.028 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/usb_device_4b8_103_noserial
>         > 20:51:39.033 [I] hald.c:108: Added device to GDL;
>         >
>         udi=/org/freedesktop/Hal/devices/usb_device_4b8_103_noserial_if0
>         > 20:51:39.043 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0
>         > 20:51:39.044 [I] hald.c:108: Added device to GDL;
>         >
>         udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0_if0
>         > 20:51:39.049 [I] hald.c:108: Added device to GDL;
>         >
>         udi=/org/freedesktop/Hal/devices/usb_device_4b4_6830_DEF10E8A1383
>         > 20:51:39.051 [I] hald.c:108: Added device to GDL;
>         >
>         udi=/org/freedesktop/Hal/devices/usb_device_4b4_6830_DEF10E8A1383_if0
>         > 20:51:39.054 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1
>         > 20:51:39.056 [I] hald.c:108: Added device to GDL;
>         >
>         udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1_if0
>         > 20:51:39.076 [W] device.c:215: Property has invalid UTF-8
>         string 'Microsoft
>         > IntelliMouse� Explorer', it was changed to: 'Microsoft
>         IntelliMouse?
>         > Explorer'
>         > 20:51:39.076 [W] device.c:215: Property has invalid UTF-8
>         string 'Microsoft
>         > IntelliMouse� Explorer', it was changed to: 'Microsoft
>         IntelliMouse?
>         > Explorer'
>         > 20:51:39.082 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/usb_device_45e_1e_noserial
>         > Run started hald-addon-mouse-sysmouse (0) (0)
>         > !  full path is
>         '/usr/local/libexec/hald-addon-mouse-sysmouse', program_dir
>         > is '/usr/local/libexec'
>         > 20:51:39.086 [I] hald_runner.c:659: running_processes
>         0x285293d0, num = 1
>         > 20:51:39.087 [I] hald.c:120: Started addon
>         hald-addon-mouse-sysmouse for udi
>         > /org/freedesktop/Hal/devices/usb_device_45e_1e_noserial
>         > 20:51:39.096 [I] hald.c:108: Added device to GDL;
>         >
>         udi=/org/freedesktop/Hal/devices/usb_device_45e_1e_noserial_if0
>         > 20:51:39.116 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2
>         > 20:51:39.117 [I] hald.c:108: Added device to GDL;
>         >
>         udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2_if0
>         > 20:51:39.118 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/ide_0_0
>         > 20:51:39.120 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/ide_0_1
>         > 20:51:39.120 [W] device.c:215: Property has invalid UTF-8
>         string
>         > '���2003092�', it was changed to: '???2003092?'
>         > 20:51:39.121 [I] hald.c:108: Added device to GDL;
>         >
>         udi=/org/freedesktop/Hal/devices/usb_device_4b4_6830_DEF10E8A1383_if0_scsi_host
>         > 20:51:39.123 [I] hald.c:108: Added device to GDL;
>         >
>         udi=/org/freedesktop/Hal/devices/usb_device_4b4_6830_DEF10E8A1383_if0_scsi_host_scsi_device_lun0
>         > Run started hald-probe-scsi (10000) (0)
>         > !  full path is '/usr/local/libexec/hald-probe-scsi',
>         program_dir is
>         > '/usr/local/libexec'
>         > 20:51:39.124 [D] hald_dbus.c:3294:
>         > udi=/org/freedesktop/Hal/devices/usb_device_45e_1e_noserial
>         > 20:51:39.124 [I] hald_dbus.c:3320: AddonIsReady on udi
>         > '/org/freedesktop/Hal/devices/usb_device_45e_1e_noserial'
>         > pid 92832: rc=0
>         signaled=0: /usr/local/libexec/hald-probe-scsi
>         > 20:51:39.133 [I] hald.c:108: Added device to GDL;
>         > udi=/org/freedesktop/Hal/devices/storage_model_DK23EB_40
>         > Run started hald-probe-storage (10000) (0)
>         > !  full path is '/usr/local/libexec/hald-probe-storage',
>         program_dir is
>         > '/usr/local/libexec'
>         > pid 92834: rc=0
>         signaled=0: /usr/local/libexec/hald-probe-storage
>         > Run started hald-probe-volume (60000) (0)
>         > !  full path is '/usr/local/libexec/hald-probe-volume',
>         program_dir is
>         > '/usr/local/libexec'
>         > 20:51:39.158 [D] hald_dbus.c:1652:
>         udi=/org/freedesktop/Hal/devices/temp/51,
>         > key=info.category
>         > 20:51:39.160 [D] hald_dbus.c:1652:
>         udi=/org/freedesktop/Hal/devices/temp/51,
>         > key=volume.is_disc
>         > 20:51:39.161 [D] hald_dbus.c:1652:
>         udi=/org/freedesktop/Hal/devices/temp/51,
>         > key=volume.is_partition
>         > 20:51:39.161 [D] hald_dbus.c:1652:
>         udi=/org/freedesktop/Hal/devices/temp/51,
>         > key=volume.ignore
>         > 20:51:39.161 [D] hald_dbus.c:1652:
>         udi=/org/freedesktop/Hal/devices/temp/51,
>         > key=volume.fsusage
>         > 20:51:39.162 [D] hald_dbus.c:1652:
>         udi=/org/freedesktop/Hal/devices/temp/51,
>         > key=volume.fstype
>         > 20:51:39.162 [D] hald_dbus.c:1652:
>         udi=/org/freedesktop/Hal/devices/temp/51,
>         > key=volume.label
>         > 20:51:39.162 [D] hald_dbus.c:1652:
>         udi=/org/freedesktop/Hal/devices/temp/51,
>         > key=volume.uuid
>         > pid 92835: rc=0
>         signaled=0: /usr/local/libexec/hald-probe-volume
>         > 20:51:39.164 [I] hald.c:108: Added device to GDL;
>         >
>         udi=/org/freedesktop/Hal/devices/storage_model_DK23EB_40_volume
>         >
>         > Program received signal SIGSEGV, Segmentation fault.
>         > [Switching to Thread 0x28501100 (LWP 100071)]
>         > 0x2834331c in fwrite () from /lib/libc.so.7
>         > (gdb) bt
>         > #0  0x2834331c in fwrite () from /lib/libc.so.7
>         > #1  0x28337acf in open () from /lib/libc.so.7
>         > #2  0xbfa007cc in ?? ()
>         > #3  0xbfa006c4 in ?? ()
>         > #4  0x00000000 in ?? ()
>         > #5  0x28329b4a in localeconv () from /lib/libc.so.7
>         > #6  0x28339169 in open () from /lib/libc.so.7
>         > #7  0x2851d470 in ?? ()
>         > #8  0x00000000 in ?? ()
>         > #9  0x00000000 in ?? ()
>         > #10 0x00000000 in ?? ()
>         > #11 0x00000000 in ?? ()
>         > #12 0x00000000 in ?? ()
>         > #13 0x00000000 in ?? ()
>         > #14 0x00000000 in ?? ()
>         > #15 0x00000000 in ?? ()
>         > #16 0x00000000 in ?? ()
>         > #17 0x00000000 in ?? ()
>         > #18 0x00000000 in ?? ()
>         > #19 0x00000000 in ?? ()
>         > #20 0x00000000 in ?? ()
>         > #21 0x28352448 in sys_nerr () from /lib/libc.so.7
>         > #22 0xbfa00624 in ?? ()
>         > ---Type <return> to continue, or q <return> to quit---
>         > #23 0x00000000 in ?? ()
>         > #24 0x00000000 in ?? ()
>         > #25 0x00000000 in ?? ()
>         > #26 0x0000000d in ?? ()
>         > #27 0x00000000 in ?? ()
>         > #28 0x00000008 in ?? ()
>         > #29 0x00000005 in ?? ()
>         > #30 0xbfa00684 in ?? ()
>         > #31 0x28529b85 in ?? ()
>         > #32 0x2851d470 in ?? ()
>         > #33 0x00000008 in ?? ()
>         > #34 0x00000000 in ?? ()
>         > #35 0x00000000 in ?? ()
>         > #36 0x00000000 in ?? ()
>         > #37 0x2851d470 in ?? ()
>         > #38 0xbfa00694 in ?? ()
>         > #39 0x00000000 in ?? ()
>         > #40 0x0000000d in ?? ()
>         > #41 0x00000000 in ?? ()
>         > #42 0xffffffff in ?? ()
>         > #43 0xbfa00784 in ?? ()
>         > #44 0x2834ed00 in __uppercase_hex () from /lib/libc.so.7
>         > #45 0xbfa00108 in ?? ()
>         > ---Type <return> to continue, or q <return> to quit---
>         > #46 0x28337acf in open () from /lib/libc.so.7
>         > #47 0xbfa0088c in ?? ()
>         > #48 0xbfa00784 in ?? ()
>         > #49 0x00000000 in ?? ()
>         > #50 0x28329b4a in localeconv () from /lib/libc.so.7
>         > #51 0x28293f3b in vasprintf () from /lib/libc.so.7
>         > #52 0x281873e7 in g_vasprintf ()
>         from /usr/local/lib/libglib-2.0.so.0
>         > #53 0x281743e6 in g_strdup_vprintf ()
>         from /usr/local/lib/libglib-2.0.so.0
>         > #54 0x2817440b in g_strdup_printf ()
>         from /usr/local/lib/libglib-2.0.so.0
>         > #55 0x08078fc9 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:183
>         > #56 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #57 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #58 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #59 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #60 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #61 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > ---Type <return> to continue, or q <return> to quit---
>         > #62 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #63 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #64 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #65 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #66 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #67 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #68 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #69 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #70 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #71 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #72 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >     storage_device=0x28564300, geom_obj=0x2851eca0) at
>         hf-storage.c:206
>         > #73 0x08079162 in hf_storage_device_probe_geom
>         (parent=0x28564730,
>         >
>         >
>         > 7.1-RELEASE
>         >
>         > [root at worf /usr/ports/sysutils/hal/work/hal-0.5.11/hald]#
>         pkg_info
>         > ImageMagick-6.4.8.3 Image processing tools
>         > ORBit2-2.14.16      High-performance CORBA ORB with support
>         for the C
>         > language
>         > OpenEXR-1.6.1_1     A high dynamic-range (HDR) image file
>         format
>         > aalib-1.4.r5_4      An ascii art library
>         > abiword-2.6.3_2     An open-source, cross-platform WYSIWYG
>         word processor
>         > adns-1.4_1          Easy to use, asynchronous-capable DNS
>         client library and
>         > ut
>         > alacarte-0.11.6_1   An editor for the freedesktop.org menu
>         specification
>         > amspsfnt-1.0_5      AMSFonts PostScript Fonts (Adobe Type 1
>         format)
>         > apache-2.2.11       Version 2.2.x of Apache web server with
>         prefork MPM.
>         > appres-1.0.1        Program to list application's resources
>         > asciidoc-8.3.1      A text document format for writing short
>         documents and
>         > man
>         > aspell-0.60.6_2     Spelling checker with better suggestion
>         logic than
>         > ispell
>         > at-spi-1.24.1       An Assistive Technology Service Provider
>         Interface
>         > atk-1.24.0          A GNOME accessibility toolkit (ATK)
>         > atomix-2.14.0_5     A yet another little mind game
>         > autoconf-2.13.000227_6 Automatically configure source code
>         on many Un*x
>         > platforms
>         > autoconf-2.62       Automatically configure source code on
>         many Un*x
>         > platforms
>         > autoconf-wrapper-20071109 Wrapper script for GNU autoconf
>         > autogen-5.9.5_1     The Automated Program Generator
>         > automake-1.10.1     GNU Standards-compliant Makefile
>         generator (1.10)
>         > automake-1.4.6_5    GNU Standards-compliant Makefile
>         generator (1.4)
>         > automake-1.5_5,1    GNU Standards-compliant Makefile
>         generator (1.5)
>         > automake-1.6.3_1    GNU Standards-compliant Makefile
>         generator (1.6)
>         > automake-1.9.6_3    GNU Standards-compliant Makefile
>         generator (1.9)
>         > automake-wrapper-20071109 Wrapper script for GNU automake
>         > avahi-app-0.6.24    Service discovery on a local network
>         > avahi-gtk-0.6.24    Gtk+ tools and bindings to the Avahi
>         mDNS system
>         > babl-0.0.22_1       Dynamic pixel format conversion library
>         > bash-3.2.48_1       The GNU Project's Bourne Again SHell
>         > bdftopcf-1.0.1      Convert X font from BDF to PCF
>         > beforelight-1.0.2   A sample screen saver for X
>         > bigreqsproto-1.0.2  BigReqs extension headers
>         > bison-2.3_4,1       A parser generator from FSF, (mostly)
>         compatible with
>         > Yacc
>         > bitmap-1.0.3        Bitmap editor and converter utilities
>         for X
>         > bitstream-vera-1.10_4 Bitstream Vera TrueType font
>         collection
>         > bluefish-1.0.7_5    HTML editor designed for the experienced
>         web designer
>         > boehm-gc-6.8        Garbage collection and memory leak
>         detection for C and
>         > C++
>         > boost-1.34.1        Free peer-reviewed portable C++ source
>         libraries
>         > bpm-0.4.1b_15       A graphical BSD ports collection manager
>         > brightside-1.4.0_6  A tool to add reactivity to the edges
>         and corners of the
>         > GN
>         > bug-buddy-2.24.2    A bug reporting tool for GNOME 2
>         > cairo-1.8.6,1       Vector graphics library with
>         cross-device output support
>         > cairomm-1.6.4       C++ interface to cairo
>         > ccsm-0.7.8          A Python/GTK based settings manager for
>         CompizConfig
>         > cdparanoia-3.9.8_8  A CDDA extraction tool (also known as
>         ripper)
>         > cdrdao-1.2.2        Record CD-R[W]s in disk-at-once mode
>         > cdrtools-2.01_7     CD/CD-R[W] and ISO-9660 image creation
>         and extraction
>         > tools
>         > cheese-2.24.2       A Photobooth-inspired app for taking
>         pictures and videos
>         > fr
>         > cmpsfont-1.0_6      Computer Modern PostScript Fonts (Adobe
>         Type 1 format)
>         > cog-0.8.0_7         A program for editing advanced GNOME
>         settings in an easy
>         > wa
>         > compat5x-i386-5.4.0.8_9 A convenience package to install the
>         compat5x
>         > libraries
>         > compiz-0.7.8        Compiz Composite/Window Manager
>         > compiz-bcop-0.7.8   Code generator for Compiz Fusion Plugins
>         > compiz-fusion-0.7.8 Metaport of compiz-fusion
>         > compiz-fusion-plugins-extra-0.7.8 Plugins for Compiz
>         Composite Window
>         > Manager
>         > compiz-fusion-plugins-main-0.7.8 Plugins for Compiz
>         Composite Window Manager
>         > compizconfig-backend-gconf-0.7.8 The gconf backend for
>         CompizConfig
>         > compizconfig-python-0.7.8 Python bindings for the
>         compizconfig library
>         > compositeproto-0.4  Composite extension headers
>         > consolekit-0.3.0_3  Framework for defining and tracking
>         users
>         > curl-7.18.0         Non-interactive tool to get files from
>         FTP, GOPHER,
>         > HTTP(S)
>         > damageproto-1.1.0_2 Damage extension headers
>         > dasher-4.9.0_1,2    Information efficient text-entry
>         interface
>         > db41-4.1.25_4       The Berkeley DB package, revision 4.1
>         > dbus-1.2.4.4        A message bus system for
>         inter-application communication
>         > dbus-glib-0.78      GLib bindings for the D-BUS messaging
>         system
>         > deskbar-applet-2.24.2 Omnipresent versatile search interface
>         > desktop-file-utils-0.15_1 A couple of command line utilities
>         for working
>         > with desktop
>         > devilspie-0.22_1    A window manipulation tool
>         > dia-gnome-0.96.1_6,1 Diagram creation program, similar to
>         Visio
>         > djbfft-0.76_2       An extremely fast library for
>         floating-point convolution
>         > dmidecode-2.10      A tool for dumping DMI (SMBIOS) contents
>         in
>         > human-readable
>         > dmxproto-2.2.2      DMX extension headers
>         > docbook-3.1_4       V3.1 of the DocBook DTD, designed for
>         technical
>         > documentati
>         > docbook-4.1_3       V4.1 of the DocBook DTD, designed for
>         technical
>         > documentati
>         > docbook-sk-4.1.2_4  XML version of the DocBook DTD version
>         controlled for
>         > Scrol
>         > docbook-utils-0.6.14_7 Generates various output formats from
>         DocBook SGML
>         > document
>         > docbook-xml-4.2_1   XML version of the DocBook DTD
>         > docbook-xml-4.3     DocBook/XML DTD V4.3, designed for
>         technical
>         > documentation
>         > docbook-xml-4.4     DocBook/XML DTD V4.4, designed for
>         technical
>         > documentation
>         > docbook-xsl-1.74.0  XSL DocBook stylesheets
>         > dri-7.0.3_1,2       OpenGL hardware acceleration drivers for
>         the DRI
>         > dsssl-docbook-modular-1.79_1,1 DSSSL stylesheets for the
>         DocBook DTD by
>         > Norman Walsh
>         > dvd+rw-tools-7.1    DVD burning software
>         > e_dbus-20080223     EFL DBUS connectivity library
>         > ecore-con-0.9.9.042_2 Enlightenment core abstraction library
>         (con module)
>         > ecore-config-0.9.9.042 Enlightenment core abstraction
>         library (config
>         > module)
>         > ecore-evas-0.9.9.042 Enlightenment core abstraction library
>         (evas module)
>         > ecore-file-0.9.9.042 Enlightenment core abstraction library
>         (file module)
>         > ecore-imf-0.9.9.042 Enlightenment core abstraction library
>         (IMF module)
>         > ecore-imf_evas-0.9.9.042 Enlightenment core abstraction
>         library (IMF-Evas
>         > module)
>         > ecore-ipc-0.9.9.042_2 Enlightenment core abstraction library
>         (ipc module)
>         > ecore-job-0.9.9.042 Enlightenment core abstraction library
>         (job module)
>         > ecore-main-0.9.9.042 Enlightenment core abstraction library
>         (main library)
>         > ecore-txt-0.9.9.042 Enlightenment core abstraction library
>         (txt module)
>         > ecore-x11-0.9.9.042 Enlightenment core abstraction library
>         (x11 module)
>         > edb-1.0.5.042,2     Enlightenment Database Library
>         > editres-1.0.3       Dynamic resource editor for X Toolkit
>         Applications
>         > edje-0.5.0.042,2    Edje is a complex graphical design and
>         layout engine
>         > eel-2.24.1          Generally useful classes and extensions
>         to GNOME
>         > eet-0.9.10.042,2    Enlightenment Data Handling Library
>         > efreet-0.0.3.042    Freedesktop.org EFL compatiblity layer
>         > eiciel-0.9.6.1_1    A GNOME-based ACL editor, with
>         integration into Nautilus
>         > ekiga-2.0.11_5      VoIP phone for GNOME
>         > emacs-22.3          GNU editing macros
>         > embryo-0.9.1.042,2  A C like scripting language used in
>         Enlightenment
>         > emerald-0.7.8       Emerald Window Decorator
>         > emerald-themes-0.5.2 Themes for the Emerald Window Decorator
>         > empathy-2.24.1      GNOME IM client based around telepathy
>         > enchant-1.4.2       Dictionary/spellchecking framework
>         > encodings-1.0.2,1   X.Org Encoding fonts
>         > enlightenment-0.16.999.042_1,2 A very artistic X window
>         manager
>         > eog-2.24.2          The Eye Of Gnome image viewer
>         > epiphany-2.24.2.1   An extremely lightweight and simple web
>         browser for
>         > GNOME 2
>         > epiphany-extensions-2.24.1 A set of add-ons for the Epiphany
>         web browser
>         > esound-0.2.41       A sound library for enlightenment
>         package
>         > evas-core-0.9.9.042 A hardware accelerated canvas API (core
>         library)
>         > evas-engine-buffer-0.9.9.042 A hardware accelerated canvas
>         API (buffer
>         > engine)
>         > evas-engine-opengl-0.9.9.042 A hardware accelerated canvas
>         API (OpenGL
>         > engine)
>         > evas-engine-x11-0.9.9.042 A hardware accelerated canvas API
>         (X11 engine)
>         > evas-engine-xrender-0.9.9.042 A hardware accelerated canvas
>         API (XRender
>         > engine)
>         > evas-loader-edb-0.9.9.042 A hardware accelerated canvas API
>         (edb engine)
>         > evas-loader-eet-0.9.9.042 A hardware accelerated canvas API
>         (EET engine)
>         > evas-loader-jpeg-0.9.9.042 A hardware accelerated canvas API
>         (JPEG engine)
>         > evas-loader-png-0.9.9.042 A hardware accelerated canvas API
>         (PNG engine)
>         > evieext-1.0.2       XEVIE extension headers
>         > evince-2.24.2       GNOME 2 multi-format document viewer
>         > evolution-2.24.2    An integrated mail, calendar and address
>         book
>         > distributed s
>         > evolution-data-server-2.24.2 The data backends for the
>         Evolution integrated
>         > mail/PIM sui
>         > evolution-exchange-2.24.2 Evolution plugin to connect to
>         Microsoft Exchange
>         > servers
>         > evolution-gconf-tools-0.1.6_4 Scripts to make it easier to
>         work with
>         > Evolution's configur
>         > evolution-webcal-2.24.0 Webcal(endar) handler for gnome
>         > expat-2.0.1         XML 1.0 parser written in C
>         > faad2-2.6.1_1,1     MPEG-2 and MPEG-4 AAC audio decoder
>         > fast-user-switch-applet-2.22.0_3 Fast user switching applet
>         for GNOME
>         > ffmpeg-2008.07.27_7 Hyper fast realtime audio/video
>         encoder/converter,
>         > streamin
>         > file-roller-2.24.2,1 An archive manager for zip files, tar,
>         etc
>         > firefox-2.0.0.20_1,1 Web browser based on the browser
>         portion of Mozilla
>         > firefox-3.0.5_1,1   Web browser based on the browser portion
>         of Mozilla
>         > fixesproto-4.0      Fixes extension headers
>         > flac-1.2.1          Free lossless audio codec
>         > flex-2.5.35_1       Fast lexical analyzer generator
>         > font-adobe-100dpi-1.0.0_1 X.Org Adobe 100dpi font
>         > font-adobe-75dpi-1.0.0 X.Org Adobe 75dpi font
>         > font-adobe-utopia-100dpi-1.0.1 X.Org Adobe Utopia 100dpi
>         font
>         > font-adobe-utopia-75dpi-1.0.1 X.Org Adobe Utopia 75dpi font
>         > font-adobe-utopia-type1-1.0.1 X.Org Adobe Utopia Type1 font
>         > font-alias-1.0.1    X.Org Font aliases
>         > font-arabic-misc-1.0.0 X.Org miscellaneous Arabic fonts
>         > font-bh-100dpi-1.0.0 X.Org Bigelow Holmes 100dpi font
>         > font-bh-75dpi-1.0.0 X.Org Bigelow Holmes 75dpi font
>         > font-bh-lucidatypewriter-100dpi-1.0.0 X.Org Bigelow Holmes
>         Lucida TypeWriter
>         > 100dpi font
>         > font-bh-lucidatypewriter-75dpi-1.0.0 X.Org Bigelow Holmes
>         Lucida TypeWriter
>         > 75dpi font
>         > font-bh-ttf-1.0.0   X.Org Bigelow & Holmes TTF font
>         > font-bh-type1-1.0.0 X.Org Bigelow Holmes Type1 font
>         > font-bitstream-100dpi-1.0.0 X.Org Bitstream Vera 100dpi font
>         > font-bitstream-75dpi-1.0.0 X.Org Bitstream Vera 75dpi font
>         > font-bitstream-type1-1.0.0 X.Org Bitstream Vera Type1 font
>         > font-cronyx-cyrillic-1.0.0 X.Org Cronyx Cyrillic font
>         > font-cursor-misc-1.0.0 X.Org miscellaneous Cursor fonts
>         > font-daewoo-misc-1.0.0 X.Org miscellaneous Daewoo fonts
>         > font-dec-misc-1.0.0 X.Org miscellaneous Dec fonts
>         > font-ibm-type1-1.0.0 X.Org IBM Type1 font
>         > font-isas-misc-1.0.0 X.Org miscellaneous ISAS fonts
>         > font-jis-misc-1.0.0 X.Org miscellaneous JIS fonts
>         > font-micro-misc-1.0.0 X.Org miscellaneous Micro fonts
>         > font-misc-cyrillic-1.0.0 X.Org miscellaneous Cyrillic font
>         > font-misc-ethiopic-1.0.0 X.Org miscellaneous Ethiopic font
>         > font-misc-meltho-1.0.0_1 X.Org miscellaneous Meltho font
>         > font-misc-misc-1.0.0 X.Org miscellaneous Misc fonts
>         > font-mutt-misc-1.0.0 X.Org miscellaneous Mutt fonts
>         > font-schumacher-misc-1.0.0_1 X.Org miscellaneous Schumacher
>         fonts
>         > font-screen-cyrillic-1.0.1 X.Org Screen Cyrillic font
>         > font-sony-misc-1.0.0 X.Org miscellaneous Sony fonts
>         > font-sun-misc-1.0.0 X.Org miscellaneous Sun fonts
>         > font-util-1.0.1     Create an index of X font files in a
>         directory
>         > font-winitzki-cyrillic-1.0.0 X.Org Winitzki Cyrillic font
>         > font-xfree86-type1-1.0.0 X.Org XFree86 Type1 font
>         > fontcacheproto-0.1.2 Fontcache extension headers
>         > fontconfig-2.6.0,1  An XML-based font configuration API for
>         X Windows
>         > fontsproto-2.0.2    Fonts extension headers
>         > fonttosfnt-1.0.3    Wrap a bitmap font in a sftn wrapper
>         > freedesktop-sound-theme-0.2 Sound theme based on the
>         FreeDesktop
>         > specification
>         > freetype2-2.3.7     A free and portable TrueType font
>         rendering engine
>         > fribidi-0.10.9      A Free Implementation of the Unicode
>         Bidirectional
>         > Algorith
>         > fslsfonts-1.0.1     List fonts served by the X font server
>         > fstobdf-1.0.2       Generate BDF font from X font server
>         > fusefs-kmod-0.3.9.p1.20080208_5 Kernel module for fuse
>         > fusefs-libs-2.7.3   FUSE allows filesystem implementation in
>         userspace
>         > gTweakUI-0.4.0_7    A collection of simple dialogs as a
>         front end to GConf
>         > gail-1.22.3         An implementation of the ATK interfaces
>         for GTK+ widgets
>         > gamin-0.1.10        A file and directory monitoring system
>         > gawk-3.1.6_1        The GNU version of Awk
>         > gcalctool-5.24.2,2  A GNOME 2 calculator tool based on the
>         old calctool for
>         > Ope
>         > gccmakedep-1.0.2    Create dependencies in makefiles using
>         'gcc -M'
>         > gconf-editor-2.24.1,1 A gconf database editor for the GNOME
>         2 environment
>         > gconf2-2.24.0       A configuration database system for
>         GNOME
>         > gd-2.0.35,1         A graphics library for fast creation of
>         images
>         > gdbm-1.8.3_3        The GNU database manager
>         > gdesklets-0.35.4_4  A framework for Gnome 2.x for desktop
>         applets
>         > gdl-2.24.0          Components intended to be shared between
>         GNOME
>         > development
>         > gdm-2.24.1_4        GNOME 2 version of xdm display manager
>         > gedit-2.24.2        A small but powerful text editor for
>         GNOME 2 Desktop
>         > Enviro
>         > gegl-0.0.20_1       A graph based image processing framework
>         > getopt-1.1.4_1      A getopt(1) replacement that supports
>         GNU-style long
>         > option
>         > gettext-0.17_1      GNU gettext package
>         > ggz-client-libs-0.0.14.1_1 The GGZ Gaming Zone - Core Client
>         Libraries
>         > ghostscript8-8.63   Ghostscript 8.x PostScript interpreter
>         > gimp-2.6.4,2        The "meta-port" for The Gimp
>         > gimp-app-2.6.4_2,1  A GNU Image Manipulation Program
>         > gimp-gutenprint-5.1.7_1 GutenPrint Printer Driver
>         > gio-fam-backend-2.18.4 FAM backend for GLib's GIO library
>         > gkrellm-2.3.2_1     A GTK based system monitor
>         > glabels-2.2.3       A program to create labels and business
>         cards
>         > glade3-gnome-3.4.5_1 A user interface builder for GTK+/GNOME
>         > gle-3.1.0_1         A GL Tubing and Extrusion Library
>         > glib-2.18.4         Some useful routines of C programming
>         (current stable
>         > versi
>         > glibmm-2.18.1,1     C++ interfaces for glib2
>         > glproto-1.4.8       GLX extension headers
>         > gmake-3.81_3        GNU version of 'make' utility
>         > gmime-2.2.22        Library (written in C) for parsing and
>         creating messages
>         > us
>         > gmime-sharp-2.2.22_1 Mono bindings for gmime
>         > gnome-applets-2.24.2_1 Applets components for the GNOME 2
>         Desktop
>         > Environment
>         > gnome-art-0.2_4     Frontend for art.gnome.org
>         > gnome-audio-2.22.2  Sound files for use with GNOME 2
>         > gnome-backgrounds-2.24.0 A collection of backgrounds for
>         GNOME 2
>         > gnome-blog-0.9.1_2  GNOME app to post to blogs
>         > gnome-build-2.24.1,1 A GNOME Build Framework (GBF)
>         > gnome-control-center-2.24.0.1 Control center for GNOME 2
>         project
>         > gnome-desktop-2.24.2 Additional UI API for GNOME 2
>         > gnome-devel-docs-2.24.1 Documents targeted for GNOME
>         developers
>         > gnome-doc-utils-0.14.2 GNOME doc utils
>         > gnome-games-2.24.2  The game applications package for the
>         GNOME 2 Desktop
>         > Envir
>         > gnome-games-extra-data-2.24.0 Themes and artwork for the
>         gnome-games package
>         > gnome-icon-theme-2.24.0_2 A collection of icons for the
>         GNOME 2 desktop
>         > gnome-keyring-2.24.1_1 A program that keeps passwords and
>         other secrets
>         > gnome-mag-0.15.4    GNOME screen magnifier
>         > gnome-media-2.24.0.1 Multimedia applications for the GNOME 2
>         desktop
>         > gnome-menus-2.24.2  Implementation of the FreeDesktop
>         Desktop Menu Spec
>         > gnome-mime-data-2.18.0_3 A MIME and Application database for
>         GNOME
>         > gnome-mount-0.8_2   A front-end to mount, umount, and eject
>         using HAL
>         > gnome-netstatus-2.12.2 A GNOME applet that shows network
>         status
>         > gnome-nettool-2.22.1,1 A GNOME utility that provides network
>         information
>         > statistic
>         > gnome-panel-2.24.2  Panel component for the GNOME 2 Desktop
>         > gnome-pkgview-1.0.7 Displays the version of GNOME components
>         installed
>         > gnome-power-manager-2.24.2 Power management system for the
>         GNOME Desktop
>         > gnome-screensaver-2.24.1_1 GNOME screen saver and locker
>         > gnome-session-2.24.2 Session component for the GNOME 2
>         desktop
>         > gnome-settings-daemon-2.24.1 GNOME 2 settings daemon
>         > gnome-sharp-2.16.0_5 GNOME interfaces for the .NET runtime
>         > gnome-speech-0.4.22 GNOME text-to-speech API
>         > gnome-spell-1.0.8_2 A GNOME/Bonobo component for spell
>         checking
>         > gnome-splashscreen-manager-0.2_7 Gnome splash screen manager
>         > gnome-system-monitor-2.22.4 GNOME 2 system monitor program
>         > gnome-system-tools-2.22.1 Tools to configure workstations
>         > gnome-terminal-2.24.2 Terminal component for the GNOME 2
>         Desktop
>         > gnome-themes-2.24.1 A collection of themes and icons for
>         GNOME2
>         > gnome-user-docs-2.24.2 GNOME 2 users guide
>         > gnome-user-share-0.31_2 Personal file-sharing service for
>         the GNOME Desktop
>         > gnome-utils-2.24.1,1 GNOME 2 support utilities
>         > gnome-vfs-2.24.0    GNOME Virtual File System
>         > gnome-volume-manager-2.24.0 Automatically mount removable
>         media, and more
>         > gnome2-2.24.2       The "meta-port" for the GNOME 2
>         integrated X11 desktop
>         > gnome2-office-2.24.2_1 GNOME 2 office applications
>         > gnome2-power-tools-2.24.2_2 The 'Geektoys' for the GNOME 2
>         power user
>         > gnome_subr-1.0      Common startup and shutdown subroutines
>         used by GNOME
>         > scrip
>         > gnomehier-2.3_11    A utility port that creates the GNOME
>         directory tree
>         > gnomeicu-0.99.14_2  GNOME 2 ICQ client
>         > gnotime-2.2.2_10    GnoTime is a time tracker for gnome2
>         > gnumeric-1.9.3_1    The GNOME 2 spreadsheet
>         > gnupg-2.0.9_3       The GNU Privacy Guard
>         > gnutls-2.6.3        GNU Transport Layer Security library
>         > goffice-0.4.3_5     GLib/GTK+ set of document centric
>         objects and utilities
>         > goffice-0.7.2       GLib/GTK+ set of document centric
>         objects and utilities
>         > gok-2.24.0,1        GNOME On-Screen Keyboard (GOK)
>         > gossip-0.31         GTK2 Jabber Instant Messaging client
>         > gpac-libgpac-0.4.4,1 Gpac MPEG-4 Systems library and headers
>         > gperf-3.0.3         Generates perfect hash functions for
>         sets of keywords
>         > gpgme-1.1.5_1       A library to make access to GnuPG easier
>         > graphviz-2.20.3     Graph Visualization Software from AT&T
>         and Bell Labs
>         > gsfonts-8.11_4      Fonts used by GNU Ghostscript (or X)
>         > gstreamer-0.10.21   Development framework for creating media
>         applications
>         > gstreamer-ffmpeg-0.10.4_1 GStreamer plug-in for manipulating
>         MPEG video
>         > streams
>         > gstreamer-plugins-0.10.21,3 GStreamer written collection of
>         plugins handling
>         > several me
>         > gstreamer-plugins-a52dec-0.10.9_3,3 Gstreamer ATSC A/52
>         stream aka AC-3 (dvd
>         > audio) plugin
>         > gstreamer-plugins-bad-0.10.8_1,3 Bad gstreamer-plugins
>         > gstreamer-plugins-cdparanoia-0.10.21,3 Gstreamer CDDA
>         extraction (aka audio
>         > ripping) plugin
>         > gstreamer-plugins-core-0.10_10 Core set of typical audio and
>         video
>         > gstreamer-plugins
>         > gstreamer-plugins-dts-0.10.8_3,3 Gstreamer dts plugin
>         > gstreamer-plugins-dvd-0.10.9_3,3 Gstreamer dvd plugin set
>         > gstreamer-plugins-esound-0.10.10_3,3 Gstreamer enlightenment
>         sound library
>         > plugin
>         > gstreamer-plugins-flac-0.10.10_4,3 Gstreamer free lossless
>         audio
>         > encoder/decoder plugin
>         > gstreamer-plugins-gconf-0.10.10_4,3 Gstreamer gconf plugin
>         > gstreamer-plugins-gio-0.10.21,3 Gstreamer gio (Glib I/O)
>         plugin
>         > gstreamer-plugins-gnomevfs-0.10.21,3 Gstreamer gnomevfs
>         plugin
>         > gstreamer-plugins-good-0.10.10_1,3 Good gstreamer-plugins
>         > gstreamer-plugins-hal-0.10.10_4,3 Gstreamer hal plugin
>         > gstreamer-plugins-jpeg-0.10.10_3,3 Gstreamer jpeg
>         encoder/decoder plugin
>         > gstreamer-plugins-libpng-0.10.10_3,3 Gstreamer png plugin
>         > gstreamer-plugins-mad-0.10.9_3,3 Gstreamer mp3 decoder
>         plugin
>         > gstreamer-plugins-mp3-0.10.0_1 Gstreamer Plugins Mp3 decoder
>         meta-port
>         > gstreamer-plugins-mpeg2dec-0.10.9_3,3 Gstreamer mpeg decode
>         plugin
>         > gstreamer-plugins-ogg-0.10.21,3 Gstreamer Ogg bitstream
>         plugin
>         > gstreamer-plugins-pango-0.10.21,3 Gstreamer pango
>         textoverlay plugin
>         > gstreamer-plugins-soup-0.10.10_3,3 Gstreamer soup http src
>         plugin
>         > gstreamer-plugins-theora-0.10.21,3 Gstreamer theora plugin
>         > gstreamer-plugins-ugly-0.10.9_1,3 Ugly gstreamer-plugins
>         > gstreamer-plugins-vorbis-0.10.21,3 Gstreamer vorbis
>         encoder/decoder plugin
>         > gstreamer-plugins-xvid-0.10.8_3,3 Gstreamer xvid plugin
>         > gtar-1.21           GNU version of the traditional tape
>         archiver
>         > gthumb-2.10.10      An image viewer and browser for the
>         GNOME 2 environment
>         > gtk-2.14.7          Gimp Toolkit for X11 GUI (current stable
>         version)
>         > gtk-engines2-2.16.1 Theme engine for the GTK+-2.0 toolkit
>         > gtk-send-pr-0.4.9_1 GTK2 send-pr tool
>         > gtk-sharp-2.10.2_2  GTK+ and GNOME interfaces for the .NET
>         runtime
>         > gtk-vnc-0.3.7_1     VNC viewer widget for GTK+
>         > gtkglext-1.2.0_2    An OpenGL extension to GTK
>         > gtkhtml3-3.24.2     Lightweight HTML
>         rendering/printing/editing engine
>         > gtkmm-2.14.3        C++ wrapper for Gtk+, Pango, Atk
>         > gtksourceview-1.8.5_4 A text widget that adds syntax
>         highlighting to the
>         > GtkTextV
>         > gtksourceview2-2.4.1 A text widget that adds syntax
>         highlighting to the
>         > GtkTextV
>         > gtkspell-2.0.15     A GTK+ 2 spell checking component
>         > gucharmap-2.24.2    A Unicode/ISO10646 character map and
>         font viewer
>         > guile-1.8.5         GNU Ubiquitous Intelligent Language for
>         Extension
>         > gutenprint-5.1.7_1  The "meta-port" for GutenPrint
>         > gutenprint-base-5.1.7_1 GutenPrint Printer Driver
>         > gutenprint-ijs-5.1.7_1 GutenPrint Printer Driver
>         > gvfs-1.0.3          GNOME virtual file system
>         > hal-0.5.11_10       Hardware Abstraction Layer for
>         simplifying device access
>         > hal-info-20080508_1 Additional FDI files to further classify
>         HAL devices
>         > hamster-applet-2.24.2 Time management applet for the GNOME
>         Desktop
>         > help2man-1.36.4_2   Automatically generating simple manual
>         pages from
>         > program o
>         > hicolor-icon-theme-0.10_2 A high-color icon theme shell from
>         the FreeDesktop
>         > project
>         > iceauth-1.0.2       ICE authority file utility for X
>         > ico-1.0.2           Displays a wire-frame rotating plyhedron
>         > icon-naming-utils-0.8.7 Utilities of the Tango project
>         > icu-3.8.1_1         International Components for Unicode
>         (from IBM)
>         > ilmbase-1.0.1_1     ILM Base libraries a.k.a. Half,
>         IlmThread, Imath and Iex
>         > imake-1.0.2_4,1     Imake and other utilities from X.Org
>         > imlib2-1.4.1.000_1,2 The next generation graphics library
>         for Enlightenment
>         > inputproto-1.4.2.1  Input extension headers
>         > intltool-0.40.5     Tools to internationalize various kinds
>         of data files
>         > iso-codes-3.2_1     Lists of the country, language and
>         currency iso names
>         > iso8879-1986_2      Character entity sets from ISO 8879:1986
>         (SGML)
>         > jade-1.2.1_9        An object-oriented SGML/XML parser
>         toolkit and DSSSL
>         > engine
>         > jadetex-3.13_2      A TeX backend for Jade, for typesetting
>         SGML documents
>         > jasper-1.900.1_6    An implementation of the codec specified
>         in the
>         > JPEG-2000 s
>         > jbigkit-1.6         Lossless compression for bi-level images
>         such as scanned
>         > pa
>         > jpeg-6b_7           IJG's jpeg compression utilities
>         > kbproto-1.0.3       KB extension headers
>         > lcms-1.17,1         Light Color Management System -- a color
>         management
>         > library
>         > libFS-1.0.0_1       The FS library
>         > libGL-7.0.3         OpenGL library that renders using GLX or
>         DRI
>         > libGLU-7.0.3        OpenGL utility library
>         > libICE-1.0.4_1,1    Inter Client Exchange library for X11
>         > libIDL-0.8.12       A library for creating trees of CORBA
>         IDL files
>         > libSM-1.0.3_1,1     Session Management library for X11
>         > libX11-1.1.3_1,1    X11 library
>         > libXScrnSaver-1.1.2 The XScrnSaver library
>         > libXTrap-1.0.0      The XTrap library
>         > libXau-1.0.3_2      Authentication Protocol library for X11
>         > libXaw-1.0.4_1,1    X Athena Widgets library
>         > libXcomposite-0.4.0,1 X Composite extension library
>         > libXcursor-1.1.9_1  X client-side cursor loading library
>         > libXdamage-1.1.1    X Damage extension library
>         > libXdmcp-1.0.2_1    X Display Manager Control Protocol
>         library
>         > libXevie-1.0.2      The Xevie library
>         > libXext-1.0.3,1     X11 Extension library
>         > libXfixes-4.0.3_1   X Fixes extension library
>         > libXfont-1.3.1_3,1  X font libary
>         > libXfontcache-1.0.4 The Xfontcache library
>         > libXft-2.1.13       A client-sided font API for X
>         applications
>         > libXi-1.1.3,1       X Input extension library
>         > libXinerama-1.0.2,1 X11 Xinerama library
>         > libXmu-1.0.3,1      X Miscellaneous Utilities libraries
>         > libXp-1.0.0,1       X print library
>         > libXpm-3.5.7        X Pixmap library
>         > libXprintAppUtil-1.0.1 The XprintAppUtil library
>         > libXprintUtil-1.0.1 The XprintUtil library
>         > libXrandr-1.2.2_1   X Resize and Rotate extension library
>         > libXrender-0.9.4_1  X Render extension library
>         > libXres-1.0.3_3     X Resource usage library
>         > libXt-1.0.5_1       X Toolkit library
>         > libXtst-1.0.3_1     X Test extension
>         > libXv-1.0.3_1,1     X Video Extension library
>         > libXvMC-1.0.4_1     X Video Extension Motion Compensation
>         library
>         > libXxf86dga-1.0.2   X DGA Extension
>         > libXxf86misc-1.0.1  X XF86-Misc Extension
>         > libXxf86vm-1.0.1    X Vidmode Extension
>         > liba52-0.7.4_2      A free library for decoding ATSC A/52
>         streams, aka AC-3
>         > libao-0.8.8_1       Portable audio output library
>         > libart_lgpl-2.3.20,1 Library for high-performance 2D
>         graphics
>         > libassuan-1.0.4     IPC library used by GnuPG and gpgme
>         > libaudiofile-0.2.6  A sound library for SGI audio file
>         > libbonobo-2.24.0    A component and compound document system
>         for GNOME2
>         > libbonoboui-2.24.0  GUI frontend to the libbonobo component
>         of GNOME 2
>         > libcanberra-0.10_2  Implementation of the Freedesktop sound
>         theme spec
>         > libcddb-1.3.0       A library to access data on a CDDB
>         server
>         > libcdio-0.78.2_2    Compact Disc Input and Control Library
>         > libcheck-0.9.6      A unit test framework for C
>         > libcompizconfig-0.7.8 An alternative configuration system
>         for Compiz
>         > libcroco-0.6.1_1    CSS2 parsing library
>         > libdaemon-0.12      Lightweight C library that eases the
>         writing of UNIX
>         > daemon
>         > libdca-0.0.5        Free DTS Coherent Acoustics decoder
>         > libdmx-1.0.2_1      DMX extension library
>         > libdrm-2.3.1        Userspace interface to kernel Direct
>         Rendering Module
>         > servi
>         > libdvdcss-1.2.9_2   Portable abstraction library for DVD
>         decryption
>         > libdvdnav-0.1.10_3  The library for the xine-dvdnav plugin
>         > libdvdread-0.9.7_3  This is needed by ogle, which is a DVD
>         player that
>         > supports
>         > libesmtp-1.0.4_1,1  A library for posting electronic mail
>         > libexecinfo-1.1_3   A library for inspecting program's
>         backtrace
>         > libexif-0.6.16      Library to read digital camera file
>         meta-data
>         > libfontenc-1.0.4    The fontenc Library
>         > libfpx-1.2.0.12_1   Library routines for working with
>         Flashpix images
>         > libgail-gnome-1.20.1 An implementation of the ATK interfaces
>         for GNOME
>         > widgets
>         > libgcrypt-1.4.3     General purpose crypto library based on
>         code used in
>         > GnuPG
>         > libgda3-3.0.4_1     Provides uniform access to different
>         kinds of data
>         > sources
>         > libggz-0.0.14.1_5   The GGZ Gaming Zone - Base Library
>         > libgksu-1.3.8_3     Library providing su and sudo
>         functionality
>         > libgksuui-1.0.7_3   A graphical fronted to su library
>         > libglade2-2.6.3     GNOME glade library
>         > libglut-7.0.3       OpenGL utility toolkit
>         > libgmp-4.2.4        A free library for arbitrary precision
>         arithmetic
>         > libgnome-2.24.1     Libraries for GNOME, a GNU desktop
>         environment
>         > libgnomecanvas-2.20.1.1_2 A graphics library for GNOME
>         > libgnomekbd-2.24.0  GNOME keyboard shared library
>         > libgnomeprint-2.18.5 Gnome print support library
>         > libgnomeprintui-2.18.3 Gnome print support library
>         > libgnomesu-1.0.0_5  Library and frontend for running
>         commands as root
>         > libgnomeui-2.24.0   Libraries for the GNOME GUI, a GNU
>         desktop environment
>         > libgpg-error-1.6_1  Common error values for all GnuPG
>         components
>         > libgphoto2-2.4.3    A universal digital camera picture
>         control tool
>         > libgpod-0.6.0_1     A library for direct access of iPod's
>         contents
>         > libgsf-1.14.11      An extensible i/o abstraction for
>         dealing with
>         > structured f
>         > libgsf-gnome-1.14.11 A GNOME wrapper for libgsf
>         > libgtkhtml-2.11.1_2 Lightweight HTML
>         rendering/printing/editing engine
>         > libgtop-2.24.0_3    GNOME 2 top library
>         > libgweather-2.24.2  Library to accessing online weather
>         informations
>         > libiconv-1.11_1     A character set conversion library
>         > libid3tag-0.15.1b   ID3 tags library (part of MAD project)
>         > libidn-1.9          Internationalized Domain Names command
>         line tool
>         > libijs-0.35_1       C library that supports plugin printer
>         driver for
>         > Ghostscri
>         > libksba-1.0.5       KSBA is an X.509 Library
>         > libltdl-1.5.26      System independent dlopen wrapper
>         > libmad-0.15.1b_2    Libmad library (part of MAD project)
>         > libmng-1.0.10       Multiple-image Network Graphics (MNG)
>         reference library
>         > libmpeg2-0.5.1      A free library for decoding mpeg-2 and
>         mpeg-1 video
>         > streams
>         > libmusicbrainz-2.1.5 2nd generation incarnation of the CD
>         Index - audio
>         > metadata
>         > libnotify-0.4.5     A library for desktop notifications
>         > libntlm-1.0         A library that implement Microsoft's
>         NTLM authentication
>         > libogg-1.1.3,4      Ogg bitstream library
>         > liboil-0.3.15       Library of optimized inner loops
>         > liboldX-1.0.1       Old X library
>         > liboobs-2.22.0_1    Wrapping library to the System Tools
>         Backends
>         > libpthread-stubs-0.1 This library provides weak aliases for
>         pthread
>         > functions
>         > libpurple-2.5.3     Backend library for the Pidgin
>         multi-protocol messaging
>         > cli
>         > librsvg2-2.22.3_1   Library for parsing and rendering SVG
>         vector-graphic
>         > files
>         > libsexy-0.1.11_1    Extension widgets for GTK+
>         > libsigc++-2.2.3     Callback Framework for C++
>         > libsoup-2.2.105_3   A SOAP (Simple Object Access Protocol)
>         implementation in
>         > C
>         > libsoup-2.24.2.1    A SOAP (Simple Object Access Protocol)
>         implementation in
>         > C
>         > libspectre-0.2.2    A small library for rendering Postscript
>         documents
>         > libtasn1-1.5        ASN.1 structure parser library
>         > libtelepathy-0.3.3_1 Flexible Communications Framework
>         > libtheora-1.0.b2    Theora video codec for the Ogg
>         multimedia streaming
>         > system
>         > libtool-1.5.26      Generic shared library support script
>         > libungif-4.1.4_5    Tools and library routines for working
>         with GIF images
>         > libusb-0.1.12_4     Library giving userland programs access
>         to USB devices
>         > libutempter-1.1.5_1 Interface to record user sessions to
>         utmp and wtmp files
>         > libvolume_id-0.81.0 Library to provide file system type
>         information
>         > libvorbis-1.2.0_2,3 Audio compression codec library
>         > libwmf-0.2.8.4_2    Tools and library for converting
>         Microsoft WMF (windows
>         > met
>         > libwnck-2.24.2      Library used for writing pagers and
>         taskslists
>         > libwww-5.4.0_4      The W3C Reference Library
>         > libxcb-1.1.90.1     The X protocol C-language Binding (XCB)
>         library
>         > libxkbfile-1.0.4    XKB file library
>         > libxkbui-1.0.2_1    The xkbui library
>         > libxklavier-3.7,1   An utility library to make XKB stuff
>         easier
>         > libxml++-2.24.2     XML API for C++
>         > libxml2-2.7.2_1     XML parser library for GNOME
>         > libxslt-1.1.24_2    The XSLT C library for GNOME
>         > liferea-1.4.23      Simple RSS/RDF feed reader
>         > linux-atk-1.9.1     Accessibility Toolkit, Linux/i386 binary
>         > linux-cairo-1.0.2   Linux cairo binary
>         > linux-expat-1.95.8  Linux/i386 binary port of Expat
>         XML-parsing library
>         > linux-flashplugin-9.0r152 Adobe Flash Player NPAPI Plugin
>         > linux-fontconfig-2.2.3_7 Linux/i386 binary of Fontconfig
>         > linux-glib2-2.6.6_1 Version 2.X Linux/i386 binary port of
>         GLib
>         > linux-gtk2-2.6.10   GTK+ library, version 2.X, Linux binary
>         > linux-jpeg-6b.34    RPM of the JPEG lib
>         > linux-openssl-0.9.7f SSL and crypto library (Linux Version)
>         > linux-pango-1.10.2  Linux pango binary
>         > linux-png-1.2.8_2   RPM of the PNG lib
>         > linux-tiff-3.7.1    TIFF library, Linux/i386 binary
>         > linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries
>         > linux_base-fc-4_13  Base set of packages needed in Linux
>         mode (for
>         > i386/amd64)
>         > listres-1.0.1       List resources in widgets
>         > localedata-5.4      Legacy locale data for FreeBSD 6+
>         > loudmouth-1.4.3     Lightweight Jabber client library
>         > luit-1.0.2_2        Locale and ISO 2022 support for Unicode
>         terminals
>         > lynx-2.8.6.5_4,1    A non-graphical, text-based World-Wide
>         Web client
>         > lzmautils-4.32.7    LZMA compression and decompression tools
>         > lzo2-2.03_2         Portable speedy, lossless data
>         compression library
>         > lzop-1.02.r1        Fast file compressor similar to gzip,
>         using the LZO
>         > library
>         > m4-1.4.11,1         GNU m4
>         > makedepend-1.0.1,1  A dependency generator for makefiles
>         > metacity-2.24.0_1   A window manager for the adult in you
>         > mkcomposecache-1.2_1 Program to create Compose cache files
>         > mkfontdir-1.0.3_1   Create an index of X font files in a
>         directory
>         > mkfontscale-1.0.3   Creates an index of scalable font files
>         for X
>         > mono-1.2.5.1_1      An open source implementation of .NET
>         Development
>         > Framework
>         > monodoc-1.2.5_1     Documentation for Mono and Mono
>         libraries
>         > mousetweaks-2.24.2  Mouse accessibility enhancements for the
>         GNOME desktop
>         > mysql-client-5.1.30 Multithreaded SQL database (client)
>         > mysql-server-5.1.30 Multithreaded SQL database (server)
>         > nasm-2.05.01,1      General-purpose multi-platform x86 and
>         x86-64 assembler
>         > nautilus-2.24.2     File manager for the GNOME desktop
>         > nautilus-cd-burner-2.24.0 CD burner view for Nautilus
>         > nautilus-open-terminal-0.9_2 Nautilus extension which allows
>         you to open a
>         > terminal
>         > nautilus-sendto-1.0.1_1 Integration between nautilus,
>         evolution, and pidgin
>         > ndesk-dbus-0.6.1a   A C# implementation of D-Bus
>         > ndesk-dbus-glib-0.4.1_1 GLib main loop integration for
>         Managed D-Bus
>         > neon28-0.28.3       An HTTP and WebDAV client library for
>         Unix systems
>         > netspeed_applet-0.15.2 Applet that shows how much network
>         traffic occurs on
>         > an int
>         > notification-daemon-0.4.0_1 Send small notifications to your
>         desktop
>         > nspluginwrapper-1.2.2_1 A compatibility plugin for Netscape
>         4 (NPAPI)
>         > plugins
>         > nspr-4.7            A platform-neutral API for system level
>         and libc like
>         > funct
>         > nss-3.11.9_2        Libraries to support development of
>         security-enabled
>         > applic
>         > oclock-1.0.1        Round clock application for X
>         > opal-2.2.11_1       VoIP abstraction library
>         > openldap-client-2.4.13 Open source LDAP client
>         implementation
>         > orca-2.24.2         Scriptable screen reader
>         > p5-Authen-SASL-2.12 Perl5 module for SASL authentication
>         > p5-Compress-Raw-Zlib-2.015 Low-Level Interface to zlib
>         compression library
>         > p5-Compress-Zlib-2.015 Perl5 interface to zlib compression
>         library
>         > p5-Date-Manip-5.54  Perl5 module containing date
>         manipulation routines
>         > p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest
>         Algorithms
>         > p5-Digest-MD5-2.38  Perl5 interface to the MD5 algorithm
>         > p5-Digest-SHA1-2.11 Perl interface to the SHA-1 Algorithm
>         > p5-GSSAPI-0.26      Perl extension providing access to the
>         GSSAPIv2 library
>         > p5-HTML-Parser-3.59 Perl5 module for parsing HTML documents
>         > p5-HTML-Tagset-3.20 Some useful data table in parsing HTML
>         > p5-HTML-Tree-3.23   A collection of modules to manupulate
>         HTML syntax trees
>         > p5-IO-Compress-Base-2.015 Base Class for IO::Uncompress
>         modules
>         > p5-IO-Compress-Zlib-2.015 Perl5 interface for reading and
>         writing of (g)zip
>         > files
>         > p5-MIME-Base64-3.07 Perl5 module for Base64 and
>         Quoted-Printable encodings
>         > p5-Net-1.22_1,1     Perl5 modules to access and use network
>         protocols
>         > p5-Net-DBus-0.33.6  Perl extension for the DBus message
>         system
>         > p5-Parse-Yapp-1.05  Perl extension for generating and using
>         LALR parsers
>         > p5-SGMLSpm-1.03_1   Perl module for postprocessing the
>         output from sgmls and
>         > ns
>         > p5-Text-Iconv-1.7   Perl interface to iconv() codeset
>         conversion function
>         > p5-Tie-IxHash-1.21  Perl module implementing ordered
>         in-memory associative
>         > arra
>         > p5-Time-HiRes-1.9719,1 A perl5 module implementing High
>         resolution time,
>         > sleep, an
>         > p5-URI-1.37         Perl5 interface to Uniform Resource
>         Identifier (URI)
>         > refere
>         > p5-XML-DOM-1.44     Perl module for building DOM Level 1
>         compliant document
>         > str
>         > p5-XML-Filter-BufferText-1.01 Filter to put all characters()
>         in one event
>         > p5-XML-Grove-0.46.a Perl-style XML objects
>         > p5-XML-Handler-YAWriter-0.23 Yet another Perl SAX XML Writer
>         > p5-XML-LibXML-1.69,1 Interface to Gnome libxml2 library
>         > p5-XML-LibXML-Common-0.13 Routines and Constants common for
>         XML::LibXML and
>         > XML::GDOM
>         > p5-XML-NamespaceSupport-1.09_1 A simple generic namespace
>         support class
>         > p5-XML-Parser-2.36  Perl extension interface to James
>         Clark's XML parser,
>         > expat
>         > p5-XML-RegExp-0.03  Regular expressions for XML tokens
>         > p5-XML-SAX-0.96     Simple API for XML
>         > p5-XML-SAX-Expat-0.40 Simple API for XML
>         > p5-XML-SAX-Writer-0.52 SAX2 XML Writer
>         > p5-XML-Simple-2.18  Trivial API for reading and writing XML
>         (esp config
>         > files)
>         > p5-XML-Twig-3.32    Process huge XML documents by chunks via
>         a tree
>         > interface
>         > p5-XML-XPath-1.13   Modules for parsing and evaluating XPath
>         statements
>         > p5-XML-XQL-0.68     Perl module for querying XML tree
>         structures with XQL
>         > p5-gettext-1.05_2   Message handling functions
>         > p5-libwww-5.822     Perl5 library for WWW access
>         > p5-libxml-0.08      Collection of Perl5 modules for working
>         with XML
>         > p5-type1inst-0.6.1_5 A script that helps install Postscript
>         fonts in X
>         > Window Sy
>         > pam_helper-1.0      Authenticate applications requiring PAM
>         services
>         > pan-0.133           Threaded GTK+2 newsreader based on Agent
>         for Windows
>         > pango-1.22.4        An open-source framework for the layout
>         and rendering of
>         > i1
>         > pangomm-2.14.1      C++ wrapper for Pango
>         > pccts-1.33.33       The Purdue Compiler Construction Tool
>         Set
>         > pciids-20081012     Database of all known ID's used in PCI
>         devices
>         > pcre-7.8            Perl Compatible Regular Expressions
>         library
>         > perl-5.8.8_1        Practical Extraction and Report Language
>         > php5-5.2.8          PHP Scripting Language
>         > php5-ctype-5.2.8    The ctype shared extension for php
>         > php5-dom-5.2.8      The dom shared extension for php
>         > php5-extensions-1.2 A "meta-port" to install PHP extensions
>         > php5-filter-5.2.8   The filter shared extension for php
>         > php5-gd-5.2.8       The gd shared extension for php
>         > php5-hash-5.2.8     The hash shared extension for php
>         > php5-iconv-5.2.8    The iconv shared extension for php
>         > php5-json-5.2.8     The json shared extension for php
>         > php5-mysql-5.2.8    The mysql shared extension for php
>         > php5-pdo-5.2.8      The pdo shared extension for php
>         > php5-pdo_sqlite-5.2.8 The pdo_sqlite shared extension for
>         php
>         > php5-posix-5.2.8    The posix shared extension for php
>         > php5-session-5.2.8  The session shared extension for php
>         > php5-simplexml-5.2.8 The simplexml shared extension for php
>         > php5-spl-5.2.8      The spl shared extension for php
>         > php5-sqlite-5.2.8   The sqlite shared extension for php
>         > php5-tokenizer-5.2.8 The tokenizer shared extension for php
>         > php5-xml-5.2.8      The xml shared extension for php
>         > php5-xmlreader-5.2.8 The xmlreader shared extension for php
>         > php5-xmlwriter-5.2.8 The xmlwriter shared extension for php
>         > pidgin-2.5.3        Pidgin multi-protocol messaging client
>         (GTK+ UI)
>         > pixman-0.12.0       Low-level pixel manipulation library
>         > pkg-config-0.23_1   A utility to retrieve information about
>         installed
>         > libraries
>         > planner-0.14.3      Project management application for GNOME
>         2
>         > png-1.2.34          Library for manipulating PNG images
>         > policykit-0.9_2     Framework for controlling access to
>         system-wide
>         > components
>         > policykit-gnome-0.9.2 GNOME frontend to the PolicKit
>         framework
>         > poppler-0.8.7_1     A PDF rendering library
>         > poppler-data-0.2.1  Poppler encoding data
>         > poppler-gtk-0.8.7   Gtk bindings to poppler
>         > popt-1.7_5          A getopt(3) like library with a number
>         of enhancements,
>         > fro
>         > portbrowser-0.5.20050618_2 Graphical frontend for the BSD
>         ports system
>         > portmanager-0.4.1_9 FreeBSD installed ports status and safe
>         update utility
>         > portupgrade-2.4.6,2 FreeBSD ports/packages administration
>         and management
>         > tool s
>         > printproto-1.0.3    Print extension headers
>         > psiconv-0.9.8_1     A conversion utility to convert Psion
>         5(MX) files into
>         > othe
>         > pth-2.0.7           GNU Portable Threads
>         > pwlib-1.12.0_4,1    A cross platform C++ library, used by
>         OpenH323
>         > py25-adns-1.2.1     A Python Interface to adns, the
>         asynchronous DNS library
>         > py25-bsddb-2.5.2_2  Python bindings to the Berkeley DB
>         library
>         > py25-cairo-1.8.0_2  Python bindings for Cairo
>         > py25-dbus-0.83.0_1  Python bindings for the D-BUS messaging
>         system
>         > py25-elementtree-1.2.6 Container for hierarchical data
>         structures written in
>         > Pytho
>         > py25-gdata-1.2.2    GData Python Client Library
>         > py25-gnome-2.22.3   A set of Python bindings for GNOME 2
>         > py25-gnome-desktop-2.24.1 A set of Python bindings used by
>         modules in the
>         > GNOME Deskt
>         > py25-gnome-extras-2.19.1_5 A set of Python bindings for
>         GNOME 2
>         > py25-gobject-2.16.0 Python bindings for GObject
>         > py25-gstreamer-0.10.12_1 A set of Python bindings for
>         gstreamer
>         > py25-gtk-2.13.0_1   A set of Python bindings for GTK+
>         > py25-gtksourceview-2.4.0 A python bindings for the version 2
>         of the
>         > GtkSourceView li
>         > py25-libxml2-2.7.2  Python interface for XML parser library
>         for GNOME
>         > py25-numeric-24.2_3 The Numeric Extension to Python
>         > py25-openssl-0.8    Python interface to the OpenSSL library
>         > py25-orbit-2.24.0   Python bindings for ORBit2
>         > py25-pycrypto-2.0.1_1 The Python Cryptography Toolkit
>         > py25-pymsn-0.3.3    MSN Connection library
>         > py25-sqlite3-2.5.2_1 Standard Python binding to the SQLite3
>         library
>         > py25-telepathy-butterfly-0.3.3 MSN Connection Manager for
>         Telepathy
>         > Framework
>         > py25-telepathy-python-0.15.5 Python bindings for the
>         Telepathy framework
>         > py25-xml-0.8.4      PyXML: Python XML library enhancements
>         > pyrex-0.9.8.5       Programming Language for writing Python
>         extension
>         > modules
>         > python25-2.5.2_3    An interpreted object-oriented
>         programming language
>         > quick-lounge-applet-2.12.5_1 Applet to orginize your
>         preferred applications
>         > on the GNOME
>         > randrproto-1.2.1    Randr extension headers
>         > rarian-0.8.1        An OMF help system based on the
>         Freedesktop
>         > specification
>         > rdesktop-1.6.0      RDP client for Windows NT/2000/2003
>         Terminal Server
>         > recordproto-1.13.2  RECORD extension headers
>         > renderproto-0.9.3   RenderProto protocol headers
>         > resourceproto-1.0.2 Resource extension headers
>         > rgb-1.0.1           Uncompile an rgb corl-name database
>         > rhythmbox-0.10.1_11 Audio player for GNOME
>         > rpm-3.0.6_14        The Red Hat Package Manager
>         > rstart-1.0.2        Sample implementation of a Remote Start
>         client
>         > ruby-1.8.6.287,1    An object-oriented interpreted scripting
>         language
>         > ruby18-atk-0.16.0.20080905 Ruby binding for ATK
>         > ruby18-bdb-0.6.4    Ruby interface to Sleepycat's Berkeley
>         DB revision 2 or
>         > lat
>         > ruby18-cairo-1.8.0  Ruby binding for Cairo
>         > ruby18-deplate-0.8.4 Ruby tool for converting wiki-like
>         markup
>         > ruby18-gconf2-0.16.0.20080905 A Ruby interface to GConf2
>         > ruby18-gdk_pixbuf2-0.16.0.20080905 Ruby binding for
>         GdkPixbuf2
>         > ruby18-glib2-0.16.0.20080905 Ruby binding for GLib2
>         > ruby18-gnome2-0.16.0.20080905 A set of Ruby bindings for
>         GNOME2
>         > ruby18-gnomecanvas2-0.16.0.20080905 Ruby binding for
>         GnomeCanvas2
>         > ruby18-gtk2-0.16.0.20080905 Ruby binding for GTK+2
>         > ruby18-libart2-0.16.0.20080905 Ruby binding for Libart2
>         > ruby18-libglade2-0.16.0.20080905 Ruby binding for Libglade2
>         > ruby18-pango-0.16.0.20080905 Ruby binding for Pango
>         > samba-3.0.32_3,1    A free SMB and CIFS client and server
>         for UNIX
>         > samba-libsmbclient-3.0.32_3 Shared libs from the samba
>         package
>         > scripts-1.0.1       Various X related scripts
>         > scrnsaverproto-1.1.0 ScrnSaver extension headers
>         > sdl-1.2.13_2,2      Cross-platform multimedia development
>         API
>         > sdocbook-xml-1.1,1  "Simplified" DocBook XML DTD
>         > seahorse-2.24.1_1   GNOME application for managing
>         encryption keys (PGP,
>         > SSH)
>         > serpentine-0.7_4    Gnome Audio Cd Burner
>         > sessreg-1.0.3       Manage utmp/wtmp entries for non-init X
>         clients
>         > setxkbmap-1.0.4     Set the keyboard using the X Keyboard
>         Extension
>         > shared-mime-info-0.51 A MIME type database from the
>         FreeDesktop project
>         > showfont-1.0.1_1    Font dumper for the X font server
>         > smproxy-1.0.2       Session Manager Proxy
>         > sodipodi-0.34_11    A small vector based drawing program
>         with GNOME
>         > libraries
>         > sound-juicer-2.24.0 Clean, mean and lean CD ripper for
>         GNOME2
>         > speex-1.2.r1_1,1    An open-source patent-free voice codec
>         > splashsetter-0.6.5.3_2 Splash screen changer for GNOME
>         > sqlite3-3.6.4       An SQL database engine in a C library w/
>         Tcl wrapper
>         > startup-notification-0.9_2 Library that supports startup
>         notification spec
>         > from freede
>         > straw-0.27_3        A GNOME 2 desktop weblog aggregator
>         written in Python
>         > sudo-1.6.9.17       Allow others to run commands as root
>         > swfdec-0.8.4        Flash Rendering Library
>         > swfdec-gnome-2.24.0 Gtk flash player and thumbnailer
>         > system-tools-backends-2.6.0_1 Backend system admin scripts
>         for
>         > gnome-system-tools
>         > t1lib-5.1.2,1       A Type 1 Rasterizer Library for UNIX/X11
>         > taglib-1.5          Library for manipulating ID3 tags and
>         Ogg comments
>         > teTeX-base-3.0_14   Thomas Esser's distribution of TeX &
>         friends (binaries)
>         > teTeX-texmf-3.0_5   Thomas Esser's distribution of TeX &
>         friends (texmf
>         > tree)
>         > telepathy-gabble-0.7.18 Jabber Connection Manager for
>         Telepathy Framework
>         > telepathy-glib-0.7.20 GLib utility library for the Telepathy
>         framework
>         > telepathy-idle-0.1.2_1 IRC Connection Manager for Telepathy
>         Framework
>         > telepathy-mission-control-4.67 Telepathy component to apps
>         to abstract
>         > details of connecti
>         > tex-texmflocal-1.9  Meta-port that creates a site-local
>         $TEXMF directory
>         > texi2html-1.76_1,1  Texinfo to HTML converter
>         > thefish-0.6.6_2     Qt/Gtk+/ncurses rc.conf
>         editor/management tool
>         > tiff-3.8.2_2        Tools and library routines for working
>         with TIFF images
>         > tomboy-0.10.0_1     Personal note taking system for the
>         GNOME desktop
>         > totem-2.24.3        A gstreamer-based video player for the
>         GNOME 2 Desktop
>         > totem-pl-parser-2.24.3 GObject-based library to parse a host
>         of playlist
>         > formats
>         > trapproto-3.4.3     DEC-XTRAP extension headers
>         > tsclient-0.150_3    A GNOME 2 frontend for rdesktop and
>         vncviewer
>         > twm-1.0.3_3         Tab Window Manager for the X Window
>         System
>         > unzip-5.52_5        List, test and extract compressed files
>         in a ZIP archive
>         > v4l_compat-1.0.20060801 Video4Linux compatibility header
>         > videoproto-2.2.2    Video extension headers
>         > viewres-1.0.1       Graphical class browser for Xt
>         > vinagre-2.24.2_1    VNC client for the GNOME Desktop
>         > vino-2.24.1         VNC server that allows for remote access
>         to your GNOME
>         > desk
>         > vte-0.17.4          Terminal widget with improved
>         accessibility and I18N
>         > suppor
>         > webkit-gtk2-1.0.1_4 An opensource browser engine
>         > weblint-1.020       HTML validator and sanity checker
>         > wine-1.1.12_1,1     Microsoft Windows compatibility layer
>         for Unix-like
>         > systems
>         > wv-1.2.4_2          A library and executables to access
>         Microsoft Word files
>         > x11perf-1.4.1       X11 server performance test program
>         > x264-0.0.20080409_2 Multimedia library and tool for encoding
>         H.264/AVC video
>         > st
>         > xauth-1.0.2         X authority file utility
>         > xbacklight-1.1      Program to adjust backlight brightness
>         > xbiff-1.0.1         Mailbox flag for X
>         > xbitmaps-1.0.1      X.Org bitmaps data
>         > xcalc-1.0.2         Scientific calculator for X
>         > xcb-proto-1.2       The X protocol C-language Binding (XCB)
>         protocol
>         > xcb-util-0.3.0      A module with libxcb/libX11
>         extension/replacement
>         > libraries
>         > xchat-2.8.6_2       An X11 IRC client using the GTK+ 2
>         toolkit
>         > xclipboard-1.0.1    X clipboard client
>         > xclock-1.0.3        Analog and digital clock for X
>         > xcmiscproto-1.1.2   XCMisc extension headers
>         > xcmsdb-1.0.1        Device Color Characterization utility
>         for X
>         > xconsole-1.0.3      Monitor system console messages with X
>         > xcursor-themes-1.0.1_1 X.org cursors themes
>         > xcursorgen-1.0.2    Create an X cursor file from a
>         collection of PNG images
>         > xdbedizzy-1.0.2     Demo of DBE creating a double buffered
>         spinning scene
>         > xditview-1.0.1      Display ditroff output
>         > xdm-1.1.6_3         X.Org X display manager
>         > xdpyinfo-1.0.2_1    Display information utility for X
>         > xdriinfo-1.0.2      Query configuration information of DRI
>         drivers
>         > xedit-1.0.2         Simple text editor for X
>         > xemacs-packages-14.2 Basic XEmacs elisp
>         packages(xemacs-packages)
>         > xev-1.0.2           Print contents of X events
>         > xextproto-7.0.2     XExt extension headers
>         > xeyes-1.0.1         A follow the mouse X demo
>         > xf86-input-keyboard-1.2.2_2 X.Org keyboard input driver
>         > xf86-input-mouse-1.2.3_2 X.Org mouse input driver
>         > xf86-video-ati-6.9.0 X.Org ati display driver
>         > xf86-video-intel-2.4.3 Driver for Intel integrated graphics
>         chipsets
>         > xf86-video-mach64-6.8.0 X.Org mach64 display driver
>         > xf86-video-nv-2.1.12 X.Org nv display driver
>         > xf86-video-r128-6.8.0 X.Org r128 display driver
>         > xf86-video-radeonhd-1.2.4 X.Org ati RadeonHD display driver
>         > xf86-video-vesa-1.3.0_2 X.Org vesa display driver
>         > xf86-video-vga-4.1.0_2 X.Org vga display driver
>         > xf86-video-via-0.2.2_3 X.Org via display driver
>         > xf86bigfontproto-1.1.2 XFree86-Bigfont extension headers
>         > xf86dga-1.0.2       Test program for the XFree86-DGA
>         extension
>         > xf86dgaproto-2.0.3  XFree86-DGA extension headers
>         > xf86driproto-2.0.3  XFree86-DRI extension headers
>         > xf86miscproto-0.9.2 XFree86-Misc extension headers
>         > xf86rushproto-1.1.2 XFree86-Rush extension headers
>         > xf86vidmodeproto-2.2.2 XFree86-VidModeExtension extension
>         headers
>         > xfd-1.0.1           Display all characters in an X font
>         > xfindproxy-1.0.1    Locate available proxy services
>         > xfontsel-1.0.2      Point and click selection of X11 font
>         names
>         > xfs-1.0.5_1,1       X.Org font server
>         > xfsinfo-1.0.1       X font server information utility
>         > xfwp-1.0.1          X firewall proxy
>         > xgamma-1.0.2        Gamma correction through the X server.
>         > xgc-1.0.1           X graphics demo
>         > xhost-1.0.2         Server access control program for X
>         > xineramaproto-1.1.2 Xinerama extension headers
>         > xinit-1.0.7         X Window System initializer
>         > xkbcomp-1.0.3       Compile XKB keyboard description
>         > xkbevd-1.0.2        XKB event daemon
>         > xkbprint-1.0.1      Utility for printing an XKB keyboard
>         description
>         > xkbutils-1.0.1_1    XKB utility demos
>         > xkeyboard-config-1.4 X Keyboard Configuration Database
>         > xkill-1.0.1         Utility for killing a client by its X
>         resource
>         > xload-1.0.2         System load average display for X
>         > xlogo-1.0.1         Displays the X Window System logo.
>         > xlsatoms-1.0.1      List interned atoms defined on a server
>         > xlsclients-1.0.1    List client applications running on a
>         display
>         > xlsfonts-1.0.2      Server font list displayer for X
>         > xmag-1.0.2          X application for screen magnifying
>         > xman-1.0.3          Manual page display program for X
>         > xmessage-1.0.2      Display message or query in a X window
>         > xmlcatmgr-2.2       SGML and XML catalog manager
>         > xmodmap-1.0.3       Utility for modifying keymaps and
>         pointer button
>         > mappings i
>         > xmore-1.0.1         Plain text display program for X
>         > xorg-7.3_2          X.Org complete distribution metaport
>         > xorg-apps-7.3       X.org apps meta-port
>         > xorg-cf-files-1.0.2_2 X.org cf files for use with imake
>         builds
>         > xorg-docs-1.4,1     X.org documentation files
>         > xorg-drivers-7.3_3  X.org drivers meta-port
>         > xorg-fonts-100dpi-7.3 X.Org 100dpi bitmap fonts
>         > xorg-fonts-7.3_1    X.org fonts meta-port
>         > xorg-fonts-75dpi-7.3 X.Org 75dpi bitmap fonts
>         > xorg-fonts-cyrillic-7.3 X.Org Cyrillic bitmap fonts
>         > xorg-fonts-miscbitmaps-7.3 X.Org miscellaneous bitmap fonts
>         > xorg-fonts-truetype-7.3 X.Org TrueType fonts
>         > xorg-fonts-type1-7.3 X.Org Type1 fonts
>         > xorg-libraries-7.3_2 X.org libraries meta-port
>         > xorg-protos-7.3_2   X.org protos meta-port
>         > xorg-server-1.4.2,1 X.Org X server and related programs
>         > xorg-vfbserver-1.4_1,1 X virtual framebuffer server from
>         X.Org
>         > xphelloworld-1.0.1_1 Sends a test page to an Xprint printer
>         > xplsprinters-1.0.1  Shows a list of Xprint printers
>         > xpr-1.0.2           Utility for printing an X window dump
>         > xprehashprinterlist-1.0.1 Recomputes the list of available
>         printers.
>         > xprop-1.0.3         Property displayer for X
>         > xproto-7.0.10_1     X11 protocol headers
>         > xproxymanagementprotocol-1.0.2 X Proxy Management Protocol
>         headers
>         > xrandr-1.2.2        Primitive command line interface to the
>         RandR extension
>         > xrdb-1.0.4          X server resource database utility
>         > xrefresh-1.0.2      Refresh all or part of an X screen
>         > xrx-1.0.1_1         RX helper program
>         > xscreensaver-gnome-hacks-5.08 Save your screen while you
>         entertain your cat
>         > (for GNOME us
>         > xset-1.0.3          User preference utility for X
>         > xsetmode-1.0.0      Set the mode for an X Input Device
>         > xsetpointer-1.0.1   Set an X Input device as the main
>         pointer
>         > xsetroot-1.0.2      root window parameter setting utility
>         for X
>         > xsm-1.0.1           X Session Manager
>         > xstdcmap-1.0.1      X standard colormap utility
>         > xterm-238           Terminal emulator for the X Window
>         System
>         > xtrans-1.0.4        Abstract network code for X
>         > xtrap-1.0.2         XTrap sample clients for X
>         > xvid-1.2.1,1        An opensource MPEG-4 codec, based on
>         OpenDivx
>         > xvidtune-1.0.1      Video mode tuner for X
>         > xvinfo-1.0.2        Print out X-Video extension adaptor
>         information
>         > xwd-1.0.1           Dump an image of an X window
>         > xwininfo-1.0.3      Window information utility for X
>         > xwud-1.0.1          Image displayer for X
>         > yasm-0.7.2          A complete rewrite of the NASM assembler
>         > yelp-2.24.0         A help browser for the GNOME 2 desktop
>         > zenity-2.24.0       Display GNOME dialogs from the command
>         line
>         > zip-3.0             Create/update ZIP files compatible with
>         pkzip
>         
>         > _______________________________________________
>         > freebsd-gnome at freebsd.org mailing list
>         > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
>         > To unsubscribe, send any mail to
>         "freebsd-gnome-unsubscribe at freebsd.org"
>         >
>         --
>         PGP Key : http://www.marcuscom.com/pgp.asc
> 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090117/b32ad69d/attachment.pgp


More information about the freebsd-gnome mailing list