Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (946fce7a52f71663e6d2273d114cf0789263c575)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (946fce7a52f71663e6d2273d114cf0789263c575)
  • Date: Thu, 4 Feb 2010 05:46:42 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +
display/xdirectfb/BUILD | 1
display/xdirectfb/CONFLICTS | 1
display/xdirectfb/DEPENDS | 1
display/xdirectfb/DETAILS | 75 -----------------------------------
display/xdirectfb/HISTORY | 93
--------------------------------------------
display/xdirectfb/INSTALL | 1
display/xdirectfb/PRE_BUILD | 1
display/xdirectfb/TRIGGERS | 1
9 files changed, 3 insertions(+), 174 deletions(-)

New commits:
commit 946fce7a52f71663e6d2273d114cf0789263c575
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

display/xdirectfb: removed deprecated spell

diff --git a/ChangeLog b/ChangeLog
index b4b9feb..d9ab06f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-02-04 Ladislav Hagara <hgr AT vabo.cz>
+ * display/xdirectfb: removed deprecated spell
+
2010-02-02 Ladislav Hagara <hgr AT vabo.cz>
* x11-libs/xorg: removed deprecated spell
* x11-libs/xfree86: removed deprecated spell
diff --git a/display/xdirectfb/BUILD b/display/xdirectfb/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/display/xdirectfb/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/display/xdirectfb/CONFLICTS b/display/xdirectfb/CONFLICTS
deleted file mode 100755
index 36d4746..0000000
--- a/display/xdirectfb/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts xdirectfb y
diff --git a/display/xdirectfb/DEPENDS b/display/xdirectfb/DEPENDS
deleted file mode 100755
index 8a3e79b..0000000
--- a/display/xdirectfb/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends xorg-server
diff --git a/display/xdirectfb/DETAILS b/display/xdirectfb/DETAILS
deleted file mode 100755
index a11baff..0000000
--- a/display/xdirectfb/DETAILS
+++ /dev/null
@@ -1,75 +0,0 @@
- SPELL=xdirectfb
- VERSION=1.0-rc5
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/xc
- PATCHLEVEL=1
- WEB_SITE=http://www.directfb.org/xdirectfb.xml
- KEYWORDS="framebuffer display"
- ENTERED=20030916
- SHORT="a rootless X Server using DirectFB"
-cat << EOF
-XDirectFB is a rootless X Server using DirectFB windows for X11 toplevel
windows.
-It builds on top of the latest stable release of the X11 project,
-and currently is a replacement for our xfree86 spell, given time this might
change.
-This way you can adjust the opacity of every application with your mouse
wheel
-(while holding Meta down over a window).Window movements are initiated by
the
-applications or the window manager. The graphical movement is done by
-DirectFB using available hardware acceleration. Overlapping toplevel windows
-do not cause expose events, i.e. redrawing of the window contents, as they
are
-DirectFB windows and therefore have an own surface, a.k.a. backing store.
-
-Usage Requirements
-------------------
-Depending on the DirectFB application you want to run, you need some
- or all of these:
-
- - A working frame buffer device (check the output of 'fbset -i').
- - A keyboard (if it works on the console, everything should be fine).
- - A PS/2 or serial mouse for windowing. USB and ADB mice do also work
- via PS/2 emulation.
-
- To access the frame buffer device and the mouse you need access to
- /dev/tty0, /dev/fb0 and the mouse device (/dev/psaux, /dev/mouse).
- You can either run all DirectFB applications as root or allow users
- to access these devices. A reasonable way to do this is to add users
- to the group tty (or some other group) and allow this group to read
- and write the files in /dev:
-
- crw-rw---- 1 root tty 29, 0 /dev/fb0
- crw-rw---- 1 root tty 10, 1 /dev/psaux
- crw-rw---- 1 root tty 4, 0 /dev/tty0
-
-Configuring the Linux frame buffer device
------------------------------------------
-
- DirectFB needs a Linux kernel with frame buffer support. Check the
- documentation in the kernel tree (/usr/src/linux/Documentation/fb/) on
- how to enable the frame buffer device for your graphics card.
-
- The generic VESA frame buffer device does not support mode switching
- and you will not get hardware acceleration. To make DirectFB work with
- veasfb, you should add the following lines to /etc/lilo.conf:
-
- append="video=vesa:ywrap,mtrr"
-
- 'ywrap' enables panning with wraparound.
- 'mtrr' enables setting caching type for the frame buffer to
write-combining.
-
- vga=791
-
- This sets the mode on startup. 791 means 1024x768@16, 788 means
800x600@16.
-
- All VESA Video Modes:
-
- Bits 640x480 800x600 1024x768 1280x1024 1600x1200
- 8 769 771 773 775 796
- 16 785 788 791 794 798
- 32 786 789 792 795 799
-
- Other frame buffer devices support mode switching. DirectFB will only
- support modes listed in your /etc/fb.modes file. By default the first
- entry found is used.
-
- If you have a Matrox card you may want to try the vsync patch found in
- the patches directory that enables applications to "idle wait" for the
- vertical retrace.
-EOF
diff --git a/display/xdirectfb/HISTORY b/display/xdirectfb/HISTORY
deleted file mode 100644
index 5ad6e73..0000000
--- a/display/xdirectfb/HISTORY
+++ /dev/null
@@ -1,93 +0,0 @@
-2008-08-29 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DEPENDS: xorg-profile -> xorg-server
-
-2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: xorg -> xorg-profile
-
-2008-03-16 Eric Sandall <sandalle AT sourcemage.org>
- * Deprecated in favour of xorg
-
-2007-02-15 Thomas Orgis <sobukus AT sourcemage.org>
- * CONFIGURE, BUILD: make queries for mmx,sse,3dnow instead of
- grepping CFLAGS (the -m* flags are gone there)
- also make that ia32 specific
-
-2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * INSTALL: use TRACK_ROOT when linking #9163
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * PROVIDES: [automated] Fixed invalid entries.
-
-2006-06-29 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Removed BUILD_API=1 and UPDATED
- * BUILD: Converted to build_api 2
- * INSTALL: Copied from BUILD
- Converted to build_api 2
- * POST_INSTALL,FINAL: POST_INSTALL renamed to FINAL
-
-2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DETAILS: inserted BUILD_API=1 line
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-11-28 Seth Woolley <seth AT tautology.org>
- * PRE_BUILD: unpack api update
-
-2005-08-22 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * PRE_BUILD, xfree86-xft-releasefile-crash.patch:
- fix a crasher bug that affects gnome-font-viewer (control-center2)
-
-2005-01-23 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * BUILD, DEPENDS, TRIGGERS: Linux-PAM renamed to linux-pam
-
-2004-12-14 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Depends on man for man2html in BUILD
-
-2004-10-13 Arjan Bouter <abouter AT sourcemage.org>
- * added desktop files
-
-2004-07-17 Eric Sandall <sandalle AT sourcemage.org>
- * CONFLICTS: NVIDIA_driver renamed to nvidia_driver
-
-2004-04-08 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * CONFLICTS: added conflicts xorg and xfree86-4.3
-
-2004-02-27 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Added dependency on bison (Thanks to elshaa)
-
-2003-12-15 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * POST_INSTALL: run ldconfig after adding /usr/X11R6/lib
- to /etc/ld.so.conf
-
-2003-11-29 hgg <hgreig AT bigpond.net.au>
- * BUILD: a few extra extensions built and some compile optimisations
(normally handled in xfree86.cf, but
- this uses directfb.cf, so I manually added some checks)
-
-2003-11-28 hgg <hgreig AT bigpond.net.au>
- * CONFLICTS: NVIDIA_driver
- * BUILD: add some necessary libs to the buildlist, fix some Imake
foobarrs also
-
-2003-10-20 hgg <hgreig AT bigpond.net.au>
- * POST_INSTALL: correct typo
-
-2003-10-10 hgg <hgreig AT bigpond.net.au>
- * POST_INSTALL: add /usr/X11R6/lib to /etc/ld.so.conf
- * HISTORY: convert to new format
- * PROVIDES: uppercase now
-
-2003-09-19 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS,PROVIDES: Wrong case in PROVIDES
- Updated UPDATED to re-register correct provisions
- Removed TABs from DETAILS
-
-2003-09-19 hgg <hgreig AT bigpond.net.au>
- * CONFLICTS: Update CONFLICTS
- * BUILD: Move bugfix in build to before make World
-
-2003-09-13 hgg <hgreig AT bigpond.net.au>
- * ALL: Create this spell
-
diff --git a/display/xdirectfb/INSTALL b/display/xdirectfb/INSTALL
deleted file mode 100755
index 27ba77d..0000000
--- a/display/xdirectfb/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/display/xdirectfb/PRE_BUILD b/display/xdirectfb/PRE_BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/display/xdirectfb/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/display/xdirectfb/TRIGGERS b/display/xdirectfb/TRIGGERS
deleted file mode 100755
index b4115bb..0000000
--- a/display/xdirectfb/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast xdirectfb dispel_self



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (946fce7a52f71663e6d2273d114cf0789263c575), Ladislav Hagara, 02/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page