[Lunar-commits] <moonbase> xfsinfo: A X font server information utility.
Florin Braescu
florin at lunar-linux.org
Sun Jun 1 09:22:53 CEST 2008
commit cf773c6cd3df685ab532a4af445d1fed87e3e247
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Jun 1 10:22:53 2008 +0300
xfsinfo: A X font server information utility.
---
xorg7/app/xfsinfo/BUILD | 6 ++++++
xorg7/app/xfsinfo/CONFLICTS | 6 ++++++
xorg7/app/xfsinfo/DEPENDS | 1 +
xorg7/app/xfsinfo/DETAILS | 17 +++++++++++++++++
4 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/xorg7/app/xfsinfo/BUILD b/xorg7/app/xfsinfo/BUILD
new file mode 100644
index 0000000..cfe3408
--- /dev/null
+++ b/xorg7/app/xfsinfo/BUILD
@@ -0,0 +1,6 @@
+(
+ . /etc/profile.d/x11r7.rc &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/xorg7/app/xfsinfo/CONFLICTS b/xorg7/app/xfsinfo/CONFLICTS
new file mode 100644
index 0000000..51e05a4
--- /dev/null
+++ b/xorg7/app/xfsinfo/CONFLICTS
@@ -0,0 +1,6 @@
+conflicts XOrg6
+conflicts XOrg-test
+conflicts XOrg-fonts-base
+conflicts XOrg-fonts-extra
+conflicts XOrg-drm
+conflicts XOrg-drm-cvs
diff --git a/xorg7/app/xfsinfo/DEPENDS b/xorg7/app/xfsinfo/DEPENDS
new file mode 100644
index 0000000..2eb2571
--- /dev/null
+++ b/xorg7/app/xfsinfo/DEPENDS
@@ -0,0 +1 @@
+depends libFS
diff --git a/xorg7/app/xfsinfo/DETAILS b/xorg7/app/xfsinfo/DETAILS
new file mode 100644
index 0000000..512851a
--- /dev/null
+++ b/xorg7/app/xfsinfo/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=xfsinfo
+ VERSION=1.0.2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$XORG_URL/individual/app
+ SOURCE_VFY=sha1:035ea714088d1b08bc27c02a6806d75dabc4eade
+ MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+ WEB_SITE=http://www.x.org
+ ENTERED=20070216
+ UPDATED=20080601
+ SHORT="X font server information utility"
+
+cat << EOF
+Xfsinfo is a utility for displaying information about an X font server.
+It is used to examine the capabilities of a server, the predefined values
+for various parameters used in communicating between clients and the
+server, and the font catalogues and alternate servers that are available.
+EOF
More information about the Lunar-commits
mailing list