freebsd-ports/deskutils/q4wine/pkg-message
Dmitry Marakasov e2024367aa Q4wine is an Qt4 (http://www.qtsoftware.com/) GUI for wine (http://winehq.org/).
It will help you to manage wine prefixes and installed applications.

General features:
 - Exports QT color theme into wine colors settings
 - Works with different wine versions at same time
 - Creates, deletes and manages prefixes (WINEPREFIX)
 - Easy controlling wine process
 - Autostart icons support
 - Easy CD image usage
 - Supports extraction of icons from PE files (.exe, .dll)
 - Easy backup and restore for managed prefixes
 - Winetricks support
 - More

WWW: http://api.qt-apps.org/content/show.php?content=85751

PR:		131416
Submitted by:	"Sergey V. Dyatko" <sergey dot dyatko at gmail dot com>
2009-02-17 23:31:28 +00:00

15 lines
604 B
Plaintext

################################################################################
This programm will attempt to obtain some system information by accessing files
in procfs. You must mount procfs filesystem for this to work correctly. This can
be accomplished by adding the following line to your /etc/fstab file:
# Device Mountpoint FStype Options Dump Pass#
proc /proc procfs rw 0 0
and then, as root, executing the command:
mount /proc
################################################################################