Compare commits

...

No commits in common. "master" and "pristine-tar" have entirely different histories.

301 changed files with 1 additions and 5223 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +0,0 @@
libXcomp.so.3.5.0

View File

@ -1 +0,0 @@
libXcomp.so.3.5.0

Binary file not shown.

View File

@ -1 +0,0 @@
libXcompsh.so.3.5.0

View File

@ -1 +0,0 @@
libXcompsh.so.3.5.0

Binary file not shown.

View File

@ -1 +0,0 @@
libcrypto.so.0.9.8

Binary file not shown.

View File

@ -1 +0,0 @@
libjpeg.so.62.0.0

View File

@ -1 +0,0 @@
libjpeg.so.62.0.0

Binary file not shown.

View File

@ -1 +0,0 @@
libpng12.so.0

View File

@ -1 +0,0 @@
libpng12.so.0.1.2.8

Binary file not shown.

View File

@ -1 +0,0 @@
libz.so.1.2.3

View File

@ -1 +0,0 @@
libz.so.1.2.3

Binary file not shown.

View File

@ -1,118 +0,0 @@
#
# "$Id: mime.convs,v 1.20 2004/02/25 20:14:51 mike Exp $"
#
# MIME converts file for the Common UNIX Printing System (CUPS).
#
# Copyright 1997-2004 by Easy Software Products.
#
# These coded instructions, statements, and computer programs are the
# property of Easy Software Products and are protected by Federal
# copyright law. Distribution and use rights are outlined in the file
# "LICENSE.txt" which should have been included with this file. If this
# file is missing or damaged please contact Easy Software Products
# at:
#
# Attn: CUPS Licensing Information
# Easy Software Products
# 44141 Airport View Drive, Suite 204
# Hollywood, Maryland 20636-3111 USA
#
# Voice: (301) 373-9603
# EMail: cups-info@cups.org
# WWW: http://www.cups.org
#
########################################################################
#
# Format of Lines:
#
# source/type destination/type cost filter
#
# General Notes:
#
# The "cost" field is used to find the least costly filters to run
# when converting a job file to a printable format.
#
# All filters *must* accept the standard command-line arguments
# (job-id, user, title, copies, options, [filename or stdin]) to
# work with CUPS.
#
########################################################################
#
# PostScript filters
#
application/pdf application/postscript 33 pdftops
application/postscript application/vnd.cups-postscript 66 pstops
application/vnd.hp-HPGL application/postscript 66 hpgltops
application/x-cshell application/postscript 33 texttops
application/x-perl application/postscript 33 texttops
application/x-shell application/postscript 33 texttops
text/plain application/postscript 33 texttops
text/html application/postscript 33 texttops
image/gif application/vnd.cups-postscript 66 imagetops
image/png application/vnd.cups-postscript 66 imagetops
image/jpeg application/vnd.cups-postscript 66 imagetops
image/tiff application/vnd.cups-postscript 66 imagetops
image/x-bitmap application/vnd.cups-postscript 66 imagetops
image/x-photocd application/vnd.cups-postscript 66 imagetops
image/x-portable-anymap application/vnd.cups-postscript 66 imagetops
image/x-portable-bitmap application/vnd.cups-postscript 66 imagetops
image/x-portable-graymap application/vnd.cups-postscript 66 imagetops
image/x-portable-pixmap application/vnd.cups-postscript 66 imagetops
image/x-sgi-rgb application/vnd.cups-postscript 66 imagetops
image/x-xbitmap application/vnd.cups-postscript 66 imagetops
image/x-xpixmap application/vnd.cups-postscript 66 imagetops
#image/x-xwindowdump application/vnd.cups-postscript 66 imagetops
image/x-sun-raster application/vnd.cups-postscript 66 imagetops
########################################################################
#
# Form filter...
#
# This filter does not currently exist, but the file format is defined
# in the IDD and registered with the IANA for future use...
#
#application/vnd.cups-form application/vnd.cups-postscript 33 formtops
########################################################################
#
# Raster filters...
#
image/gif application/vnd.cups-raster 100 imagetoraster
image/png application/vnd.cups-raster 100 imagetoraster
image/jpeg application/vnd.cups-raster 100 imagetoraster
image/tiff application/vnd.cups-raster 100 imagetoraster
image/x-bitmap application/vnd.cups-raster 100 imagetoraster
image/x-photocd application/vnd.cups-raster 100 imagetoraster
image/x-portable-anymap application/vnd.cups-raster 100 imagetoraster
image/x-portable-bitmap application/vnd.cups-raster 100 imagetoraster
image/x-portable-graymap application/vnd.cups-raster 100 imagetoraster
image/x-portable-pixmap application/vnd.cups-raster 100 imagetoraster
image/x-sgi-rgb application/vnd.cups-raster 100 imagetoraster
image/x-xbitmap application/vnd.cups-raster 100 imagetoraster
image/x-xpixmap application/vnd.cups-raster 100 imagetoraster
#image/x-xwindowdump application/vnd.cups-raster 100 imagetoraster
image/x-sun-raster application/vnd.cups-raster 100 imagetoraster
# pstoraster is now part of ESP Ghostscript...
#application/vnd.cups-postscript application/vnd.cups-raster 100 pstoraster
########################################################################
#
# Raw filter...
#
# Uncomment the following filter and the application/octet-stream type
# in mime.types to allow printing of arbitrary files without the -oraw
# option.
#
#application/octet-stream application/vnd.cups-raw 0 -
#
# End of "$Id: mime.convs,v 1.20 2004/02/25 20:14:51 mike Exp $".
#

View File

@ -1,161 +0,0 @@
#
# "$Id: mime.types,v 1.29 2004/02/25 20:14:51 mike Exp $"
#
# MIME types file for the Common UNIX Printing System (CUPS).
#
# Copyright 1997-2004 by Easy Software Products.
#
# These coded instructions, statements, and computer programs are the
# property of Easy Software Products and are protected by Federal
# copyright law. Distribution and use rights are outlined in the file
# "LICENSE.txt" which should have been included with this file. If this
# file is missing or damaged please contact Easy Software Products
# at:
#
# Attn: CUPS Licensing Information
# Easy Software Products
# 44141 Airport View Drive, Suite 204
# Hollywood, Maryland 20636-3111 USA
#
# Voice: (301) 373-9603
# EMail: cups-info@cups.org
# WWW: http://www.cups.org
#
########################################################################
#
# Format of Lines:
#
# super/type rules
#
# "rules" can be any combination of:
#
# ( expr ) Parenthesis for expression grouping
# + Logical AND
# , or whitespace Logical OR
# ! Logical NOT
# match("pattern") Pattern match on filename
# extension Pattern match on "*.extension"
# ascii(offset,length) True if bytes are valid printable ASCII
# (CR, NL, TAB, BS, 32-126)
# printable(offset,length) True if bytes are printable 8-bit chars
# (CR, NL, TAB, BS, 32-126, 128-254)
# string(offset,"string") True if bytes are identical to string
# istring(offset,"string") True if bytes are identical to
# case-insensitive string
# char(offset,value) True if byte is identical
# short(offset,value) True if 16-bit integer is identical
# int(offset,value) True if 32-bit integer is identical
# locale("string") True if current locale matches string
# contains(offset,range,"string") True if the range contains the string
#
# General Notes:
#
# MIME type names are case-insensitive. Internally they are converted
# to lowercase. Multiple occurrences of a type will cause the provided
# rules to be appended to the existing definition. Type names are sorted
# in ascending order, so if two types use the same rules to resolve a type
# (e.g. doc extension for two types), the returned type will be the first
# type in the sorted list.
#
# The "printable" rule differs from the "ascii" rule in that it also
# accepts 8-bit characters in the range 128-255.
#
# String constants must be surrounded by "" if they contain whitespace.
# To insert binary data into a string, use the <hex> notation.
#
########################################################################
#
# Application-generated files...
#
#application/msword doc string(0,<D0CF11E0A1B11AE1>)
application/pdf pdf string(0,%PDF)
application/postscript ai eps ps string(0,%!) string(0,<04>%!) \
contains(0,128,<1B>%-12345X) + \
(contains(0,1024,"LANGUAGE=POSTSCRIPT") \
contains(0,1024,"LANGUAGE = Postscript") \
contains(0,1024,"LANGUAGE = POSTSCRIPT"))
application/vnd.hp-HPGL hpgl string(0,<1B>&)\
string(0,<1B>E<1B>%0B) \
string(0,<1B>%-1B) string(0,<201B>)\
string(0,BP;) string(0,IN;) string(0,DF;) \
string(0,BPINPS;) \
(contains(0,128,<1B>%-12345X) + \
(contains(0,1024,"LANGUAGE=HPGL") \
contains(0,1024,"LANGUAGE = HPGL")))
########################################################################
#
# Image files...
#
image/gif gif string(0,GIF87a) string(0,GIF89a)
image/png png string(0,<89>PNG)
image/jpeg jpeg jpg jpe string(0,<FFD8FF>) &&\
(char(3,0xe0) char(3,0xe1) char(3,0xe2) char(3,0xe3)\
char(3,0xe4) char(3,0xe5) char(3,0xe6) char(3,0xe7)\
char(3,0xe8) char(3,0xe9) char(3,0xea) char(3,0xeb)\
char(3,0xec) char(3,0xed) char(3,0xee) char(3,0xef))
image/tiff tiff tif string(0,MM) string(0,II)
image/x-photocd pcd string(2048,PCD_IPI)
image/x-portable-anymap pnm
image/x-portable-bitmap pbm string(0,P1) string(0,P4)
image/x-portable-graymap pgm string(0,P2) string(0,P5)
image/x-portable-pixmap ppm string(0,P3) string(0,P6)
image/x-sgi-rgb rgb sgi bw icon short(0,474)
image/x-xbitmap xbm
image/x-xpixmap xpm ascii(0,1024) + string(3,"XPM")
#image/x-xwindowdump xwd string(4,<00000007>)
image/x-sun-raster ras string(0,<59a66a95>)
#image/fpx fpx
image/x-alias pix short(8,8) short(8,24)
image/x-bitmap bmp string(0,BM) && !printable(2,14)
########################################################################
#
# Text files...
#
text/html html htm printable(0,1024) +\
(istring(0,"<HTML>") istring(0,"<!DOCTYPE"))
application/x-cshell csh printable(0,1024) + string(0,#!) +\
(contains(2,80,/csh) contains(2,80,/tcsh))
application/x-perl pl printable(0,1024) + string(0,#!) +\
contains(2,80,/perl)
application/x-shell sh printable(0,1024) + string(0,#!) +\
(contains(2,80,/bash) contains(2,80,/ksh)\
contains(2,80,/sh) contains(2,80,/zsh))
text/plain txt printable(0,1024)
########################################################################
#
# CUPS-specific types...
#
application/vnd.cups-command string(0,'#CUPS-COMMAND')
application/vnd.cups-form string(0,"<CUPSFORM>")
application/vnd.cups-postscript
application/vnd.cups-raster string(0,"RaSt") string(0,"tSaR")
application/vnd.cups-raw (string(0,<1B>E) + !string(2,<1B>%0B)) \
string(0,<1B>@) \
(contains(0,128,<1B>%-12345X) + \
(contains(0,1024,"LANGUAGE=PCL") \
contains(0,1024,"LANGUAGE = PCL")))
########################################################################
#
# Raw print file support...
#
# Uncomment the following type and the application/octet-stream
# filter line in mime.convs to allow raw file printing without the
# -oraw option.
#
#application/octet-stream
#
# End of "$Id: mime.types,v 1.29 2004/02/25 20:14:51 mike Exp $".
#

View File

@ -1,9 +0,0 @@
CUPS Printing Backend
The NX Client set-up procedure detected that your "IPP CUPS" printing
backend doesn't allow printing from the NX session. In order to have
printing support in your NX system, you need to set proper permissions
on the IPP backend. Please execute:
chmod 755 /usr/lib/cups/backend/ipp

View File

@ -1,306 +0,0 @@
End-User License Agreement
NoMachine - Rome - Italy
NoMachine NX Products License
Copyright (c) 2002-2011 NoMachine. All Rights Reserved.
Do not install or use NX products until you have read and accepted this
Agreement. By installing or using NX products you accept this Agreement.
If you do not agree to the terms of this license, you must not install
or use the NoMachine NX products. When applicable you may return NX
product you purchased, including all packaging, media, and documentation,
to the place of purchase for a refund, provided that the return is made
within ten days of the date of purchase.
1. Licensee
"Licensee" is the person, company or entity who uses this NX Product.
The Licensee must accept and agree to this Agreement before installing
or using the NX Product.
2. License of NoMachine NX Product
Subject to the other provisions of this Agreement, NoMachine grants to
Licensee a nonexclusive, nontransferable license ("the License") to use
the NX Product on a single computer system. Additionally, this product
may be installed on more than one computer system in a non-commercial
setting. Rights to NoMachine not expressly granted to Licensee in this
Agreement are reserved by NoMachine.
3. NX Product
The "NX Product" includes the NX Software (NX Client, NX Server, NX
Server Manager, NX Web Companion any edition and add-on software) and,
depending on the product, a License Certificate.
4. NX Software
The "NX Software" includes three categories of computer programs:
Commercial Software developed by NoMachine, Open Source Software
developed by NoMachine, Third Party Open Source Software. The term
"Software" is used to mean any or all of the Commercial, Open Source,
and Third Party Software.
4.1 Commercial NoMachine Software
NoMachine Commercial Software consists of the following computer programs
that have been developed by NoMachine:
- nxserver
- nxnode
- nxmanager
- nxclient
- nxapplet
- nxstat
NoMachine owns the copyrights and intellectual property in and to each
item of NoMachine Commercial Software. Redistribution of NX Server
software is forbidden without written permission by NoMachine.
Redistribution of NX Client software, including commercial Closed Source
packages, is allowed, free of charge, for commercial and non-commercial
use providing any copyright notices that pertain to the origins of the
Software are not altered in any way or removed.
You may not copy the Software except for a reasonable number of machine-
readable copies of the Software for backup or archival purposes and except
as expressly permitted in this EULA.
No modification, adaptation, translation of the software is permitted,
including modification to the graphical contents, without specific and
prior permission from NoMachine.
4.2 Open Source NoMachine Software
Open Source NoMachine Software consists of packages developed by NoMachine
for inclusion in NX products. NoMachine Open Source software packages
and modifications to existing Open Source packages are released by
NoMachine under the terms of the GNU Public License version 2. The license
governs the software and the copying, distribution, modification, and
use of the software. Source code of the Open Source software packages
is included and distributed to Licensee, consistent with the requirements
of the license agreement. Open Source Software developed by NoMachine
is owned by NoMachine and distributed by NoMachine to Licensee for use
by Licensee. NoMachine releases as Open Source software the following
packages:
- nxproxy
- nxcomp
- nxcompext
- nxssh
- nxuexec
- nxspool
- nxsensor
- nx-X11
- nx-X11-compat
- nxwin
- nxauth
- nxagent
- nxcompshad
- nxesd
- nxscripts
- nxcompsh
- nxkill
- nxservice
- nxbuilder
4.3 Third Party Open Source Software
Many of the Software Programs included in the Software are distributed
under the terms of agreements with third parties ("Third Party Agreements")
which may expand or limit your rights to use certain Software Programs
as set forth in Section 2. Certain Software Programs may be licensed
(or sublicensed) under the GNU General Public License and other similar
open source license agreements ("OSLAs") which, among other rights,
permit the copying, modification and redistribution of certain Software
Programs, or portions thereof, and give access to the source code of
certain Software Programs, or portions thereof. In addition, certain
Software Programs, or portions thereof, may be licensed (or sublicensed)
under terms stricter than those set forth in Section 2. The Third Party
Agreements, related online documentation, source code, and other information
about such Software Programs are available at the relevant websites:
- Cygwin [Cygwin License, http://www.cygwin.com/]
- XFree86 [XFree86 License, http://www.xfree.org/]
- X.Org [X.org License, ftp://www.x.org/pub/X11R6.9.0/doc/LICENSE]
- OpenSSH [OpenSSH License, http://www.openssh.org/]
- CUPS [GPL, http://www.cups.org/]
- SAMBA [GPL, http://www.samba.net/]
- ESD [GPL, http://www.tux.org/~ricdude/EsounD.html]
- GKrellM [GPL, http://www.gkrellm.net/]
- SQLite [SQLite License, http://www.sqlite.org/]
Upon request NoMachine will deliver all the relative third-party source
code, consistent with the licensing terms of the original software, and
documentation at the cost of the postage charges incurred.
You acknowledge that you have read, understood and agreed to the terms
and conditions of each such Third Party Agreement. To the extent any
Third Party Agreements require that Licensor provide rights to use, copy
or modify a Software Program that are broader than the rights granted
in Section 2, then such rights shall take precedence over the rights
and restrictions granted in this Agreement solely for such Software
Programs.
Licensed, Not Sold Open Source Software, NoMachine Software and Third
Party Software are not sold, but are licensed and distributed to Licensee.
Any reference to the purchase or sale of the NX Product means, with respect
to the NX Software and Third Party Software, a purchase or sale of the
applicable licenses. The license fees for such licenses are included in
the NX product purchase price. No fee is charged for any Open Source
Software license, but a fee for distribution (e.g., transferring a copy
or copies to Licensee) is included in the NX product purchase price.
Ownership of copies of Open Source Software, NoMachine Software and Third
Party Software is governed by the applicable license agreement.
Maintenance Releases All maintenance releases, fixes, patches, work-around
solutions, upgrades, and updates for or to the Open Source Software,
NoMachine Software and Third Party Software made available by NoMachine
or its distributors, OEMs, VARs or other resellers to Licensee shall be
deemed part of the NoMachine Software, Third Party Software or Open
Source Software as applicable, and shall be governed by this Agreement
and the license agreements referred to herein, unless a different license
agreement is provided with or made applicable to such maintenance releases,
fixes, patches, work-around solutions, upgrades, and updates.
5. Documentation
"Documentation" means the online documentation and printed documentation,
if any, provided to Licensee in connection with NX, except for documentation
provided under third party or open source licenses as provided in Sections
4.2 and 4.3 above. Whenever the context reasonably permits, any reference
in this Agreement to NoMachine Software shall also apply to Documentation.
The Documentation may be used by Licensee, but only in connection with
this NX Product.
6. NoMachine Artwork
"NoMachine Artwork" includes the [!M] logo, the NoMachine and NX logos,
included icon sets, and other trademarks. NoMachine holds all rights,
including the right of distribution, to NoMachine Artwork.
7. Limited Warranty
Media And Documentation. NoMachine warrants that if the NX Product media
or printed documentation, if any, provided by NoMachine are in a damaged
or physically defective condition when delivered and if they are returned
to NoMachine (postage prepaid) within 30 days of the date of purchase,
then NoMachine will provide Licensee with replacements at no charge.
NoMachine Software. NoMachine warrants that if the NoMachne Software
fails to substantially conform to the specifications in the Documentation
or to any other NoMachine Software specifications published by NoMachine
and if the nonconformity is reported in writing by Licensee to NoMachine
within 30 days from the date the License is purchased, then NoMachine
shall either remedy the nonconformity or offer to refund the purchase
price to Licensee upon a return of the NX Product (including all packaging,
media, and documentation) to NoMachine. In the event of a refund, the
License shall terminate.
Third Party Software. Warranties, if any, applicable to Third Party
Software will be the warranties made by the third party licensors in
the applicable license agreements.
Open Source Software. Pursuant to the various open source licenses
there is no warranty applicable to Open Source Software.
8. Disclaimers And Limitations
Disclaimer Of Warranties. NOMACHINE MAKES NO WARRANTY, PROMISE OR
REPRESENTATION NOT EXPRESSLY SET FORTH IN THIS AGREEMENT. EXCEPT AS
EXPRESSLY WARRANTED HEREIN, THE NX SOFTWARE IS PROVIDED "AS IS" WITHOUT
WARRANTY OR REPRESENTATION OF ANY KIND. NOMACHINE MAKES NO WARRANTY OR
REPRESENTATION WITH RESPECT TO THIRD PARTY SOFTWARE. OPEN SOURCE SOFTWARE
IS PROVIDED "AS IS" WITHOUT WARRANTY OR REPRESENTATION OF ANY KIND.
NOMACHINE DISCLAIMS AND EXCLUDES ALL IMPLIED WARRANTIES INCLUDING, WITHOUT
LIMITATION, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. NOMACHINE DOES NOT WARRANT THAT
ANY THE SOFTWARE WILL SATISFY LICENSEE'S REQUIREMENTS OR THAT IT IS
WITHOUT DEFECT OR ERROR OR THAT THE OPERATION THEREOF WILL BE UNINTERRUPTED.
THIS AGREEMENT GIVES LICENSEE SPECIFIC LEGAL RIGHTS. LICENSEE MIGHT
HAVE OTHER RIGHTS, WHICH VARY FROM STATE/JURISDICTION TO STATE/JURISDICTION.
Limitation On Liability. THE AGGREGATE LIABILITY OF NOMACHINE ARISING
FROM OR RELATING TO THIS AGREEMENT OR ANY OF THE SOFTWARE (REGARDLESS
OF THE FORM OF ACTION OR CLAIM - E.G., CONTRACT, WARRANTY, TORT, STRICT
LIABILITY, MALPRACTICE, FRAUD AND/OR OTHERWISE) SHALL NOT EXCEED THE
TOTAL PAYMENT MADE BY LICENSEE TO PURCHASE THIS NX PRODUCT. NOMACHINE
SHALL NOT IN ANY CASE BE LIABLE FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL,
INDIRECT OR PUNITIVE DAMAGES, OR FOR LOSS OF PROFIT, REVENUE, DATA, OR
PROGRAMS, EVEN IF NoMachine HAS BEEN ADVISED OF THE POSSIBILITY THEREOF.
Because some states/jurisdictions do not allow the exclusion or limitation
of liability, the above limitation might not apply.
Responsibility For Decisions. Licensee is responsible for decisions
made and actions taken based on the Software.
Non-Parties. The officers, directors, employees, shareholders and
representatives of NoMachine are not parties to this Agreement and shall
have no obligation or liability to Licensee relating to this Agreement
or the Software.
9. Sole Remedy And Allocation Of Risk
LICENSEE'S SOLE AND EXCLUSIVE REMEDY IS SET FORTH IN THIS AGREEMENT.
This Agreement defines a mutually agreed-upon allocation of risk and
the License fees reflect such allocation of risk.
10. Support
Nothing in this Agreement entitles Licensee to any support, maintenance
or new versions or distributions of any Software. Licensee may contact
NoMachine to determine the availability of support, maintenance and new
versions and distributions of Software, and the fees, terms and conditions
applicable there to.
11. Governing Law
This Agreement shall be governed by the laws of the state of Italy without
giving effect to conflict or choice of law principles. The parties agree
to exclude application of the "United Nations Convention on Contracts
for the International Sale of Goods" to this Agreement. Any litigation
between the parties shall be conducted exclusively in Rome state courts.
The parties agree and submit to such exclusive jurisdiction and venue.
12. Entire Agreement
This Agreement sets forth the entire understanding and agreement between
the parties relating to the subject matter of this Agreement and may be
amended only in a writing signed by both parties. No vendor, distributor,
OEM, VAR, reseller, dealer, retailer, sales person or other person is
authorized by NoMachine to modify this Agreement or to make any warranty,
representation or promise which is different than, or in addition to,
the warranties, representations and promises of this Agreement.
13. Termination
The License shall automatically terminate if Licensee materially breaches
this Agreement. Upon termination of the License, Licensee shall cease
all use of the NX Software and shall destroy all copies of the NX Software
within the possession or control of Licensee and shall return the original
NX Software media and Documentation, if any, to NoMachine.
14. Export Laws
Licensee shall not export, disclose or distribute any Software in violation
of any applicable laws or regulations, including the export laws and
regulations of Italy, and shall comply with all such laws and regulations.
15. Construction
In the construction and interpretation of this Agreement, no rule of
strict construction shall apply against either party.
16. Severability
If any provision in this Agreement is invalid or unenforceable or contrary
to applicable law, such provision shall be construed, limited, or altered,
as necessary, to eliminate the invalidity or unenforceability or the
conflict with applicable law, and all other provisions of this Agreement
shall remain in effect.
NoMachine's End User License Agreement is subject to revisions. Please
see http://www.nomachine.com for any updates

View File

@ -1,11 +0,0 @@
NX client installation instructions
-----------------------------------
Dear User,
for a complete guide to the NX client installation instructions, please
refer to the NoMachine Web site at:
http://www.nomachine.com/documents/client/install.html
The NoMachine Team.

View File

@ -1,48 +0,0 @@
47
dec-special /usr/X11R6/lib/X11/fonts/encodings/dec-special.enc
ksxjohab-1 /usr/X11R6/lib/X11/fonts/encodings/large/ksc5601.1992-3.enc.gz
big5.eten-0 /usr/X11R6/lib/X11/fonts/encodings/large/big5.eten-0.enc.gz
viscii1.1-1 /usr/X11R6/lib/X11/fonts/encodings/viscii1.1-1.enc.gz
microsoft-cp1258 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1258.enc
microsoft-cp1252 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1252.enc
microsoft-cp1253 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1253.enc
microsoft-cp1250 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1250.enc
microsoft-cp1251 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1251.enc
microsoft-cp1256 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1256.enc
microsoft-cp1257 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1257.enc
microsoft-cp1254 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1254.enc
mulelao-1 /usr/X11R6/lib/X11/fonts/encodings/mulelao-1.enc
microsoft-cp1255 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1255.enc
jisx0212.1990-0 /usr/X11R6/lib/X11/fonts/encodings/large/jisx0212.1990-0.enc.gz
jisx0208.1990-0 /usr/X11R6/lib/X11/fonts/encodings/large/jisx0208.1990-0.enc.gz
big5.cp950-0 /usr/X11R6/lib/X11/fonts/encodings/large/big5.eten-0.enc.gz
jisx0208.1983-0 /usr/X11R6/lib/X11/fonts/encodings/large/jisx0208.1983-0.enc.gz
big5-0 /usr/X11R6/lib/X11/fonts/encodings/large/big5.eten-0.enc.gz
gb2312.1980-0 /usr/X11R6/lib/X11/fonts/encodings/large/gb2312.1980-0.enc.gz
adobe-symbol /usr/X11R6/lib/X11/fonts/encodings/adobe-symbol.enc.gz
adobe-standard /usr/X11R6/lib/X11/fonts/encodings/adobe-standard.enc.gz
microsoft-ansi /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1252.enc
tis620-2 /usr/X11R6/lib/X11/fonts/encodings/tis620-2.enc
tis620-0 /usr/X11R6/lib/X11/fonts/encodings/iso8859-11.enc
tis620.2529-1 /usr/X11R6/lib/X11/fonts/encodings/iso8859-11.enc
armscii-8 /usr/X11R6/lib/X11/fonts/encodings/armscii-8.enc
gbk-0 /usr/X11R6/lib/X11/fonts/encodings/large/gbk-0.enc.gz
mulearabic-2 /usr/X11R6/lib/X11/fonts/encodings/mulearabic-2.enc
mulearabic-0 /usr/X11R6/lib/X11/fonts/encodings/mulearabic-0.enc
tis620.2533-0 /usr/X11R6/lib/X11/fonts/encodings/iso8859-11.enc
mulearabic-1 /usr/X11R6/lib/X11/fonts/encodings/mulearabic-1.enc
tis620.2533-1 /usr/X11R6/lib/X11/fonts/encodings/iso8859-11.enc
jisx0201.1976-0 /usr/X11R6/lib/X11/fonts/encodings/large/jisx0201.1976-0.enc.gz
ksc5601.1987-0 /usr/X11R6/lib/X11/fonts/encodings/large/ksc5601.1987-0.enc.gz
ksx1001.1997-3 /usr/X11R6/lib/X11/fonts/encodings/large/ksc5601.1992-3.enc.gz
ibm-cp437 /usr/X11R6/lib/X11/fonts/encodings/ibm-cp437.enc
tcvn-0 /usr/X11R6/lib/X11/fonts/encodings/tcvn-0.enc
ksc5601.1992-3 /usr/X11R6/lib/X11/fonts/encodings/large/ksc5601.1992-3.enc.gz
microsoft-win3.1 /usr/X11R6/lib/X11/fonts/encodings/microsoft-win3.1.enc
ibm-cp852 /usr/X11R6/lib/X11/fonts/encodings/ibm-cp852.enc
ibm-cp866 /usr/X11R6/lib/X11/fonts/encodings/ibm-cp866.enc
ibm-cp850 /usr/X11R6/lib/X11/fonts/encodings/ibm-cp850.enc
iso8859-16 /usr/X11R6/lib/X11/fonts/encodings/iso8859-16.enc
iso8859-13 /usr/X11R6/lib/X11/fonts/encodings/iso8859-13.enc
iso8859-11 /usr/X11R6/lib/X11/fonts/encodings/iso8859-11.enc
adobe-dingbats /usr/X11R6/lib/X11/fonts/encodings/adobe-dingbats.enc.gz

View File

@ -1,121 +0,0 @@
120
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-1
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-2
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-3
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-4
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-9
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-10
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-13
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-15
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso10646-1
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-adobe-standard
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-1
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-2
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-3
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-4
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-9
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-10
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-13
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-15
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso10646-1
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-adobe-standard
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-1
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-2
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-3
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-4
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-9
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-10
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-13
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-15
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso10646-1
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-adobe-standard
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-1
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-2
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-3
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-4
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-9
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-10
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-13
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-15
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso10646-1
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-adobe-standard
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-1
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-2
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-3
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-4
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-9
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-10
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-13
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-15
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso10646-1
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-adobe-standard
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-1
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-2
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-3
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-4
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-9
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-10
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-13
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-15
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso10646-1
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-adobe-standard
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-1
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-2
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-3
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-4
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-9
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-10
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-13
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-15
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso10646-1
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-adobe-standard
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-1
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-2
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-3
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-4
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-9
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-10
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-13
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-15
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso10646-1
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-adobe-standard
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-1
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-2
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-3
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-4
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-9
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-10
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-13
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-15
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso10646-1
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-adobe-standard
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-1
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-2
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-3
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-4
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-9
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-10
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-13
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-15
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso10646-1
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-adobe-standard
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-1
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-2
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-3
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-4
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-9
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-10
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-13
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-15
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso10646-1
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-adobe-standard
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-1
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-2
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-3
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-4
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-9
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-10
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-13
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-15
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso10646-1
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-adobe-standard

View File

@ -1,121 +0,0 @@
120
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-1
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-2
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-3
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-4
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-9
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-10
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-13
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso8859-15
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-iso10646-1
luximr.ttf -b&h-Luxi Mono-medium-r-normal--0-0-0-0-m-0-adobe-standard
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-1
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-2
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-3
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-4
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-9
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-10
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-13
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso8859-15
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-iso10646-1
luximri.ttf -b&h-Luxi Mono-medium-i-normal--0-0-0-0-m-0-adobe-standard
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-1
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-2
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-3
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-4
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-9
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-10
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-13
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso8859-15
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-iso10646-1
luximb.ttf -b&h-Luxi Mono-bold-r-normal--0-0-0-0-m-0-adobe-standard
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-1
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-2
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-3
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-4
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-9
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-10
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-13
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso8859-15
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-iso10646-1
luximbi.ttf -b&h-Luxi Mono-bold-i-normal--0-0-0-0-m-0-adobe-standard
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-1
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-2
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-3
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-4
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-9
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-10
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-13
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso8859-15
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-iso10646-1
luxirr.ttf -b&h-Luxi Serif-medium-r-normal--0-0-0-0-p-0-adobe-standard
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-1
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-2
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-3
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-4
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-9
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-10
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-13
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso8859-15
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-iso10646-1
luxirb.ttf -b&h-Luxi Serif-bold-r-normal--0-0-0-0-p-0-adobe-standard
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-1
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-2
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-3
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-4
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-9
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-10
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-13
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso8859-15
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-iso10646-1
luxirbi.ttf -b&h-Luxi Serif-bold-i-normal--0-0-0-0-p-0-adobe-standard
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-1
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-2
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-3
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-4
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-9
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-10
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-13
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso8859-15
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-iso10646-1
luxirri.ttf -b&h-Luxi Serif-medium-i-normal--0-0-0-0-p-0-adobe-standard
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-1
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-2
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-3
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-4
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-9
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-10
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-13
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso8859-15
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-iso10646-1
luxisr.ttf -b&h-Luxi Sans-medium-r-normal--0-0-0-0-p-0-adobe-standard
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-1
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-2
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-3
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-4
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-9
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-10
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-13
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso8859-15
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-iso10646-1
luxisb.ttf -b&h-Luxi Sans-bold-r-normal--0-0-0-0-p-0-adobe-standard
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-1
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-2
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-3
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-4
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-9
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-10
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-13
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso8859-15
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-iso10646-1
luxisbi.ttf -b&h-Luxi Sans-bold-i-normal--0-0-0-0-p-0-adobe-standard
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-1
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-2
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-3
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-4
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-9
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-10
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-13
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso8859-15
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-iso10646-1
luxisri.ttf -b&h-Luxi Sans-medium-i-normal--0-0-0-0-p-0-adobe-standard

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,48 +0,0 @@
47
dec-special /usr/X11R6/lib/X11/fonts/encodings/dec-special.enc
ksxjohab-1 /usr/X11R6/lib/X11/fonts/encodings/large/ksc5601.1992-3.enc.gz
big5.eten-0 /usr/X11R6/lib/X11/fonts/encodings/large/big5.eten-0.enc.gz
viscii1.1-1 /usr/X11R6/lib/X11/fonts/encodings/viscii1.1-1.enc.gz
microsoft-cp1258 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1258.enc
microsoft-cp1252 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1252.enc
microsoft-cp1253 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1253.enc
microsoft-cp1250 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1250.enc
microsoft-cp1251 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1251.enc
microsoft-cp1256 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1256.enc
microsoft-cp1257 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1257.enc
microsoft-cp1254 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1254.enc
mulelao-1 /usr/X11R6/lib/X11/fonts/encodings/mulelao-1.enc
microsoft-cp1255 /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1255.enc
jisx0212.1990-0 /usr/X11R6/lib/X11/fonts/encodings/large/jisx0212.1990-0.enc.gz
jisx0208.1990-0 /usr/X11R6/lib/X11/fonts/encodings/large/jisx0208.1990-0.enc.gz
big5.cp950-0 /usr/X11R6/lib/X11/fonts/encodings/large/big5.eten-0.enc.gz
jisx0208.1983-0 /usr/X11R6/lib/X11/fonts/encodings/large/jisx0208.1983-0.enc.gz
big5-0 /usr/X11R6/lib/X11/fonts/encodings/large/big5.eten-0.enc.gz
gb2312.1980-0 /usr/X11R6/lib/X11/fonts/encodings/large/gb2312.1980-0.enc.gz
adobe-symbol /usr/X11R6/lib/X11/fonts/encodings/adobe-symbol.enc.gz
adobe-standard /usr/X11R6/lib/X11/fonts/encodings/adobe-standard.enc.gz
microsoft-ansi /usr/X11R6/lib/X11/fonts/encodings/microsoft-cp1252.enc
tis620-2 /usr/X11R6/lib/X11/fonts/encodings/tis620-2.enc
tis620-0 /usr/X11R6/lib/X11/fonts/encodings/iso8859-11.enc
tis620.2529-1 /usr/X11R6/lib/X11/fonts/encodings/iso8859-11.enc
armscii-8 /usr/X11R6/lib/X11/fonts/encodings/armscii-8.enc
gbk-0 /usr/X11R6/lib/X11/fonts/encodings/large/gbk-0.enc.gz
mulearabic-2 /usr/X11R6/lib/X11/fonts/encodings/mulearabic-2.enc
mulearabic-0 /usr/X11R6/lib/X11/fonts/encodings/mulearabic-0.enc
tis620.2533-0 /usr/X11R6/lib/X11/fonts/encodings/iso8859-11.enc
mulearabic-1 /usr/X11R6/lib/X11/fonts/encodings/mulearabic-1.enc
tis620.2533-1 /usr/X11R6/lib/X11/fonts/encodings/iso8859-11.enc
jisx0201.1976-0 /usr/X11R6/lib/X11/fonts/encodings/large/jisx0201.1976-0.enc.gz
ksc5601.1987-0 /usr/X11R6/lib/X11/fonts/encodings/large/ksc5601.1987-0.enc.gz
ksx1001.1997-3 /usr/X11R6/lib/X11/fonts/encodings/large/ksc5601.1992-3.enc.gz
ibm-cp437 /usr/X11R6/lib/X11/fonts/encodings/ibm-cp437.enc
tcvn-0 /usr/X11R6/lib/X11/fonts/encodings/tcvn-0.enc
ksc5601.1992-3 /usr/X11R6/lib/X11/fonts/encodings/large/ksc5601.1992-3.enc.gz
microsoft-win3.1 /usr/X11R6/lib/X11/fonts/encodings/microsoft-win3.1.enc
ibm-cp852 /usr/X11R6/lib/X11/fonts/encodings/ibm-cp852.enc
ibm-cp866 /usr/X11R6/lib/X11/fonts/encodings/ibm-cp866.enc
ibm-cp850 /usr/X11R6/lib/X11/fonts/encodings/ibm-cp850.enc
iso8859-16 /usr/X11R6/lib/X11/fonts/encodings/iso8859-16.enc
iso8859-13 /usr/X11R6/lib/X11/fonts/encodings/iso8859-13.enc
iso8859-11 /usr/X11R6/lib/X11/fonts/encodings/iso8859-11.enc
adobe-dingbats /usr/X11R6/lib/X11/fonts/encodings/adobe-dingbats.enc.gz

View File

@ -1,35 +0,0 @@
! $Xorg: fonts.alias,v 1.3 2000/08/21 16:42:31 coskrey Exp $
fixed -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
variable -misc-fixed-medium-r-normal--7-70-75-75-c-50-iso8859-1
5x7 -misc-fixed-medium-r-normal--7-70-75-75-c-50-iso8859-1
5x8 -misc-fixed-medium-r-normal--8-80-75-75-c-50-iso8859-1
6x9 -misc-fixed-medium-r-normal--9-90-75-75-c-60-iso8859-1
6x10 -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1
6x12 -misc-fixed-medium-r-semicondensed--12-110-75-75-c-60-iso8859-1
6x13 -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
6x13bold -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-1
7x13 -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1
7x13bold -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1
7x13euro -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-15
7x13eurobold -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-15
7x14 -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1
7x14bold -misc-fixed-bold-r-normal--14-130-75-75-c-70-iso8859-1
8x13 -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso8859-1
8x13bold -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-1
9x15 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
9x15bold -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-1
10x20 -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
nil2 -misc-nil-medium-r-normal--2-20-75-75-c-10-misc-fontspecific
-misc-fixed-medium-r-normal--9-80-100-100-c-60-iso8859-1 -misc-fixed-medium-r-normal--9-90-75-75-c-60-iso8859-1
-misc-fixed-medium-r-normal--10-70-100-100-c-60-iso8859-1 -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1
-misc-fixed-medium-r-semicondensed--12-90-100-100-c-60-iso8859-1 -misc-fixed-medium-r-semicondensed--12-110-75-75-c-60-iso8859-1
-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1 -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
-misc-fixed-bold-r-semicondensed--13-100-100-100-c-60-iso8859-1 -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-1
-misc-fixed-medium-r-normal--13-100-100-100-c-70-iso8859-1 -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1
-misc-fixed-bold-r-normal--13-100-100-100-c-70-iso8859-1 -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1
-misc-fixed-medium-r-normal--13-100-100-100-c-80-iso8859-1 -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso8859-1
-misc-fixed-bold-r-normal--13-100-100-100-c-80-iso8859-1 -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-1
-misc-fixed-medium-r-normal--14-110-100-100-c-70-iso8859-1 -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1
-misc-fixed-medium-r-normal--15-120-100-100-c-90-iso8859-1 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
-misc-fixed-bold-r-normal--15-120-100-100-c-90-iso8859-1 -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-1
-misc-fixed-medium-r-normal--20-140-100-100-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1

View File

@ -1,24 +0,0 @@
22
5x7-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--7-70-75-75-c-50-iso8859-1
5x8-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--8-80-75-75-c-50-iso8859-1
6x9-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--9-90-75-75-c-60-iso8859-1
6x10-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1
6x12-ISO8859-1.pcf.gz -misc-fixed-medium-r-semicondensed--12-110-75-75-c-60-iso8859-1
6x13-ISO8859-1.pcf.gz -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
6x13B-ISO8859-1.pcf.gz -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-1
6x13O-ISO8859-1.pcf.gz -misc-fixed-medium-o-semicondensed--13-120-75-75-c-60-iso8859-1
7x13-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1
7x13B-ISO8859-1.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1
7x13O-ISO8859-1.pcf.gz -misc-fixed-medium-o-normal--13-120-75-75-c-70-iso8859-1
7x14-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1
7x14B-ISO8859-1.pcf.gz -misc-fixed-bold-r-normal--14-130-75-75-c-70-iso8859-1
8x13-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso8859-1
8x13B-ISO8859-1.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-1
8x13O-ISO8859-1.pcf.gz -misc-fixed-medium-o-normal--13-120-75-75-c-80-iso8859-1
9x15-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
9x15B-ISO8859-1.pcf.gz -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-1
9x18-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso8859-1
9x18B-ISO8859-1.pcf.gz -misc-fixed-bold-r-normal--18-120-100-100-c-90-iso8859-1
cursor.pcf.gz cursor
10x20-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 801 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 801 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 899 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 794 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 785 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 799 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 803 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Some files were not shown because too many files have changed in this diff Show More