Firefox hangs on downloading(me too, sorry for top posting)
Jeremy Messenger
mezz7 at cox.net
Sat Dec 3 11:46:15 PST 2005
On Sat, 03 Dec 2005 10:40:00 -0600, Jimmie James <jimmiejaz at gmail.com>
wrote:
> Sorry about topposting, seems gmail doesn't like to add > in Re:
>
> *>From: * "Jack L." <xxjack12xx at gmail.com>
>> The FAQ linked worked. Thanks a lot! Turned out to be non zero blackhole
>> variables. The thing irratated the hell out of me for a long long time.
No problem.
> Unfortunatly, setting my blackhole sysctl's to zero doesn't help.
> root at fortytwo <117> [0] /usr/local/www/data-dist#sysctl -a | grep black
> net.inet.tcp.blackhole: 0
> net.inet.udp.blackhole: 0
>
> Still hangs on the first download.
I have visited to your link (ircimages.com) and I still can't reproduce
it. I even downloaded a file that is over 3mb from the different place and
no problem.
> On 12/3/05, Jimmie James <jimmiejaz at gmail.com> wrote:
>>
>> >I can't reproduce it, but how big file was it? Can you give me link of
>> >download to reproduce it? Have you tried to follow that FAQ yet? (a
>> link
>> >that you removed)
>>
>> >BTW: Thanks for details, those look fine.
>>
>> >Cheers,
>> >Mezz
>>
>> Sorry about formatting, gmail isn't playing nice. Sorry about missing
>> the
>> FAQ link:
>>
>> <http://www.freebsd.org/gnome/docs/faq2.html#q20>http://www.freebsd.org/gnome/docs/faq2.html#q20
>>
>> Yes, followed that link,
>>
>> jimmie at fortytwo <145> [0] ~>cat /etc/hosts
>> # $FreeBSD: src/etc/hosts,v
>> 1.11.2.4 2003/02/06 20:36:58 dbaker Exp $
>> 127.0.0.1 fortytwo fortytwo.zapto.org localhost
>> ::1 fortytwo
>> fortytwo.zapto.org localhost
>> 192.168.2.254 localhost fortytwo.zapto.org fortytwo
>>
>> 10.10.10.3 ford ford.zapto.org
>> 10.0.0.5 marvin.zapto.org marvin
Is your hostname match in /etc/rc.conf? Try to run 'hostname' to see if it
returns correct.
>> My /etc/make.conf:
>>
>>
>> jimmie at fortytwo <146> [0] ~>cat /etc/make.conf
>> CPUTYPE?=i686
>> CFLAGS= -Os -pipe
>> CXXFLAGS+= -fconserve-space
This CFLAGS and CXXFLAGS are the only thing that I notice the difference,
but I don't think that would causes your download problem. We don't
recommend to put something weird in the CFLAGS and CXXFLAGS other than
default.
I have ran out of idea, so I will leave that to someone that know anything
else to help more.
Cheers,
Mezz
>> MAKE_SHELL?=sh
>> COPTFLAGS= -Os -pipe
>> INSTALL=install -C
>> # Mtree will follow symlinks
>>
>> MTREE_FOLLOWS_SYMLINKS= -L
>> NO_NLS= true
>> NO_CVS= true # do not build CVS
>> NO_BLUETOOTH= true # do not build Bluetooth related stuff
>> NO_I4B= true # do not build isdn4bsd package
>> #NO_MODULES= true # do not build modules with the kernel
>>
>> NO_SENDMAIL= true # do not build sendmail and related programs
>> NO_PROFILE= true # Avoid compiling profiled libraries
>> NO_RCMDS= true
>> NO_DOCUPDATE= true
>> #MODULES_WITH_WORLD=true # do not build modules when building
>> kernel
>>
>> MAKE_IDEA= YES # IDEA (128 bit symmetric encryption)
>> COMPAT4X= yes
>> COMPAT5X= yes
>> BOOTWAIT=0
>> SUP_UPDATE= yes
>> SUP= /usr/local/bin/cvsup
>> SUPFLAGS= -g -L 2
>> SUPHOST=
>> cvsup.freebsd.org
>> SUPFILE= /etc/sup/stable-supfile
>> PORTSSUPFILE= /etc/sup/ports-supfile
>> DOCSUPFILE= /etc/sup/doc-supfile
>> DOC_LANG= en_US.ISO8859-1
>> KERNCONF= FORTYTWO
>>
>> X_WINDOW_SYSTEM= xorg
>> POSTFIX_DEFAULT_MTA= true
>> # added by use.perl 2005-09-08 14:26:44
>> PERL_VER=5.8.7
>> PERL_VERSION=5.8.7
>>
>> jimmie at fortytwo <148> [1] ~>sysctl -a | grep black
>> net.inet.tcp.blackhole
>> : 2
>> net.inet.udp.blackhole: 1
>>
>> First time starting, it hangs for a few, after that, it works as as
>> expected.
>> Sizes have ranged from 12K to 198K, from,
>>
>>
>> ircimages.com [NOT NOT NOT NOT NOT work safe!!!!!!!]
>>
>> If you need more debuging info, ask, I'll do my best. (on this note..
>> ^w caused a sig11)
>> Dec 3 00:45:59 fortytwo kernel: pid 68740 (firefox-bin), uid 1001:
>> exited on signal 11
>>
>> Sorry, no trace on it(debugging striped on this build). More than
>> willing to build/run/test
>> with a blank /etc/make.conf (or CFLAGS=-g) and run under gdb. (5 hour
>> compile, but I love FF,
>> and want it 100% perfect.
>>
>> Again, sorry about formating.
>>
>> Hope this helps.
>>
>> On 12/3/05, Jeremy Messenger <mezz7 at cox.net> wrote:
>> >
>> > On Fri, 02 Dec 2005 22:50:27 -0600, Jimmie James <jimmiejaz at gmail.com>
>> > wrote:
>> >
>> > >>> Everytime I try to download firefox for the first time after I
>> open
>> > the
>> > >>> browser hangs the browser for several minutes, and then continues
>> > >>> normally.
>> > >>> It seems to happen on 5.4 and 6.0. Is there any workaround for
>> this?
>> > >
>> > >> Come on, give us the more details. What is version of Firefox?
>> What's
>> >
>> > >> your
>> > >> pkg_info looks like? Is your ports tree and apps complete up to
>> date?
>> > >> Anyway, try to check the FAQ here, but ignore FAM part.
>> > >
>> > > portstree updated about 2pm EST, the hang happens here too. after a
>> > > portupgrade -arR
>> > > It *does* save the file, but it takes about 5 minutes to become
>> > > responsive again, or for the file to show up in in a terminal with
>> ls
>> > > -al.
>> >
>> >
>> > > jimmie at fortytwo <141> [0] ~>uname -a
>> > > FreeBSD fortytwo.zapto.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Wed Nov
>> > > 2 22:52:18 EST 2005
>> > > root at fortytwo.zapto.org:/usr/obj/usr/src/sys/FORTYTWO i386
>> > >
>> > > jimmie at fortytwo <139> [0] ~>pkg_info |grep fire
>> > > firefox-1.5_2,1 Web browser based on the browser portion of
>> > Mozilla
>> > >
>> > > jimmie at fortytwo <140> [0] ~>pkg_info
>> > > ImageMagick-6.2.2.1 Image processing tools
>> > > ORBit2-2.12.4_1 High-performance CORBA ORB with support for the
>> C
>> > > language
>> > > Terminal-0.2.4_1 Terminal emulator for the X windowing system
>> > > a2ps-a4-4.13b_3 Formats an ascii file for printing on a
>> postscript
>> >
>> > > printer
>> > > aMule-2.0.3_1 The all-platform eMule p2p client
>> > > aalib-1.4.r5_1 An ascii art library
>> > > abcde-2.3.3_1 Front-end shell script to encode CDs in
>> > > flac/mp3/ogg/speex
>> > > abiword-2.4.1_1 An open-source, cross-platform WYSIWYG word
>> > processor
>> > > apache-2.0.55 Version 2 of Apache web server with prefork MPM.
>> > > artwiz-fonts-1.0_1 A set of free fonts for X11 desktops
>> > > aspell-0.60.4_1 Spelling checker with better suggestion logic
>> than
>> > > ispell
>> > > atk-1.10.3 A GNOME accessibility toolkit (ATK)
>> > > autoconf-2.13.000227_5 Automatically configure source code on many
>> > > Un*x platforms
>> > > autoconf-2.53_3 Automatically configure source code on many Un*x
>> > > platforms
>> > > autoconf-2.59_2 Automatically configure source code on many Un*x
>> > > platforms
>> > > automake-1.5_2,1 GNU Standards-compliant Makefile generator
>> > (version
>> > > 1.5)
>> > > automake-1.9.6 GNU Standards-compliant Makefile generator (1.9)
>> > > bash-3.0.16_1 The GNU Project's Bourne Again SHell
>> > > beep-media-player-esound-0.9.7_9,1 GTK2 mp3 player
>> > > bison-1.75_2,1 A parser generator from FSF, (mostly) compatible
>> > > with Yacc
>> > > bitstream-vera-1.10_2 Bitstream Vera TrueType font collection
>> > > bluefish-1.0.4_1 HTML editor designed for the experienced web
>> > designer
>> > > cabextract-1.1 A program to extract Microsoft cabinet (.CAB)
>> > files
>> > > cairo-1.0.2_1 Vector graphics library with cross-device output
>> > > support
>> > > cd-discid-0.9 Backend utility to retrieve CDDB discid
>> > information
>> > > cdparanoia-3.9.8_7 A CDDA extraction tool (also known as ripper)
>> > > cdrtools-2.01_1 CD/CD-R[W] and ISO-9660 image creation and
>> > > extraction tools
>> > > chkrootkit-0.46a A tool to locally check for signs of a rootkit
>> > > clearlooks-themes-0.6.2_2 Clearlooks themes with the engine coming
>> > > from gtk-engines2
>> > > conky-1.3.4 An advanced, highly configurable system monitor
>> > for X
>> > > cracklib-2.7_2 Password-checking library
>> > > curl-7.15.0 Non-interactive tool to get files from FTP,
>> > GOPHER,
>> > > HTTP(S)
>> > > cvsup-without-gui-16.1h_2 General network file distribution system
>> > > optimized for CVS
>> > > cyrus-sasl-2.1.21_1 RFC 2222 SASL (Simple Authentication and
>> Security
>> > > Layer)
>> > > dagrab-0.3.5_1 Read audio tracks from a CD into wav sound files
>> > > db4-4.0.14_1,1 The Berkeley DB package, revision 4
>> > > dbh-1.0.24 Disk Based Hashtables
>> > > dbus-0.50_1 A message bus system for inter-application
>> > > communication
>> > > desktop-file-utils-0.10_3 A couple of command line utilities for
>> > > working with desktop
>> > > dillo-0.8.5 A fast, small graphical Web browser built upon
>> > GTK+
>> > > djbfft-0.76_2 An extremely fast library for floating-point
>> > > convolution
>> > > docbook-1.3 Meta-port for the different versions of the
>> > DocBook
>> > > DTD
>> > > docbook-241_2 V2.4.1 of the DocBook DTD, designed for
>> technical
>> > > documenta
>> > > docbook-3.0_2 V3.0 of the DocBook DTD, designed for technical
>> > > documentati
>> > > docbook-3.1_2 V3.1 of the DocBook DTD, designed for technical
>> > > documentati
>> > > docbook-4.0_2 V4.0 of the DocBook DTD, designed for technical
>> > > documentati
>> > > docbook-4.1_2 V4.1 of the DocBook DTD, designed for technical
>> > > documentati
>> > > docbook-xml-4.2_1 XML version of the DocBook DTD
>> > > dri-6.2.1,2 OpenGL hardware acceleration drivers for the DRI
>> > > eject-1.5_2 Utility for ejecting media from CD or optical
>> disk
>> > > drive
>> > > elinks-0.10.5 Elinks - links text WWW browser with
>> enhancements
>> > > esound-0.2.36 A sound library for enlightenment package
>> > > eterm-0.9.3_3 X11 terminal emulator based on rxvt/xterm
>> > > expat-1.95.8_3 XML 1.0 parser written in C
>> > > ezm3-1.2 Easier, more portable Modula-3 distribution for
>> > > building CV
>> > > faad2-2.0_5,1 MPEG-2 and MPEG-4 AAC audio decoder
>> > > fam-2.6.9_6 A file alteration monitor
>> > > fetchmail-6.2.5.2_4 Batch mail retrieval utility for
>> > > IMAP/POP2/POP3/APOP/KPOP/E
>> > > ffmpeg-0.4.9.p1_3 Hyper fast realtime audio/video
>> encoder/converter,
>> > > streamin
>> > > firefox-1.5_2,1 Web browser based on the browser portion of
>> > Mozilla
>> > > flac-1.1.2 Free lossless audio codec
>> > > fontconfig-2.3.2,1 An XML-based font configuration API for X
>> Windows
>> > > freenet6-2.1.1_6 Freenet6 Tunnel Setup Protocol Client - Free
>> IPv6
>> > > tunnel
>> > > freetype2-2.1.10_1 A free and portable TrueType font rendering
>> engine
>> >
>> > > fribidi-0.10.4_1 A Free Implementation of the Unicode
>> Bidirectional
>> > > Algorith
>> > > gail-1.8.8 An implementation of the ATK interfaces for
>> > > GTK+ widgets
>> > > gaim-1.5.0_1 Multi-protocol instant messaging client
>> > > gaim-guifications-2.12_1 Plugin to add msn style "toaster" popups to
>> > Gaim
>> > > gconf2-2.12.1 A configuration database system for GNOME
>> > > gdk-pixbuf-0.22.0_3 A graphic library for GTK+
>> > > gettext-0.14.5 GNU gettext package
>> > > ghostscript-gnu-7.07_14 GNU Postscript interpreter
>> > > gimp-2.2.9_1,1 A GNU Image Manipulation Program
>> > > gkrellm-2.2.7_2 A GTK based system monitor
>> > > gkrellmms-2.1.22_2 GKrellM XMMS Plugin
>> > > gkrellmvolume-2.1.13_3 GKrellM volume plugin
>> > > glib-1.2.10_11 Some useful routines of C programming (previous
>> > > stable vers
>> > > glib-2.8.4 Some useful routines of C programming (current
>> > > stable versi
>> > > gmake-3.80_2 GNU version of 'make' utility
>> > > gnome-icon-theme-2.12.1_2 A collection of icons for the GNOME 2
>> > desktop
>> > > gnomehier-2.0_7 A utility port that creates the GNOME directory
>> > tree
>> > > gnomemimedata-2.4.2 A MIME and Application database for GNOME
>> > > gnomevfs2-2.12.2 GNOME Virtual File System
>> > > gnutls-1.0.24_1 GNU Transport Layer Security library
>> > > gqmpeg-0.91.1_3 Another gtk-based MP3 frontend
>> > > gsfonts-8.11_2 Fonts used by GNU Ghostscript (or X)
>> > > gtk-1.2.10_13 Gimp Toolkit for X11 GUI (previous stable
>> version)
>> > > gtk-2.8.8 Gimp Toolkit for X11 GUI (current stable
>> version)
>> > > gtk-engines2-2.6.6 Theme engine for the gtk+-2.0 toolkit
>> > > gtk-xfce-engine-2.2.8 An XFCE engine for GTK 2.0
>> > > gtkspell2-2.0.11_1 A GTK+ 2 spell checking component
>> > > help2man-1.36.2 Automatically generating simple manual pages
>> from
>> > > program o
>> > > hicolor-icon-theme-0.5 A high-color icon theme shell from the
>> > > FreeDesktop project
>> > > howl-1.0.0 Zeroconf/Bonjour(tm) implementation
>> > > id3lib-3.8.3_1 Library for manipulating ID3v1/v1.1 and ID3v2
>> tags
>> >
>> > > id3v2-0.1.11 Command line id3v2 tag editor
>> > > imake-6.8.2 Imake and other utilities from X.Org
>> > > imlib-1.9.15_2 A graphic library for enlightenment package
>> > > imlib2-1.2.1.009 The next generation graphic library for
>> > > enlightenment packa
>> > > intltool-0.34.1 Tools to internationalize various kinds of data
>> > files
>> > > irssi-0.8.9_3 A modular IRC client with many features
>> > > 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
>> > > jasper-1.701.0 An implementation of the codec specified in the
>> > > JPEG-2000 s
>> > > jbigkit-1.6 Lossless compression for bi-level images such as
>> > > scanned pa
>> > > jmk-x11-fonts-3.0 Jim Knoble's font package for X
>> > > jpeg-6b_3 IJG's jpeg compression utilities
>> > > lame-3.96.1 ISO code based fast MP3 encoder kit
>> > > lcms-1.14 ,1 Light Color Management System -- a color
>> > management
>> > > library
>> > > leafpad-0.8.4_1 GTK+ based simple text editor
>> > > libIDL-0.8.6_1 A library for creating trees of CORBA Interface
>> > > Definition
>> > > libXft-2.1.7 A client-sided font API for X applications
>> > > liba52-0.7.4_1 A free library for decoding ATSC A/52 streams,
>> aka
>> > > AC-3
>> > > libao-esound-0.8.5 Portable audio output library
>> > > libart_lgpl2-2.3.17 Library for high-performance 2D graphics
>> > > libast-0.6.1_1 A library of assorted spiffy things
>> > > libaudiofile-0.2.6 A sound library for SGI audio file
>> > > libbonobo-2.10.1_2 A component and compound document system for
>> > GNOME2
>> > > libcddb-1.2.1 A library to access data on a CDDB server
>> > > libcdio-0.76 Compact Disc Input and Control Library
>> > > libcroco-0.6.0_2 CSS2 parsing library
>> > > libdts-0.0.2 Free DTS Coherent Acoustics decoder
>> > > libdv-0.104 Quasar DV codec (libdv): software codec for DV
>> > video
>> > > encodi
>> > > libdvbpsi-0.1.5 A library for MPEG TS and DVB PSI tables
>> decoding
>> > > and gener
>> > > libdvdcss-1.2.9_1 Portable abstraction library for DVD decryption
>> > > libdvdnav-0.1.10 The library for the xine-dvdnav plugin
>> > > libdvdread-0.9.4_1 This is needed by ogle, which is a DVD player
>> that
>> >
>> > > supports
>> > > libebml-0.7.6 EBML (Extensible Binary Meta Language), sort of
>> > > binary vers
>> > > libexif-0.6.12_1 Library to read digital camera file meta-data
>> > > libexo-0.3.0_1 Terminal library, extensions to Xfce by
>> > os-cillation
>> > > libfpx-1.2.0.12 Library routines for working with Flashpix
>> images
>> > > libgcrypt-1.2.2 "General purpose crypto library based on code
>> used
>> > > in GnuPG
>> > > libglade2-2.5.1_3 GNOME glade library
>> > > libgnomecanvas-2.12.0 A graphics library for GNOME
>> > > libgnomeprint-2.12.1 Gnome print support library
>> > > libgnomeprintui-2.12.1 Gnome print support library
>> > > libgpg-error-1.1 Common error values for all GnuPG components
>> > > libgsf-1.13.3 An extensible i/o abstraction for dealing with
>> > > structured f
>> > > libgtkhtml-2.11.0 Lightweight HTML rendering/printing/editing
>> engine
>> > > libiconv-1.9.2_1 A character set conversion library
>> > > libid3tag-0.15.1b ID3 tags library (part of MAD project)
>> > > libltdl-1.5.20 System independent dlopen wrapper
>> > > libmad-0.15.1b_1 Libmad library (part of MAD project)
>> > > libmatroska-0.8.0 Extensible Multimedia Container Format
>> > > libmcrypt-2.5.7_1 Multi-cipher cryptographic library (used in PHP)
>> > > libmcve-4.2.2 Library to allow credit card processing through
>> > MCVE
>> > > libmikmod-3.1.11 MikMod Sound Library
>> > > libmng-1.0.9 Multiple-image Network Graphics (MNG) reference
>> > > library
>> > > libmpeg2-0.4.0b_1 A free library for decoding mpeg-2 and mpeg-1
>> > video
>> > > streams
>> > > libmspack-0.0.20040308_2 A library for Microsoft compression formats
>> > > libnet-1.1.2.1,1 A C library for creating IP packets
>> > > libogg-1.1.2_1,3 Ogg bitstream library
>> > > librsvg2-2.12.7_2 Library for parsing and rendering SVG
>> > vector-graphic
>> > > files
>> > > libsndfile-1.0.12 Reading and writing files containing sampled
>> > sound
>> > > (like WA
>> > > libsvg-0.1.4 A parser for SVG content in files or buffers
>> > > libsvg-cairo-0.1.6_1 SVG rendering library
>> > > libtheora-1.0.a4 Theora video codec for the Ogg multimedia
>> > streaming
>> > > system
>> > > libtool-1.3.5_2 Generic shared library support script (version
>> 1.3
>> > )
>> > > libtool-1.5.20 Generic shared library support script (1.5)
>> > > libungif-4.1.4 Tools and library routines for working with GIF
>> > > images
>> > > libvorbis-1.1.1,3 Audio compression codec library
>> > > libwmf-0.2.8.4 Tools and library for converting Microsoft WMF
>> > > (windows met
>> > > libxfce4gui-4.2.3 XFce 4 widget library required by xfce4 and
>> xfwm4
>> > > libxfce4mcs-4.2.3 XFce 4 settings management library used by most
>> > XFce
>> > > 4 modu
>> > > libxfce4util-4.2.3.2 XFce 4 library with non-graphical helper
>> > functions
>> > > libxml2-2.6.22 XML parser library for GNOME
>> > > libxslt-1.1.15 The XSLT C library for GNOME
>> > > linc-1.0.3_4 A library for writing networked servers &
>> clients
>> > > linuxdoc-1.1_1 The Linuxdoc SGML DTD
>> > > liveMedia-2005.11.30a,1 LIVE.COM Streaming Media
>> > > logjam-4.5.1_1 A GTK2 interface to livejournals, ie
>> > > www.livejournal.com
>> > > lrzsz-0.12.20_1 Receive/Send files via X/Y/ZMODEM protocol.
>> > > (unrestrictive
>> > > lwp-1.12 A userspace thread library
>> > > lynx-ssl-2.8.5_2 A non-graphical, text-based World-Wide Web
>> client
>> > > with SSL
>> > > m4-1.4.4 GNU m4
>> > > man2html-3.0.1_1 Convert nroff(1) man pages to HTML
>> > > mhash-0.9.2 An easy-to-use library for strong hashes such as
>> > MD5
>> > > and SH
>> > > mime-support-3.35.1 MIME Media Types list
>> > > minicom-2.1 An MS-DOS Telix serial communication program
>> > > "workalike"
>> > > mmv-1.01b Move/copy/append/link multiple files with
>> > > sophisticated wil
>> > > mp3burn-0.4.0 Command line tool for making audio CDs from mp3s
>> > > mpeg2codec-1.2_1 An MPEG-2 Encoder and Decoder
>> > > mpeg4ip-libmp4v2-1.4.1 Mpeg-4 library and tools from mpeg4ip
>> > > mpg123-esound-0.59r_17 Command-line player for mpeg layer 1, 2 and 3
>> > > audio
>> > > mpg321-0.2.10_6 A free command-line mp3 player, compatible with
>> > > mpg123
>> > > mplayer-esound-0.99.7_6 High performance media player/encoder
>> > > supporting many forma
>> > > mrxvt-0.4.1 A tabbed version of rxvt
>> > > mutt-1.4.2.1_2 The Mongrel of Mail User Agents (part Elm, Pine,
>> > > Mush, mh,
>> > > nas-1.7b Network Audio System
>> > > nasm-0.98.39,1 General-purpose multi-platform x86 assembler
>> > > netpbm-10.26.19 A toolkit for conversion of images between
>> > different
>> > > format
>> > > nmap-3.93 Port scanning utility for large networks
>> > > noip-2.1.1 No-IP.com's dynamic DNS update client
>> > > normalize-0.7.6_3 A tool for adjusting the volume of wave/MP3
>> files
>> > to
>> > > a stan
>> > > nspr-4.6_1 A platform-neutral API for system level and libc
>> > > like funct
>> > > nss-3.10 Libraries to support development of
>> > security-enabled
>> > > applic
>> > > ogg2mp3-0.5 Perl script that converts Ogg Vorbis files to
>> MP3
>> > > format
>> > > open-motif-2.2.3_2 Motif X11 Toolkit (industry standard GUI (IEEE
>> > 1295))
>> > > openldap-client-2.2.29 Open source LDAP client implementation
>> > > openslp-1.2.1_1 Open-source implementation of the Service
>> Location
>> > > Protocol
>> > > p5-Authen-SASL-2.09 Perl5 module for SASL authentication
>> > > p5-Compress-Zlib-1.41 Perl5 interface to zlib compression library
>> > > p5-Digest-1.13 Modules that calculate message digests
>> > > p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest
>> Algorithms
>> > > p5-Digest-MD5-2.33 Perl5 interface to the MD5 algorithm
>> > > p5-Digest-SHA1-2.10 Perl interface to the SHA-1 Algorithm
>> > > p5-HTML-Parser-3.47 Perl5 module for parsing HTML documents
>> > > p5-HTML-Tagset-3.10 Some useful data table in parsing HTML
>> > > p5-Inline-0.44 Write Perl subroutines in other programming
>> > languages
>> > > p5-LWP-Authen-Wsse-0.04_1 Library for enabling X-WSSE authentication
>> > in
>> > > LWP
>> > > p5-MIME-Base64-3.05 Perl5 module for Base64 and Quoted-Printable
>> > > encodings
>> > > p5-MP3-Info-1.13 Manipulate / fetch info from MP3 audio files
>> > > p5-Net-1.19,1 Perl5 modules to access and use network
>> protocols
>> > > p5-Net-DNS-0.53 Perl5 interface to the DNS resolver, and dynamic
>> > > updates
>> > > p5-Net-IP-1.24 Perl extension for manipulating IPv4/IPv6
>> > addresses
>> > > p5-Net-Nslookup-1.16 Provides the capabilities of the standard tool
>> > > nslookup(1)
>> > > p5-Net-SSLeay-1.25 Perl5 interface to SSL
>> > > p5-Ogg-Vorbis-Header-0.03 Manipulate / fetch info from Ogg-Vorbis
>> > audio
>> > > files
>> > > p5-Parse-RecDescent-1.94 A recursive descent parsing framework for
>> > Perl
>> > > p5-String-ShellQuote-1.03 Perl module for quote strings for passing
>> > > through the shell
>> > > p5-Test-Harness-2.56 Run perl standard test scripts with statistics
>> > > p5-Test-Simple-0.62 Basic utilities for writing tests in perl
>> > > p5-Text-Balanced-1.95 Text::Balanced - extract delimited text
>> > > sequences from stri
>> > > p5-URI-1.35 Perl5 interface to Uniform Resource Identifier
>> > (URI)
>> > > refere
>> > > p5-XML-Parser-2.34_1 Perl extension interface to James Clark's XML
>> > > parser, expat
>> > > p5-gettext-1.03 Message handling functions
>> > > p5-libwww-5.803 Perl5 library for WWW access
>> > > pango-1.10.2 An open-source framework for the layout and
>> > > rendering of i1
>> > > pcre-6.4 Perl Compatible Regular Expressions library
>> > > pdflib-6.0.2 A C library for dynamically generating PDF
>> > > pecl-fileinfo-1.0_1 A PECL extension to retrieve info about files
>> > > pecl-imagick-0.9.11_2 A PECL extension to manipulate images
>> > > pecl-pdflib-2.0.4 A PECL extension to create PDF on the fly
>> > > pecl-zip-1.0 A PECL extension to read zip files
>> > > perl-5.8.7 Practical Extraction and Report Language
>> > > php4-4.4.1_3 PHP Scripting Language (Apache Module and CLI)
>> > > php4-bz2-4.4.1_3 The bz2 shared extension for php
>> > > php4-calendar-4.4.1_3 The calendar shared extension for php
>> > > php4-crack-4.4.1_3 The crack shared extension for php
>> > > php4-ctype-4.4.1_3 The ctype shared extension for php
>> > > php4-curl-4.4.1_3 The curl shared extension for php
>> > > php4-dio-4.4.1_3 The dio shared extension for php
>> > > php4-domxml-4.4.1_3 The domxml shared extension for php
>> > > php4-exif-4.4.1_3 The exif shared extension for php
>> > > php4-extensions-1.0 A "meta-port" to install PHP extensions
>> > > php4-ftp-4.4.1_3 The ftp shared extension for php
>> > > php4-gd-4.4.1_3 The gd shared extension for php
>> > > php4-gettext-4.4.1_3 The gettext shared extension for php
>> > > php4-iconv-4.4.1_3 The iconv shared extension for php
>> > > php4-mcrypt-4.4.1_3 The mcrypt shared extension for php
>> > > php4-mcve-4.4.1_3 The mcve shared extension for php
>> > > php4-mhash-4.4.1_3 The mhash shared extension for php
>> > > php4-ncurses-4.4.1_3 The ncurses shared extension for php
>> > > php4-overload-4.4.1_3 The overload shared extension for php
>> > > php4-pcre-4.4.1_3 The pcre shared extension for php
>> > > php4-posix-4.4.1_3 The posix shared extension for php
>> > > php4-recode-4.4.1_3 The recode shared extension for php
>> > > php4-session-4.4.1_3 The session shared extension for php
>> > > php4-sockets-4.4.1_3 The sockets shared extension for php
>> > > php4-tokenizer-4.4.1_3 The tokenizer shared extension for php
>> > > php4-xml-4.4.1_3 The xml shared extension for php
>> > > php4-zlib-4.4.1_3 The zlib shared extension for php
>> > > pkg_cutleaves-20040517 Interactive script for deinstalling 'leaf'
>> > > packages
>> > > pkgconfig-0.20 A utility to retrieve information about
>> installed
>> > > libraries
>> > > png-1.2.8_2 Library for manipulating PNG images
>> > > popt-1.7 A getopt(3) like library with a number of
>> > > enhancements, fro
>> > > pornview-0.2.0.p.1_7 PornView is an image viewer/manager
>> > > portaudit-0.5.10 Checks installed ports against a list of
>> security
>> > > vulnerabi
>> > > portupgrade-20041226_9 FreeBSD ports/packages administration and
>> > > management tool s
>> > > postfix-2.2.6,1 A secure alternative to widely-used Sendmail
>> > > py24-cairo-1.0.2 Python bindings for Cairo
>> > > py24-gtk-2.8.2 A set of Python bindings for GTK
>> > > py24-numeric-24.0 The Numeric Extension to Python
>> > > python-2.4.2 An interpreted object-oriented programming
>> > language
>> > > rdate-1.1 Sets the clock of the local host to the time of
>> > > another hos
>> > > rdesktop-1.4.1 RDP client for Windows NT/2000/2003 Terminal
>> > Server
>> > > recode-3.6_4 Converts files between character sets and usages
>> > > rename-1.3 Rename multiple files using regular expressions
>> > > roottail-1.2_1 Print text directly to X11 root window
>> > > ruby-1.8.2_5,1 An object-oriented interpreted scripting
>> language
>> > > ruby18-bdb1-0.2.2 Ruby interface to Berkeley DB revision 1.8x with
>> > > full featu
>> > > ruby18-bdb4-0.5.7 Ruby interface to Sleepycat's Berkeley DB
>> revision
>> > 2
>> > > or lat
>> > > samba-libsmbclient-3.0.20b_2 The shared lib from the samba packages
>> > > screen-4.0.2_3 A multi-screen window manager
>> > > sdl-1.2.9_1,2 Cross-platform multi-media development API
>> > > sgmlformat-1.7_2 Generates groff and HTML from linuxdoc and
>> docbook
>> >
>> > > SGML doc
>> > > shared-mime-info-0.16_2 A MIME type database from the FreeDesktop
>> > project
>> > > skippy-0.5.0_2 A full-screen X11 task-switcher like Apple's
>> > Expose
>> > > smartmontools-5.33_4 S.M.A.R.T. disk monitoring tools
>> > > snx101util-0.2 Image capture programs for Webcam based SN9C101
>> > > spca5xx-20050206 USB Cameras based SPCA5xx Utilities
>> > > speex-1.0.5,1 An open-source patent-free voice codec
>> > > startup-notification-0.8_1 Library that supports startup
>> notification
>> > > spec from freede
>> > > svgalib-1.4.3_5 A low level console graphics library
>> > > t1lib-5.1.0,1 A Type 1 Rasterizer Library for UNIX/X11
>> > > texi2html-1.76_1 ,1 Texinfo to HTML converter
>> > > tidy-20000804_2 Fixes and tidies up HTML files
>> > > tiff-3.7.4 Tools and library routines for working with TIFF
>> > > images
>> > > transcode-1.0.1_1 A text-console utility for video stream
>> processing
>> >
>> > > ttmkfdir-20021109_1 Create fonts.scale file for use with TrueType
>> font
>> > > server
>> > > unclutter-8 Remove idle cursor image from screen
>> > > unzip-5.52_2 List, test and extract compressed files in a ZIP
>> > > archive
>> > > urwfonts-1.0 Another font package for X
>> > > vcdimager-0.7.23 "GNU VCDImager/VCDRip -- The GNU VideoCD Image
>> > > Maker/Rippin
>> > > vlc-0.8.4 Multimedia streaming server and player for
>> various
>> >
>> > > audio/vi
>> > > vorbis-tools-1.1.1,3 Play, encode, and manage Ogg Vorbis files
>> > > vte-0.11.15_2 Terminal widget with improved accessibility and
>> > I18N
>> > > suppor
>> > > waveplay-2001.09.24 A simple wav file player
>> > > webfonts-0.30 TrueType core fonts for the Web
>> > > weblint-1.020 HTML validator and sanity checker
>> > > wget-1.10.2 Retrieve files from the Net via HTTP and FTP
>> > > wgetpro-0.1.3 Wget with "PRO" features
>> > > win32-codecs-3.1.0.p5_1,1 Huge compilation of Win32 binary codecs,
>> > > including MPEG-4(D
>> > > wmctrl-1.07_2 Command line tool to interact with an EWMH/NetWM
>> > > compatible
>> > > wv-1.0.0_4 A library and executables to access Microsoft
>> Word
>> >
>> > > files
>> > > wxgtk2-2.6.2_1 The wxWidgets GUI toolkit with GTK+ bindings
>> > > wxgtk2-common-2.6.2 The wxWidgets GUI toolkit (common files)
>> > > wxgtk2-unicode-2.6.2_1 The wxWidgets GUI toolkit (Unicode)
>> > > xcompmgr-1.1.3 A sample X compositing manager
>> > > xfce-4.2.3.2 The "meta-port" for the XFce 4 desktop
>> environment
>> > > xfce4-appfinder-4.2.3 Find application in the system supporting
>> > > Desktop entry for
>> > > xfce4-calendar-4.2.3 A calendar application to manage your time with
>> > > XFce 4
>> > > xfce4-desktop-4.2.3 XFce 4 desktop background manager and root menu
>> > > xfce4-fm-4.2.3 XFce 4 file manager
>> > > xfce4-icon-theme-4.2.3 Icon themes for XFce 4
>> > > xfce4-iconbox-4.2.3 XFce 4 icon box, an alternative taskbar
>> > > xfce4-mcs-manager-4.2.3 XFce 4 settings manager
>> > > xfce4-mcs-plugins-4.2.3 XFce 4 settings manager plugins
>> > > xfce4-mixer-4.2.3 XFce 4 volume mixer module for xfce4-panel
>> > > xfce4-netload-plugin-0.3.2_1 Network Load plugin for XFce4
>> > > xfce4-panel-4.2.3 XFce 4 panel module
>> > > xfce4-print-4.2.3 XFce 4 graphical frontend for printing
>> > > xfce4-session-4.2.3 Session manager for the Xfce 4 desktop
>> environment
>> > > xfce4-systemload-plugin-0.3.4_5 System Load plugin for XFce4
>> > > xfce4-systray-4.2.3 XFce 4 system tray module for xfce4-panel
>> > > xfce4-taskbar-plugin-0.2.2_2 A taskbar plugin for xfce4-panel
>> > > xfce4-taskmanager-0.2.1 A task manager for XFCE
>> > > xfce4-toys-4.2.3 Toys for the XFce 4 panel
>> > > xfce4-trigger-launcher-4.2.3 A command trigger plugin for
>> xfce4-panel
>> > > xfce4-utils-4.2.3 XFce 4 essential utilities and scripts
>> > > xfce4-weather-plugin-0.4.9_2 XFce 4 weather module for xfce4-panel
>> > > xfce4-windowlist-plugin-0.1.0_4 A windowlist plugin for xfce4-panel
>> > > xfce4-wm-4.2.3.2 XFce 4 window manager
>> > > xfce4-wm-themes-4.2.3 XFce 4 window decoration themes for xfwm4
>> > > xlockmore-5.20.1_1 Like XLock session locker/screen saver, but just
>> > more
>> > > xmame-0.101 UNIX/X11 port of the Multi Arcade Machine
>> > Emulator
>> > > (MAME)
>> > > xmlcatmgr-2.2 SGML and XML catalog manager
>> > > xmms-1.2.10_4 X Multimedia System --- An audio player with a
>> > > Winamp GUI
>> > > xmp-esound-2.0.4_2 A player for many different Amiga and PC module
>> > > formats
>> > > xorg-6.8.2 X.Org distribution metaport
>> > > xorg-clients-6.8.2_1 X client programs and related files from X.Org
>> > > xorg-documents-6.8.2 Documentation of X11 protocol and libraries
>> from
>> > > X.Org
>> > > xorg-fonts-100dpi-6.8.2 X.Org 100dpi bitmap fonts
>> > > xorg-fonts-75dpi-6.8.2 X.Org 75dpi bitmap fonts
>> > > xorg-fonts-cyrillic-6.8.2 X.Org Cyrillic bitmap fonts
>> > > xorg-fonts-encodings-6.8.2 X.Org font encoding files
>> > > xorg-fonts-miscbitmaps-6.8.2 X.Org miscellaneous bitmap fonts
>> > > xorg-fonts-truetype-6.8.2 X.Org TrueType fonts
>> > > xorg-fonts-type1-6.8.2 X.Org Type1 fonts
>> > > xorg-fontserver-6.8.2 X font server from X.Org
>> > > xorg-libraries-6.8.2 X11 libraries and headers from X.Org
>> > > xorg-manpages-6.8.2 X.Org library manual pages
>> > > xorg-nestserver-6.8.2 Nesting X server from X.Org
>> > > xorg-printserver-6.8.2_2 X Print server from X.Org
>> > > xorg-server-6.8.2_7 X.Org X server and related programs
>> > > xorg-vfbserver-6.8.2 X virtual framebuffer server from X.Org
>> > > xpdf-3.01_1 Display PDF files, and convert them to other
>> > formats
>> > > xrestop-0.3 X11 server side resource usage statistics
>> monitor
>> > > xtail-2.1 Watches the growth of files or directories
>> > > xterm-206_1 Terminal emulator for the X Window System
>> > > zip-2.31 Create/update ZIP files compatible with pkzip
>> > > zziplib-0.10.82 A library to provide transparent read access to
>> > > zipped file
--
mezz7 at cox.net - mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org
More information about the freebsd-gnome
mailing list