[Lunar-commits] r22090 - in moonbase/trunk/xorg7/x11-apps: . luit
Samuel Verstraete
elangelo at lunar-linux.org
Tue Nov 7 09:53:27 CET 2006
Author: elangelo
Date: 2006-11-07 09:53:27 +0100 (Tue, 07 Nov 2006)
New Revision: 22090
Added:
moonbase/trunk/xorg7/x11-apps/luit/
moonbase/trunk/xorg7/x11-apps/luit/BUILD
moonbase/trunk/xorg7/x11-apps/luit/CONFLICTS
moonbase/trunk/xorg7/x11-apps/luit/DEPENDS
moonbase/trunk/xorg7/x11-apps/luit/DETAILS
Log:
initial support of luit in moonbase, here you go dagbrown,
ty Jeff
gr,S.
Added: moonbase/trunk/xorg7/x11-apps/luit/BUILD
===================================================================
--- moonbase/trunk/xorg7/x11-apps/luit/BUILD (rev 0)
+++ moonbase/trunk/xorg7/x11-apps/luit/BUILD 2006-11-07 08:53:27 UTC (rev 22090)
@@ -0,0 +1,6 @@
+(
+ . /etc/profile.d/x11r7.rc &&
+
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/xorg7/x11-apps/luit/CONFLICTS
===================================================================
--- moonbase/trunk/xorg7/x11-apps/luit/CONFLICTS (rev 0)
+++ moonbase/trunk/xorg7/x11-apps/luit/CONFLICTS 2006-11-07 08:53:27 UTC (rev 22090)
@@ -0,0 +1,6 @@
+conflicts XOrg &&
+conflicts XOrg-test &&
+conflicts XOrg-fonts-base &&
+conflicts XOrg-fonts-extra &&
+conflicts XOrg-drm &&
+conflicts XOrg-drm-cvs
Added: moonbase/trunk/xorg7/x11-apps/luit/DEPENDS
===================================================================
--- moonbase/trunk/xorg7/x11-apps/luit/DEPENDS (rev 0)
+++ moonbase/trunk/xorg7/x11-apps/luit/DEPENDS 2006-11-07 08:53:27 UTC (rev 22090)
@@ -0,0 +1 @@
+depends xproto
Added: moonbase/trunk/xorg7/x11-apps/luit/DETAILS
===================================================================
--- moonbase/trunk/xorg7/x11-apps/luit/DETAILS (rev 0)
+++ moonbase/trunk/xorg7/x11-apps/luit/DETAILS 2006-11-07 08:53:27 UTC (rev 22090)
@@ -0,0 +1,16 @@
+ MODULE=luit
+ VERSION=X11R7.0-1.0.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$XORG_URL/X11R7.0/src/everything/
+ SOURCE_VFY=sha1:67214245e02fb921e694a1539d030be6ca979a2c
+ MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+ WEB_SITE=http://www.x.org/
+ ENTERED=20061106
+ UPDATED=20061106
+ SHORT="Locale and ISO 2022 support for Unicode terminals"
+
+cat << EOF
+Luit is a filter that can be run between an arbitrary application and a UTF-8 terminal emulator. It will convert application output from the locale's encoding into UTF-8, and convert terminal input from UTF-8 into the locale's encoding.
+
+An application may also request to a different output encoding using ISO 2022 and ISO 6429 escape sequences. Use of this feature is discouraged: multilingual applications should be modified to directly generate UTF-8 instead.
+EOF
More information about the Lunar-commits
mailing list