[Lunar-commits] <moonbase> showfont: A font dumper for the xorg server.

Florin Braescu florin at lunar-linux.org
Sun Jun 1 08:45:39 CEST 2008


commit 3ea9adba15c392d49104d1a67208989cfacbc0ed
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jun 1 09:45:39 2008 +0300

    showfont: A font dumper for the xorg server.
---
 xorg7/app/showfont/BUILD     |    6 ++++++
 xorg7/app/showfont/CONFLICTS |    6 ++++++
 xorg7/app/showfont/DETAILS   |   16 ++++++++++++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/xorg7/app/showfont/BUILD b/xorg7/app/showfont/BUILD
new file mode 100644
index 0000000..cfe3408
--- /dev/null
+++ b/xorg7/app/showfont/BUILD
@@ -0,0 +1,6 @@
+(
+  . /etc/profile.d/x11r7.rc &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/xorg7/app/showfont/CONFLICTS b/xorg7/app/showfont/CONFLICTS
new file mode 100644
index 0000000..f1b331a
--- /dev/null
+++ b/xorg7/app/showfont/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/showfont/DETAILS b/xorg7/app/showfont/DETAILS
new file mode 100644
index 0000000..a40078b
--- /dev/null
+++ b/xorg7/app/showfont/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=showfont
+         VERSION=1.0.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$XORG_URL/individual/app
+      SOURCE_VFY=sha1:02ad183046d0a2e34bbb8d44e754fbcb0cf27f32
+   MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+        WEB_SITE=http://www.x.org
+         ENTERED=20080601
+         UPDATED=20080601
+           SHORT="A font dumper for X font server"
+
+cat << EOF
+Showfont displays data about a font that matches the given pattern.
+The information shown includes font information, font properties,
+character metrics, and character bitmaps.
+EOF


More information about the Lunar-commits mailing list