Chinaunix首页 | 论坛 | 博客
  • 博客访问: 489493
  • 博文数量: 77
  • 博客积分: 4011
  • 博客等级: 上校
  • 技术积分: 800
  • 用 户 组: 普通用户
  • 注册时间: 2004-10-10 09:53
个人简介

天天向上

文章分类

全部博文(77)

文章存档

2010年(1)

2008年(21)

2007年(39)

2006年(10)

2004年(6)

我的朋友

分类: BSD

2007-11-30 18:19:56

最近又搞了一通FreeBSD桌面系统,经过几天的努力终于能用了。
我的机器是IBM Thinkpad R52,由于FreeBSD 6.2默认内核对IBM电源管理支持不是很好,所以就定制并升级了一下内核。升级内核后问题就来了,通过pkg_add -r 安装的软件都不能用了。
出现undefined symbol "_sbmaskrune"的错误。

在网上找了下说是Freebsd 6.2和6.3的一些库不相同。
看到/usr/src/include/ctype.h里面有关于_sbmaskrune的定义:
#define digittoint(c)   __maskrune((c),0xFF)
6.3里面已经将sbmaskrune改成,maskrune,所以说在6.2里面编译的软件到6.3的系统里面运行时,就会提示找不到_sbmaskrune,而从字面上看这个函数应该用得很广,实际也证明,我偷懒通过pkg_add -r安装的软件(perl,python……)都必须删除了重来过。

安装过程中也出现了不少问题,我的安装过程是这样的:
从FreeBSD光盘安装基本系统。
使用csup升级ports
使用csup升级系统源码
cd /usr/src
make buildword
make buildkernel KERNCONF=XD
make installkernel KERNCONF=XD
修改make.conf文件自己从example复制一个
CPUTYPE?=pentium4

MASTER_SITE_BACKUP?=ftp://ftp.freebsdchina.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/
MASTER_SITE_OVERRIDE?=${MASTER_SITE_BACKUP}
在make.conf里面加入这两行,全得源码包优先从freebsdchina下载,不然大多数从国外网站下载,多用的时间不是一点点,注意不要输错了,编译的时候看下载正确没有,不行就修改下。

cd /usr/ports/x11/xorg
make install clean

就这样根据机器情况,几个小时基本上就这样过了。

再安装个窗口管理程序fvwm2及fvwm-themes的主题,这个主题的使用方法很简单,在.xinitrc里面启动就行。我的.xinitrc文件很简单:
exec scim -d &
exec fvwm-themes-start

在英文系统里面使用scim一直是我的想法,因为现在X里面的中文显示不尽人意,菜单里面显示中文感觉看起不是很好看。所以就在英文local里面使用scim,make install clean 了scim-fcitx,fcitx相信大家都喜欢。中文输入法也是试也一阵,一会opera(QT)里不能输入,一会pidgin(GTK),后来终于搞起了。
我的.cshrc里面的修改,我比较喜欢使用csh
setenv XMODIFIERS @im=SCIM
setenv QT_IM_MODULE xim
setenv GTK_IM_MODULE xim
setenv LANG en_US.UTF-8
setenv LC_CTYPE en_US.UTF-8
setenv LC_ALL en_US.UTF-8
总算是在opera和pidgin里面都可以输入中文了。

但中文的字体不太好看,关键是显示的字大小不一,所以安装了MS的字体,安装了/usr/ports/chinese/msttf这个ports,虽说小字还是有点发虚,大小统一了,不过效果总算还凑和。

pidgin里面QQ不能用的问题,已经是新的pidgin了,网上找了下,说把QQ密码改成6位的,试了下OK了。

字处理软件安装了个简单点Abiword,不过输中文出来,一些圈不出字,以前遇到过这个简单,选个中文的字体再输入就显示汉字了。



我的内核配置文件如下:
machine i386
cpu I686_CPU
ident XD

#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options MD_ROOT # MD is a potential root device
options NFSCLIENT # Network Filesystem Client
options NFSSERVER # Network Filesystem Server
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options LIBICONV
options LIBMCHAIN
options CD9660_ICONV
options MSDOSFS_ICONV
options NTFS
options NTFS_ICONV
options UDF
options UDF_ICONV
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~215k to driver.
options ADAPTIVE_GIANT # Giant mutex is adaptive.

device apic # I/O APIC

device pci


# ATA and ATAPI devices
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
#options ATA_STATIC_ID # Static device numbering
device atapicam # Atapi CAM Support

# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
device da # Direct Access (disks)
device pass # Passthrough device (direct SCSI access)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
device psm # PS/2 mouse

device kbdmux # keyboard multiplexer

device vga # VGA video card driver

device sound
device snd_ich

device splash # Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device sc

# Enable this for the pcvt (VT220 compatible) console driver
#device vt
#options XSERVER # support for X server on a vt console
#options FAT_CURSOR # start with block cursor

device agp # support several AGP chipsets
device acpi_ibm
device acpi_video

# Power management support (see NOTES for more options)
#device apm
# Add suspend/resume support for the i8254.
device pmtimer

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
device cbb # cardbus (yenta) bridge
device pccard # PC Card (16-bit) bus
device cardbus # CardBus (32-bit) bus

# Serial (COM) ports
device sio # 8250, 16[45]50 based serial ports

# Parallel port
device ppc
device ppbus # Parallel port bus (required)
device lpt # Printer
device plip # TCP/IP over parallel
device ppi # Parallel port interface device
#device vpo # Requires scbus and da

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to the sio and/or ppc drivers):
#device puc


# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device miibus # MII bus support
device bge # Broadcom BCM570xx Gigabit Ethernet

# Wireless NIC cards
device wlan # 802.11 support
device wlan_wep # 802.11 WEP support
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
device iwi # Intel Wireless Adapters
device firmware # Loads intel firmware for wireless


# Pseudo devices.
device loop # Network loopback
device random # Entropy device
device ether # Ethernet support
device sl # Kernel SLIP
device ppp # Kernel PPP
device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter

# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device usb # USB Bus (required)
device ugen # Generic
device uhid # "Human Interface Devices"
device ukbd # Keyboard
device umass # Disks/Mass storage - Requires scbus and da
device ums # Mouse

# FireWire support
device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)


# Direct Rendering modules for 3d accelleration
device drm # DRM Core Module
device radeondrm # ATI Radeon

#options VESA # Vesa Support for Splash
#options SC_PIXEL_MODE # add support for the raster tex

options HZ=1000
options DEVICE_POLLING

device pf
device pflog
device pfsync

options ALTQ
options ALTQ_CBQ
options ALTQ_RED
options ALTQ_RIO
options ALTQ_HFSC
options ALTQ_CDNR
options ALTQ_PRIQ
options ALTQ_NOPCC


现在系统中的软件包,全部是从源码编译的:
ORBit2-2.14.10 High-performance CORBA ORB with support for the C language
abiword-2.4.6_2 An open-source, cross-platform WYSIWYG word processor
adns-1.4_1 Easy to use, asynchronous-capable DNS client library and ut
appres-1.0.1 Program to list application's resources
aspell-0.60.5_2 Spelling checker with better suggestion logic than ispell
atk-1.20.0 A GNOME accessibility toolkit (ATK)
autoconf-2.61_2 Automatically configure source code on many Un*x platforms
autoconf-wrapper-20071109 Wrapper script for GNU autoconf
automake-1.6.3 GNU Standards-compliant Makefile generator (1.6)
automake-wrapper-20071109 Wrapper script for GNU automake
avahi-0.6.21_1 The "meta-port" for the Avahi service discovery suite
avahi-app-0.6.21_1 Service discovery on a local network
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_3,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
bsdpan-XML-Parser-2.34 XML::Parser - A perl module for parsing XML documents
cairo-1.4.10_1 Vector graphics library with cross-device output support
cdrtools-2.01_6 CD/CD-R[W] and ISO-9660 image creation and extraction tools
compositeproto-0.4 Composite extension headers
cups-base-1.3.3_2 Common UNIX Printing System
damageproto-1.1.0_2 Damage extension headers
db41-4.1.25_4 The Berkeley DB package, revision 4.1
dbus-1.0.2_2 A message bus system for inter-application communication
dbus-glib-0.74 GLib bindings for the D-BUS messaging system
desktop-file-utils-0.14 A couple of command line utilities for working with desktop
djbfft-0.76_2 An extremely fast library for floating-point convolution
dmidecode-2.9 A tool for dumping DMI (SMBIOS) contents in human-readable
dmxproto-2.2.2 DMX extension headers
dri-7.0.1,2 OpenGL hardware acceleration drivers for the DRI
editres-1.0.3 Dynamic resource editor for X Toolkit Applications
enchant-1.3.0 Dictionary/spellchecking framework
encodings-1.0.2,1 X.Org Encoding fonts
evieext-1.0.2 XEVIE extension headers
expat-2.0.0_1 XML 1.0 parser written in C
fixesproto-4.0 Fixes extension headers
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 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.4.2_2,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
freetype2-2.3.5 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
fvwm-2.5.23 Popular virtual window manager for X
fvwm-themes-0.7.0_1 Themes for the Fvwm2 window manager
gail-1.20.1 An implementation of the ATK interfaces for GTK+ widgets
gccmakedep-1.0.2 Create dependencies in makefiles using 'gcc -M'
gconf2-2.20.1 A configuration database system for GNOME
gdbm-1.8.3_3 The GNU database manager
gettext-0.16.1_3 GNU gettext package
glib-2.14.2 Some useful routines of C programming (current stable versi
glproto-1.4.8 GLX extension headers
gmake-3.81_2 GNU version of 'make' utility
gnome-icon-theme-2.20.0_1 A collection of icons for the GNOME 2 desktop
gnome_subr-1.0 Common startup and shutdown subroutines used by GNOME scrip
gnomehier-2.3_10 A utility port that creates the GNOME directory tree
gnutls-2.0.2_1 GNU Transport Layer Security library
gstreamer-0.10.14_1 Development framework for creating media applications
gstreamer-ffmpeg-0.10.2_1 GStreamer plug-in for manipulating MPEG video streams
gstreamer-plugins-0.10.14,3 GStreamer written collection of plugins handling several me
gstreamer-plugins-a52dec-0.10.6_2,3 Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin
gstreamer-plugins-bad-0.10.5_2,3 Bad gstreamer-plugins
gstreamer-plugins-core-0.10_9 Core set of typical audio and video gstreamer-plugins
gstreamer-plugins-dts-0.10.5_3,3 Gstreamer dts plugin
gstreamer-plugins-dvd-0.10.6_1,3 Gstreamer dvd plugin set
gstreamer-plugins-good-0.10.6,3 Good gstreamer-plugins
gstreamer-plugins-libpng-0.10.6_2,3 Gstreamer png plugin
gstreamer-plugins-mad-0.10.6_3,3 Gstreamer mp3 decoder plugin
gstreamer-plugins-mp3-0.10.0 Gstreamer Plugins Mp3 decoder meta-port
gstreamer-plugins-ogg-0.10.14_2,3 Gstreamer Ogg bitstream plugin
gstreamer-plugins-pango-0.10.14_2,3 Gstreamer pango textoverlay plugin
gstreamer-plugins-theora-0.10.14_4,3 Gstreamer theora plugin
gstreamer-plugins-ugly-0.10.6,3 Ugly gstreamer-plugins
gstreamer-plugins-vorbis-0.10.14_3,3 Gstreamer vorbis encoder/decoder plugin
gstreamer-plugins-xvid-0.10.5_1,3 Gstreamer xvid plugin
gtk-2.12.1_1 Gimp Toolkit for X11 GUI (current stable version)
gtkspell-2.0.11_5 A GTK+ 2 spell checking component
hal-0.5.8.20070909 Hardware Abstraction Layer for simplifying device access
help2man-1.36.4_1 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.6 Utilities of the Tango project
imake-1.0.2_4,1 Imake and other utilities from X.Org
inputproto-1.4.2.1 Input extension headers
intltool-0.36.2 Tools to internationalize various kinds of data files
jpeg-6b_4 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 The FS library
libGL-7.0.1 OpenGL library that renders using GLX or DRI
libGLU-7.0.1 OpenGL utility library
libICE-1.0.4,1 Inter Client Exchange library for X11
libIDL-0.8.9_1 A library for creating trees of CORBA IDL files
libSM-1.0.3,1 Session Management library for X11
libX11-1.1.3,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 X Athena Widgets library
libXcomposite-0.4.0,1 X Composite extension library
libXcursor-1.1.9 X client-side cursor loading library
libXdamage-1.1.1 X Damage extension library
libXdmcp-1.0.2 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 X Fixes extension library
libXfont-1.3.1_1,1 X font libary
libXfontcache-1.0.4 The Xfontcache library
libXft-2.1.12 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 X Resize and Rotate extension library
libXrender-0.9.4 X Render extension library
libXres-1.0.3_2 X Resource usage library
libXt-1.0.5 X Toolkit library
libXtst-1.0.3 X Test extension
libXv-1.0.3,1 X Video Extension library
libXvMC-1.0.4 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_1 A free library for decoding ATSC A/52 streams, aka AC-3
libart_lgpl-2.3.19,1 Library for high-performance 2D graphics
libbonobo-2.20.1_1 A component and compound document system for GNOME2
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 DMX extension library
libdrm-2.3.0 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_2 This is needed by ogle, which is a DVD player that supports
libfontenc-1.0.4 The fontenc Library
libgcrypt-1.2.4_1 General purpose crypto library based on code used in GnuPG
libglade2-2.6.2 GNOME glade library
libgnomecanvas-2.20.1.1 A graphics library for GNOME
libgnomecups-0.2.2_4,1 Support library for gnome cups admistration
libgnomeprint-2.18.2_1 Gnome print support library
libgnomeprintui-2.18.1_2 Gnome print support library
libgpg-error-1.5 Common error values for all GnuPG components
libgsf-1.14.7 An extensible i/o abstraction for dealing with structured f
libiconv-1.11_1 A character set conversion library
libid3tag-0.15.1b ID3 tags library (part of MAD project)
libmad-0.15.1b_2 Libmad library (part of MAD project)
libmng-1.0.9 Multiple-image Network Graphics (MNG) reference library
libogg-1.1.3,4 Ogg bitstream library
liboil-0.3.12 Library of optimized inner loops
liboldX-1.0.1 Old X library
libpurple-2.2.2 Backend library for the Pidgin multi-protocol messaging cli
libtheora-1.0.a8 Theora video codec for the Ogg multimedia streaming system
libtool-1.5.24 Generic shared library support script
libvolume_id-0.75.0_1 Library to provide file system type information
libvorbis-1.2.0_1,3 Audio compression codec library
libwmf-0.2.8.4_2 Tools and library for converting Microsoft WMF (windows met
libxkbfile-1.0.4 XKB file library
libxkbui-1.0.2 The xkbui library
libxml2-2.6.30 XML parser library for GNOME
linc-1.0.3_6 A library for writing networked servers & clients
listres-1.0.1 List resources in widgets
luit-1.0.2_2 Locale and ISO 2022 support for Unicode terminals
lynx-2.8.6.5_1,1 A non-graphical, text-based World-Wide Web client
m4-1.4.9,1 GNU m4
makedepend-1.0.1,1 A dependency generator for makefiles
mkcomposecache-1.2_1 Program to create Compose cache files
mkfontdir-1.0.3 Create an index of X font files in a directory
mkfontscale-1.0.3 Creates an index of scalable font files for X
nas-1.8_1 Network Audio System
nasm-0.98.39,1 General-purpose multi-platform x86 assembler
net-snmp-5.3.1_7 An extendable SNMP implementation
oclock-1.0.1 Round clock application for X
opera-9.24.20071015_1 A blazingly fast, full-featured, standards-compliant browse
p5-XML-NamespaceSupport-1.09_1 A simple generic namespace support class
p5-XML-SAX-0.16 Simple API for XML
p5-XML-SAX-Expat-0.39 Simple API for XML
p5-XML-Simple-2.18 Trivial API for reading and writing XML (esp config files)
p5-gettext-1.05_1 Message handling functions
pango-1.18.3 An open-source framework for the layout and rendering of i1
pciids-20071004 Database of all known ID's used in PCI devices
pcre-7.4 Perl Compatible Regular Expressions library
perl-5.8.8_1 Practical Extraction and Report Language
pidgin-2.2.2 Pidgin multi-protocol messaging client (GTK+ UI)
pixman-0.9.6 Low-level pixel manipulation library
pkg-config-0.22_1 A utility to retrieve information about installed libraries
png-1.2.22 Library for manipulating PNG images
policykit-0.1.20060514_4 Framework for controlling access to system-wide components
popt-1.7_4 A getopt(3) like library with a number of enhancements, fro
portaudio-18.1_2 Portable cross-platform Audio API
portupgrade-2.3.1,2 FreeBSD ports/packages administration and management tool s
printproto-1.0.3 Print extension headers
py25-dbus-0.82.3 Python bindings for the D-BUS messaging system
python25-2.5.1_1 An interpreted object-oriented programming language
qmake-3.3.8_1 The build utility of the Qt project
qt-3.3.8_6 Multiplatform C++ application framework
randrproto-1.2.1 Randr extension headers
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
rstart-1.0.2 Sample implementation of a Remote Start client
ruby-1.8.6.111,1 An object-oriented interpreted scripting language
ruby18-bdb-0.6.2 Ruby interface to Sleepycat's Berkeley DB revision 2 or lat
scim-1.4.7_1 Smart Common Input Method platform
scripts-1.0.1 Various X related scripts
scrnsaverproto-1.1.0 ScrnSaver extension headers
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.22_1 A MIME type database from the FreeDesktop project
showfont-1.0.1 Font dumper for the X font server
smproxy-1.0.2 Session Manager Proxy
sqlite3-3.4.1 An SQL database engine in a C library w/ Tcl wrapper
startup-notification-0.9_1 Library that supports startup notification spec from freede
tcl-8.4.16,1 Tool Command Language
tiff-3.8.2_1 Tools and library routines for working with TIFF images
trapproto-3.4.3 DEC-XTRAP extension headers
twm-1.0.3_3 Tab Window Manager for the X Window System
unzip-5.52_3 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
wireshark-0.99.6 A powerful network analyzer/capture tool
wv-1.2.4_1 A library and executables to access Microsoft Word files
x11perf-1.4.1 X11 server performance test program
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
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_2 X.Org X display manager
xdpyinfo-1.0.2 Display information utility for X
xdriinfo-1.0.2 Query configuration information of DRI drivers
xedit-1.0.2 Simple text editor for X
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_1 X.Org keyboard input driver
xf86-input-mouse-1.2.3 X.Org mouse input driver
xf86-video-ati-6.7.195 X.Org ati display driver
xf86-video-nv-2.1.6 X.Org nv display driver
xf86-video-vesa-1.3.0_1 X.Org vesa display driver
xf86-video-vga-4.1.0_1 X.Org vga 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 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 XKB utility demos
xkeyboard-config-1.0_1 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_1 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 X.org drivers meta-port
xorg-fonts-100dpi-7.3 X.Org 100dpi bitmap fonts
xorg-fonts-7.3 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_1 X.org libraries meta-port
xorg-protos-7.3 X.org protos meta-port
xorg-server-1.4_3,1 X.Org X server and related programs
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 RX helper program
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-229 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.1.3,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
zh-msttf-1.0_1 Three TrueType fonts from Microsoft Windows(TM) 2000/XP
zh-scim-fcitx-3.1.1 An SCIM IMEngine module for fcitx
zh-ttfm-0.9.5_2 A Big5/GB enhanced TrueType Font Manager



阅读(3375) | 评论(3) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2009-03-12 06:31:34

显示不了中文文件名是挂载的时候没加 -D cp936 吧?

chinaunix网友2008-03-04 16:52:08

兄弟,能帮忙么 我更新到6.3p1,perl5.8.8_1怎么也编译不过去。 http://www.freebsdchina.org/forum/viewtopic.php?t=40384 这是我求助的帖子

chinaunix网友2008-02-02 13:26:38

假如用zh_CN.UTF-8的locale的话,还是显示不了fat32的中文文件名吧