antiword at awesfx bsdsfv dejagnu dosbox eject expect hddtemp kile kiosktool kphone libcdio libebml libgphoto2 libgsf libmatroska lm_sensors ltris mplayerplug-in mtools mt-st netcat openmotif rar rsnapshot schedtool scribus shorewall tcl tightvnc tk udftools units weex xfig: import from CLC. Clean up Pkgfiles

This commit is contained in:
Nick Steeves 2005-12-14 10:42:38 +00:00
parent 9aaad9137a
commit 6686de6aa0
121 changed files with 8121 additions and 0 deletions

39
antiword/.footprint Normal file
View File

@ -0,0 +1,39 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/antiword
-rwxr-xr-x root/root usr/bin/kantiword
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/antiword.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/antiword/
-rw-r--r-- root/root usr/share/antiword/8859-1.txt
-rw-r--r-- root/root usr/share/antiword/8859-10.txt
-rw-r--r-- root/root usr/share/antiword/8859-13.txt
-rw-r--r-- root/root usr/share/antiword/8859-14.txt
-rw-r--r-- root/root usr/share/antiword/8859-15.txt
-rw-r--r-- root/root usr/share/antiword/8859-16.txt
-rw-r--r-- root/root usr/share/antiword/8859-2.txt
-rw-r--r-- root/root usr/share/antiword/8859-3.txt
-rw-r--r-- root/root usr/share/antiword/8859-4.txt
-rw-r--r-- root/root usr/share/antiword/8859-5.txt
-rw-r--r-- root/root usr/share/antiword/8859-6.txt
-rw-r--r-- root/root usr/share/antiword/8859-7.txt
-rw-r--r-- root/root usr/share/antiword/8859-8.txt
-rw-r--r-- root/root usr/share/antiword/8859-9.txt
-rw-r--r-- root/root usr/share/antiword/MacCyrillic.txt
-rw-r--r-- root/root usr/share/antiword/MacRoman.txt
-rw-r--r-- root/root usr/share/antiword/UTF-8.txt
-rw-r--r-- root/root usr/share/antiword/cp1250.txt
-rw-r--r-- root/root usr/share/antiword/cp1251.txt
-rw-r--r-- root/root usr/share/antiword/cp1252.txt
-rw-r--r-- root/root usr/share/antiword/cp437.txt
-rw-r--r-- root/root usr/share/antiword/cp850.txt
-rw-r--r-- root/root usr/share/antiword/cp852.txt
-rw-r--r-- root/root usr/share/antiword/cp862.txt
-rw-r--r-- root/root usr/share/antiword/cp864.txt
-rw-r--r-- root/root usr/share/antiword/cp866.txt
-rw-r--r-- root/root usr/share/antiword/fontnames
-rw-r--r-- root/root usr/share/antiword/koi8-r.txt
-rw-r--r-- root/root usr/share/antiword/koi8-u.txt
-rw-r--r-- root/root usr/share/antiword/roman.txt

1
antiword/.md5sum Normal file
View File

@ -0,0 +1 @@
d46107219f4afaee658647a49dc45ed9 antiword-0.36.1.tar.gz

26
antiword/Pkgfile Normal file
View File

@ -0,0 +1,26 @@
# Description: Show the text and images of MS Word documents
# URL: http://www.winfield.demon.nl
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Tip: If you put the following entry in your mailcap file,
# Some mailclients, like mutt, will extract text from .doc-files:
# application/msword;antiword %s;copiousoutput
name=antiword
version=0.36.1
release=1
source=(http://www.winfield.demon.nl/linux/$name-$version.tar.gz)
build()
{
cd $name-$version
make GLOBAL_INSTALL_DIR=/usr/bin
mkdir -p $PKG/usr/bin $PKG/usr/share/$name $PKG/usr/man/man1
make DESTDIR=$PKG GLOBAL_INSTALL_DIR=/usr/bin global_install
cp Docs/$name.1 $PKG/usr/man/man1
chmod 644 $PKG/usr/man/man1/*
# kantiword is a shell wrapper to make d&d possible in KDE
#rm $PKG/usr/bin/kantiword
}

31
at/.footprint Normal file
View File

@ -0,0 +1,31 @@
drwxr-xr-x root/root etc/
-rw------- root/root etc/at.deny
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/atd
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwsr-xr-x root/root usr/bin/at
lrwxrwxrwx root/root usr/bin/atq -> at
lrwxrwxrwx root/root usr/bin/atrm -> at
-rwxr-xr-x root/root usr/bin/batch
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/at.1.gz
lrwxrwxrwx root/root usr/man/man1/atq.1.gz -> at.1.gz
lrwxrwxrwx root/root usr/man/man1/atrm.1.gz -> at.1.gz
lrwxrwxrwx root/root usr/man/man1/batch.1.gz -> at.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/at_allow.5.gz
lrwxrwxrwx root/root usr/man/man5/at_deny.5.gz -> at_allow.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/atd.8.gz
-rw-r--r-- root/root usr/man/man8/atrun.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/atd
-rwxr-xr-x root/root usr/sbin/atrun
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/spool/
drwxr-xr-x root/root var/spool/cron/
drwx------ daemon/daemon var/spool/cron/atjobs/
-rw------- daemon/daemon var/spool/cron/atjobs/.SEQ (EMPTY)
drwx------ daemon/daemon var/spool/cron/atspool/

2
at/.md5sum Normal file
View File

@ -0,0 +1,2 @@
81dbae5162aaa8a398a81424d6631c77 at_3.1.8-11.tar.gz
16b912119fbeb370ccbeba243538d0e8 atd

28
at/Pkgfile Normal file
View File

@ -0,0 +1,28 @@
# Description: With at/atrun one can run commands at a specified time
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Olle Gustafsson, ogg at linux dot se
# Depends on: sendmail
name=at
version=3.1.8
release=2
source=(http://ftp.sunet.se/pub/Linux/distributions/gentoo/distfiles/at_3.1.8-11.tar.gz atd)
build() {
mkdir -p $PKG/etc/rc.d
install -m 755 atd $PKG/etc/rc.d/atd
cd $name-$version
./configure --prefix=/usr \
--disable-nls \
--with-jobdir=/var/spool/cron/atjobs/ \
--with-atspool=/var/spool/cron/atspool
make
make IROOT=$PKG install
cd $PKG/usr/man/man1
ln -sf at.1.gz atq.1.gz
ln -sf at.1.gz atrm.1.gz
ln -sf at.1.gz batch.1.gz
cd $PKG/usr/man/man5
ln -sf at_allow.5.gz at_deny.5.gz
rm -rf $PKG/usr/doc
}

17
at/atd Normal file
View File

@ -0,0 +1,17 @@
#!/bin/sh
#
# /etc/rc.d/atd: start/stop atd daemon
#
if [ "$1" = "start" ]; then
/usr/sbin/atd
elif [ "$1" = "stop" ]; then
killall -q /usr/sbin/atd
elif [ "$1" = "restart" ]; then
killall -q /usr/sbin/atd
/usr/sbin/atd
else
echo "usage: $0 start|stop|restart"
fi
# End of file

27
awesfx/.footprint Normal file
View File

@ -0,0 +1,27 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/asfxload
-rwxr-xr-x root/root usr/bin/aweset
-rwxr-xr-x root/root usr/bin/gusload
-rwxr-xr-x root/root usr/bin/setfx
-rwxr-xr-x root/root usr/bin/sf2text
-rwxr-xr-x root/root usr/bin/sfxload
-rwxr-xr-x root/root usr/bin/sfxtest
-rwxr-xr-x root/root usr/bin/text2sf
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
lrwxrwxrwx root/root usr/man/man1/asfxload.1.gz -> sfxload.1.gz
-rw-r--r-- root/root usr/man/man1/sfxload.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/sounds/
drwxr-xr-x root/root usr/share/sounds/sf2/
-rw-r--r-- root/root usr/share/sounds/sf2/README-bank
-rw-r--r-- root/root usr/share/sounds/sf2/ch12msup.bnk
-rw-r--r-- root/root usr/share/sounds/sf2/default-2m.bnk
-rw-r--r-- root/root usr/share/sounds/sf2/emu8m.bnk
-rw-r--r-- root/root usr/share/sounds/sf2/setfx-sample.cfg
-rw-r--r-- root/root usr/share/sounds/sf2/test.bnk
-rw-r--r-- root/root usr/share/sounds/sf2/xgdefault.bnk
-rw-r--r-- root/root usr/share/sounds/sf2/xgdrum.bnk
-rw-r--r-- root/root usr/share/sounds/sf2/xgmap.bnk
-rw-r--r-- root/root usr/share/sounds/sf2/xgsfx.bnk

1
awesfx/.md5sum Normal file
View File

@ -0,0 +1 @@
b4f9192dc6357014215a3d06a99d40f2 awesfx-0.5.0c.tar.gz

17
awesfx/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: MIDI utilities for the AWE32/64, and Live! soundcards
# URL: http://www.alsa-project.org/~iwai/awedrv.html
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Dependencies: alsa-lib
name=awesfx
version=0.5.0c
release=1
source=(http://www.alsa-project.org/~iwai/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

3
bsdsfv/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/bsdsfv

1
bsdsfv/.md5sum Normal file
View File

@ -0,0 +1 @@
381df19a827d5a20097ab95ea9e760fa bsdsfv-1.18.tar.gz

16
bsdsfv/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: A SFV check utility
# URL: http://bsdsfv.sourceforge.net
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
name=bsdsfv
version=1.18
release=1
source=(http://osdn.dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd $name
make
mkdir -p $PKG/usr/bin
install -m 755 bsdsfv $PKG/usr/bin/bsdsfv
}

174
dejagnu/.footprint Normal file
View File

@ -0,0 +1,174 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/runtest
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/dejagnu.h
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/runtest.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dejagnu/
drwxr-xr-x root/root usr/share/dejagnu/baseboards/
-rw-r--r-- root/root usr/share/dejagnu/baseboards/README
-rw-r--r-- root/root usr/share/dejagnu/baseboards/a29k-udi.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/am33_2.0-libremote.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/arc-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/arm-ice.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/arm-sid.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/arm-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/basic-sid.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/basic-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/cf.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/cygmon.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/cygwin.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/d10v-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/d10v.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/d30v-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/danlite-elf.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/dos.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/fr30-cygmon.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/fr30-elf.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/fr30-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/frv-elf.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/frv-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/frv-tiger.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/frv-tomcat.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/gdbserver-sample.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/h8300-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/h8300.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/i386-bozo.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/i386-sid.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/i960-cyclone.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/i960-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/jmr3904-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/linux-gdbserver.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/linux-libremote.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/m32r-elf.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/m32r-sid.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/m32r-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/m68hc11-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/m68k-emc.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/m68k-sid.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mcore-elf.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mcore-moto-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mcore-pe.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mcore-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mips-idt.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mips-lnews-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mips-lsi-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mips-sim-idt32.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mips-sim-idt64.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mips-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mips64-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mips64vr4100-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mmixware-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mn10200-cygmon.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mn10200-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mn10300-cygmon.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/mn10300-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/msparc-cygmon.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/op50n.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/powerpc-bug.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/powerpc-bug1.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/powerpc-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/powerpcle-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/rom68k-idp.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/sh-hms.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/sh-sid.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/sh-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/sparc-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/sparc64-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/sparclet-aout.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/sparclite-coff.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/sparclite-cygmon.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/sparclite-sim-le.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/sparclite-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/strongarm-cygmon.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/tic80-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/tx39-dve.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/tx39-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/unix.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/usparc-cygmon.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/v850-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/vr4100-ddb.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/vr4100-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/vr4111-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/vr4300-ddb.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/vr4300-sim.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/vr4300.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/vr5000-ddb.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/vx4300.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/vx68k.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/vx960.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/vxsparc.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/x86-cygmon.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/xscale-cygmon.exp
-rw-r--r-- root/root usr/share/dejagnu/baseboards/xtensa-sim.exp
drwxr-xr-x root/root usr/share/dejagnu/config/
-rw-r--r-- root/root usr/share/dejagnu/config/README
-rw-r--r-- root/root usr/share/dejagnu/config/arc.exp
-rw-r--r-- root/root usr/share/dejagnu/config/arm-ice.exp
-rw-r--r-- root/root usr/share/dejagnu/config/base-config.exp
-rw-r--r-- root/root usr/share/dejagnu/config/base68k.exp
-rw-r--r-- root/root usr/share/dejagnu/config/bug.exp
-rw-r--r-- root/root usr/share/dejagnu/config/cfdbug.exp
-rw-r--r-- root/root usr/share/dejagnu/config/cygmon.exp
-rw-r--r-- root/root usr/share/dejagnu/config/d10v.exp
-rw-r--r-- root/root usr/share/dejagnu/config/ddb-ether.exp
-rw-r--r-- root/root usr/share/dejagnu/config/ddb.exp
-rw-r--r-- root/root usr/share/dejagnu/config/default.exp
-rw-r--r-- root/root usr/share/dejagnu/config/dos.exp
-rw-r--r-- root/root usr/share/dejagnu/config/dve.exp
-rw-r--r-- root/root usr/share/dejagnu/config/gdb-comm.exp
-rw-r--r-- root/root usr/share/dejagnu/config/gdb_stub.exp
-rw-r--r-- root/root usr/share/dejagnu/config/h8300.exp
-rw-r--r-- root/root usr/share/dejagnu/config/i386-bozo.exp
-rw-r--r-- root/root usr/share/dejagnu/config/i960.exp
-rw-r--r-- root/root usr/share/dejagnu/config/m32r-stub.exp
-rw-r--r-- root/root usr/share/dejagnu/config/m32r.exp
-rw-r--r-- root/root usr/share/dejagnu/config/m68hc11.exp
-rw-r--r-- root/root usr/share/dejagnu/config/m68k-emc.exp
-rw-r--r-- root/root usr/share/dejagnu/config/mips-idt.exp
-rw-r--r-- root/root usr/share/dejagnu/config/mn10200-eval.exp
-rw-r--r-- root/root usr/share/dejagnu/config/mn10300-eval.exp
-rw-r--r-- root/root usr/share/dejagnu/config/netware.exp
-rw-r--r-- root/root usr/share/dejagnu/config/powerpc-bug.exp
-rw-r--r-- root/root usr/share/dejagnu/config/proelf.exp
-rw-r--r-- root/root usr/share/dejagnu/config/rom68k.exp
-rw-r--r-- root/root usr/share/dejagnu/config/sh.exp
-rw-r--r-- root/root usr/share/dejagnu/config/sid.exp
-rw-r--r-- root/root usr/share/dejagnu/config/sim.exp
-rw-r--r-- root/root usr/share/dejagnu/config/slite.exp
-rw-r--r-- root/root usr/share/dejagnu/config/sparclet.exp
-rw-r--r-- root/root usr/share/dejagnu/config/tic80.exp
-rw-r--r-- root/root usr/share/dejagnu/config/udi.exp
-rw-r--r-- root/root usr/share/dejagnu/config/unix.exp
-rw-r--r-- root/root usr/share/dejagnu/config/vr4100.exp
-rw-r--r-- root/root usr/share/dejagnu/config/vr4300.exp
-rw-r--r-- root/root usr/share/dejagnu/config/vr5000.exp
-rw-r--r-- root/root usr/share/dejagnu/config/vrtx.exp
-rw-r--r-- root/root usr/share/dejagnu/config/vxworks.exp
-rw-r--r-- root/root usr/share/dejagnu/debugger.exp
-rw-r--r-- root/root usr/share/dejagnu/dejagnu.exp
-rw-r--r-- root/root usr/share/dejagnu/dg.exp
-rw-r--r-- root/root usr/share/dejagnu/framework.exp
-rw-r--r-- root/root usr/share/dejagnu/ftp.exp
-rw-r--r-- root/root usr/share/dejagnu/kermit.exp
drwxr-xr-x root/root usr/share/dejagnu/libexec/
-rwxr-xr-x root/root usr/share/dejagnu/libexec/config.guess
-rw-r--r-- root/root usr/share/dejagnu/libgloss.exp
-rw-r--r-- root/root usr/share/dejagnu/mondfe.exp
-rw-r--r-- root/root usr/share/dejagnu/remote.exp
-rw-r--r-- root/root usr/share/dejagnu/rlogin.exp
-rw-r--r-- root/root usr/share/dejagnu/rsh.exp
-rwxr-xr-x root/root usr/share/dejagnu/runtest.exp
-rw-r--r-- root/root usr/share/dejagnu/standard.exp
-rw-r--r-- root/root usr/share/dejagnu/stub-loader.c
-rw-r--r-- root/root usr/share/dejagnu/target.exp
-rw-r--r-- root/root usr/share/dejagnu/targetdb.exp
-rw-r--r-- root/root usr/share/dejagnu/telnet.exp
-rw-r--r-- root/root usr/share/dejagnu/testglue.c
-rw-r--r-- root/root usr/share/dejagnu/tip.exp
-rw-r--r-- root/root usr/share/dejagnu/util-defs.exp
-rw-r--r-- root/root usr/share/dejagnu/utils.exp
-rw-r--r-- root/root usr/share/dejagnu/xsh.exp

1
dejagnu/.md5sum Normal file
View File

@ -0,0 +1 @@
053f18fd5d00873de365413cab17a666 dejagnu-1.4.4.tar.gz

17
dejagnu/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Application test framework
# URL: http://www.gnu.org/software/dejagnu
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Tilman Sauerbeck, tilman at code-monkey de
# Depends on: expect
name=dejagnu
version=1.4.4
release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

6
dosbox/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dosbox
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dosbox.1.gz

1
dosbox/.md5sum Normal file
View File

@ -0,0 +1 @@
629413e41224ae9cdd115fdafd55cbdc dosbox-0.63.tar.gz

18
dosbox/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: SDL-based DOS emulator for classic games
# URL: http://dosbox.sourceforge.net
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: libsdl
name=dosbox
version=0.63
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}

8
eject/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/eject
-rwxr-xr-x root/root usr/bin/volname
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/eject.1.gz
-rw-r--r-- root/root usr/man/man1/volname.1.gz

1
eject/.md5sum Normal file
View File

@ -0,0 +1 @@
82e3a7a4d7e3323018c6938015ff25f7 eject-2.1.0.tar.gz

21
eject/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: ejects CDs and operates CD-Changers
# URL: http://ca.geocities.com/jefftranter%40rogers.com/eject.html
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
name=eject
version=2.1.0
release=1
source=(http://www.ibiblio.org/pub/Linux/utils/disk-management/$name-$version.tar.gz)
build () {
cd $name-$version
aclocal
automake --add-missing
autoconf
# don't look for kernel headers
sed -i -e "s|-I/usr/src/linux/include||g" -e "s|-I/usr/src/linux/include||g" Makefile.*
./configure --prefix=/usr --enable-default-device=/dev/cdroms/cdrom0 --disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}

51
expect/.footprint Normal file
View File

@ -0,0 +1,51 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/autoexpect
-rwxr-xr-x root/root usr/bin/autopasswd
-rwxr-xr-x root/root usr/bin/cryptdir
-rwxr-xr-x root/root usr/bin/decryptdir
-rwxr-xr-x root/root usr/bin/dislocate
-rwxr-xr-x root/root usr/bin/expect
-rwxr-xr-x root/root usr/bin/expectk
-rwxr-xr-x root/root usr/bin/ftp-rfc
-rwxr-xr-x root/root usr/bin/kibitz
-rwxr-xr-x root/root usr/bin/lpunlock
-rwxr-xr-x root/root usr/bin/mkpasswd
-rwxr-xr-x root/root usr/bin/multixterm
-rwxr-xr-x root/root usr/bin/passmass
-rwxr-xr-x root/root usr/bin/rftp
-rwxr-xr-x root/root usr/bin/rlogin-cwd
-rwxr-xr-x root/root usr/bin/timed-read
-rwxr-xr-x root/root usr/bin/timed-run
-rwxr-xr-x root/root usr/bin/tknewsbiff
-rwxr-xr-x root/root usr/bin/tkpasswd
-rwxr-xr-x root/root usr/bin/unbuffer
-rwxr-xr-x root/root usr/bin/weather
-rwxr-xr-x root/root usr/bin/xkibitz
-rwxr-xr-x root/root usr/bin/xpstat
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/expect.h
-rw-r--r-- root/root usr/include/expect_comm.h
-rw-r--r-- root/root usr/include/expect_tcl.h
-rw-r--r-- root/root usr/include/tcldbg.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/expect5.43/
-rw-r--r-- root/root usr/lib/expect5.43/libexpect5.43.a
-rw-r--r-- root/root usr/lib/libexpect5.43.a
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/autoexpect.1.gz
-rw-r--r-- root/root usr/man/man1/cryptdir.1.gz
-rw-r--r-- root/root usr/man/man1/decryptdir.1.gz
-rw-r--r-- root/root usr/man/man1/dislocate.1.gz
-rw-r--r-- root/root usr/man/man1/expect.1.gz
-rw-r--r-- root/root usr/man/man1/expectk.1.gz
-rw-r--r-- root/root usr/man/man1/kibitz.1.gz
-rw-r--r-- root/root usr/man/man1/mkpasswd.1.gz
-rw-r--r-- root/root usr/man/man1/multixterm.1.gz
-rw-r--r-- root/root usr/man/man1/passmass.1.gz
-rw-r--r-- root/root usr/man/man1/tknewsbiff.1.gz
-rw-r--r-- root/root usr/man/man1/unbuffer.1.gz
-rw-r--r-- root/root usr/man/man1/xkibitz.1.gz
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/libexpect.3.gz

2
expect/.md5sum Normal file
View File

@ -0,0 +1,2 @@
ef6d0d0221c571fb420afb7033b3bbba expect-5.43.0-spawn-1.patch
230400129630335b3060a42f66fec11d expect-5.43.0.tar.gz

18
expect/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Tool for automating interactive applications
# URL: http://expect.nist.gov
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: tcl
name=expect
version=5.43.0
release=2
source=(http://$name.nist.gov/old/$name-$version.tar.gz expect-5.43.0-spawn-1.patch)
build () {
cd $name-5.43
patch -Np1 -i ../expect-5.43.0-spawn-1.patch
./configure --prefix=/usr --with-tcl=/usr/lib
make
make INSTALL_ROOT=$PKG install
}

View File

@ -0,0 +1,217 @@
Submitted By: LFS Book <lfs-book@linuxfromscratch.org>
Date: 2003-10-05
Initial Package Version: 5.38
Origin: Redhat RPM (Patch by HJ Lu)
Description: NA
diff -uNr expect-5.38.orig/exp_chan.c expect-5.38/exp_chan.c
--- expect-5.38.orig/exp_chan.c 2002-02-12 13:00:55.000000000 +1100
+++ expect-5.38/exp_chan.c 2003-03-01 10:36:18.000000000 +1100
@@ -519,6 +519,7 @@
esPtr->buffer = Tcl_NewStringObj("",0);
Tcl_IncrRefCount(esPtr->buffer);
esPtr->umsize = exp_default_match_max;
+ esPtr->umsize_changed = exp_default_match_max_changed;
/* this will reallocate object with an appropriate sized buffer */
expAdjust(esPtr);
diff -uNr expect-5.38.orig/exp_command.h expect-5.38/exp_command.h
--- expect-5.38.orig/exp_command.h 2002-04-08 08:57:20.000000000 +1000
+++ expect-5.38/exp_command.h 2003-03-01 10:36:18.000000000 +1100
@@ -25,6 +25,7 @@
EXTERN char * exp_get_var _ANSI_ARGS_((Tcl_Interp *,char *));
EXTERN int exp_default_match_max;
+EXTERN int exp_default_match_max_changed;
EXTERN int exp_default_parity;
EXTERN int exp_default_rm_nulls;
@@ -97,6 +98,7 @@
int msize; /* # of bytes that buffer can hold (max) */
int umsize; /* # of bytes (min) that is guaranteed to match */
/* this comes from match_max command */
+ int umsize_changed; /* is umsize changed by user? */
int printed; /* # of bytes written to stdout (if logging on) */
/* but not actually returned via a match yet */
int echoed; /* additional # of bytes (beyond "printed" above) */
diff -uNr expect-5.38.orig/expect.c expect-5.38/expect.c
--- expect-5.38.orig/expect.c 2002-04-08 09:00:33.000000000 +1000
+++ expect-5.38/expect.c 2003-03-01 10:36:18.000000000 +1100
@@ -41,8 +41,17 @@
#include "tcldbg.h"
#endif
+/* The initial length is 2000. We increment it by 2000. The maximum
+ is 8MB (0x800000). */
+#define EXP_MATCH_MAX 2000
+#define EXP_MATCH_INC 2000
+#define EXP_MATCH_STEP_LIMIT 0x700000
+#define EXP_MATCH_LIMIT 0x800000
+#define EXP_MATCH_LIMIT_QUOTE "0x800000"
+
/* initial length of strings that we can guarantee patterns can match */
-int exp_default_match_max = 2000;
+int exp_default_match_max = EXP_MATCH_MAX;
+int exp_default_match_max_changed = 0;
#define INIT_EXPECT_TIMEOUT_LIT "10" /* seconds */
#define INIT_EXPECT_TIMEOUT 10 /* seconds */
int exp_default_parity = TRUE;
@@ -1618,6 +1627,76 @@
return newsize;
}
+/* returns # of bytes until we see a newline at the end or EOF. */
+/*ARGSUSED*/
+static int
+expReadNewLine(interp,esPtr,save_flags) /* INTL */
+Tcl_Interp *interp;
+ExpState *esPtr;
+int save_flags;
+{
+ int size;
+ int exp_size;
+ int full_size;
+ int count;
+ char *str;
+
+ count = 0;
+ for (;;) {
+ exp_size = expSizeGet(esPtr);
+
+ /* When we reach the limit, we will only read one char at a
+ time. */
+ if (esPtr->umsize >= EXP_MATCH_STEP_LIMIT)
+ size = TCL_UTF_MAX;
+ else
+ size = exp_size;
+
+ if (exp_size + TCL_UTF_MAX >= esPtr->msize) {
+ if (esPtr->umsize >= EXP_MATCH_LIMIT) {
+ expDiagLogU("WARNING: interact buffer is full. probably your program\r\n");
+ expDiagLogU("is not interactive or has a very long output line. The\r\n");
+ expDiagLogU("current limit is " EXP_MATCH_LIMIT_QUOTE ".\r\n");
+ expDiagLogU("Dumping first half of buffer in order to continue\r\n");
+ expDiagLogU("Recommend you enlarge the buffer.\r\n");
+ exp_buffer_shuffle(interp,esPtr,save_flags,EXPECT_OUT,"expect");
+ return count;
+ }
+ else {
+ esPtr->umsize += EXP_MATCH_INC;
+ expAdjust(esPtr);
+ }
+ }
+
+ full_size = esPtr->msize - (size / TCL_UTF_MAX);
+ size = Tcl_ReadChars(esPtr->channel,
+ esPtr->buffer,
+ full_size,
+ 1 /* append */);
+ if (size > 0) {
+ count += size;
+ /* We try again if there are more to read and we haven't
+ seen a newline at the end. */
+ if (size == full_size) {
+ str = Tcl_GetStringFromObj(esPtr->buffer, &size);
+ if (str[size - 1] != '\n')
+ continue;
+ }
+ }
+ else {
+ /* It is even trickier. We got an error from read. We have
+ to recover from it. Let's make sure the size of
+ buffer is correct. It can be corrupted. */
+ str = Tcl_GetString(esPtr->buffer);
+ Tcl_SetObjLength(esPtr->buffer, strlen(str));
+ }
+
+ break;
+ }
+
+ return count;
+}
+
/* returns # of bytes read or (non-positive) error of form EXP_XXX */
/* returns 0 for end of file */
/* If timeout is non-zero, set an alarm before doing the read, else assume */
@@ -1632,6 +1711,8 @@
{
int cc = EXP_TIMEOUT;
int size = expSizeGet(esPtr);
+ int full_size;
+ int count;
if (size + TCL_UTF_MAX >= esPtr->msize)
exp_buffer_shuffle(interp,esPtr,save_flags,EXPECT_OUT,"expect");
@@ -1648,11 +1729,43 @@
}
#endif
-
+ /* FIXME: If we ask less than what is available in the tcl buffer
+ when tcl has seen EOF, we will throw away the remaining data
+ since the next read will get EOF. Since expect is line-oriented,
+ we exand our buffer to get EOF or the next newline at the end of
+ the input buffer. I don't know if it is the right fix. H.J. */
+ count = 0;
+ full_size = esPtr->msize - (size / TCL_UTF_MAX);
cc = Tcl_ReadChars(esPtr->channel,
- esPtr->buffer,
- esPtr->msize - (size / TCL_UTF_MAX),
- 1 /* append */);
+ esPtr->buffer,
+ full_size,
+ 1 /* append */);
+ if (cc > 0) {
+ count += cc;
+ /* It gets very tricky. There are more to read. We will expand
+ our buffer and get EOF or a newline at the end unless the
+ buffer length has been changed. */
+ if (cc == full_size) {
+ char *str;
+ str = Tcl_GetStringFromObj(esPtr->buffer, &size);
+ if (str[size - 1] != '\n') {
+ if (esPtr->umsize_changed) {
+ char buf[20]; /* big enough for 64bit int in hex. */
+ snprintf(buf,sizeof(buf),"0x%x", esPtr->umsize);
+ expDiagLogU("WARNING: interact buffer is not large enough to hold\r\n");
+ expDiagLogU("all output. probably your program is not interactive or\r\n");
+ expDiagLogU("has a very long output line. The current limit is ");
+ expDiagLogU(buf);
+ expDiagLogU(".\r\n");
+ }
+ else {
+ cc = expReadNewLine(interp,esPtr,save_flags);
+ if (cc > 0)
+ count += cc;
+ }
+ }
+ }
+ }
i_read_errno = errno;
#ifdef SIMPLE_EVENT
@@ -1673,7 +1786,7 @@
}
}
#endif
- return cc;
+ return count > 0 ? count : cc;
}
/*
@@ -2746,8 +2859,14 @@
return(TCL_ERROR);
}
- if (Default) exp_default_match_max = size;
- else esPtr->umsize = size;
+ if (Default) {
+ exp_default_match_max = size;
+ exp_default_match_max_changed = 1;
+ }
+ else {
+ esPtr->umsize = size;
+ esPtr->umsize_changed = 1;
+ }
return(TCL_OK);
}

8
hddtemp/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/hddtemp.db
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/hddtemp.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/hddtemp

1
hddtemp/.md5sum Normal file
View File

@ -0,0 +1 @@
70504be08d1ee3e3da440d80b9cdd1b9 hddtemp-0.3-beta13.tar.gz

21
hddtemp/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: reads your hdd temperature using S.M.A.R.T values
# URL: http://www.guzu.net/linux/hddtemp.php
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: gettext
name=hddtemp
version=0.3-beta13
release=1
source=(http://www.guzu.net/linux/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --with-db-path=/usr/etc/hddtemp.db
make
make DESTDIR=$PKG install
mkdir -p $PKG/usr/etc
wget -O $PKG/usr/etc/$name.db http://www.guzu.net/linux/$name.db
rm -rf $PKG/usr/share
}

319
hddtemp/hddtemp.db Normal file
View File

@ -0,0 +1,319 @@
#
# Insert a regular expression for support of the model or the serie of your hard drive.
# If you don't know what to put in the second field, put the number
# that appears most often for your brand :o)
# A value of zero meens that we know that the drive doesn't have
# a temperature sensor (you can set the unit to C or F).
#
############################################################################
# The following list was found at (http://www.almico.com/sfhardware.php)
# If your drive is in the list send me a mail.
#
# Manufacturer Model Size Notes
# FUJITSU FUJITSU MPF3102AH 10.0GB
# FUJITSU FUJITSU MPG3204AH E 20.0GB
# FUJITSU FUJITSU MPG3307AT 30.0GB
# FUJITSU FUJITSU MPG3409AH 40.0GB
# FUJITSU FUJITSU MPG3409AH EF 40.0GB
# HITACHI HITACHI_DK23CA-10 9.8GB
# HITACHI HITACHI_DK23CA-15 14.7GB
# HITACHI HITACHI_DK23CA-30 29.3GB
# SAMSUNG SAMSUNG SV3012H 29.4GB
# SEAGATE ST310210A 10.0GB
# SEAGATE ST310211A 9.8GB
# SEAGATE ST310215A 10.0GB
# SEAGATE ST315320A 14.9GB
# SEAGATE ST320410A 19.6GB
# SEAGATE ST320413A 19.6GB
# SEAGATE ST320420A 19.9GB
# SEAGATE ST330610A 29.3GB
# SEAGATE ST330620A 29.3GB
# SEAGATE ST330621A 29.3GB
# SEAGATE ST330630A 29.9GB
# SEAGATE ST340016A 39.1GB
# SEAGATE ST340810ACE 39.1GB
# SEAGATE ST380020ACE 78.2GB
# SEAGATE ST380021A 78.2GB
# WESTERN DIGITAL WDC AC210200D 10.0GB
# WESTERN DIGITAL WDC AC29100D 8.9GB
# WESTERN DIGITAL WDC AC420400D 19.9GB
# WESTERN DIGITAL WDC WD102AA 10.0GB
#
#################################################
########################################
############# ExcelStor drives
########################################
# "ExcelStor Technology CT215" ??? ? "ExcelStor CT215"
"ExcelStor Technology J3.0" 194 C "ExcelStor Technology 3xy (xy GB)"
########################################
############# Fujitsu drives
########################################
"FUJITSU MHM2100AT" 0 C "Fujitsu MHM2100AT"
"FUJITSU MHN2200AT" 194 C "Fujitsu MHN2200AT"
"FUJITSU MHN2300AT" 194 C "Fujitsu MHN2300AT"
"FUJITSU MHR2020AT" 194 C "Fujitsu MHR2020AT"
"FUJITSU MHR2030AT" 194 C "Fujitsu MHR2030AT"
"FUJITSU MHS2030AT" 194 C "Fujitsu MHS2030AT"
"FUJITSU MHS2040AT" 194 C "Fujitsu MHS2040AT"
"FUJITSU MHS2060AT" 194 C "Fujitsu MHS2060AT (Apple PowerBook G4)"
"FUJITSU MHT2030AT" 194 C "Fujitsu MHT2030AT"
"FUJITSU MHT2040AH" 194 C "Fujitsu MHT2040AH"
"FUJITSU MHT2040AT" 194 C "Fujitsu MHT2040AT"
"FUJITSU MHT2060AH" 194 C "Fujitsu MHT2060AH"
"FUJITSU MHT2060AT" 194 C "Fujitsu MHT2060AT"
"FUJITSU MHT2080AH" 194 C "Fujitsu MHT2080AH"
"FUJITSU MHN2150AT" 194 C "Fujitsu MHN2150AT"
"FUJITSU MPF3204AH" 194 C "Fujitsu MPF3204AH"
"FUJITSU MPG3204AT.*" 194 C "Fujitsu MPG3204AT"
"FUJITSU MPG3307AT" 194 C "Fujitsu MPG3307AT"
"FUJITSU MPG3409AT.*" 194 C "Fujitsu MPG3409AT E"
"FUJITSU MPG3409AH.*" 194 C "Fujitsu MPG3409AH E"
"FUJITSU MPG3204AH" 194 C "Fujitsu MPG3204AH"
########################################
############# Hitachi drives
########################################
"HITACHI_DK228A-65" 0 C "Hitachi DK228A-65"
"HITACHI_DK23CA-20" 194 C "Hitachi DK23CA-20"
"HITACHI_DK23CA-30B" 194 C "Hitachi DK23CA-30B"
"HITACHI_DK23CA-75" 194 C "Hitachi DK23CA-75"
"HITACHI_DK23DA-[234]0" 194 C "Hitachi DK23DA series"
"HITACHI_DK23EA-[346]0" 194 C "Hitachi DK23EA series"
"HITACHI_DK23EB-40" 194 C "Hitachi DK23EB series"
"HITACHI_DK23FB-[46]0" 194 C "Hitachi DK23FB series"
"HDS722516VLAT[28]0" 194 C "Hitachi Deskstar 7K250 160GB 2/8MB cache"
"HDS722540VLAT20" 194 C "Hitachi Deskstar 7K250, 40GB, 7200RPM, 2MB cache"
"HDS722525VLAT80" 194 C "Hitachi Deskstar 7K250 200/250GB, 7200RPM, 8MB, Parallel-ATA"
"HDS722580VLAT20" 194 C "Deskstar 7K250 60GB"
"HDS728080PLAT20" 194 C "Hitachi Deskstar 7K80 80GB"
"HTE726060M9AT00" 194 C "Hitachi Travelstar 60GB (7200RPM)"
"HTS424040M9AT00" 194 C "Hitachi Travelstar 4K40 40GB 2MB cache (4200RPM)"
"HTS541040G9AT00" 194 C "Hitachi Travelstar 40GB (5400RPM)"
"HTS548020M9AT00" 194 C "Hitachi Travelstar 20GB (5400RPM)"
"HTS548030M9AT00" 194 C "Hitachi Travelstar 30GB (5400RPM)"
"HTS548040M9AT00" 194 C "Hitachi Travelstar 40GB (5400RPM)"
"HTS548060M9AT00" 194 C "Hitachi Travelstar 60GB (5400RPM)"
"HTS548080M9AT00" 194 C "Hitachi Travelstar 80GB (5400RPM)"
"HTS726060M9AT00" 194 C "Hitachi Travelstar 60GB"
########################################
############# IBM drives
########################################
# DJSA serie is using F0h command to report temperature and also have
# SMART capabilties but it was reported not to work.
# "DJSA-2(30|32|10|20|05)" 0 C "IBM Travelstar 20GN, 32GH, 30GT series"
"IBM-DARA-212000" 0 C "IBM Travelstar 12GN"
"IBM-DTTA-35*" 0 C "IBM Deskstar 16GP serie"
# according to specifications they do not seems to have sensor
# but I prefer waiting for a report
#"IBM-DTTA-37*" 0 C "IBM Deskstar 14GXP serie"
"IBM-DJNA-35.*" 231 C "IBM Deskstar 25 GP serie"
"IBM-DJNA-37.*" 231 C "IBM Deskstar 22 GXP serie"
"IBM-DHEA-(34330|36480)" 0 C "IBM Deskstar 5 serie"
"IBM-DHEA-(34331|36481|38451)" 0 C "IBM Deskstar 8 serie"
"IBM-DPTA-37.*" 231 C "IBM Deskstar 34GXP serie"
"IBM-DPTA-35.*" 231 C "IBM Deskstar 37GP serie"
"IBM-DTLA-30[57]0[123467][05]" 194 C "IBM Deskstar 40GV & 75GXP series"
"IC25N0[1234]0ATCS04-0" 194 C "IBM Travelstar 40GN serie"
"IC25N0[24]0ATC[SX]05-0" 194 C "IBM Travelstar 40GNX serie"
"IC25N0(15|20|30)ATDA04-0" 194 C "IBM Travelstar 30GN serie"
"IC25N0[23468]0ATMR04*" 194 C "Hitachi Travelstar 80GN"
"IC25N040ATMR04-0" 194 C "Hitachi Travelstar 40GB"
"IC25T048ATDA05-0" 194 C "IBM Travelstar 48GH serie"
"IC25T060ATC[SX]05-0" 194 C "IBM Travelstar 60GH serie"
"IC35L0[12346]0AVER07" 194 C "IBM Deskstar 60GXP serie"
"IC35L[01][02468]0AVV[AN]07*" 194 C "IBM Deskstar 120GXP serie"
"IC35L[01][23689]0AVV207*" 194 C "IBM Deskstar 180GXP serie"
########################################
############# Maxtor drives
########################################
#"Maxtor 2B0[012][04568]H1" ??? C "Maxtor Fireball 541DX"
"Maxtor 2F0[234]0[LJ]0" 194 C "Maxtor Fireball 3"
# which one must I trust ?
#"Maxtor 4D040H2" 9 C "Maxtor DiamondMax D540X-4D"
#"Maxtor 4D040H2" 0 C "Maxtor 4D040H2"
#"Maxtor 4D080H4" 12 C "Maxtor DiamondMax D540X-4D"
#"Maxtor 4D060H3" 12 C "Maxtor DiamondMax D540X-4D"
#"Maxtor 4D080H4" 9 C "Maxtor DiamondMax D540X-4D"
"MAXTOR 4K0[468]0H[234]" 194 C "Maxtor DiamondMax D540X serie"
"MAXTOR 4K020H1" 194 C "Maxtor 4K020H1"
"Maxtor 4[RA](25|16|12|08|06)0[LJ]0" 194 C "Maxtor DiamondMax 16"
"Maxtor 5(1024|1369|2049|2732|3073|4098)U(2|3|4|6|8)" 0 C "Maxtor DiamondMax Plus 40"
"Maxtor 5A250J0" 194 C "Maxtor MaXline II 250GB 5400RPM"
"Maxtor 5A300J0" 194 C "Maxtor 5A300J0"
"Maxtor 5T0[24]0H[24]" 0 C "Maxtor DiamondMax Plus 60"
"Maxtor 6B(08|12|16|20|25|30)0[RSPM]0" 194 C "Maxtor DiamondMax Plus 10"
"Maxtor 6E0[234]0L0" 194 C "Maxtor DiamondMax Plus 8"
"MAXTOR 6L0[2468]0[LJ][1234]" 194 C "Maxtor DiamondMax Plus D740X family"
"Maxtor 6Y(06|08|12|16|20|25)0[LPM]0" 194 C "Maxtor DiamondMax Plus 9"
"Maxtor 7Y250[PM]0" 194 C "Maxtor MaXLine Plus II 250GB 7200RPM"
"Maxtor 94098U8" 11 C "Maxtor DiamondMax 40 94098U8"
"Maxtor 6B200P0" 194 C "Maxtor DiamondMax 10"
########################################
############# Quantum drives
########################################
"QUANTUM FIREBALLP AS40.0" 0 C "Quantum Fireball AS40"
"QUANTUM FIREBALL CX10.2A" 0 C "Quantum Fireball CX10.2A"
#"QUANTUM FIREBALLlct10 20" 4 C "Quantum Fireball CT10 20GB"
# I suspect the QUANTUM FIREBALL_TM2110A to have a sensor in field 9...
# "QUANTUM FIREBALL_TM2110A" 9 C "Quantum Fireball TM2110A"
########################################
############# Samsung drives
########################################
# somenone reported a problem with the SP8004H which reports a temperature
# 10°C below the ambient temperature
"SAMSUNG MP0(302|402|603|804)H" 194 C "Samsung SpinPoint M40 2.5inch"
"SAMSUNG SW0434A" 0 C "Samsung SW0434A"
"SAMSUNG SP(2001|4002|6003|8004|40A2)H" 194 C "Samsung SpinPoint P40 serie"
"SAMSUNG SP(0612|0802|1203|1604|0812|1213|1614)N" 194 C "Samsung SpinPoint P80 serie"
"SAMSUNG SP(0612|0802|1203|1604|0812|1213|1614)C" 194 C "Samsung SpinPoint P80 series - SATA"
"SAMSUNG SP0411N" 194 C "Samsung SpinPoint PL40 serie"
"SAMSUNG SP(0812|1213|1614)C" 194 C "Samsung Spinpoint 160G SATA"
"SAMSUNG SV0432A" 0 C "Samsung SV0432A"
"SAMSUNG SV3002H" 0 C "Samsung SpinPoint V30 serie"
"SAMSUNG SV(2001|4002|6003|8004)H" 194 C "Samsung SpinPoint V40 serie"
#"SAMSUNG SV(0221|0602|0813|1204)H" 9 C "Samsung SpinPoint V60 serie"
#"SAMSUNG SV1204H" 194 C "Samsung 120G"
"SAMSUNG SV(0401|0802|1203|1604)N" 194 C "Samsung SpinPoint V80 serie"
########################################
############# Seagate drives
########################################
"Seagate Technology 1275MB - ST31276A" 0 C "Seagate ST31276A"
"ST3412A" 0 C "Seagate ST3412A"
"ST38641A" 0 C "Seagate ST38641A"
"ST310210A" 0 C "Seagate ST310210A"
"ST310211A" 194 C "Seagate ST310211A"
"ST310220A" 0 C "Seagate ST310220A"
# SEAGATE ST313021A 13.0GB
"ST313021A" 0 C "Seagate U8 ST313021A"
"ST310240A" 0 C "Seagate Medalist 10240 Ultra ATA-3"
"ST315320A" 194 C "Seagate ST315320A"
"ST320423A" 0 C "Seagate U10 20423, Ultra ATA/66"
"ST320011A" 194 C "Seagate ST320011A"
"ST320014A" 194 C "Seagate ST320014A (5400 rpm, 20Gb)"
"ST320410A" 194 C "Seagate ST320410A"
"ST320413A" 194 C "Seagate ST320413A"
"ST320414A" 194 C "Seagate ST320414A"
"ST320420A" 194 C "Seagate Barracuda II ST320420A"
"ST330620A" 194 C "Seagate ST330620A"
"ST330621A" 194 C "Seagate ST330621A"
"ST330630A" 194 C "Seagate Barracuda ST330630A"
"ST340014A" 194 C "Seagate Barracuda 7200.7 40Gb"
"ST340015A" 194 C "Seagate Barracuda 5400.1 40GB"
"ST340016A" 194 C "Seagate ST340016A"
"ST340810A" 194 C "Seagate U Series 40810 (40Gb, Ultra ATA/100, 5400 rpm)"
"ST340823A" 194 C "Seagate U Series 5 40823"
"ST340824A" 194 C "Seagate Barracuda III"
"ST360015A" 194 C "Seagate Barracuda V ST360015A"
"ST360020A" 194 C "Seagate U Series 60020"
"ST360021A" 194 C "Seagate Barracuda IV ST360021A"
"ST380011A" 194 C "Seagate Barracuda 7200.7 80GB"
"ST380013A" 194 C "Seagate Barracuda 7200.7 80GB"
"ST380013AS" 194 C "Seagate Barracuda 7200.7 80GB (Serial ATA)"
"ST380020A" 194 C "Seagate U Series 80020 (80Gb, Ultra ATA/100, 5400 rpm)"
"ST380021A" 194 C "Seagate Barracuda IV ST380021A"
"ST380022A" 194 C "Seagate Barracuda U7 80022, Ultra ATA/100"
"ST380023A" 194 C "Seagate Barracuda V ST380023A"
"ST39111A" 194 C "Seagate ST39111A (from Sun Ultra)"
"ST3120020A" 194 C "Seagate ST3120020A"
"ST3120022A" 194 C "Seagate Baraccuda 7200.7 120GB"
"ST3120023A" 194 C "Seagate Barracuda V ST3120023A"
"ST3120024A" 194 C "Seagate Barracuda V ST3120024A"
"ST3120026A" 194 C "Seagate Barracuda V ST3120026A"
"ST3160021A" 194 C "Seagate Barracuda 7200.7 - ST3160021A"
"ST3160023(A|AS)" 194 C "Seagate Barracuda V ST3160023A and AS (160Gb, ATA100 and Serial ATA)"
"ST3200822A" 194 C "Seagate Barracuda 7200.7 Plus 200GB"
"ST3250823A" 194 C "Seagate Barracuda 7200.8 250GB"
"ST3250823A" 194 C "Seagate Barracuda 7200.7 Plus 250GB"
"ST3400832A" 194 C "Seagate Barracuda 7200.8 Plus 400GB"
"ST9100823A" 194 C "Seagate Momentus 5400.2 100GB"
"ST94[08]11A" 194 C "Seagate ST94011A"
"ST960821A" 194 C "Seagate ST960821A"
########################################
############# TOSHIBA Laptops
########################################
"MK4313MAT" 220 C "Toshiba MK4313MAT"
"TOSHIBA MK1517GAP" 0 C "Toshiba MK1517GAP"
"TOSHIBA MK2018GAS" 226 F "Toshiba MK2018GAS"
"TOSHIBA MK2023GAS" 194 C "Toshiba MK2023GAS"
"TOSHIBA MK3017GAP" 0 C "Toshiba MK3017GAP"
"TOSHIBA MK3021GAS" 194 C "Toshiba MK3021GAS"
#"TOSHIBA MK4019GAX" 222 C "Toshiba MK4019GAX"
"TOSHIBA MK4025GAS" 194 C "Toshiba MK4025GAS 40 Go"
"TOSHIBA MK6021GAS" 194 C "Toshiba MK6021GAS"
"TOSHIBA MK6022GAX" 194 C "Toshiba MK6022GAX"
"TOSHIBA MK6025GAS" 194 C "Toshiba MK6025GAS"
"TOSHIBA MK8025GAS" 194 C "Toshiba MK8025GAS"
"TOSHIBA MK8026GAX" 194 C "Toshiba MK8026GAX"
"MK4025GAS" 194 C "Toshiba MK4025GAS"
########################################
############# Western Digital drives
########################################
# WDC AC310100B and WDC AC2850F are reported not working
# no more informations were given
"WDC WD100EB-00BHF0" 0 C "Western Digital 100EB-00BHF0"
"WDC WD200BB-00AUA1" 0 C "Western Digital Caviar WD200BB"
#"WDC WD200BB-60DGA0" 0 C "Western Digital Caviar WD200BB"
"WDC WD300BB-00CAA0" 0 C "Western Digital WD300BB"
"WDC WD360GD-00FNA0" 194 C "Western Digital SATA Raptor 36.7GB"
"WDC WD400BB-55HEA0" 194 C "Western Digital Caviar WD400BB"
"WDC WD400BB-(18CA|00DE)A0" 0 C "Western Digital Caviar WD400BB"
"WDC WD400BB-75FJA1" 194 C "Western Digital Caviar WD400BB"
"WDC WD400EB-00CPF0" 0 C "Western Digital 400EB-00CPF0"
"WDC WD400JB-00(JJ|FM|FS)A0" 194 C "Western Digital Caviar 40GB Special Edition 8MB"
"WDC WD600BB-32BSA0" 0 C "Western Digital 600BB-32BSA0"
"WDC WD600JB-00ETA0" 194 C "Western Digital 600JB-00ETA0"
"WDC WD600LB-00DNA0" 194 C "Western Digital 60GB"
"WDC WD800BB-00CAA1" 0 C "Western Digital WD800BB-00CAA1"
"WDC WD800BB-(00|22)DKA0" 194 C "Western Digital WD800BB 80 Go"
"WDC WD800BB-32CCB0" 194 C "Western Digital 800BB-32CCB0"
"WDC WD800BB-55HEA0" 194 C "Western Digital 800BB-55HEA0"
"WDC WD800BB-00JKA0" 194 C "Western Digital 800BB-00JKA0"
"WDC WD800BB-55JKA0" 194 C "Western Digital 800BB-55JKA0"
"WDC WD800JB-00CRA1" 0 C "Western Digital Caviar WD800JB"
"WDC WD800JB-00(ET|FM|FS)A0" 194 C "Western Digital Caviar 80GB Special Edition 8MB"
"WDC WD800JB-00JJA0" 194 C "Western Digital WD800JB"
"WDC WD800JD-00HKA0" 194 C "Western Digital SATA 80GB, 8MB Cache"
"WDC WD800LB-(00|55)DNA0" 194 C "Western Digital Caviar WD800LB 80 Go ATA-100"
"WDC WD1200BB-00(FTA|GUA)0" 194 C "Western Digital Caviar EIDE 2MB Cache"
"WDC WD1200JB-00(EV|FU|GV)A0" 194 C "Western Digital Caviar 120GB Special Edition 8MB"
"WDC WD1200JD-00GBB0" 194 C "Western Digital WD1200JD"
"WDC WD1200LB-55EDA0" 194 C "Western Digital WD1220LB"
"WDC WD1600BB-00DWA0" 194 C "Western Digital Caviar WD1600BB"
"WDC WD1600JB-00(EV|FU|GV)A0" 194 C "Western Digital Caviar 160GB Special Edition 8MB"
"WDC WD2000JB-(00EV|34EV|00FU|00GV|55GV|98GV)A0" 194 C "Western Digital Caviar 200GB Special Edition 8MB"
"WDC WD2500JB-(00FU|32FU|00GV)A0" 194 C "Western Digital Caviar 250GB Special Edition 8MB"
"WDC WD2500PB-98FBA0" 194 C "Western Digital Caviar 250GB Special Edition 8MB"
"WDC AC420400D" 231 C "Western Digital Caviar AC420400D"
"WDC AC418000D" 231 C "Western Digital AC418000D"
"WDC WD135BA" 231 C "Western Digital WD135BA"
# not sure for next
# "WDC WD1200JB-00CRA1" 9 C "Western Digital 1200JB-00CRA1"
# "WDC WD273BA" 9 C "Western Digital WD273BA"
# SATA drive with libata passthru
"WDC WD740GD-00FL21.0" 194 C "Western Digital SATA Raptor"

670
kile/.footprint Normal file
View File

@ -0,0 +1,670 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/kile
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
drwxr-xr-x root/root usr/share/applications/kde/
-rw-r--r-- root/root usr/share/applications/kde/kile.desktop
drwxr-xr-x root/root usr/share/apps/
drwxr-xr-x root/root usr/share/apps/katepart/
drwxr-xr-x root/root usr/share/apps/katepart/syntax/
-rw-r--r-- root/root usr/share/apps/katepart/syntax/bibtex.xml
-rw-r--r-- root/root usr/share/apps/katepart/syntax/latex.xml
drwxr-xr-x root/root usr/share/apps/kconf_update/
-rw-r--r-- root/root usr/share/apps/kconf_update/kile.upd
-rwxr-xr-x root/root usr/share/apps/kconf_update/kile1.6_upd.pl
-rwxr-xr-x root/root usr/share/apps/kconf_update/kile1.7_upd.pl
drwxr-xr-x root/root usr/share/apps/kile/
drwxr-xr-x root/root usr/share/apps/kile/complete/
drwxr-xr-x root/root usr/share/apps/kile/complete/abbreviation/
-rw-r--r-- root/root usr/share/apps/kile/complete/abbreviation/example.cwl
drwxr-xr-x root/root usr/share/apps/kile/complete/dictionary/
-rw-r--r-- root/root usr/share/apps/kile/complete/dictionary/example.cwl
drwxr-xr-x root/root usr/share/apps/kile/complete/tex/
-rw-r--r-- root/root usr/share/apps/kile/complete/tex/Common.cwl
-rw-r--r-- root/root usr/share/apps/kile/complete/tex/Latex.cwl
-rw-r--r-- root/root usr/share/apps/kile/complete/tex/MathSymbols.cwl
-rw-r--r-- root/root usr/share/apps/kile/complete/tex/Tex.cwl
-rw-r--r-- root/root usr/share/apps/kile/docpartui.rc
drwxr-xr-x root/root usr/share/apps/kile/encodings/
-rw-r--r-- root/root usr/share/apps/kile/encodings/cp1250.enc
-rw-r--r-- root/root usr/share/apps/kile/encodings/cp1252.enc
-rw-r--r-- root/root usr/share/apps/kile/encodings/latin1.enc
-rw-r--r-- root/root usr/share/apps/kile/encodings/latin2.enc
-rw-r--r-- root/root usr/share/apps/kile/encodings/latin3.enc
-rw-r--r-- root/root usr/share/apps/kile/encodings/latin4.enc
-rw-r--r-- root/root usr/share/apps/kile/encodings/latin5.enc
-rw-r--r-- root/root usr/share/apps/kile/encodings/latin9.enc
drwxr-xr-x root/root usr/share/apps/kile/help/
-rw-r--r-- root/root usr/share/apps/kile/help/latex-kile.lst
-rw-r--r-- root/root usr/share/apps/kile/help/latex-tetex.lst
-rw-r--r-- root/root usr/share/apps/kile/help/latex-tetex3.lst
drwxr-xr-x root/root usr/share/apps/kile/icons/
drwxr-xr-x root/root usr/share/apps/kile/icons/hicolor/
drwxr-xr-x root/root usr/share/apps/kile/icons/hicolor/16x16/
drwxr-xr-x root/root usr/share/apps/kile/icons/hicolor/16x16/actions/
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/acute.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/bar.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/breve.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/chapter.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/check.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/closeenv.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/closegroup.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/complete1.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/complete2.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/complete3.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/ddot.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/delenv_i.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/delenv_o.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/delete.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/delgroup_i.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/delgroup_o.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/delline.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/delpar.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/delword.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/dot.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/enumerate.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/eqnarray.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/equation.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/file.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/gotobeginenv.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/gotobegingroup.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/gotoendenv.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/gotoendgroup.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/graphics.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/grave.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/hat.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/include.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/item.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/itemize.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/label.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/masteritem.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/matchenv.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/matchgroup.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/math1.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/math2.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/math3.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/math4.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/math5.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/math6.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/mathmode.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/metapost.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/nextbullet.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/part.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/prevbullet.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/projectitem.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/relation.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/section.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/selenv_i.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/selenv_o.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/selgroup_i.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/selgroup_o.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/selline.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/selpar.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/selword.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/smallfrac.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/structure.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/subsection.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/subsubsection.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/tilde.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/16x16/actions/vec.png
drwxr-xr-x root/root usr/share/apps/kile/icons/hicolor/22x22/
drwxr-xr-x root/root usr/share/apps/kile/icons/hicolor/22x22/actions/
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/array.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/bboxnext.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/bboxprev.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/cline.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/complete1.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/complete2.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/complete3.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/dfrac.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/displaymathmode.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/dvipdf.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/dvips.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/dvisearch.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/enumerate.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/eqnarray.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/equation.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/errornext.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/errorprev.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/hline.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/item.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/itemize.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/l2h.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/label.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/latex.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/makeidx.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/master.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/mpost.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/multicolumn.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/newline.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/output_win.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/pdflatex.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/preview_env.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/preview_sel.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/preview_subdoc.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/ps2pdf.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/quick.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/quickwizard.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/tabbing.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/tabular.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/viewdvi.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/viewhtml.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/viewlog.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/viewpdf.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/viewps.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/vline.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/warnnext.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/warnprev.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/watchfile.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/wizard_array.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/wizard_float.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/wizard_math.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/wizard_pstools.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/wizard_tabbing.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/22x22/actions/wizard_tabular.png
drwxr-xr-x root/root usr/share/apps/kile/icons/hicolor/32x32/
drwxr-xr-x root/root usr/share/apps/kile/icons/hicolor/32x32/actions/
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/32x32/actions/bibtex.png
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/32x32/actions/usertool.png
drwxr-xr-x root/root usr/share/apps/kile/icons/hicolor/64x64/
drwxr-xr-x root/root usr/share/apps/kile/icons/hicolor/64x64/actions/
-rw-r--r-- root/root usr/share/apps/kile/icons/hicolor/64x64/actions/preview.png
-rw-r--r-- root/root usr/share/apps/kile/kilestdtools.rc
-rw-r--r-- root/root usr/share/apps/kile/kileui.rc
drwxr-xr-x root/root usr/share/apps/kile/mathsymbols/
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img1.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img10.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img100.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img101.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img102.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img103.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img104.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img105.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img106.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img107.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img108.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img109.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img10greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img11.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img110.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img111.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img112.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img113.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img114.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img115.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img116.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img117.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img118.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img119.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img11greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img12.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img120.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img121.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img122.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img123.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img124.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img125.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img126.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img127.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img128.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img129.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img12greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img13.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img130.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img131.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img132.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img133.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img134.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img135.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img136.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img137.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img138.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img139.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img13greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img14.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img140.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img141.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img142.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img143.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img144.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img145.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img146.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img147.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img148.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img149.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img14greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img15.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img150.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img151.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img152.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img153.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img154.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img155.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img156.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img157.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img158.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img159.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img15greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img16.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img160.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img161.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img162.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img163.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img164.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img165.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img166.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img167.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img168.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img169.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img16greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img17.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img170.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img171.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img172.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img173.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img174.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img175.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img176.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img177.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img178.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img179.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img17greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img18.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img180.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img181.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img182.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img183.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img184.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img185.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img186.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img187.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img188.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img189.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img18greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img19.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img190.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img191.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img192.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img193.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img194.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img195.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img196.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img197.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img198.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img199.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img19greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img1greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img2.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img20.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img200.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img201.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img202.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img203.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img204.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img205.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img206.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img207.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img208.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img209.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img20greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img21.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img210.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img211.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img212.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img213.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img214.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img215.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img216.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img217.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img218.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img219.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img21greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img22.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img220.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img221.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img222.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img223.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img224.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img225.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img226.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img227.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img228.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img229.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img22greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img23.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img230.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img231.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img232.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img233.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img234.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img235.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img236.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img237.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img238.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img239.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img23greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img24.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img240.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img241.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img242.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img243.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img244.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img245.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img246.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img247.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img248.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img249.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img24greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img25.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img250.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img251.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img252.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img253.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img254.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img255.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img256.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img257.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img258.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img259.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img25greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img26.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img260.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img261.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img262.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img263.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img264.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img265.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img266.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img267.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img268.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img269.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img26greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img27.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img270.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img271.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img272.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img273.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img274.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img275.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img276.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img277.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img278.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img279.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img27greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img28.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img280.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img281.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img282.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img283.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img284.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img285.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img286.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img287.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img288.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img289.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img28greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img29.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img290.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img291.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img292.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img293.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img294.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img295.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img296.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img297.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img298.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img299.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img29greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img2greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img3.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img30.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img300.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img301.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img302.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img303.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img304.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img305.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img306.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img307.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img308.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img309.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img30greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img31.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img310.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img311.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img312.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img313.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img314.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img315.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img316.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img317.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img318.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img319.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img31greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img32.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img320.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img321.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img322.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img323.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img324.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img325.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img326.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img327.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img328.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img329.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img32greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img33.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img330.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img331.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img332.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img333.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img334.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img335.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img336.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img337.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img338.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img339.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img33greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img34.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img340.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img341.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img343.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img344.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img345.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img346.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img347.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img348.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img349.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img34greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img35.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img350.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img351.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img352.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img353.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img354.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img355.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img356.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img357.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img358.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img359.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img35greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img36.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img360.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img361.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img362.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img363.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img364.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img365.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img366.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img367.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img368.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img369.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img36greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img37.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img370.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img371.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img372.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img37greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img38.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img38greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img39.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img39greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img3greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img4.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img40.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img401.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img402.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img403.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img404.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img405.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img406.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img407.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img408.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img409.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img40greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img41.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img410.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img411.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img412.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img413.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img414.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img415.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img416.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img417.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img418.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img419.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img42.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img420.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img421.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img422.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img423.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img424.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img425.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img426.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img427.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img428.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img429.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img43.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img430.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img431.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img432.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img433.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img44.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img45.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img46.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img47.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img48.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img49.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img4greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img5.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img50.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img51.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img52.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img53.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img54.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img55.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img56.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img57.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img58.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img59.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img5greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img6.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img60.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img61.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img62.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img63.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img64.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img65.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img66.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img67.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img68.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img69.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img6greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img7.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img70.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img71.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img72.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img73.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img74.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img75.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img76.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img77.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img78.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img79.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img7greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img8.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img80.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img81.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img82.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img83.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img84.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img85.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img86.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img87.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img88.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img89.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img8greek.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img9.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img90.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img91.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img92.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img93.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img94.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img95.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img96.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img97.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img98.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img99.png
-rw-r--r-- root/root usr/share/apps/kile/mathsymbols/img9greek.png
drwxr-xr-x root/root usr/share/apps/kile/pics/
-rw-r--r-- root/root usr/share/apps/kile/pics/kile_splash.png
-rw-r--r-- root/root usr/share/apps/kile/pics/type_Article.png
-rw-r--r-- root/root usr/share/apps/kile/pics/type_Book.png
-rw-r--r-- root/root usr/share/apps/kile/pics/type_Default.png
-rw-r--r-- root/root usr/share/apps/kile/pics/type_Empty.png
-rw-r--r-- root/root usr/share/apps/kile/pics/type_Letter.png
-rw-r--r-- root/root usr/share/apps/kile/pics/type_Project.png
-rw-r--r-- root/root usr/share/apps/kile/pics/type_Report.png
drwxr-xr-x root/root usr/share/apps/kile/templates/
-rw-r--r-- root/root usr/share/apps/kile/templates/template_Article.tex
-rw-r--r-- root/root usr/share/apps/kile/templates/template_Book.tex
-rw-r--r-- root/root usr/share/apps/kile/templates/template_Letter.tex
-rw-r--r-- root/root usr/share/apps/kile/templates/template_Report.tex
drwxr-xr-x root/root usr/share/apps/kile/test/
-rw-r--r-- root/root usr/share/apps/kile/test/runTests.sh
-rw-r--r-- root/root usr/share/apps/kile/test/test.bib
-rw-r--r-- root/root usr/share/apps/kile/test/test.tex
-rw-r--r-- root/root usr/share/apps/kile/test/test_bib.tex
-rw-r--r-- root/root usr/share/apps/kile/test/test_index.tex
-rw-r--r-- root/root usr/share/apps/kile/test/test_plain.tex
-rw-r--r-- root/root usr/share/apps/kile/test/test_src.tex
-rw-r--r-- root/root usr/share/apps/kile/tips
drwxr-xr-x root/root usr/share/config.kcfg/
-rw-r--r-- root/root usr/share/config.kcfg/kile.kcfg
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/kile.png
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/kile.png
drwxr-xr-x root/root usr/share/icons/hicolor/22x22/
drwxr-xr-x root/root usr/share/icons/hicolor/22x22/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/kile.png
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/kile.png
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/kile.png
drwxr-xr-x root/root usr/share/icons/hicolor/64x64/
drwxr-xr-x root/root usr/share/icons/hicolor/64x64/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/64x64/apps/kile.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/kile.svgz
drwxr-xr-x root/root usr/share/mimelnk/
drwxr-xr-x root/root usr/share/mimelnk/text/
-rw-r--r-- root/root usr/share/mimelnk/text/x-kilepr.desktop

1
kile/.md5sum Normal file
View File

@ -0,0 +1 @@
9ac4cd9294c6aff1acca1def68923a7d kile-1.8.1.tar.bz2

19
kile/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: an integrated LaTeX environment for the KDE desktop (LaTeX source editor, TeX shell, and GnuPlot frontend)
# URL: http://kile.sourceforge.net
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: tetex, kdegraphics, gv, acroread, gnuplot, xfig
name=kile
version=1.8.1
release=1
source=(http://dl.sourceforge.net/sourceforge/kile/kile-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
rm -rf $PKG/usr/share/locale
}

18
kile/README Normal file
View File

@ -0,0 +1,18 @@
Dependencies
------------------------
REQUIRED:
tetex, kdegraphics
Recommended:
gv, acroread
Optional:
gnuplot, xfig
Experiencing problems after upgrading? Try the following:
- Delete ~/.kde/share/apps/kile/kileui.rc (be aware, this will also delete
your toolbar settings)
- Delete ~/.kde/share/config/kilerc (this will delete your configuration
settings)

32
kiosktool/.footprint Normal file
View File

@ -0,0 +1,32 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/kiosktool
-rwxr-xr-x root/root usr/bin/kiosktool-kdedirs
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
drwxr-xr-x root/root usr/share/applications/kde/
-rw-r--r-- root/root usr/share/applications/kde/kiosktool.desktop
drwxr-xr-x root/root usr/share/apps/
drwxr-xr-x root/root usr/share/apps/kiosktool/
-rw-r--r-- root/root usr/share/apps/kiosktool/background.png
-rw-r--r-- root/root usr/share/apps/kiosktool/caption-da.png
-rw-r--r-- root/root usr/share/apps/kiosktool/caption-empty.png
-rw-r--r-- root/root usr/share/apps/kiosktool/caption-et.png
-rw-r--r-- root/root usr/share/apps/kiosktool/caption-pt.png
-rw-r--r-- root/root usr/share/apps/kiosktool/caption-pt_BR.png
-rw-r--r-- root/root usr/share/apps/kiosktool/caption-sv.png
-rw-r--r-- root/root usr/share/apps/kiosktool/caption.png
-rw-r--r-- root/root usr/share/apps/kiosktool/kiosk_data.xml
-rw-r--r-- root/root usr/share/apps/kiosktool/kiosktoolui.rc
-rw-r--r-- root/root usr/share/apps/kiosktool/logo.png
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/crystalsvg/
drwxr-xr-x root/root usr/share/icons/crystalsvg/16x16/
drwxr-xr-x root/root usr/share/icons/crystalsvg/16x16/apps/
-rw-r--r-- root/root usr/share/icons/crystalsvg/16x16/apps/kiosktool.png
drwxr-xr-x root/root usr/share/icons/crystalsvg/32x32/
drwxr-xr-x root/root usr/share/icons/crystalsvg/32x32/apps/
-rw-r--r-- root/root usr/share/icons/crystalsvg/32x32/apps/kiosktool.png
drwxr-xr-x root/root usr/share/icons/crystalsvg/48x48/
drwxr-xr-x root/root usr/share/icons/crystalsvg/48x48/apps/
-rw-r--r-- root/root usr/share/icons/crystalsvg/48x48/apps/kiosktool.png

1
kiosktool/.md5sum Normal file
View File

@ -0,0 +1 @@
e23e4a52dfe09d03e8649364f91a818a kiosktool-1.0.tar.gz

20
kiosktool/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: a Point&Click tool for system administrators to enable KDE's KIOSK features or otherwise preconfigure KDE for groups of users
# URL: http://extragear.kde.org/apps/kiosktool/
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: kdelibs
name=kiosktool
version=1.0
release=1
source=(http://download.kde.org/stable/apps/KDE3.x/admin/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
rm -rf $PKG/usr/share/doc
}

27
kphone/.footprint Normal file
View File

@ -0,0 +1,27 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/kphone
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/apps/
drwxr-xr-x root/root usr/share/apps/kphone/
drwxr-xr-x root/root usr/share/apps/kphone/icons/
-rw-r--r-- root/root usr/share/apps/kphone/icons/dial.png
-rw-r--r-- root/root usr/share/apps/kphone/icons/enter.png
-rw-r--r-- root/root usr/share/apps/kphone/icons/hangup.png
-rw-r--r-- root/root usr/share/apps/kphone/icons/large-kphone.png
-rw-r--r-- root/root usr/share/apps/kphone/icons/lo-kphone.png
-rw-r--r-- root/root usr/share/apps/kphone/icons/mini-kphone.png
-rw-r--r-- root/root usr/share/apps/kphone/icons/offline.png
-rw-r--r-- root/root usr/share/apps/kphone/icons/online.png
-rw-r--r-- root/root usr/share/apps/kphone/icons/phonebook.png
-rw-r--r-- root/root usr/share/apps/kphone/icons/videocall.png
drwxr-xr-x root/root usr/share/kphone/
drwxr-xr-x root/root usr/share/kphone/translations/
-rw-r--r-- root/root usr/share/kphone/translations/kphone_de.qm
-rw-r--r-- root/root usr/share/kphone/translations/kphone_es_ES.qm
-rw-r--r-- root/root usr/share/kphone/translations/kphone_fi.qm
-rw-r--r-- root/root usr/share/kphone/translations/kphone_fr.qm
-rw-r--r-- root/root usr/share/kphone/translations/kphone_hu.qm
-rw-r--r-- root/root usr/share/kphone/translations/kphone_pl_PL.qm
-rw-r--r-- root/root usr/share/kphone/translations/kphone_pt_BR.qm
-rw-r--r-- root/root usr/share/kphone/translations/kphone_sv.qm

1
kphone/.md5sum Normal file
View File

@ -0,0 +1 @@
632abebc16d4f40bf03d191892e00e22 kphone-4.2.tar.gz

20
kphone/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: a QT SIP user agent (VOIP)
# URL: http://www.wirlab.net/kphone
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: qt3, openssl
name=kphone
version=4.2
release=1
source=(http://www.wirlab.net/kphone/kphone-$version.tar.gz)
build() {
cd $name
./configure --prefix=/usr
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/share/doc
rm -rf $PKG/usr/share/locale
rm -rf $PKG/usr/share/apps/kphone/translations/
}

62
libcdio/.footprint Normal file
View File

@ -0,0 +1,62 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cd-drive
-rwxr-xr-x root/root usr/bin/cd-info
-rwxr-xr-x root/root usr/bin/cd-paranoia
-rwxr-xr-x root/root usr/bin/cd-read
-rwxr-xr-x root/root usr/bin/cdda-player
-rwxr-xr-x root/root usr/bin/iso-info
-rwxr-xr-x root/root usr/bin/iso-read
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/cdio/
-rw-r--r-- root/root usr/include/cdio/audio.h
-rw-r--r-- root/root usr/include/cdio/bytesex.h
-rw-r--r-- root/root usr/include/cdio/bytesex_asm.h
-rw-r--r-- root/root usr/include/cdio/cd_types.h
-rw-r--r-- root/root usr/include/cdio/cdda.h
-rw-r--r-- root/root usr/include/cdio/cdio.h
-rw-r--r-- root/root usr/include/cdio/cdio_config.h
-rw-r--r-- root/root usr/include/cdio/cdtext.h
-rw-r--r-- root/root usr/include/cdio/device.h
-rw-r--r-- root/root usr/include/cdio/disc.h
-rw-r--r-- root/root usr/include/cdio/ds.h
-rw-r--r-- root/root usr/include/cdio/dvd.h
-rw-r--r-- root/root usr/include/cdio/iso9660.h
-rw-r--r-- root/root usr/include/cdio/logging.h
-rw-r--r-- root/root usr/include/cdio/mmc.h
-rw-r--r-- root/root usr/include/cdio/paranoia.h
-rw-r--r-- root/root usr/include/cdio/read.h
-rw-r--r-- root/root usr/include/cdio/rock.h
-rw-r--r-- root/root usr/include/cdio/scsi_mmc.h
-rw-r--r-- root/root usr/include/cdio/sector.h
-rw-r--r-- root/root usr/include/cdio/track.h
-rw-r--r-- root/root usr/include/cdio/types.h
-rw-r--r-- root/root usr/include/cdio/util.h
-rw-r--r-- root/root usr/include/cdio/version.h
-rw-r--r-- root/root usr/include/cdio/xa.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libcdio.a
-rwxr-xr-x root/root usr/lib/libcdio.la
lrwxrwxrwx root/root usr/lib/libcdio.so -> libcdio.so.5.0.0
lrwxrwxrwx root/root usr/lib/libcdio.so.5 -> libcdio.so.5.0.0
-rwxr-xr-x root/root usr/lib/libcdio.so.5.0.0
-rw-r--r-- root/root usr/lib/libcdio_cdda.a
-rwxr-xr-x root/root usr/lib/libcdio_cdda.la
lrwxrwxrwx root/root usr/lib/libcdio_cdda.so -> libcdio_cdda.so.0.0.0
lrwxrwxrwx root/root usr/lib/libcdio_cdda.so.0 -> libcdio_cdda.so.0.0.0
-rwxr-xr-x root/root usr/lib/libcdio_cdda.so.0.0.0
-rw-r--r-- root/root usr/lib/libcdio_paranoia.a
-rwxr-xr-x root/root usr/lib/libcdio_paranoia.la
lrwxrwxrwx root/root usr/lib/libcdio_paranoia.so -> libcdio_paranoia.so.0.0.0
lrwxrwxrwx root/root usr/lib/libcdio_paranoia.so.0 -> libcdio_paranoia.so.0.0.0
-rwxr-xr-x root/root usr/lib/libcdio_paranoia.so.0.0.0
-rw-r--r-- root/root usr/lib/libiso9660.a
-rwxr-xr-x root/root usr/lib/libiso9660.la
lrwxrwxrwx root/root usr/lib/libiso9660.so -> libiso9660.so.4.0.0
lrwxrwxrwx root/root usr/lib/libiso9660.so.4 -> libiso9660.so.4.0.0
-rwxr-xr-x root/root usr/lib/libiso9660.so.4.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libcdio.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libcdio_cdda.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libcdio_paranoia.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libiso9660.pc

1
libcdio/.md5sum Normal file
View File

@ -0,0 +1 @@
50eae24f732232c28d391a4dd563321f libcdio-0.73.tar.gz

18
libcdio/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: library for creating CDs
# URL: http://www.gnu.org/software/libcdio
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on:
name=libcdio
version=0.73
release=1
source=(ftp://ftp.ibiblio.org/pub/gnu/ftp/gnu/libcdio/libcdio-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{info,man}
}

34
libebml/.footprint Normal file
View File

@ -0,0 +1,34 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/ebml/
-rw-r--r-- root/root usr/include/ebml/Debug.h
-rw-r--r-- root/root usr/include/ebml/EbmlBinary.h
-rw-r--r-- root/root usr/include/ebml/EbmlConfig.h
-rw-r--r-- root/root usr/include/ebml/EbmlContexts.h
-rw-r--r-- root/root usr/include/ebml/EbmlCrc32.h
-rw-r--r-- root/root usr/include/ebml/EbmlDate.h
-rw-r--r-- root/root usr/include/ebml/EbmlDummy.h
-rw-r--r-- root/root usr/include/ebml/EbmlElement.h
-rw-r--r-- root/root usr/include/ebml/EbmlEndian.h
-rw-r--r-- root/root usr/include/ebml/EbmlFloat.h
-rw-r--r-- root/root usr/include/ebml/EbmlHead.h
-rw-r--r-- root/root usr/include/ebml/EbmlId.h
-rw-r--r-- root/root usr/include/ebml/EbmlMaster.h
-rw-r--r-- root/root usr/include/ebml/EbmlSInteger.h
-rw-r--r-- root/root usr/include/ebml/EbmlStream.h
-rw-r--r-- root/root usr/include/ebml/EbmlString.h
-rw-r--r-- root/root usr/include/ebml/EbmlSubHead.h
-rw-r--r-- root/root usr/include/ebml/EbmlTypes.h
-rw-r--r-- root/root usr/include/ebml/EbmlUInteger.h
-rw-r--r-- root/root usr/include/ebml/EbmlUnicodeString.h
-rw-r--r-- root/root usr/include/ebml/EbmlVersion.h
-rw-r--r-- root/root usr/include/ebml/EbmlVoid.h
-rw-r--r-- root/root usr/include/ebml/IOCallback.h
-rw-r--r-- root/root usr/include/ebml/MemIOCallback.h
-rw-r--r-- root/root usr/include/ebml/StdIOCallback.h
drwxr-xr-x root/root usr/include/ebml/c/
-rw-r--r-- root/root usr/include/ebml/c/libebml_t.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libebml.a
lrwxrwxrwx root/root usr/lib/libebml.so -> libebml.so.0
-rw-r--r-- root/root usr/lib/libebml.so.0

1
libebml/.md5sum Normal file
View File

@ -0,0 +1 @@
bb054799dfdf6bfa5dd2cf95416ff021 libebml-0.7.6.tar.bz2

17
libebml/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Extensible Binary Meta-Language
# URL: http://ebml.sourceforge.net
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on:
name=libebml
version=0.7.6
release=1
source=(http://dl.matroska.org/downloads/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
cd make/linux
make
make -e prefix=$PKG/usr install
}

165
libgphoto2/.footprint Normal file
View File

@ -0,0 +1,165 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gphoto2-config
-rwxr-xr-x root/root usr/bin/gphoto2-port-config
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/gphoto2/
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-abilities-list.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-camera.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-context.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-file.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-filesys.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-library.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-list.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-port-info-list.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-port-log.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-port-portability.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-port-result.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-port-version.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-port.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-result.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-setting.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-version.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2-widget.h
-rw-r--r-- root/root usr/include/gphoto2/gphoto2.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gphoto2/
drwxr-xr-x root/root usr/lib/gphoto2/2.1.6/
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_adc65.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_adc65.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_agfa_cl20.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_agfa_cl20.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_aox.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_aox.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_barbie.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_barbie.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_canon.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_canon.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_casio_qv.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_casio_qv.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_digita.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_digita.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_dimagev.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_dimagev.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_dimera3500.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_dimera3500.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_directory.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_directory.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_enigma13.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_enigma13.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_ez200.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_ez200.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_fuji.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_fuji.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_gsmart300.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_gsmart300.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_iclick.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_iclick.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_jamcam.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_jamcam.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_jd11.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_jd11.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_kodak_dc120.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_kodak_dc120.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_kodak_dc210.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_kodak_dc210.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_kodak_dc240.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_kodak_dc240.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_kodak_dc3200.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_kodak_dc3200.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_konica.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_konica.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_konica_qm150.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_konica_qm150.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_largan.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_largan.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_mars.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_mars.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_mustek.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_mustek.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_panasonic_coolshot.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_panasonic_coolshot.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_panasonic_dc1000.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_panasonic_dc1000.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_panasonic_dc1580.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_panasonic_dc1580.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_panasonic_l859.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_panasonic_l859.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_pccam300.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_pccam300.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_pccam600.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_pccam600.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_polaroid_pdc320.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_polaroid_pdc320.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_polaroid_pdc640.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_polaroid_pdc640.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_polaroid_pdc700.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_polaroid_pdc700.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_ptp2.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_ptp2.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_ricoh.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_ricoh.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_ricoh_g3.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_ricoh_g3.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_samsung.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_samsung.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sierra.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sierra.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sipix_blink.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sipix_blink.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sipix_blink2.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sipix_blink2.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sipix_web2.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sipix_web2.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_smal.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_smal.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sony_dscf1.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sony_dscf1.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sony_dscf55.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sony_dscf55.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_soundvision.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_soundvision.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_spca50x.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_spca50x.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sq905.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sq905.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_stv0674.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_stv0674.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_stv0680.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_stv0680.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sx330z.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_sx330z.so
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_toshiba_pdrm11.la
-rwxr-xr-x root/root usr/lib/gphoto2/2.1.6/libgphoto2_toshiba_pdrm11.so
drwxr-xr-x root/root usr/lib/gphoto2_port/
drwxr-xr-x root/root usr/lib/gphoto2_port/0.5.1/
-rwxr-xr-x root/root usr/lib/gphoto2_port/0.5.1/libgphoto2_port_serial.la
-rwxr-xr-x root/root usr/lib/gphoto2_port/0.5.1/libgphoto2_port_serial.so
-rwxr-xr-x root/root usr/lib/gphoto2_port/0.5.1/libgphoto2_port_usb.la
-rwxr-xr-x root/root usr/lib/gphoto2_port/0.5.1/libgphoto2_port_usb.so
-rwxr-xr-x root/root usr/lib/libgphoto2.la
lrwxrwxrwx root/root usr/lib/libgphoto2.so -> libgphoto2.so.2.0.3
lrwxrwxrwx root/root usr/lib/libgphoto2.so.2 -> libgphoto2.so.2.0.3
-rwxr-xr-x root/root usr/lib/libgphoto2.so.2.0.3
drwxr-xr-x root/root usr/lib/libgphoto2/
-rwxr-xr-x root/root usr/lib/libgphoto2/print-usb-usermap
-rwxr-xr-x root/root usr/lib/libgphoto2_port.la
lrwxrwxrwx root/root usr/lib/libgphoto2_port.so -> libgphoto2_port.so.0.5.1
lrwxrwxrwx root/root usr/lib/libgphoto2_port.so.0 -> libgphoto2_port.so.0.5.1
-rwxr-xr-x root/root usr/lib/libgphoto2_port.so.0.5.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libgphoto2.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/libgphoto2.3.gz
-rw-r--r-- root/root usr/man/man3/libgphoto2_port.3.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/libgphoto2/
drwxr-xr-x root/root usr/share/libgphoto2/2.1.6/
drwxr-xr-x root/root usr/share/libgphoto2/2.1.6/konica/
-rw-r--r-- root/root usr/share/libgphoto2/2.1.6/konica/english
-rw-r--r-- root/root usr/share/libgphoto2/2.1.6/konica/french
-rw-r--r-- root/root usr/share/libgphoto2/2.1.6/konica/german
-rw-r--r-- root/root usr/share/libgphoto2/2.1.6/konica/japanese
-rw-r--r-- root/root usr/share/libgphoto2/2.1.6/konica/korean
-rw-r--r-- root/root usr/share/libgphoto2/2.1.6/konica/spanish

1
libgphoto2/.md5sum Normal file
View File

@ -0,0 +1 @@
1938cbd9718595fd419907bf2f7c3195 libgphoto2-2.1.6.tar.gz

20
libgphoto2/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: libgphoto2 is a library which is used to access digital cameras
# URL: http://gphoto.sourceforge.net
# Packager:
# Maintainer: sten, nick dot steeves at shaw dot ca
# Depends on: libusb
name=libgphoto2
version=2.1.6
release=1
source=(http://dl.sourceforge.net/sourceforge/gphoto/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--disable-nls \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}

54
libgsf/.footprint Normal file
View File

@ -0,0 +1,54 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libgsf-1/
drwxr-xr-x root/root usr/include/libgsf-1/gsf-gnome/
-rw-r--r-- root/root usr/include/libgsf-1/gsf-gnome/gsf-input-bonobo.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf-gnome/gsf-output-bonobo.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h
drwxr-xr-x root/root usr/include/libgsf-1/gsf-win32/
-rw-r--r-- root/root usr/include/libgsf-1/gsf-win32/gsf-input-win32.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf-win32/gsf-output-win32.h
drwxr-xr-x root/root usr/include/libgsf-1/gsf/
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-impl-utils.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-infile-impl.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-infile-msole.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-infile-msvba.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-infile-stdio.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-infile-zip.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-infile.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-input-bzip.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-input-gzip.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-input-impl.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-input-iochannel.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-input-memory.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-input-stdio.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-input-textline.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-input.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-libxml.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-msole-utils.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-outfile-impl.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-outfile-msole.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-outfile-stdio.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-outfile-zip.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-outfile.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-output-bzip.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-output-gzip.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-output-impl.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-output-iochannel.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-output-memory.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-output-stdio.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-output.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-structured-blob.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-timestamp.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf-utils.h
-rw-r--r-- root/root usr/include/libgsf-1/gsf/gsf.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libgsf-1.a
-rwxr-xr-x root/root usr/lib/libgsf-1.la
lrwxrwxrwx root/root usr/lib/libgsf-1.so -> libgsf-1.so.1.10.1
lrwxrwxrwx root/root usr/lib/libgsf-1.so.1 -> libgsf-1.so.1.10.1
-rwxr-xr-x root/root usr/lib/libgsf-1.so.1.10.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libgsf-1.pc

1
libgsf/.md5sum Normal file
View File

@ -0,0 +1 @@
b7b1c1e9adf3fd39a4df6f6891bf3bca libgsf-1.10.1.tar.bz2

20
libgsf/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: the GNOME Structured File Library -- lite version
# URL: http://freshmeat.net/projects/libgsf
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: glib, libxml2
name=libgsf
version=1.10.1
release=1
source=(http://archive.progeny.com/GNOME/sources/$name/1.10/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--without-gnome \
--disable-gtk-doc
make
make DESTDIR=$PKG install
rm -fr $PKG/usr/share
}

36
libmatroska/.footprint Normal file
View File

@ -0,0 +1,36 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/matroska/
-rw-r--r-- root/root usr/include/matroska/FileKax.h
-rw-r--r-- root/root usr/include/matroska/KaxAttached.h
-rw-r--r-- root/root usr/include/matroska/KaxAttachments.h
-rw-r--r-- root/root usr/include/matroska/KaxBlock.h
-rw-r--r-- root/root usr/include/matroska/KaxBlockData.h
-rw-r--r-- root/root usr/include/matroska/KaxChapters.h
-rw-r--r-- root/root usr/include/matroska/KaxCluster.h
-rw-r--r-- root/root usr/include/matroska/KaxClusterData.h
-rw-r--r-- root/root usr/include/matroska/KaxConfig.h
-rw-r--r-- root/root usr/include/matroska/KaxContentEncoding.h
-rw-r--r-- root/root usr/include/matroska/KaxContexts.h
-rw-r--r-- root/root usr/include/matroska/KaxCues.h
-rw-r--r-- root/root usr/include/matroska/KaxCuesData.h
-rw-r--r-- root/root usr/include/matroska/KaxInfo.h
-rw-r--r-- root/root usr/include/matroska/KaxInfoData.h
-rw-r--r-- root/root usr/include/matroska/KaxSeekHead.h
-rw-r--r-- root/root usr/include/matroska/KaxSegment.h
-rw-r--r-- root/root usr/include/matroska/KaxTag.h
-rw-r--r-- root/root usr/include/matroska/KaxTagMulti.h
-rw-r--r-- root/root usr/include/matroska/KaxTags.h
-rw-r--r-- root/root usr/include/matroska/KaxTrackAudio.h
-rw-r--r-- root/root usr/include/matroska/KaxTrackEntryData.h
-rw-r--r-- root/root usr/include/matroska/KaxTrackVideo.h
-rw-r--r-- root/root usr/include/matroska/KaxTracks.h
-rw-r--r-- root/root usr/include/matroska/KaxTypes.h
-rw-r--r-- root/root usr/include/matroska/KaxVersion.h
drwxr-xr-x root/root usr/include/matroska/c/
-rw-r--r-- root/root usr/include/matroska/c/libmatroska.h
-rw-r--r-- root/root usr/include/matroska/c/libmatroska_t.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libmatroska.a
lrwxrwxrwx root/root usr/lib/libmatroska.so -> libmatroska.so.0
-rw-r--r-- root/root usr/lib/libmatroska.so.0

1
libmatroska/.md5sum Normal file
View File

@ -0,0 +1 @@
ee822ea811e5db25de87c3662c53953a libmatroska-0.8.0.tar.bz2

17
libmatroska/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Extensible open source A/V container format
# URL: http://www.matroska.org
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: libebml
name=libmatroska
version=0.8.0
release=1
source=(http://dl.matroska.org/downloads/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
cd make/linux
make
make -e prefix=$PKG/usr install
}

48
lm_sensors/.footprint Normal file
View File

@ -0,0 +1,48 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/sensors.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ddcmon
-rwxr-xr-x root/root usr/bin/decode-dimms.pl
-rwxr-xr-x root/root usr/bin/decode-edid.pl
-rwxr-xr-x root/root usr/bin/decode-vaio.pl
-rwxr-xr-x root/root usr/bin/decode-xeon.pl
-rwxr-xr-x root/root usr/bin/sensors
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/linux/
-rw-r--r-- root/root usr/include/linux/sensors.h
drwxr-xr-x root/root usr/include/sensors/
-rw-r--r-- root/root usr/include/sensors/chips.h
-rw-r--r-- root/root usr/include/sensors/error.h
-rw-r--r-- root/root usr/include/sensors/sensors.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libsensors.a
lrwxrwxrwx root/root usr/lib/libsensors.so -> libsensors.so.3
lrwxrwxrwx root/root usr/lib/libsensors.so.3 -> libsensors.so.3.0.9
-rwxr-xr-x root/root usr/lib/libsensors.so.3.0.9
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/sensors.1.gz
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/libsensors.3.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/sensors.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/fancontrol.8.gz
-rw-r--r-- root/root usr/man/man8/i2cdetect.8.gz
-rw-r--r-- root/root usr/man/man8/i2cdump.8.gz
-rw-r--r-- root/root usr/man/man8/i2cset.8.gz
-rw-r--r-- root/root usr/man/man8/isadump.8.gz
-rw-r--r-- root/root usr/man/man8/isaset.8.gz
-rw-r--r-- root/root usr/man/man8/pwmconfig.8.gz
-rw-r--r-- root/root usr/man/man8/sensors-detect.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/fancontrol
-rwxr-xr-x root/root usr/sbin/fancontrol.pl
-rwxr-xr-x root/root usr/sbin/i2cdetect
-rwxr-xr-x root/root usr/sbin/i2cdump
-rwxr-xr-x root/root usr/sbin/i2cset
-rwxr-xr-x root/root usr/sbin/isadump
-rwxr-xr-x root/root usr/sbin/isaset
-rwxr-xr-x root/root usr/sbin/pwmconfig
-rwxr-xr-x root/root usr/sbin/sensors-detect

1
lm_sensors/.md5sum Normal file
View File

@ -0,0 +1 @@
229f83cfbd081d5e7bd46885efec1c72 lm_sensors-2.9.2.tar.gz

16
lm_sensors/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Tools for monitoring system health (temperatures, voltages, fan speed, etc)
# URL: http://www2.lm-sensors.nu/~lm78
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
name=lm_sensors
version=2.9.2
release=1
source=(http://www2.lm-sensors.nu/~lm78/archive/$name-$version.tar.gz)
build () {
cd $name-$version
make user PREFIX=/usr
make PREFIX=$PKG/usr ETCDIR=$PKG/etc user_install
rm $PKG/usr/include/linux/i2c-dev.h
}

40
ltris/.footprint Normal file
View File

@ -0,0 +1,40 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ltris
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/locale/
drwxr-xr-x root/root usr/share/locale/de/
drwxr-xr-x root/root usr/share/locale/de/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/de/LC_MESSAGES/ltris.mo
drwxr-xr-x root/root usr/share/ltris/
-rw-r--r-- root/root usr/share/ltris/figures
drwxr-xr-x root/root usr/share/ltris/gfx/
-rw-r--r-- root/root usr/share/ltris/gfx/back0.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/back1.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/back2.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/back3.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/back4.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/back5.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/balloon.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/balloon_peek.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/blocks.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/f_small_white.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/f_small_yellow.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/f_tiny_black.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/f_white.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/f_yellow.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/logo.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/menuback.bmp
-rw-r--r-- root/root usr/share/ltris/gfx/quest.bmp
drwxr-xr-x root/root usr/share/ltris/sounds/
-rw-r--r-- root/root usr/share/ltris/sounds/click.wav
-rw-r--r-- root/root usr/share/ltris/sounds/excellent.wav
-rw-r--r-- root/root usr/share/ltris/sounds/explosion.wav
-rw-r--r-- root/root usr/share/ltris/sounds/leftright.wav
-rw-r--r-- root/root usr/share/ltris/sounds/motion.wav
-rw-r--r-- root/root usr/share/ltris/sounds/nextlevel.wav
-rw-r--r-- root/root usr/share/ltris/sounds/stop.wav
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/ltris16.xpm
-rw-r--r-- root/root usr/share/pixmaps/ltris32.xpm
-rw-r--r-- root/root usr/share/pixmaps/ltris48.xpm

1
ltris/.md5sum Normal file
View File

@ -0,0 +1 @@
412ecd9b7577a5bbcb76e19b5397391c ltris-1.0.11.tar.gz

19
ltris/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: a very polished Tetris clone which is highly configurable
# URL: http://lgames.sourceforge.net
# Packager:
# Maintainer: sten, nick dot steeves at shaw dot ca
# Depends on: libpng, libsdl, sdl_mixer
name=ltris
version=1.0.11
release=1
source=(http://ftp1.sourceforge.net/lgames/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --localstatedir=/var/lib/games
make
make prefix=$PKG/usr install
mkdir -p $PKG/usr/share/pixmaps
cp icons/*.xpm $PKG/usr/share/pixmaps
}

15
mplayerplug-in/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/firefox/
drwxr-xr-x root/root usr/lib/firefox/components/
-rw-r--r-- root/root usr/lib/firefox/components/mplayerplug-in-gmp.xpt
-rw-r--r-- root/root usr/lib/firefox/components/mplayerplug-in-qt.xpt
-rw-r--r-- root/root usr/lib/firefox/components/mplayerplug-in-rm.xpt
-rw-r--r-- root/root usr/lib/firefox/components/mplayerplug-in-wmp.xpt
-rw-r--r-- root/root usr/lib/firefox/components/mplayerplug-in.xpt
drwxr-xr-x root/root usr/lib/firefox/plugins/
-rwxr-xr-x root/root usr/lib/firefox/plugins/mplayerplug-in-gmp.so
-rwxr-xr-x root/root usr/lib/firefox/plugins/mplayerplug-in-qt.so
-rwxr-xr-x root/root usr/lib/firefox/plugins/mplayerplug-in-rm.so
-rwxr-xr-x root/root usr/lib/firefox/plugins/mplayerplug-in-wmp.so
-rwxr-xr-x root/root usr/lib/firefox/plugins/mplayerplug-in.so

2
mplayerplug-in/.md5sum Normal file
View File

@ -0,0 +1,2 @@
348a5e018cef41eb50eb406963b7ed93 gecko-sdk-i686-pc-linux-gnu-1.7.10.tar.gz
41970663e6855beb5205077f4cb0ae29 mplayerplug-in-3.11.tar.gz

22
mplayerplug-in/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: Embedded video player for Firefox
# URL: http://mplayerplug-in.sourceforge.net
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: mplayer, firefox
name=mplayerplug-in
version=3.11
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.10/gecko-sdk-i686-pc-linux-gnu-1.7.10.tar.gz)
build () {
cd $name
./configure --with-gecko-sdk=$SRC/gecko-sdk --enable-gtk2 --disable-nls
make
mkdir -p $PKG/usr/lib/firefox/plugins
mv $SRC/$name/mplayerplug-in*.so $PKG/usr/lib/firefox/plugins
mkdir -p $PKG/usr/lib/firefox/components
mv $SRC/$name/mplayerplug-in*.xpt $PKG/usr/lib/firefox/components
}

13
mplayerplug-in/README Normal file
View File

@ -0,0 +1,13 @@
PRE-INSTALL
To watch many of the new Quicktime trailers, you'll need to install:
libsndfile
lame
id3lib
faad2
faac
liba52
You should then recompile and upgrade mplayer, so that is built with support
for these codecs.

9
mt-st/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mt
-rwxr-xr-x root/root usr/bin/stinit
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mt.1.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/stinit.8.gz

1
mt-st/.md5sum Normal file
View File

@ -0,0 +1 @@
c80e992a8d16def7af7421549b26ce77 mt-st-0.9b.tar.gz

18
mt-st/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: controls magnetic tape drive operation (SCSI & QIC-02)
# URL: ftp://ftp.ibiblio.org/pub/linux/system/backup/
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Martin Opel, mo at obbl-net dot de
name=mt-st
version=0.9b
release=1
source=(http://www.ibiblio.org/pub/Linux/system/backup/$name-$version.tar.gz)
build() {
cd $name-$version
make CFLAGS="$CFLAGS" CC=gcc
mkdir -p $PKG/usr/{bin,man/man1,man/man8}
cp mt stinit $PKG/usr/bin/
cp mt.1 $PKG/usr/man/man1/
cp stinit.8 $PKG/usr/man/man8/
}

67
mtools/.footprint Normal file
View File

@ -0,0 +1,67 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/amuFormat.sh
-rwxr-xr-x root/root usr/bin/floppyd
-rwxr-xr-x root/root usr/bin/floppyd_installtest
lrwxrwxrwx root/root usr/bin/lz -> uz
lrwxrwxrwx root/root usr/bin/mattrib -> mtools
lrwxrwxrwx root/root usr/bin/mbadblocks -> mtools
lrwxrwxrwx root/root usr/bin/mcat -> mtools
lrwxrwxrwx root/root usr/bin/mcd -> mtools
-rwxr-xr-x root/root usr/bin/mcheck
lrwxrwxrwx root/root usr/bin/mclasserase -> mtools
-rwxr-xr-x root/root usr/bin/mcomp
lrwxrwxrwx root/root usr/bin/mcopy -> mtools
lrwxrwxrwx root/root usr/bin/mdel -> mtools
lrwxrwxrwx root/root usr/bin/mdeltree -> mtools
lrwxrwxrwx root/root usr/bin/mdir -> mtools
lrwxrwxrwx root/root usr/bin/mdu -> mtools
lrwxrwxrwx root/root usr/bin/mformat -> mtools
lrwxrwxrwx root/root usr/bin/minfo -> mtools
-rwxr-xr-x root/root usr/bin/mkmanifest
lrwxrwxrwx root/root usr/bin/mlabel -> mtools
lrwxrwxrwx root/root usr/bin/mmd -> mtools
lrwxrwxrwx root/root usr/bin/mmount -> mtools
lrwxrwxrwx root/root usr/bin/mmove -> mtools
lrwxrwxrwx root/root usr/bin/mpartition -> mtools
lrwxrwxrwx root/root usr/bin/mrd -> mtools
lrwxrwxrwx root/root usr/bin/mren -> mtools
lrwxrwxrwx root/root usr/bin/mshowfat -> mtools
-rwxr-xr-x root/root usr/bin/mtools
lrwxrwxrwx root/root usr/bin/mtoolstest -> mtools
lrwxrwxrwx root/root usr/bin/mtype -> mtools
-rwxr-xr-x root/root usr/bin/mxtar
lrwxrwxrwx root/root usr/bin/mzip -> mtools
-rwxr-xr-x root/root usr/bin/tgz
-rwxr-xr-x root/root usr/bin/uz
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/floppyd.1.gz
-rw-r--r-- root/root usr/man/man1/floppyd_installtest.1.gz
-rw-r--r-- root/root usr/man/man1/mattrib.1.gz
-rw-r--r-- root/root usr/man/man1/mbadblocks.1.gz
-rw-r--r-- root/root usr/man/man1/mcat.1.gz
-rw-r--r-- root/root usr/man/man1/mcd.1.gz
-rw-r--r-- root/root usr/man/man1/mclasserase.1.gz
-rw-r--r-- root/root usr/man/man1/mcopy.1.gz
-rw-r--r-- root/root usr/man/man1/mdel.1.gz
-rw-r--r-- root/root usr/man/man1/mdeltree.1.gz
-rw-r--r-- root/root usr/man/man1/mdir.1.gz
-rw-r--r-- root/root usr/man/man1/mdu.1.gz
-rw-r--r-- root/root usr/man/man1/mformat.1.gz
-rw-r--r-- root/root usr/man/man1/minfo.1.gz
-rw-r--r-- root/root usr/man/man1/mkmanifest.1.gz
-rw-r--r-- root/root usr/man/man1/mlabel.1.gz
-rw-r--r-- root/root usr/man/man1/mmd.1.gz
-rw-r--r-- root/root usr/man/man1/mmount.1.gz
-rw-r--r-- root/root usr/man/man1/mmove.1.gz
-rw-r--r-- root/root usr/man/man1/mpartition.1.gz
-rw-r--r-- root/root usr/man/man1/mrd.1.gz
-rw-r--r-- root/root usr/man/man1/mren.1.gz
-rw-r--r-- root/root usr/man/man1/mshowfat.1.gz
-rw-r--r-- root/root usr/man/man1/mtools.1.gz
-rw-r--r-- root/root usr/man/man1/mtoolstest.1.gz
-rw-r--r-- root/root usr/man/man1/mtype.1.gz
-rw-r--r-- root/root usr/man/man1/mzip.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/mtools.5.gz

2
mtools/.md5sum Normal file
View File

@ -0,0 +1,2 @@
0d0eb50a52eaf2e1921e1a61bab09be7 mtools-3.9.10.tar.bz2
f106422d99d43ccb1459a9078fd2dad1 mtools-patch

18
mtools/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Utilities for accessing unmounted MS-DOS disks from Unix
# URL: http://mtools.linux.lu/
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
name=mtools
version=3.9.10
release=1
source=(http://mtools.linux.lu/$name-$version.tar.bz2 $name-patch)
build (){
cd $name-$version
patch -p1 < ../$name-patch
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}

12
mtools/mtools-patch Normal file
View File

@ -0,0 +1,12 @@
diff -r -u mtools-3.9.10.orig/Makefile.in mtools-3.9.10/Makefile.in
--- mtools-3.9.10.orig/Makefile.in 2003-09-05 09:42:24.000000000 +0200
+++ mtools-3.9.10/Makefile.in 2003-09-05 09:43:44.000000000 +0200
@@ -217,7 +217,7 @@
cd $(infodir) && rm -f mtools.info*
install: $(bindir)/mtools @BINFLOPPYD@ install-man install-links \
- $(bindir)/mkmanifest install-scripts install-info
+ $(bindir)/mkmanifest install-scripts
uninstall: uninstall-bin uninstall-man uninstall-links \
uninstall-scripts

7
netcat/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/nc -> netcat
-rwxr-xr-x root/root usr/bin/netcat
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/netcat.1.gz

1
netcat/.md5sum Normal file
View File

@ -0,0 +1 @@
0a29eff1736ddb5effd0b1ec1f6fe0ef netcat-0.7.1.tar.bz2

18
netcat/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: a simple Unix utility which reads and writes data across network connections using TCP or UDP protocol
# URL: http://netcat.sourceforge.net
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
name=netcat
version=0.7.1
release=1
source=(http://dl.sourceforge.net/sourceforge/netcat/netcat-0.7.1.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{share,info}
}

889
openmotif/.footprint Normal file
View File

@ -0,0 +1,889 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mwm
-rwxr-xr-x root/root usr/bin/uil
-rwxr-xr-x root/root usr/bin/xmbind
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/Mrm/
-rw-r--r-- root/root usr/include/Mrm/MrmAppl.h
-rw-r--r-- root/root usr/include/Mrm/MrmDecls.h
-rw-r--r-- root/root usr/include/Mrm/MrmPublic.h
-rw-r--r-- root/root usr/include/Mrm/MrmosI.h
drwxr-xr-x root/root usr/include/X11/
drwxr-xr-x root/root usr/include/X11/bitmaps/
-rw-r--r-- root/root usr/include/X11/bitmaps/xm_error
-rw-r--r-- root/root usr/include/X11/bitmaps/xm_hour16
-rw-r--r-- root/root usr/include/X11/bitmaps/xm_hour16m
-rw-r--r-- root/root usr/include/X11/bitmaps/xm_hour32
-rw-r--r-- root/root usr/include/X11/bitmaps/xm_hour32m
-rw-r--r-- root/root usr/include/X11/bitmaps/xm_information
-rw-r--r-- root/root usr/include/X11/bitmaps/xm_noenter16
-rw-r--r-- root/root usr/include/X11/bitmaps/xm_noenter16m
-rw-r--r-- root/root usr/include/X11/bitmaps/xm_noenter32
-rw-r--r-- root/root usr/include/X11/bitmaps/xm_noenter32m
-rw-r--r-- root/root usr/include/X11/bitmaps/xm_question
-rw-r--r-- root/root usr/include/X11/bitmaps/xm_warning
-rw-r--r-- root/root usr/include/X11/bitmaps/xm_working
drwxr-xr-x root/root usr/include/Xm/
-rw-r--r-- root/root usr/include/Xm/AccColorT.h
-rw-r--r-- root/root usr/include/Xm/AccTextT.h
-rw-r--r-- root/root usr/include/Xm/ActivatableT.h
-rw-r--r-- root/root usr/include/Xm/ArrowB.h
-rw-r--r-- root/root usr/include/Xm/ArrowBG.h
-rw-r--r-- root/root usr/include/Xm/ArrowBGP.h
-rw-r--r-- root/root usr/include/Xm/ArrowBP.h
-rw-r--r-- root/root usr/include/Xm/AtomMgr.h
-rw-r--r-- root/root usr/include/Xm/BaseClassP.h
-rw-r--r-- root/root usr/include/Xm/BulletinB.h
-rw-r--r-- root/root usr/include/Xm/BulletinBP.h
-rw-r--r-- root/root usr/include/Xm/ButtonBox.h
-rw-r--r-- root/root usr/include/Xm/ButtonBoxP.h
-rw-r--r-- root/root usr/include/Xm/CacheP.h
-rw-r--r-- root/root usr/include/Xm/CareVisualT.h
-rw-r--r-- root/root usr/include/Xm/CascadeB.h
-rw-r--r-- root/root usr/include/Xm/CascadeBG.h
-rw-r--r-- root/root usr/include/Xm/CascadeBGP.h
-rw-r--r-- root/root usr/include/Xm/CascadeBP.h
-rw-r--r-- root/root usr/include/Xm/ClipWindowP.h
-rw-r--r-- root/root usr/include/Xm/ColorObjP.h
-rw-r--r-- root/root usr/include/Xm/ColorP.h
-rw-r--r-- root/root usr/include/Xm/ColorS.h
-rw-r--r-- root/root usr/include/Xm/ColorSP.h
-rw-r--r-- root/root usr/include/Xm/Column.h
-rw-r--r-- root/root usr/include/Xm/ColumnP.h
-rw-r--r-- root/root usr/include/Xm/ComboBox.h
-rw-r--r-- root/root usr/include/Xm/ComboBox2.h
-rw-r--r-- root/root usr/include/Xm/ComboBox2P.h
-rw-r--r-- root/root usr/include/Xm/ComboBoxP.h
-rw-r--r-- root/root usr/include/Xm/Command.h
-rw-r--r-- root/root usr/include/Xm/CommandP.h
-rw-r--r-- root/root usr/include/Xm/ContItemT.h
-rw-r--r-- root/root usr/include/Xm/Container.h
-rw-r--r-- root/root usr/include/Xm/ContainerP.h
-rw-r--r-- root/root usr/include/Xm/ContainerT.h
-rw-r--r-- root/root usr/include/Xm/CutPaste.h
-rw-r--r-- root/root usr/include/Xm/DataF.h
-rw-r--r-- root/root usr/include/Xm/DataFP.h
-rw-r--r-- root/root usr/include/Xm/DataFSelP.h
-rw-r--r-- root/root usr/include/Xm/DesktopP.h
-rw-r--r-- root/root usr/include/Xm/DialogS.h
-rw-r--r-- root/root usr/include/Xm/DialogSEP.h
-rw-r--r-- root/root usr/include/Xm/DialogSP.h
-rw-r--r-- root/root usr/include/Xm/DialogSavvyT.h
-rw-r--r-- root/root usr/include/Xm/Display.h
-rw-r--r-- root/root usr/include/Xm/DisplayP.h
-rw-r--r-- root/root usr/include/Xm/DragC.h
-rw-r--r-- root/root usr/include/Xm/DragCP.h
-rw-r--r-- root/root usr/include/Xm/DragDrop.h
-rw-r--r-- root/root usr/include/Xm/DragIcon.h
-rw-r--r-- root/root usr/include/Xm/DragIconP.h
-rw-r--r-- root/root usr/include/Xm/DragOverS.h
-rw-r--r-- root/root usr/include/Xm/DragOverSP.h
-rw-r--r-- root/root usr/include/Xm/DrawP.h
-rw-r--r-- root/root usr/include/Xm/DrawUtils.h
-rw-r--r-- root/root usr/include/Xm/DrawingA.h
-rw-r--r-- root/root usr/include/Xm/DrawingAP.h
-rw-r--r-- root/root usr/include/Xm/DrawnB.h
-rw-r--r-- root/root usr/include/Xm/DrawnBP.h
-rw-r--r-- root/root usr/include/Xm/DropDown.h
-rw-r--r-- root/root usr/include/Xm/DropDownP.h
-rw-r--r-- root/root usr/include/Xm/DropSMgr.h
-rw-r--r-- root/root usr/include/Xm/DropSMgrP.h
-rw-r--r-- root/root usr/include/Xm/DropTrans.h
-rw-r--r-- root/root usr/include/Xm/DropTransP.h
-rw-r--r-- root/root usr/include/Xm/Ext.h
-rw-r--r-- root/root usr/include/Xm/Ext18List.h
-rw-r--r-- root/root usr/include/Xm/Ext18ListP.h
-rw-r--r-- root/root usr/include/Xm/ExtObjectP.h
-rw-r--r-- root/root usr/include/Xm/ExtP.h
-rw-r--r-- root/root usr/include/Xm/FileSB.h
-rw-r--r-- root/root usr/include/Xm/FileSBP.h
-rw-r--r-- root/root usr/include/Xm/FontS.h
-rw-r--r-- root/root usr/include/Xm/FontSP.h
-rw-r--r-- root/root usr/include/Xm/Form.h
-rw-r--r-- root/root usr/include/Xm/FormP.h
-rw-r--r-- root/root usr/include/Xm/Frame.h
-rw-r--r-- root/root usr/include/Xm/FrameP.h
-rw-r--r-- root/root usr/include/Xm/Gadget.h
-rw-r--r-- root/root usr/include/Xm/GadgetP.h
-rw-r--r-- root/root usr/include/Xm/GrabShell.h
-rw-r--r-- root/root usr/include/Xm/GrabShellP.h
-rw-r--r-- root/root usr/include/Xm/Hierarchy.h
-rw-r--r-- root/root usr/include/Xm/HierarchyP.h
-rw-r--r-- root/root usr/include/Xm/IconBox.h
-rw-r--r-- root/root usr/include/Xm/IconBoxP.h
-rw-r--r-- root/root usr/include/Xm/IconButton.h
-rw-r--r-- root/root usr/include/Xm/IconButtonP.h
-rw-r--r-- root/root usr/include/Xm/IconFile.h
-rw-r--r-- root/root usr/include/Xm/IconFileP.h
-rw-r--r-- root/root usr/include/Xm/IconG.h
-rw-r--r-- root/root usr/include/Xm/IconGP.h
-rw-r--r-- root/root usr/include/Xm/IconH.h
-rw-r--r-- root/root usr/include/Xm/IconHP.h
-rw-r--r-- root/root usr/include/Xm/JoinSideT.h
-rw-r--r-- root/root usr/include/Xm/Label.h
-rw-r--r-- root/root usr/include/Xm/LabelG.h
-rw-r--r-- root/root usr/include/Xm/LabelGP.h
-rw-r--r-- root/root usr/include/Xm/LabelP.h
-rw-r--r-- root/root usr/include/Xm/LayoutT.h
-rw-r--r-- root/root usr/include/Xm/List.h
-rw-r--r-- root/root usr/include/Xm/ListP.h
-rw-r--r-- root/root usr/include/Xm/MainW.h
-rw-r--r-- root/root usr/include/Xm/MainWP.h
-rw-r--r-- root/root usr/include/Xm/Manager.h
-rw-r--r-- root/root usr/include/Xm/ManagerP.h
-rw-r--r-- root/root usr/include/Xm/MenuProcP.h
-rw-r--r-- root/root usr/include/Xm/MenuShell.h
-rw-r--r-- root/root usr/include/Xm/MenuShellP.h
-rw-r--r-- root/root usr/include/Xm/MenuStateP.h
-rw-r--r-- root/root usr/include/Xm/MenuT.h
-rw-r--r-- root/root usr/include/Xm/MenuUtilP.h
-rw-r--r-- root/root usr/include/Xm/MessageB.h
-rw-r--r-- root/root usr/include/Xm/MessageBP.h
-rw-r--r-- root/root usr/include/Xm/MultiList.h
-rw-r--r-- root/root usr/include/Xm/MultiListP.h
-rw-r--r-- root/root usr/include/Xm/MwmUtil.h
-rw-r--r-- root/root usr/include/Xm/NavigatorT.h
-rw-r--r-- root/root usr/include/Xm/Notebook.h
-rw-r--r-- root/root usr/include/Xm/NotebookP.h
-rw-r--r-- root/root usr/include/Xm/Outline.h
-rw-r--r-- root/root usr/include/Xm/OutlineP.h
-rw-r--r-- root/root usr/include/Xm/Paned.h
-rw-r--r-- root/root usr/include/Xm/PanedP.h
-rw-r--r-- root/root usr/include/Xm/PanedW.h
-rw-r--r-- root/root usr/include/Xm/PanedWP.h
-rw-r--r-- root/root usr/include/Xm/Picture.h
-rw-r--r-- root/root usr/include/Xm/PictureP.h
-rw-r--r-- root/root usr/include/Xm/PointInT.h
-rw-r--r-- root/root usr/include/Xm/Primitive.h
-rw-r--r-- root/root usr/include/Xm/PrimitiveP.h
-rw-r--r-- root/root usr/include/Xm/Print.h
-rw-r--r-- root/root usr/include/Xm/PrintSP.h
-rw-r--r-- root/root usr/include/Xm/Protocols.h
-rw-r--r-- root/root usr/include/Xm/ProtocolsP.h
-rw-r--r-- root/root usr/include/Xm/PushB.h
-rw-r--r-- root/root usr/include/Xm/PushBG.h
-rw-r--r-- root/root usr/include/Xm/PushBGP.h
-rw-r--r-- root/root usr/include/Xm/PushBP.h
-rw-r--r-- root/root usr/include/Xm/RCLayoutP.h
-rw-r--r-- root/root usr/include/Xm/RCMenuP.h
-rw-r--r-- root/root usr/include/Xm/RepType.h
-rw-r--r-- root/root usr/include/Xm/RowColumn.h
-rw-r--r-- root/root usr/include/Xm/RowColumnP.h
-rw-r--r-- root/root usr/include/Xm/SSpinB.h
-rw-r--r-- root/root usr/include/Xm/SSpinBP.h
-rw-r--r-- root/root usr/include/Xm/SashP.h
-rw-r--r-- root/root usr/include/Xm/Scale.h
-rw-r--r-- root/root usr/include/Xm/ScaleP.h
-rw-r--r-- root/root usr/include/Xm/Screen.h
-rw-r--r-- root/root usr/include/Xm/ScreenP.h
-rw-r--r-- root/root usr/include/Xm/ScrollBar.h
-rw-r--r-- root/root usr/include/Xm/ScrollBarP.h
-rw-r--r-- root/root usr/include/Xm/ScrollFrameT.h
-rw-r--r-- root/root usr/include/Xm/ScrolledW.h
-rw-r--r-- root/root usr/include/Xm/ScrolledWP.h
-rw-r--r-- root/root usr/include/Xm/SelectioB.h
-rw-r--r-- root/root usr/include/Xm/SelectioBP.h
-rw-r--r-- root/root usr/include/Xm/SeparatoG.h
-rw-r--r-- root/root usr/include/Xm/SeparatoGP.h
-rw-r--r-- root/root usr/include/Xm/Separator.h
-rw-r--r-- root/root usr/include/Xm/SeparatorP.h
-rw-r--r-- root/root usr/include/Xm/ShellEP.h
-rw-r--r-- root/root usr/include/Xm/SlideC.h
-rw-r--r-- root/root usr/include/Xm/SlideCP.h
-rw-r--r-- root/root usr/include/Xm/SpecRenderT.h
-rw-r--r-- root/root usr/include/Xm/SpinB.h
-rw-r--r-- root/root usr/include/Xm/SpinBP.h
-rw-r--r-- root/root usr/include/Xm/TabBox.h
-rw-r--r-- root/root usr/include/Xm/TabBoxP.h
-rw-r--r-- root/root usr/include/Xm/TabList.h
-rw-r--r-- root/root usr/include/Xm/TabStack.h
-rw-r--r-- root/root usr/include/Xm/TabStackP.h
-rw-r--r-- root/root usr/include/Xm/TakesDefT.h
-rw-r--r-- root/root usr/include/Xm/TearOffBP.h
-rw-r--r-- root/root usr/include/Xm/TearOffP.h
-rw-r--r-- root/root usr/include/Xm/Text.h
-rw-r--r-- root/root usr/include/Xm/TextF.h
-rw-r--r-- root/root usr/include/Xm/TextFP.h
-rw-r--r-- root/root usr/include/Xm/TextFSelP.h
-rw-r--r-- root/root usr/include/Xm/TextInP.h
-rw-r--r-- root/root usr/include/Xm/TextOutP.h
-rw-r--r-- root/root usr/include/Xm/TextP.h
-rw-r--r-- root/root usr/include/Xm/TextSelP.h
-rw-r--r-- root/root usr/include/Xm/TextStrSoP.h
-rw-r--r-- root/root usr/include/Xm/ToggleB.h
-rw-r--r-- root/root usr/include/Xm/ToggleBG.h
-rw-r--r-- root/root usr/include/Xm/ToggleBGP.h
-rw-r--r-- root/root usr/include/Xm/ToggleBP.h
-rw-r--r-- root/root usr/include/Xm/TraitP.h
-rw-r--r-- root/root usr/include/Xm/Transfer.h
-rw-r--r-- root/root usr/include/Xm/TransferP.h
-rw-r--r-- root/root usr/include/Xm/TransferT.h
-rw-r--r-- root/root usr/include/Xm/TransltnsP.h
-rw-r--r-- root/root usr/include/Xm/TravConT.h
-rw-r--r-- root/root usr/include/Xm/Tree.h
-rw-r--r-- root/root usr/include/Xm/TreeP.h
-rw-r--r-- root/root usr/include/Xm/TxtPropCv.h
-rw-r--r-- root/root usr/include/Xm/UnhighlightT.h
-rw-r--r-- root/root usr/include/Xm/UnitTypeT.h
-rw-r--r-- root/root usr/include/Xm/VaSimpleP.h
-rw-r--r-- root/root usr/include/Xm/VendorS.h
-rw-r--r-- root/root usr/include/Xm/VendorSEP.h
-rw-r--r-- root/root usr/include/Xm/VendorSP.h
-rw-r--r-- root/root usr/include/Xm/VirtKeys.h
-rw-r--r-- root/root usr/include/Xm/VirtKeysP.h
-rw-r--r-- root/root usr/include/Xm/Xm.h
-rw-r--r-- root/root usr/include/Xm/XmAll.h
-rw-r--r-- root/root usr/include/Xm/XmIm.h
-rw-r--r-- root/root usr/include/Xm/XmP.h
-rw-r--r-- root/root usr/include/Xm/XmStrDefs.h
-rw-r--r-- root/root usr/include/Xm/XmStrDefs22.h
-rw-r--r-- root/root usr/include/Xm/Xmfuncs.h
-rw-r--r-- root/root usr/include/Xm/XmosP.h
-rw-r--r-- root/root usr/include/Xm/Xmos_r.h
-rw-r--r-- root/root usr/include/Xm/Xmpoll.h
-rw-r--r-- root/root usr/include/Xm/XpmP.h
-rw-r--r-- root/root usr/include/Xm/xmlist.h
drwxr-xr-x root/root usr/include/uil/
-rw-r--r-- root/root usr/include/uil/Uil.h
-rw-r--r-- root/root usr/include/uil/UilDBDef.h
-rw-r--r-- root/root usr/include/uil/UilDef.h
-rw-r--r-- root/root usr/include/uil/UilSymDef.h
-rw-r--r-- root/root usr/include/uil/UilSymGl.h
-rw-r--r-- root/root usr/include/uil/XmAppl.uil
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/X11/
drwxr-xr-x root/root usr/lib/X11/bindings/
-rw-r--r-- root/root usr/lib/X11/bindings/acorn
-rw-r--r-- root/root usr/lib/X11/bindings/apollo
-rw-r--r-- root/root usr/lib/X11/bindings/dec
-rw-r--r-- root/root usr/lib/X11/bindings/dg_AViiON
-rw-r--r-- root/root usr/lib/X11/bindings/doubleclick
-rw-r--r-- root/root usr/lib/X11/bindings/hal
-rw-r--r-- root/root usr/lib/X11/bindings/hitachi
-rw-r--r-- root/root usr/lib/X11/bindings/hp
-rw-r--r-- root/root usr/lib/X11/bindings/ibm
-rw-r--r-- root/root usr/lib/X11/bindings/intergraph
-rw-r--r-- root/root usr/lib/X11/bindings/intergraph17
-rw-r--r-- root/root usr/lib/X11/bindings/megatek
-rw-r--r-- root/root usr/lib/X11/bindings/motorola
-rw-r--r-- root/root usr/lib/X11/bindings/ncr_at
-rw-r--r-- root/root usr/lib/X11/bindings/ncr_vt
-rw-r--r-- root/root usr/lib/X11/bindings/pc
-rw-r--r-- root/root usr/lib/X11/bindings/sgi
-rw-r--r-- root/root usr/lib/X11/bindings/siemens_9733
-rw-r--r-- root/root usr/lib/X11/bindings/siemens_wx200
-rw-r--r-- root/root usr/lib/X11/bindings/sni
-rw-r--r-- root/root usr/lib/X11/bindings/sni_97801
-rw-r--r-- root/root usr/lib/X11/bindings/sony
-rw-r--r-- root/root usr/lib/X11/bindings/sun
-rw-r--r-- root/root usr/lib/X11/bindings/sun_at
-rw-r--r-- root/root usr/lib/X11/bindings/tek
-rw-r--r-- root/root usr/lib/X11/bindings/xmbind.alias
-rw-r--r-- root/root usr/lib/X11/system.mwmrc
-rw-r--r-- root/root usr/lib/libMrm.a
-rwxr-xr-x root/root usr/lib/libMrm.la
lrwxrwxrwx root/root usr/lib/libMrm.so -> libMrm.so.3.0.2
lrwxrwxrwx root/root usr/lib/libMrm.so.3 -> libMrm.so.3.0.2
-rwxr-xr-x root/root usr/lib/libMrm.so.3.0.2
-rw-r--r-- root/root usr/lib/libUil.a
-rwxr-xr-x root/root usr/lib/libUil.la
lrwxrwxrwx root/root usr/lib/libUil.so -> libUil.so.3.0.2
lrwxrwxrwx root/root usr/lib/libUil.so.3 -> libUil.so.3.0.2
-rwxr-xr-x root/root usr/lib/libUil.so.3.0.2
-rw-r--r-- root/root usr/lib/libXm.a
-rwxr-xr-x root/root usr/lib/libXm.la
lrwxrwxrwx root/root usr/lib/libXm.so -> libXm.so.3.0.2
lrwxrwxrwx root/root usr/lib/libXm.so.3 -> libXm.so.3.0.2
-rwxr-xr-x root/root usr/lib/libXm.so.3.0.2
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mwm.1.gz
-rw-r--r-- root/root usr/man/man1/uil.1.gz
-rw-r--r-- root/root usr/man/man1/xmbind.1.gz
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/ApplicationShell.3.gz
-rw-r--r-- root/root usr/man/man3/Composite.3.gz
-rw-r--r-- root/root usr/man/man3/Constraint.3.gz
-rw-r--r-- root/root usr/man/man3/Core.3.gz
-rw-r--r-- root/root usr/man/man3/MrmCloseHierarchy.3.gz
-rw-r--r-- root/root usr/man/man3/MrmFetchBitmapLiteral.3.gz
-rw-r--r-- root/root usr/man/man3/MrmFetchColorLiteral.3.gz
-rw-r--r-- root/root usr/man/man3/MrmFetchIconLiteral.3.gz
-rw-r--r-- root/root usr/man/man3/MrmFetchLiteral.3.gz
-rw-r--r-- root/root usr/man/man3/MrmFetchSetValues.3.gz
-rw-r--r-- root/root usr/man/man3/MrmFetchWidget.3.gz
-rw-r--r-- root/root usr/man/man3/MrmFetchWidgetOverride.3.gz
-rw-r--r-- root/root usr/man/man3/MrmInitialize.3.gz
-rw-r--r-- root/root usr/man/man3/MrmOpenHierarchy.3.gz
-rw-r--r-- root/root usr/man/man3/MrmOpenHierarchyFromBuffer.3.gz
-rw-r--r-- root/root usr/man/man3/MrmOpenHierarchyPerDisplay.3.gz
-rw-r--r-- root/root usr/man/man3/MrmRegisterClass.3.gz
-rw-r--r-- root/root usr/man/man3/MrmRegisterNames.3.gz
-rw-r--r-- root/root usr/man/man3/MrmRegisterNamesInHierarchy.3.gz
-rw-r--r-- root/root usr/man/man3/Object.3.gz
-rw-r--r-- root/root usr/man/man3/OverrideShell.3.gz
-rw-r--r-- root/root usr/man/man3/RectObj.3.gz
-rw-r--r-- root/root usr/man/man3/Shell.3.gz
-rw-r--r-- root/root usr/man/man3/TopLevelShell.3.gz
-rw-r--r-- root/root usr/man/man3/TransientShell.3.gz
-rw-r--r-- root/root usr/man/man3/Uil.3.gz
-rw-r--r-- root/root usr/man/man3/UilDumpSymbolTable.3.gz
-rw-r--r-- root/root usr/man/man3/VendorShell.3.gz
-rw-r--r-- root/root usr/man/man3/VirtualBindings.3.gz
-rw-r--r-- root/root usr/man/man3/WMShell.3.gz
-rw-r--r-- root/root usr/man/man3/XmActivateProtocol.3.gz
-rw-r--r-- root/root usr/man/man3/XmActivateWMProtocol.3.gz
-rw-r--r-- root/root usr/man/man3/XmAddProtocolCallback.3.gz
-rw-r--r-- root/root usr/man/man3/XmAddProtocols.3.gz
-rw-r--r-- root/root usr/man/man3/XmAddTabGroup.3.gz
-rw-r--r-- root/root usr/man/man3/XmAddToPostFromList.3.gz
-rw-r--r-- root/root usr/man/man3/XmAddWMProtocolCallback.3.gz
-rw-r--r-- root/root usr/man/man3/XmAddWMProtocols.3.gz
-rw-r--r-- root/root usr/man/man3/XmArrowButton.3.gz
-rw-r--r-- root/root usr/man/man3/XmArrowButtonGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmBulletinBoard.3.gz
-rw-r--r-- root/root usr/man/man3/XmButtonBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmCascadeButton.3.gz
-rw-r--r-- root/root usr/man/man3/XmCascadeButtonGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmCascadeButtonGadgetHighlight.3.gz
-rw-r--r-- root/root usr/man/man3/XmCascadeButtonHighlight.3.gz
-rw-r--r-- root/root usr/man/man3/XmChangeColor.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardCancelCopy.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardCopy.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardCopyByName.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardEndCopy.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardEndRetrieve.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardInquireCount.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardInquireFormat.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardInquireLength.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardInquirePendingItems.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardLock.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardRegisterFormat.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardRetrieve.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardStartCopy.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardStartRetrieve.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardUndoCopy.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardUnlock.3.gz
-rw-r--r-- root/root usr/man/man3/XmClipboardWithdrawFormat.3.gz
-rw-r--r-- root/root usr/man/man3/XmColorSelector.3.gz
-rw-r--r-- root/root usr/man/man3/XmColumn.3.gz
-rw-r--r-- root/root usr/man/man3/XmComboBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmComboBoxAddItem.3.gz
-rw-r--r-- root/root usr/man/man3/XmComboBoxDeletePos.3.gz
-rw-r--r-- root/root usr/man/man3/XmComboBoxSelectItem.3.gz
-rw-r--r-- root/root usr/man/man3/XmComboBoxSetItem.3.gz
-rw-r--r-- root/root usr/man/man3/XmComboBoxUpdate.3.gz
-rw-r--r-- root/root usr/man/man3/XmCommand.3.gz
-rw-r--r-- root/root usr/man/man3/XmCommandAppendValue.3.gz
-rw-r--r-- root/root usr/man/man3/XmCommandError.3.gz
-rw-r--r-- root/root usr/man/man3/XmCommandGetChild.3.gz
-rw-r--r-- root/root usr/man/man3/XmCommandSetValue.3.gz
-rw-r--r-- root/root usr/man/man3/XmContainer.3.gz
-rw-r--r-- root/root usr/man/man3/XmContainerCopy.3.gz
-rw-r--r-- root/root usr/man/man3/XmContainerCopyLink.3.gz
-rw-r--r-- root/root usr/man/man3/XmContainerCut.3.gz
-rw-r--r-- root/root usr/man/man3/XmContainerGetItemChildren.3.gz
-rw-r--r-- root/root usr/man/man3/XmContainerPaste.3.gz
-rw-r--r-- root/root usr/man/man3/XmContainerPasteLink.3.gz
-rw-r--r-- root/root usr/man/man3/XmContainerRelayout.3.gz
-rw-r--r-- root/root usr/man/man3/XmContainerReorder.3.gz
-rw-r--r-- root/root usr/man/man3/XmConvertStringToUnits.3.gz
-rw-r--r-- root/root usr/man/man3/XmConvertUnits.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateArrowButton.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateArrowButtonGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateBulletinBoard.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateBulletinBoardDialog.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateCascadeButton.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateCascadeButtonGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateComboBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateCommand.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateCommandDialog.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateContainer.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateDialogShell.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateDragIcon.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateDrawingArea.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateDrawnButton.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateDropDown.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateDropDownComboBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateDropDownList.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateErrorDialog.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateFileSelectionBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateFileSelectionDialog.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateForm.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateFormDialog.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateFrame.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateIconGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateInformationDialog.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateLabel.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateLabelGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateList.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateMainWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateMenuBar.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateMenuShell.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateMessageBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateMessageDialog.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateMultiList.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateNotebook.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateOptionMenu.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreatePanedWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreatePopupMenu.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreatePromptDialog.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreatePulldownMenu.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreatePushButton.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreatePushButtonGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateQuestionDialog.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateRadioBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateRowColumn.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateScale.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateScrollBar.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateScrolledList.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateScrolledText.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateScrolledWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateSelectionBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateSelectionDialog.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateSeparator.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateSeparatorGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateSimpleCheckBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateSimpleMenuBar.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateSimpleOptionMenu.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateSimplePopupMenu.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateSimplePulldownMenu.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateSimpleRadioBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateSimpleSpinBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateSpinBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateTemplateDialog.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateText.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateTextField.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateToggleButton.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateToggleButtonGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateWarningDialog.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateWorkArea.3.gz
-rw-r--r-- root/root usr/man/man3/XmCreateWorkingDialog.3.gz
-rw-r--r-- root/root usr/man/man3/XmCvtByteStreamToXmString.3.gz
-rw-r--r-- root/root usr/man/man3/XmCvtCTToXmString.3.gz
-rw-r--r-- root/root usr/man/man3/XmCvtStringToUnitType.3.gz
-rw-r--r-- root/root usr/man/man3/XmCvtTextPropertyToXmStringTable.3.gz
-rw-r--r-- root/root usr/man/man3/XmCvtXmStringTableToTextProperty.3.gz
-rw-r--r-- root/root usr/man/man3/XmCvtXmStringToByteStream.3.gz
-rw-r--r-- root/root usr/man/man3/XmCvtXmStringToCT.3.gz
-rw-r--r-- root/root usr/man/man3/XmDataField.3.gz
-rw-r--r-- root/root usr/man/man3/XmDeactivateProtocol.3.gz
-rw-r--r-- root/root usr/man/man3/XmDeactivateWMProtocol.3.gz
-rw-r--r-- root/root usr/man/man3/XmDestroyPixmap.3.gz
-rw-r--r-- root/root usr/man/man3/XmDialogShell.3.gz
-rw-r--r-- root/root usr/man/man3/XmDirection.3.gz
-rw-r--r-- root/root usr/man/man3/XmDirectionMatch.3.gz
-rw-r--r-- root/root usr/man/man3/XmDirectionMatchPartial.3.gz
-rw-r--r-- root/root usr/man/man3/XmDirectionToStringDirection.3.gz
-rw-r--r-- root/root usr/man/man3/XmDisplay.3.gz
-rw-r--r-- root/root usr/man/man3/XmDragCancel.3.gz
-rw-r--r-- root/root usr/man/man3/XmDragContext.3.gz
-rw-r--r-- root/root usr/man/man3/XmDragIcon.3.gz
-rw-r--r-- root/root usr/man/man3/XmDragStart.3.gz
-rw-r--r-- root/root usr/man/man3/XmDrawingArea.3.gz
-rw-r--r-- root/root usr/man/man3/XmDrawnButton.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropDown.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropDownGetArrow.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropDownGetLabel.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropDownGetList.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropDownGetText.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropDownGetValue.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropSite.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropSiteConfigureStackingOrder.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropSiteEndUpdate.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropSiteQueryStackingOrder.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropSiteRegister.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropSiteRegistered.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropSiteRetrieve.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropSiteStartUpdate.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropSiteUnregister.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropSiteUpdate.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropTransfer.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropTransferAdd.3.gz
-rw-r--r-- root/root usr/man/man3/XmDropTransferStart.3.gz
-rw-r--r-- root/root usr/man/man3/XmFileSelectionBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmFileSelectionBoxGetChild.3.gz
-rw-r--r-- root/root usr/man/man3/XmFileSelectionDoSearch.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontList.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListAdd.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListAppendEntry.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListCopy.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListCreate.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListEntryCreate.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListEntryFree.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListEntryGetFont.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListEntryGetTag.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListEntryLoad.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListFree.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListFreeFontContext.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListGetNextFont.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListInitFontContext.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListNextEntry.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontListRemoveEntry.3.gz
-rw-r--r-- root/root usr/man/man3/XmFontSelector.3.gz
-rw-r--r-- root/root usr/man/man3/XmForm.3.gz
-rw-r--r-- root/root usr/man/man3/XmFrame.3.gz
-rw-r--r-- root/root usr/man/man3/XmGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetAtomName.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetColorCalculation.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetColors.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetDestination.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetDragContext.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetFocusWidget.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetMenuCursor.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetPixmap.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetPixmapByDepth.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetPostedFromWidget.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetScaledPixmap.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetSecondaryResourceData.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetTabGroup.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetTearOffControl.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetVisibility.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetXmDisplay.3.gz
-rw-r--r-- root/root usr/man/man3/XmGetXmScreen.3.gz
-rw-r--r-- root/root usr/man/man3/XmIconBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmIconButton.3.gz
-rw-r--r-- root/root usr/man/man3/XmIconGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmImCloseXIM.3.gz
-rw-r--r-- root/root usr/man/man3/XmImFreeXIC.3.gz
-rw-r--r-- root/root usr/man/man3/XmImGetXIC.3.gz
-rw-r--r-- root/root usr/man/man3/XmImGetXIM.3.gz
-rw-r--r-- root/root usr/man/man3/XmImMbLookupString.3.gz
-rw-r--r-- root/root usr/man/man3/XmImMbResetIC.3.gz
-rw-r--r-- root/root usr/man/man3/XmImRegister.3.gz
-rw-r--r-- root/root usr/man/man3/XmImSetFocusValues.3.gz
-rw-r--r-- root/root usr/man/man3/XmImSetValues.3.gz
-rw-r--r-- root/root usr/man/man3/XmImSetXIC.3.gz
-rw-r--r-- root/root usr/man/man3/XmImUnregister.3.gz
-rw-r--r-- root/root usr/man/man3/XmImUnsetFocus.3.gz
-rw-r--r-- root/root usr/man/man3/XmImVaSetFocusValues.3.gz
-rw-r--r-- root/root usr/man/man3/XmImVaSetValues.3.gz
-rw-r--r-- root/root usr/man/man3/XmInstallImage.3.gz
-rw-r--r-- root/root usr/man/man3/XmInternAtom.3.gz
-rw-r--r-- root/root usr/man/man3/XmIsMotifWMRunning.3.gz
-rw-r--r-- root/root usr/man/man3/XmIsTraversable.3.gz
-rw-r--r-- root/root usr/man/man3/XmLabel.3.gz
-rw-r--r-- root/root usr/man/man3/XmLabelGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmList.3.gz
-rw-r--r-- root/root usr/man/man3/XmListAddItem.3.gz
-rw-r--r-- root/root usr/man/man3/XmListAddItemUnselected.3.gz
-rw-r--r-- root/root usr/man/man3/XmListAddItems.3.gz
-rw-r--r-- root/root usr/man/man3/XmListAddItemsUnselected.3.gz
-rw-r--r-- root/root usr/man/man3/XmListDeleteAllItems.3.gz
-rw-r--r-- root/root usr/man/man3/XmListDeleteItem.3.gz
-rw-r--r-- root/root usr/man/man3/XmListDeleteItems.3.gz
-rw-r--r-- root/root usr/man/man3/XmListDeleteItemsPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmListDeletePos.3.gz
-rw-r--r-- root/root usr/man/man3/XmListDeletePositions.3.gz
-rw-r--r-- root/root usr/man/man3/XmListDeselectAllItems.3.gz
-rw-r--r-- root/root usr/man/man3/XmListDeselectItem.3.gz
-rw-r--r-- root/root usr/man/man3/XmListDeselectPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmListGetKbdItemPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmListGetMatchPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmListGetSelectedPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmListItemExists.3.gz
-rw-r--r-- root/root usr/man/man3/XmListItemPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmListPosSelected.3.gz
-rw-r--r-- root/root usr/man/man3/XmListPosToBounds.3.gz
-rw-r--r-- root/root usr/man/man3/XmListReplaceItems.3.gz
-rw-r--r-- root/root usr/man/man3/XmListReplaceItemsPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmListReplaceItemsPosUnselected.3.gz
-rw-r--r-- root/root usr/man/man3/XmListReplaceItemsUnselected.3.gz
-rw-r--r-- root/root usr/man/man3/XmListReplacePositions.3.gz
-rw-r--r-- root/root usr/man/man3/XmListSelectItem.3.gz
-rw-r--r-- root/root usr/man/man3/XmListSelectPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmListSetAddMode.3.gz
-rw-r--r-- root/root usr/man/man3/XmListSetBottomItem.3.gz
-rw-r--r-- root/root usr/man/man3/XmListSetBottomPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmListSetHorizPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmListSetItem.3.gz
-rw-r--r-- root/root usr/man/man3/XmListSetKbdItemPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmListSetPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmListUpdateSelectedList.3.gz
-rw-r--r-- root/root usr/man/man3/XmListYToPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmMainWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XmMainWindowSep1.3.gz
-rw-r--r-- root/root usr/man/man3/XmMainWindowSep2.3.gz
-rw-r--r-- root/root usr/man/man3/XmMainWindowSep3.3.gz
-rw-r--r-- root/root usr/man/man3/XmMainWindowSetAreas.3.gz
-rw-r--r-- root/root usr/man/man3/XmManager.3.gz
-rw-r--r-- root/root usr/man/man3/XmMapSegmentEncoding.3.gz
-rw-r--r-- root/root usr/man/man3/XmMenuPosition.3.gz
-rw-r--r-- root/root usr/man/man3/XmMenuShell.3.gz
-rw-r--r-- root/root usr/man/man3/XmMessageBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmMessageBoxGetChild.3.gz
-rw-r--r-- root/root usr/man/man3/XmMultiList.3.gz
-rw-r--r-- root/root usr/man/man3/XmMultiListDeselectAllItems.3.gz
-rw-r--r-- root/root usr/man/man3/XmMultiListDeselectItem.3.gz
-rw-r--r-- root/root usr/man/man3/XmMultiListDeselectItems.3.gz
-rw-r--r-- root/root usr/man/man3/XmMultiListDeselectRow.3.gz
-rw-r--r-- root/root usr/man/man3/XmMultiListGetSelectedRowArray.3.gz
-rw-r--r-- root/root usr/man/man3/XmMultiListGetSelectedRows.3.gz
-rw-r--r-- root/root usr/man/man3/XmMultiListMakeRowVisible.3.gz
-rw-r--r-- root/root usr/man/man3/XmMultiListSelectAllItems.3.gz
-rw-r--r-- root/root usr/man/man3/XmMultiListSelectItems.3.gz
-rw-r--r-- root/root usr/man/man3/XmMultiListSelectRow.3.gz
-rw-r--r-- root/root usr/man/man3/XmMultiListToggleRow.3.gz
-rw-r--r-- root/root usr/man/man3/XmNotebook.3.gz
-rw-r--r-- root/root usr/man/man3/XmNotebookGetPageInfo.3.gz
-rw-r--r-- root/root usr/man/man3/XmObjectAtPoint.3.gz
-rw-r--r-- root/root usr/man/man3/XmOptionButtonGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmOptionLabelGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmPanedWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XmParseMapping.3.gz
-rw-r--r-- root/root usr/man/man3/XmParseMappingCreate.3.gz
-rw-r--r-- root/root usr/man/man3/XmParseMappingFree.3.gz
-rw-r--r-- root/root usr/man/man3/XmParseMappingGetValues.3.gz
-rw-r--r-- root/root usr/man/man3/XmParseMappingSetValues.3.gz
-rw-r--r-- root/root usr/man/man3/XmParseTable.3.gz
-rw-r--r-- root/root usr/man/man3/XmParseTableFree.3.gz
-rw-r--r-- root/root usr/man/man3/XmPrimitive.3.gz
-rw-r--r-- root/root usr/man/man3/XmPrintPopupPDM.3.gz
-rw-r--r-- root/root usr/man/man3/XmPrintSetup.3.gz
-rw-r--r-- root/root usr/man/man3/XmPrintShell.3.gz
-rw-r--r-- root/root usr/man/man3/XmPrintToFile.3.gz
-rw-r--r-- root/root usr/man/man3/XmProcessTraversal.3.gz
-rw-r--r-- root/root usr/man/man3/XmPushButton.3.gz
-rw-r--r-- root/root usr/man/man3/XmPushButtonGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmRedisplayWidget.3.gz
-rw-r--r-- root/root usr/man/man3/XmRegisterSegmentEncoding.3.gz
-rw-r--r-- root/root usr/man/man3/XmRemoveFromPostFromList.3.gz
-rw-r--r-- root/root usr/man/man3/XmRemoveProtocolCallback.3.gz
-rw-r--r-- root/root usr/man/man3/XmRemoveProtocols.3.gz
-rw-r--r-- root/root usr/man/man3/XmRemoveTabGroup.3.gz
-rw-r--r-- root/root usr/man/man3/XmRemoveWMProtocolCallback.3.gz
-rw-r--r-- root/root usr/man/man3/XmRemoveWMProtocols.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenderTable.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenderTableAddRenditions.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenderTableCopy.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenderTableCvtFromProp.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenderTableCvtToProp.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenderTableFree.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenderTableGetRendition.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenderTableGetRenditions.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenderTableGetTags.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenderTableRemoveRenditions.3.gz
-rw-r--r-- root/root usr/man/man3/XmRendition.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenditionCreate.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenditionFree.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenditionRetrieve.3.gz
-rw-r--r-- root/root usr/man/man3/XmRenditionUpdate.3.gz
-rw-r--r-- root/root usr/man/man3/XmRepTypeAddReverse.3.gz
-rw-r--r-- root/root usr/man/man3/XmRepTypeGetId.3.gz
-rw-r--r-- root/root usr/man/man3/XmRepTypeGetNameList.3.gz
-rw-r--r-- root/root usr/man/man3/XmRepTypeGetRecord.3.gz
-rw-r--r-- root/root usr/man/man3/XmRepTypeGetRegistered.3.gz
-rw-r--r-- root/root usr/man/man3/XmRepTypeInstallTearOffModelConverter.3.gz
-rw-r--r-- root/root usr/man/man3/XmRepTypeRegister.3.gz
-rw-r--r-- root/root usr/man/man3/XmRepTypeValidValue.3.gz
-rw-r--r-- root/root usr/man/man3/XmResolveAllPartOffsets.3.gz
-rw-r--r-- root/root usr/man/man3/XmResolvePartOffsets.3.gz
-rw-r--r-- root/root usr/man/man3/XmRowColumn.3.gz
-rw-r--r-- root/root usr/man/man3/XmScale.3.gz
-rw-r--r-- root/root usr/man/man3/XmScaleGetValue.3.gz
-rw-r--r-- root/root usr/man/man3/XmScaleSetTicks.3.gz
-rw-r--r-- root/root usr/man/man3/XmScaleSetValue.3.gz
-rw-r--r-- root/root usr/man/man3/XmScreen.3.gz
-rw-r--r-- root/root usr/man/man3/XmScrollBar.3.gz
-rw-r--r-- root/root usr/man/man3/XmScrollBarGetValues.3.gz
-rw-r--r-- root/root usr/man/man3/XmScrollBarSetValues.3.gz
-rw-r--r-- root/root usr/man/man3/XmScrollVisible.3.gz
-rw-r--r-- root/root usr/man/man3/XmScrolledWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XmScrolledWindowSetAreas.3.gz
-rw-r--r-- root/root usr/man/man3/XmSelectionBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmSelectionBoxGetChild.3.gz
-rw-r--r-- root/root usr/man/man3/XmSeparator.3.gz
-rw-r--r-- root/root usr/man/man3/XmSeparatorGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmSetColorCalculation.3.gz
-rw-r--r-- root/root usr/man/man3/XmSetFontUnit.3.gz
-rw-r--r-- root/root usr/man/man3/XmSetFontUnits.3.gz
-rw-r--r-- root/root usr/man/man3/XmSetMenuCursor.3.gz
-rw-r--r-- root/root usr/man/man3/XmSetProtocolHooks.3.gz
-rw-r--r-- root/root usr/man/man3/XmSetWMProtocolHooks.3.gz
-rw-r--r-- root/root usr/man/man3/XmSimpleSpinBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmSimpleSpinBoxAddItem.3.gz
-rw-r--r-- root/root usr/man/man3/XmSimpleSpinBoxDeletePos.3.gz
-rw-r--r-- root/root usr/man/man3/XmSimpleSpinBoxSetItem.3.gz
-rw-r--r-- root/root usr/man/man3/XmSlideContext.3.gz
-rw-r--r-- root/root usr/man/man3/XmSpinBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmSpinBoxValidatePosition.3.gz
-rw-r--r-- root/root usr/man/man3/XmString.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringBaseline.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringByteCompare.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringByteStreamLength.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringCompare.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringComponentCreate.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringComponentType.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringConcat.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringConcatAndFree.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringCopy.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringCreate.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringCreateLocalized.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringCreateLtoR.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringCreateSimple.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringDirection.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringDirectionCreate.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringDirectionToDirection.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringDraw.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringDrawImage.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringDrawUnderline.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringEmpty.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringExtent.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringFree.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringFreeContext.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringGenerate.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringGetLtoR.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringGetNextComponent.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringGetNextSegment.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringGetNextTriple.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringHasSubstring.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringHeight.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringInitContext.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringIsVoid.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringLength.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringLineCount.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringNConcat.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringNCopy.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringParseText.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringPeekNextComponent.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringPeekNextTriple.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringPutRendition.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringSegmentCreate.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringSeparatorCreate.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringTable.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringTableParseStringArray.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringTableProposeTablist.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringTableToXmString.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringTableUnparse.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringToXmStringTable.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringUnparse.3.gz
-rw-r--r-- root/root usr/man/man3/XmStringWidth.3.gz
-rw-r--r-- root/root usr/man/man3/XmTab.3.gz
-rw-r--r-- root/root usr/man/man3/XmTabCreate.3.gz
-rw-r--r-- root/root usr/man/man3/XmTabFree.3.gz
-rw-r--r-- root/root usr/man/man3/XmTabGetValues.3.gz
-rw-r--r-- root/root usr/man/man3/XmTabList.3.gz
-rw-r--r-- root/root usr/man/man3/XmTabListCopy.3.gz
-rw-r--r-- root/root usr/man/man3/XmTabListFree.3.gz
-rw-r--r-- root/root usr/man/man3/XmTabListGetTab.3.gz
-rw-r--r-- root/root usr/man/man3/XmTabListInsertTabs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTabListRemoveTabs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTabListReplacePositions.3.gz
-rw-r--r-- root/root usr/man/man3/XmTabListTabCount.3.gz
-rw-r--r-- root/root usr/man/man3/XmTabSetValue.3.gz
-rw-r--r-- root/root usr/man/man3/XmTabStack.3.gz
-rw-r--r-- root/root usr/man/man3/XmTargetsAreCompatible.3.gz
-rw-r--r-- root/root usr/man/man3/XmText.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextClearSelection.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextCopy.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextCopyLink.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextCut.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextDisableRedisplay.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextEnableRedisplay.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextField.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldClearSelection.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldCopy.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldCopyLink.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldCut.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldGetBaseline.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldGetEditable.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldGetInsertionPosition.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldGetLastPosition.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldGetMaxLength.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldGetSelection.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldGetSelectionPosition.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldGetSelectionWcs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldGetString.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldGetStringWcs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldGetSubstring.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldGetSubstringWcs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldInsert.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldInsertWcs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldPaste.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldPasteLink.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldPosToXY.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldRemove.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldReplace.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldReplaceWcs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldSetAddMode.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldSetEditable.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldSetHighlight.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldSetInsertionPosition.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldSetMaxLength.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldSetSelection.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldSetString.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldSetStringWcs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldShowPosition.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFieldXYToPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFindString.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextFindStringWcs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetBaseline.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetCenterline.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetEditable.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetInsertionPosition.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetLastPosition.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetMaxLength.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetSelection.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetSelectionPosition.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetSelectionWcs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetSource.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetString.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetStringWcs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetSubstring.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetSubstringWcs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextGetTopCharacter.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextInsert.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextInsertWcs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextPaste.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextPasteLink.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextPosToXY.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextPosition.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextRemove.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextReplace.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextReplaceWcs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextScroll.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextSetAddMode.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextSetEditable.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextSetHighlight.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextSetInsertionPosition.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextSetMaxLength.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextSetSelection.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextSetSource.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextSetString.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextSetStringWcs.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextSetTopCharacter.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextShowPosition.3.gz
-rw-r--r-- root/root usr/man/man3/XmTextXYToPos.3.gz
-rw-r--r-- root/root usr/man/man3/XmToggleButton.3.gz
-rw-r--r-- root/root usr/man/man3/XmToggleButtonGadget.3.gz
-rw-r--r-- root/root usr/man/man3/XmToggleButtonGadgetGetState.3.gz
-rw-r--r-- root/root usr/man/man3/XmToggleButtonGadgetSetState.3.gz
-rw-r--r-- root/root usr/man/man3/XmToggleButtonGetState.3.gz
-rw-r--r-- root/root usr/man/man3/XmToggleButtonSetState.3.gz
-rw-r--r-- root/root usr/man/man3/XmToggleButtonSetValue.3.gz
-rw-r--r-- root/root usr/man/man3/XmTrackingEvent.3.gz
-rw-r--r-- root/root usr/man/man3/XmTrackingLocate.3.gz
-rw-r--r-- root/root usr/man/man3/XmTransferDone.3.gz
-rw-r--r-- root/root usr/man/man3/XmTransferSendRequest.3.gz
-rw-r--r-- root/root usr/man/man3/XmTransferSetParameters.3.gz
-rw-r--r-- root/root usr/man/man3/XmTransferStartRequest.3.gz
-rw-r--r-- root/root usr/man/man3/XmTransferValue.3.gz
-rw-r--r-- root/root usr/man/man3/XmTranslateKey.3.gz
-rw-r--r-- root/root usr/man/man3/XmTree.3.gz
-rw-r--r-- root/root usr/man/man3/XmUninstallImage.3.gz
-rw-r--r-- root/root usr/man/man3/XmUpdateDisplay.3.gz
-rw-r--r-- root/root usr/man/man3/XmVaCreateSimpleCheckBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmVaCreateSimpleMenuBar.3.gz
-rw-r--r-- root/root usr/man/man3/XmVaCreateSimpleOptionMenu.3.gz
-rw-r--r-- root/root usr/man/man3/XmVaCreateSimplePopupMenu.3.gz
-rw-r--r-- root/root usr/man/man3/XmVaCreateSimplePulldownMenu.3.gz
-rw-r--r-- root/root usr/man/man3/XmVaCreateSimpleRadioBox.3.gz
-rw-r--r-- root/root usr/man/man3/XmWidgetGetBaselines.3.gz
-rw-r--r-- root/root usr/man/man3/XmWidgetGetDisplayRect.3.gz
drwxr-xr-x root/root usr/man/man4/
-rw-r--r-- root/root usr/man/man4/mwmrc.4.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/Traits.5.gz
-rw-r--r-- root/root usr/man/man5/UIL.5.gz
-rw-r--r-- root/root usr/man/man5/WML.5.gz

1
openmotif/.md5sum Normal file
View File

@ -0,0 +1 @@
94c96a0f94ee0d5e41d3dba2188b263d openMotif-2.2.3.tar.gz

18
openmotif/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: The Open Motif toolkit and standard Motif clients (such as MWM)
# URL: http://www.motifzone.com
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: x11
name=openmotif
version=2.2.3
release=2
source=(ftp://ftp.ics.com/pub/Products/Motif/om${version}/src/openMotif-$version.tar.gz)
build() {
cd openMotif-$version
./configure --prefix=/usr
sed -i 's/demos//' Makefile
make
make DESTDIR=$PKG install
}

8
rar/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/rarfiles.lst
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rar
-rwxr-xr-x root/root usr/bin/unrar
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/default.sfx

1
rar/.md5sum Normal file
View File

@ -0,0 +1 @@
743ae1cb750c11fa55d7204a9d7f256f rarlinux-3.4.1.tar.gz

19
rar/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: The RAR Archiver
# URL: http://www.rarlab.com
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
name=rar
version=3.4.1
release=1
source=(http://www.rarlab.com/rar/rarlinux-$version.tar.gz)
build() {
cd $name
mkdir -p $PKG/usr/{bin,lib}
mkdir $PKG/etc
cp unrar $PKG/usr/bin
cp rar_static $PKG/usr/bin/rar
cp rarfiles.lst $PKG/etc
cp default.sfx $PKG/usr/lib
}

8
rsnapshot/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rsnapshot
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/rsnapshot.conf.default
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/rsnapshot.1.gz

1
rsnapshot/.md5sum Normal file
View File

@ -0,0 +1 @@
b126ae490889e5514f4a5d14a1128897 rsnapshot-1.2.1.tar.gz

20
rsnapshot/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: a filesystem snapshot utility based on rsync
# URL: http://www.rsnapshot.org
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: perl
name=rsnapshot
version=1.2.1
release=1
source=(http://www.rsnapshot.org/downloads/rsnapshot-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
rm -rf $PKG/usr/share/doc
}

6
rsnapshot/README Normal file
View File

@ -0,0 +1,6 @@
POST-INSTALL
Copy /usr/etc/rsnapshot.conf.default to /usr/etc/rsnapshot.conf, and configure.
There is a HOWTO at: http://www.rsnapshot.org/howto

6
schedtool/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/schedtool
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rwxr-xr-x root/root usr/man/man8/schedtool.8.gz

1
schedtool/.md5sum Normal file
View File

@ -0,0 +1 @@
5948d4cb6d82b57e732de4359fcb5bd4 schedtool-1.1.2.tar.bz2

18
schedtool/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: schedtool interfaces with the Linux CPU scheduler
# URL: http://freshmeat.net/projects/schedtool/?topic_id=136
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on:
name=schedtool
version=1.1.2
release=1
source=(http://freequaos.host.sk/schedtool/schedtool-$version.tar.bz2)
build() {
cd $name-$version
make no_affinity
sed -i "s,DESTPREFIX=/usr/local,DESTPREFIX=${PKG}/usr," Makefile
make install
rm -rf $PKG/usr/share
}

32
schedtool/README Normal file
View File

@ -0,0 +1,32 @@
PREREQUISITES:
--------------
This package is released under the terms of the GPL2; you can read it in the
file LICENSE. Use at your own risk.
SCHED_NORMAL, SCHED_FIFO and SCHED_RR are the supported out of the box
by every linux-kernel.
If you want to use special scheduling policies, get the according patches
listed below.
o SCHED_BATCH:
Kernel 2.4.18+ with Ingo Molnar's O(1)-sched-patch
[ http://www.kernel.org/pub/linux/kernel/people/mingo ]
2.5.X kernels and the stock 2.6 don't seem to know about SCHED_BATCH.
Con Kolivas maintains patches for 2.6.
[ http://ck.kolivas.org/patches/2.6 ]
o SCHED_ISO:
2.6.X and special patches by Con Kolivas
[ http://ck.kolivas.org/patches/2.6 ]
o CPU-AFFINITY:
kernel 2.5.8 or later
RedHat9 does contain a patched kernel that supports CPU-affinity
for 2.4.X the -aa series also contain support for CPU-affinity
[ http://www.kernel.org/pub/linux/kernel/people/andrea ]

465
scribus/.footprint Normal file
View File

@ -0,0 +1,465 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/scribus
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/scribus/
-rw-r--r-- root/root usr/include/scribus/alignselect.h
-rw-r--r-- root/root usr/include/scribus/bookmwin.h
-rw-r--r-- root/root usr/include/scribus/bookpalette.h
-rw-r--r-- root/root usr/include/scribus/cmykcolor.h
-rw-r--r-- root/root usr/include/scribus/colorm.h
-rw-r--r-- root/root usr/include/scribus/cpalette.h
-rw-r--r-- root/root usr/include/scribus/customfdialog.h
-rw-r--r-- root/root usr/include/scribus/fontcombo.h
-rw-r--r-- root/root usr/include/scribus/fparser.h
-rw-r--r-- root/root usr/include/scribus/fpoint.h
-rw-r--r-- root/root usr/include/scribus/fpointarray.h
-rw-r--r-- root/root usr/include/scribus/frameedit.h
-rw-r--r-- root/root usr/include/scribus/gradienteditor.h
-rw-r--r-- root/root usr/include/scribus/gtaction.h
-rw-r--r-- root/root usr/include/scribus/gtfont.h
-rw-r--r-- root/root usr/include/scribus/gtframestyle.h
-rw-r--r-- root/root usr/include/scribus/gtmeasure.h
-rw-r--r-- root/root usr/include/scribus/gtparagraphstyle.h
-rw-r--r-- root/root usr/include/scribus/gtstyle.h
-rw-r--r-- root/root usr/include/scribus/gtwriter.h
-rw-r--r-- root/root usr/include/scribus/helpbrowser.h
-rw-r--r-- root/root usr/include/scribus/hruler.h
-rw-r--r-- root/root usr/include/scribus/hyphen.h
-rw-r--r-- root/root usr/include/scribus/hyphenator.h
-rw-r--r-- root/root usr/include/scribus/langlist.h
-rw-r--r-- root/root usr/include/scribus/layers.h
drwxr-xr-x root/root usr/include/scribus/libpdf/
-rw-r--r-- root/root usr/include/scribus/libpdf/pdflib.h
drwxr-xr-x root/root usr/include/scribus/libpostscript/
-rw-r--r-- root/root usr/include/scribus/libpostscript/pslib.h
-rw-r--r-- root/root usr/include/scribus/linecombo.h
-rw-r--r-- root/root usr/include/scribus/linkbutton.h
-rw-r--r-- root/root usr/include/scribus/missing.h
-rw-r--r-- root/root usr/include/scribus/mpalette.h
-rw-r--r-- root/root usr/include/scribus/mspinbox.h
-rw-r--r-- root/root usr/include/scribus/muster.h
-rw-r--r-- root/root usr/include/scribus/page.h
-rw-r--r-- root/root usr/include/scribus/pageitem.h
-rw-r--r-- root/root usr/include/scribus/pageselector.h
-rw-r--r-- root/root usr/include/scribus/prefscontext.h
-rw-r--r-- root/root usr/include/scribus/prefsfile.h
-rw-r--r-- root/root usr/include/scribus/prefstable.h
-rw-r--r-- root/root usr/include/scribus/query.h
-rw-r--r-- root/root usr/include/scribus/scfonts.h
-rw-r--r-- root/root usr/include/scribus/scpainter.h
-rw-r--r-- root/root usr/include/scribus/scrap.h
-rw-r--r-- root/root usr/include/scribus/scribus.h
-rw-r--r-- root/root usr/include/scribus/scribusXml.h
-rw-r--r-- root/root usr/include/scribus/scribusdoc.h
-rw-r--r-- root/root usr/include/scribus/scribusview.h
-rw-r--r-- root/root usr/include/scribus/scribuswin.h
-rw-r--r-- root/root usr/include/scribus/seiten.h
-rw-r--r-- root/root usr/include/scribus/shadebutton.h
-rw-r--r-- root/root usr/include/scribus/spalette.h
-rw-r--r-- root/root usr/include/scribus/splash.h
-rw-r--r-- root/root usr/include/scribus/styleselect.h
-rw-r--r-- root/root usr/include/scribus/tree.h
-rw-r--r-- root/root usr/include/scribus/vgradient.h
-rw-r--r-- root/root usr/include/scribus/vruler.h
-rw-r--r-- root/root usr/include/scribus/werktoolb.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/scribus/
drwxr-xr-x root/root usr/lib/scribus/dicts/
-rw-r--r-- root/root usr/lib/scribus/dicts/README_ca_ES.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_cs_CZ.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_cy_GB.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_da_DK.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_de_DE.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_en_EN.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_en_GB.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_es_ES.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_fi_FI.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_hu_HU.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_lt_LT.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_no_NO.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_pl_PL.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_pt_BR.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_pt_PT.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_ru_RU_0.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_sk_SK.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_sl_SI.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_sv_SE.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/README_uk_UA.txt
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_af.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_ca.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_cs.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_da.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_de.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_el.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_en.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_es.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_fi.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_fr.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_ga.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_hr.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_hu.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_it.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_lt.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_nl.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_pl.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_pt.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_pt_BR.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_ru.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_sk.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_sl.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_sv.dic
-rw-r--r-- root/root usr/lib/scribus/dicts/hyph_uk.dic
-rw-r--r-- root/root usr/lib/scribus/import.prolog
drwxr-xr-x root/root usr/lib/scribus/libs/
-rwxr-xr-x root/root usr/lib/scribus/libs/libabout.la
lrwxrwxrwx root/root usr/lib/scribus/libs/libabout.so -> libabout.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/libs/libabout.so.0 -> libabout.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/libs/libabout.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/libs/libpdf.la
lrwxrwxrwx root/root usr/lib/scribus/libs/libpdf.so -> libpdf.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/libs/libpdf.so.0 -> libpdf.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/libs/libpdf.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/libs/libpostscript.la
lrwxrwxrwx root/root usr/lib/scribus/libs/libpostscript.so -> libpostscript.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/libs/libpostscript.so.0 -> libpostscript.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/libs/libpostscript.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/libs/libpreferences.la
lrwxrwxrwx root/root usr/lib/scribus/libs/libpreferences.so -> libpreferences.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/libs/libpreferences.so.0 -> libpreferences.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/libs/libpreferences.so.0.0.0
drwxr-xr-x root/root usr/lib/scribus/plugins/
drwxr-xr-x root/root usr/lib/scribus/plugins/gettext/
-rwxr-xr-x root/root usr/lib/scribus/plugins/gettext/libcsvim.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/gettext/libcsvim.so -> libcsvim.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/gettext/libcsvim.so.0 -> libcsvim.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/gettext/libcsvim.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/gettext/libhtmlim.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/gettext/libhtmlim.so -> libhtmlim.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/gettext/libhtmlim.so.0 -> libhtmlim.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/gettext/libhtmlim.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/gettext/libodtimplugin.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/gettext/libodtimplugin.so -> libodtimplugin.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/gettext/libodtimplugin.so.0 -> libodtimplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/gettext/libodtimplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/gettext/libsxwimplugin.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/gettext/libsxwimplugin.so -> libsxwimplugin.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/gettext/libsxwimplugin.so.0 -> libsxwimplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/gettext/libsxwimplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/gettext/libtextfilterplugin.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/gettext/libtextfilterplugin.so -> libtextfilterplugin.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/gettext/libtextfilterplugin.so.0 -> libtextfilterplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/gettext/libtextfilterplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/gettext/libtxtim.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/gettext/libtxtim.so -> libtxtim.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/gettext/libtxtim.so.0 -> libtxtim.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/gettext/libtxtim.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libcharselect.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/libcharselect.so -> libcharselect.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/libcharselect.so.0 -> libcharselect.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libcharselect.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libfontpreview.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/libfontpreview.so -> libfontpreview.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/libfontpreview.so.0 -> libfontpreview.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libfontpreview.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libimportps.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/libimportps.so -> libimportps.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/libimportps.so.0 -> libimportps.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libimportps.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libnewfromtemplateplugin.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/libnewfromtemplateplugin.so -> libnewfromtemplateplugin.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/libnewfromtemplateplugin.so.0 -> libnewfromtemplateplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libnewfromtemplateplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/liboodrawimp.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/liboodrawimp.so -> liboodrawimp.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/liboodrawimp.so.0 -> liboodrawimp.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/liboodrawimp.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libpreview.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/libpreview.so -> libpreview.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/libpreview.so.0 -> libpreview.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libpreview.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libsaveastemplateplugin.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/libsaveastemplateplugin.so -> libsaveastemplateplugin.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/libsaveastemplateplugin.so.0 -> libsaveastemplateplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libsaveastemplateplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libscribusexportpixmap.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/libscribusexportpixmap.so -> libscribusexportpixmap.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/libscribusexportpixmap.so.0 -> libscribusexportpixmap.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libscribusexportpixmap.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libscribusshortwords.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/libscribusshortwords.so -> libscribusshortwords.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/libscribusshortwords.so.0 -> libscribusshortwords.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libscribusshortwords.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libscriptplugin.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/libscriptplugin.so -> libscriptplugin.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/libscriptplugin.so.0 -> libscriptplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libscriptplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libsvgexplugin.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/libsvgexplugin.so -> libsvgexplugin.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/libsvgexplugin.so.0 -> libsvgexplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libsvgexplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libsvgimplugin.la
lrwxrwxrwx root/root usr/lib/scribus/plugins/libsvgimplugin.so -> libsvgimplugin.so.0.0.0
lrwxrwxrwx root/root usr/lib/scribus/plugins/libsvgimplugin.so.0 -> libsvgimplugin.so.0.0.0
-rwxr-xr-x root/root usr/lib/scribus/plugins/libsvgimplugin.so.0.0.0
drwxr-xr-x root/root usr/lib/scribus/profiles/
-rw-r--r-- root/root usr/lib/scribus/profiles/Fogra27L.icm
-rw-r--r-- root/root usr/lib/scribus/profiles/ReadMe
-rw-r--r-- root/root usr/lib/scribus/profiles/sRGB.icm
-rw-r--r-- root/root usr/lib/scribus/profiles/srgb.license
-rw-r--r-- root/root usr/lib/scribus/profiles/tr01_d50.icm
-rw-r--r-- root/root usr/lib/scribus/rgbscribus.txt
-rw-r--r-- root/root usr/lib/scribus/rgbscribusgnome.txt
-rw-r--r-- root/root usr/lib/scribus/rgbscribusgreys.txt
-rw-r--r-- root/root usr/lib/scribus/rgbsvg.txt
-rw-r--r-- root/root usr/lib/scribus/scribus.af.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.bg.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.ca.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.cs.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.cy.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.da.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.de.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.en_GB.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.eo.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.es.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.eu.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.fi.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.fr.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.gl.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.hu.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.id.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.it.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.ko.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.lt.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.nb.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.nl.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.pl.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.pt_BR.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.ru.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.se.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.sk.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.sl.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.sq.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.sr.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.tr.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.uk.qm
-rw-r--r-- root/root usr/lib/scribus/scribus.zh.qm
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/scribus.1.gz
drwxr-xr-x root/root usr/man/pl/
drwxr-xr-x root/root usr/man/pl/man1/
-rw-r--r-- root/root usr/man/pl/man1/scribus.1
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/scribusicon.png
drwxr-xr-x root/root usr/share/scribus/
drwxr-xr-x root/root usr/share/scribus/icons/
-rw-r--r-- root/root usr/share/scribus/icons/AddNode.png
-rw-r--r-- root/root usr/share/scribus/icons/AddPoint.png
-rw-r--r-- root/root usr/share/scribus/icons/AppIcon.png
-rw-r--r-- root/root usr/share/scribus/icons/AppIcon2.png
-rw-r--r-- root/root usr/share/scribus/icons/BevelJoin.png
-rw-r--r-- root/root usr/share/scribus/icons/BezierClose.png
-rw-r--r-- root/root usr/share/scribus/icons/Bild.xpm
-rw-r--r-- root/root usr/share/scribus/icons/ButtCap.png
-rw-r--r-- root/root usr/share/scribus/icons/Corner.xpm
-rw-r--r-- root/root usr/share/scribus/icons/DateiClos16.png
-rw-r--r-- root/root usr/share/scribus/icons/DateiClose.png
-rw-r--r-- root/root usr/share/scribus/icons/DateiNeu.xpm
-rw-r--r-- root/root usr/share/scribus/icons/DateiNeu16.png
-rw-r--r-- root/root usr/share/scribus/icons/DateiOpen.xpm
-rw-r--r-- root/root usr/share/scribus/icons/DateiOpen16.png
-rw-r--r-- root/root usr/share/scribus/icons/DateiPrint.xpm
-rw-r--r-- root/root usr/share/scribus/icons/DateiPrint16.png
-rw-r--r-- root/root usr/share/scribus/icons/DateiSave16.png
-rw-r--r-- root/root usr/share/scribus/icons/DateiSave2.png
-rw-r--r-- root/root usr/share/scribus/icons/DelPoint.png
-rw-r--r-- root/root usr/share/scribus/icons/DeleteNode.png
-rw-r--r-- root/root usr/share/scribus/icons/Deletelayer.png
-rw-r--r-- root/root usr/share/scribus/icons/DragPix.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Editm.xpm
-rw-r--r-- root/root usr/share/scribus/icons/FlipH.xpm
-rw-r--r-- root/root usr/share/scribus/icons/FlipV.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Gross.xpm
-rw-r--r-- root/root usr/share/scribus/icons/HandC.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Hoch.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Kapital.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Kern.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Klein.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Kreise.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Kreuz.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Layervisible.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Lock.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Lowerlayer.png
-rw-r--r-- root/root usr/share/scribus/icons/Lupe.xpm
-rw-r--r-- root/root usr/share/scribus/icons/LupeZ.xpm
-rw-r--r-- root/root usr/share/scribus/icons/MiterJoin.png
-rw-r--r-- root/root usr/share/scribus/icons/MoveAsym.png
-rw-r--r-- root/root usr/share/scribus/icons/MoveKontrol.png
-rw-r--r-- root/root usr/share/scribus/icons/MoveNode.png
-rw-r--r-- root/root usr/share/scribus/icons/MoveSym.png
-rw-r--r-- root/root usr/share/scribus/icons/Newlayer.png
-rw-r--r-- root/root usr/share/scribus/icons/NoPrint.png
-rw-r--r-- root/root usr/share/scribus/icons/PolyCut.png
-rw-r--r-- root/root usr/share/scribus/icons/Raiselayer.png
-rw-r--r-- root/root usr/share/scribus/icons/Rechtecke.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Reset1Node.png
-rw-r--r-- root/root usr/share/scribus/icons/ResetNode.png
-rw-r--r-- root/root usr/share/scribus/icons/Revers.png
-rw-r--r-- root/root usr/share/scribus/icons/Rotieren.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Rotieren2.xpm
-rw-r--r-- root/root usr/share/scribus/icons/RoundCap.png
-rw-r--r-- root/root usr/share/scribus/icons/RoundJoin.png
-rw-r--r-- root/root usr/share/scribus/icons/Spacing.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Splash.png
-rw-r--r-- root/root usr/share/scribus/icons/Split.png
-rw-r--r-- root/root usr/share/scribus/icons/SquareCap.png
-rw-r--r-- root/root usr/share/scribus/icons/Stift.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Stiftalt.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Strike.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Text.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Text2.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Tief.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Unlock.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Unter.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Winkel.xpm
-rw-r--r-- root/root usr/share/scribus/icons/Zeichen.xpm
-rw-r--r-- root/root usr/share/scribus/icons/acrobat.png
-rw-r--r-- root/root usr/share/scribus/icons/addf.png
-rw-r--r-- root/root usr/share/scribus/icons/back.png
-rw-r--r-- root/root usr/share/scribus/icons/beziertool.png
-rw-r--r-- root/root usr/share/scribus/icons/bottom.png
-rw-r--r-- root/root usr/share/scribus/icons/charset.png
-rw-r--r-- root/root usr/share/scribus/icons/checkbox.png
-rw-r--r-- root/root usr/share/scribus/icons/combobox.png
-rw-r--r-- root/root usr/share/scribus/icons/compfile.png
-rw-r--r-- root/root usr/share/scribus/icons/compfile16.png
-rw-r--r-- root/root usr/share/scribus/icons/crop.png
-rw-r--r-- root/root usr/share/scribus/icons/dist.png
-rw-r--r-- root/root usr/share/scribus/icons/doc.png
-rw-r--r-- root/root usr/share/scribus/icons/document2.png
-rw-r--r-- root/root usr/share/scribus/icons/documentinfo.png
-rw-r--r-- root/root usr/share/scribus/icons/down.png
-rw-r--r-- root/root usr/share/scribus/icons/editcopy.png
-rw-r--r-- root/root usr/share/scribus/icons/editcut.png
-rw-r--r-- root/root usr/share/scribus/icons/editdelete.png
-rw-r--r-- root/root usr/share/scribus/icons/editpaste.png
-rw-r--r-- root/root usr/share/scribus/icons/exit.png
-rw-r--r-- root/root usr/share/scribus/icons/exit22.png
-rw-r--r-- root/root usr/share/scribus/icons/expand.png
-rw-r--r-- root/root usr/share/scribus/icons/filesaveas.png
-rw-r--r-- root/root usr/share/scribus/icons/fill.png
-rw-r--r-- root/root usr/share/scribus/icons/find.png
-rw-r--r-- root/root usr/share/scribus/icons/find16.png
-rw-r--r-- root/root usr/share/scribus/icons/finish.png
-rw-r--r-- root/root usr/share/scribus/icons/forward.png
-rw-r--r-- root/root usr/share/scribus/icons/frame_table.png
-rw-r--r-- root/root usr/share/scribus/icons/framenoresize.png
-rw-r--r-- root/root usr/share/scribus/icons/frameresize.png
-rw-r--r-- root/root usr/share/scribus/icons/gohome.png
-rw-r--r-- root/root usr/share/scribus/icons/goto.png
-rw-r--r-- root/root usr/share/scribus/icons/hmirror.png
-rw-r--r-- root/root usr/share/scribus/icons/image.png
-rw-r--r-- root/root usr/share/scribus/icons/irreg.png
-rw-r--r-- root/root usr/share/scribus/icons/listbox.png
-rw-r--r-- root/root usr/share/scribus/icons/locked.png
-rw-r--r-- root/root usr/share/scribus/icons/nftabout.xpm
-rw-r--r-- root/root usr/share/scribus/icons/nftinfo.xpm
-rw-r--r-- root/root usr/share/scribus/icons/ok.png
-rw-r--r-- root/root usr/share/scribus/icons/ok22.png
-rw-r--r-- root/root usr/share/scribus/icons/ooo_draw.png
-rw-r--r-- root/root usr/share/scribus/icons/ooo_writer.png
-rw-r--r-- root/root usr/share/scribus/icons/outlined.png
-rw-r--r-- root/root usr/share/scribus/icons/pdf.png
-rw-r--r-- root/root usr/share/scribus/icons/penciladd.png
-rw-r--r-- root/root usr/share/scribus/icons/pencilsub.png
-rw-r--r-- root/root usr/share/scribus/icons/postscript.png
-rw-r--r-- root/root usr/share/scribus/icons/pushbutton.png
-rw-r--r-- root/root usr/share/scribus/icons/reload.png
-rw-r--r-- root/root usr/share/scribus/icons/reload16.png
-rw-r--r-- root/root usr/share/scribus/icons/removef.png
-rw-r--r-- root/root usr/share/scribus/icons/revert.png
-rw-r--r-- root/root usr/share/scribus/icons/rotate_ccw.png
-rw-r--r-- root/root usr/share/scribus/icons/rotate_cw.png
-rw-r--r-- root/root usr/share/scribus/icons/scribus_logo.jpg
-rw-r--r-- root/root usr/share/scribus/icons/scribusdoc.png
-rw-r--r-- root/root usr/share/scribus/icons/scribusicon.png
-rw-r--r-- root/root usr/share/scribus/icons/shear_down.png
-rw-r--r-- root/root usr/share/scribus/icons/shear_left.png
-rw-r--r-- root/root usr/share/scribus/icons/shear_right.png
-rw-r--r-- root/root usr/share/scribus/icons/shear_up.png
-rw-r--r-- root/root usr/share/scribus/icons/signature.png
-rw-r--r-- root/root usr/share/scribus/icons/spline.png
-rw-r--r-- root/root usr/share/scribus/icons/start.png
-rw-r--r-- root/root usr/share/scribus/icons/tab.png
-rw-r--r-- root/root usr/share/scribus/icons/testfill.png
-rw-r--r-- root/root usr/share/scribus/icons/text_block.png
-rw-r--r-- root/root usr/share/scribus/icons/text_center.png
-rw-r--r-- root/root usr/share/scribus/icons/text_force.png
-rw-r--r-- root/root usr/share/scribus/icons/text_left.png
-rw-r--r-- root/root usr/share/scribus/icons/text_right.png
-rw-r--r-- root/root usr/share/scribus/icons/textview.png
-rw-r--r-- root/root usr/share/scribus/icons/top.png
-rw-r--r-- root/root usr/share/scribus/icons/trashcan.png
-rw-r--r-- root/root usr/share/scribus/icons/trashcan2.png
-rw-r--r-- root/root usr/share/scribus/icons/triangle.png
-rw-r--r-- root/root usr/share/scribus/icons/txt.png
-rw-r--r-- root/root usr/share/scribus/icons/unlock.png
-rw-r--r-- root/root usr/share/scribus/icons/up.png
-rw-r--r-- root/root usr/share/scribus/icons/vectorgfx.png
-rw-r--r-- root/root usr/share/scribus/icons/view.png
-rw-r--r-- root/root usr/share/scribus/icons/vmirror.png
drwxr-xr-x root/root usr/share/scribus/plugins/
-rw-r--r-- root/root usr/share/scribus/plugins/scribus-short-words.rc
drwxr-xr-x root/root usr/share/scribus/samples/
-rw-r--r-- root/root usr/share/scribus/samples/3columnA4.py
-rw-r--r-- root/root usr/share/scribus/samples/3columnUSLTR.py
-rw-r--r-- root/root usr/share/scribus/samples/Calendar.py
-rw-r--r-- root/root usr/share/scribus/samples/LoremIpsum.txt
-rw-r--r-- root/root usr/share/scribus/samples/ReadMe
-rw-r--r-- root/root usr/share/scribus/samples/Sample1.py
-rw-r--r-- root/root usr/share/scribus/samples/boilerplate.py
-rw-r--r-- root/root usr/share/scribus/samples/golden-mean.py
-rw-r--r-- root/root usr/share/scribus/samples/htmlimport.py
-rw-r--r-- root/root usr/share/scribus/samples/legende.py
-rw-r--r-- root/root usr/share/scribus/samples/moins_10_pourcent_group.py
-rw-r--r-- root/root usr/share/scribus/samples/plus_10_pourcent_group.py
-rw-r--r-- root/root usr/share/scribus/samples/pochette_cd.py
-rw-r--r-- root/root usr/share/scribus/samples/quote.py
-rw-r--r-- root/root usr/share/scribus/samples/sample_db_usage.py
-rw-r--r-- root/root usr/share/scribus/samples/trait_de_coupe.py
-rw-r--r-- root/root usr/share/scribus/samples/wordcount.py
drwxr-xr-x root/root usr/share/scribus/scripts/
-rw-r--r-- root/root usr/share/scribus/scripts/ChangeLog
-rw-r--r-- root/root usr/share/scribus/scripts/FontSample.py
-rw-r--r-- root/root usr/share/scribus/scripts/NEWS
-rw-r--r-- root/root usr/share/scribus/scripts/ReadMe
-rw-r--r-- root/root usr/share/scribus/scripts/TODO
drwxr-xr-x root/root usr/share/scribus/templates/
drwxr-xr-x root/root usr/share/scribus/templates/br1/
-rw-r--r-- root/root usr/share/scribus/templates/br1/br1.png
-rw-r--r-- root/root usr/share/scribus/templates/br1/br1.sla.gz
-rw-r--r-- root/root usr/share/scribus/templates/br1/br1tn.png
-rw-r--r-- root/root usr/share/scribus/templates/br1/map.jpg
drwxr-xr-x root/root usr/share/scribus/templates/nl1/
-rw-r--r-- root/root usr/share/scribus/templates/nl1/kites.jpg
-rw-r--r-- root/root usr/share/scribus/templates/nl1/nl1.png
-rw-r--r-- root/root usr/share/scribus/templates/nl1/nl1.sla.gz
-rw-r--r-- root/root usr/share/scribus/templates/nl1/nl1tn.png
drwxr-xr-x root/root usr/share/scribus/templates/nl2/
-rw-r--r-- root/root usr/share/scribus/templates/nl2/flowers.jpg
-rw-r--r-- root/root usr/share/scribus/templates/nl2/nl2.png
-rw-r--r-- root/root usr/share/scribus/templates/nl2/nl2.sla.gz
-rw-r--r-- root/root usr/share/scribus/templates/nl2/nl2tn.png
drwxr-xr-x root/root usr/share/scribus/templates/sc_presentation/
-rw-r--r-- root/root usr/share/scribus/templates/sc_presentation/presentation.png
-rw-r--r-- root/root usr/share/scribus/templates/sc_presentation/presentation.sla.gz
-rw-r--r-- root/root usr/share/scribus/templates/sc_presentation/presentationtn.png
-rw-r--r-- root/root usr/share/scribus/templates/template.xml
drwxr-xr-x root/root usr/share/scribus/templates/textbased/
-rw-r--r-- root/root usr/share/scribus/templates/textbased/an_image.jpg
-rw-r--r-- root/root usr/share/scribus/templates/textbased/author.jpg
-rw-r--r-- root/root usr/share/scribus/templates/textbased/textbased.png
-rw-r--r-- root/root usr/share/scribus/templates/textbased/textbased.sla.gz
-rw-r--r-- root/root usr/share/scribus/templates/textbased/textbasedtn.png

1
scribus/.md5sum Normal file
View File

@ -0,0 +1 @@
ced1e74d4be30482b48bd04d52e47d46 scribus-1.2.3.tar.bz2

19
scribus/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: a comprehensive desktop publishing program
# URL: http://www.scribus.org.uk
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: qt3, cups, python
name=scribus
version=1.2.3
release=1
source=(http://www.$name.org.uk/downloads/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-debug
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/share/scribus/doc
}

5
scribus/README Normal file
View File

@ -0,0 +1,5 @@
Python is optional, but recommended.
- adds support for various highly useful scripts
Cups is optional, but recommended.
- adds support for the Common UNIX Printing System

82
shorewall/.footprint Normal file
View File

@ -0,0 +1,82 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/rc.d/
-r-xr--r-- root/root etc/rc.d/shorewall
drwxr-xr-x root/root etc/shorewall/
-rw------- root/root etc/shorewall/accounting
-rw------- root/root etc/shorewall/actions
-rw------- root/root etc/shorewall/blacklist
-rw------- root/root etc/shorewall/continue
-rw------- root/root etc/shorewall/ecn
-rw------- root/root etc/shorewall/hosts
-rw------- root/root etc/shorewall/init
-rw------- root/root etc/shorewall/initdone
-rw------- root/root etc/shorewall/interfaces
-rw------- root/root etc/shorewall/ipsec
-rw------- root/root etc/shorewall/maclist
-rw------- root/root etc/shorewall/masq
-rw------- root/root etc/shorewall/modules
-rw------- root/root etc/shorewall/nat
-rw------- root/root etc/shorewall/netmap
-rw------- root/root etc/shorewall/params
-rw------- root/root etc/shorewall/policy
-rw------- root/root etc/shorewall/providers
-rw------- root/root etc/shorewall/proxyarp
-rw------- root/root etc/shorewall/routes
-rw------- root/root etc/shorewall/routestopped
-rw------- root/root etc/shorewall/rules
-rwxr--r-- root/root etc/shorewall/shorewall.conf
-rw------- root/root etc/shorewall/start
-rw------- root/root etc/shorewall/started
-rw------- root/root etc/shorewall/stop
-rw------- root/root etc/shorewall/stopped
-rw------- root/root etc/shorewall/tcrules
-rw------- root/root etc/shorewall/tos
-rw------- root/root etc/shorewall/tunnels
-rwxr--r-- root/root etc/shorewall/zones
drwxr-xr-x root/root sbin/
-r-xr--r-- root/root sbin/shorewall
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/shorewall/
-rw------- root/root usr/share/shorewall/action.AllowAuth
-rw------- root/root usr/share/shorewall/action.AllowDNS
-rw------- root/root usr/share/shorewall/action.AllowFTP
-rw------- root/root usr/share/shorewall/action.AllowICMPs
-rw------- root/root usr/share/shorewall/action.AllowIMAP
-rw------- root/root usr/share/shorewall/action.AllowNNTP
-rw------- root/root usr/share/shorewall/action.AllowNTP
-rw------- root/root usr/share/shorewall/action.AllowNTPbrd
-rw------- root/root usr/share/shorewall/action.AllowPCA
-rw------- root/root usr/share/shorewall/action.AllowPOP3
-rw------- root/root usr/share/shorewall/action.AllowPing
-rw------- root/root usr/share/shorewall/action.AllowRdate
-rw------- root/root usr/share/shorewall/action.AllowSMB
-rw------- root/root usr/share/shorewall/action.AllowSMTP
-rw------- root/root usr/share/shorewall/action.AllowSNMP
-rw------- root/root usr/share/shorewall/action.AllowSSH
-rw------- root/root usr/share/shorewall/action.AllowSubmission
-rw------- root/root usr/share/shorewall/action.AllowTelnet
-rw------- root/root usr/share/shorewall/action.AllowTrcrt
-rw------- root/root usr/share/shorewall/action.AllowVNC
-rw------- root/root usr/share/shorewall/action.AllowVNCL
-rw------- root/root usr/share/shorewall/action.AllowWeb
-rw------- root/root usr/share/shorewall/action.Drop
-rw------- root/root usr/share/shorewall/action.DropDNSrep
-rw------- root/root usr/share/shorewall/action.DropPing
-rw------- root/root usr/share/shorewall/action.DropSMB
-rw------- root/root usr/share/shorewall/action.DropUPnP
-rw------- root/root usr/share/shorewall/action.Reject
-rw------- root/root usr/share/shorewall/action.RejectAuth
-rw------- root/root usr/share/shorewall/action.RejectSMB
-rw------- root/root usr/share/shorewall/action.template
-rw------- root/root usr/share/shorewall/actions.std
-rw------- root/root usr/share/shorewall/bogons
-rw------- root/root usr/share/shorewall/configpath
-r-xr--r-- root/root usr/share/shorewall/firewall
-r--r--r-- root/root usr/share/shorewall/functions
-r-xr--r-- root/root usr/share/shorewall/help
-rw------- root/root usr/share/shorewall/rfc1918
-rw-r--r-- root/root usr/share/shorewall/version
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x root/root var/lib/shorewall/

1
shorewall/.md5sum Normal file
View File

@ -0,0 +1 @@
0e2634b1670c2708218f4dde68253668 shorewall-2.4.6.tgz

21
shorewall/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: a high-level tool for configuring Netfilter via simple textfiles
# URL: http://www.shorewall.net
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: iptables
name=shorewall
version=2.4.6
release=1
source=(ftp://ftp.shorewall.net/pub/shorewall/2.4/shorewall-$version/shorewall-$version.tgz)
build() {
cd $name-$version
export DEST="/etc/rc.d"
export OWNER=root
export GROUP=root
export PREFIX=$PKG
./install.sh
sed -i 's:/var/lock/subsys/shorewall:"":' \
$PKG/etc/shorewall/shorewall.conf
}

745
tcl/.footprint Normal file
View File

@ -0,0 +1,745 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/tclsh -> tclsh8.4
-rwxr-xr-x root/root usr/bin/tclsh8.4
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/regcustom.h
-rw-r--r-- root/root usr/include/regerrs.h
-rw-r--r-- root/root usr/include/regguts.h
-rw-r--r-- root/root usr/include/tcl.h
-rw-r--r-- root/root usr/include/tclCompile.h
-rw-r--r-- root/root usr/include/tclDecls.h
-rw-r--r-- root/root usr/include/tclIO.h
-rw-r--r-- root/root usr/include/tclInitScript.h
-rw-r--r-- root/root usr/include/tclInt.h
-rw-r--r-- root/root usr/include/tclIntDecls.h
-rw-r--r-- root/root usr/include/tclIntPlatDecls.h
-rw-r--r-- root/root usr/include/tclMath.h
-rw-r--r-- root/root usr/include/tclPlatDecls.h
-rw-r--r-- root/root usr/include/tclPort.h
-rw-r--r-- root/root usr/include/tclRegexp.h
-rw-r--r-- root/root usr/include/tclThrd.h
drwxr-xr-x root/root usr/lib/
-r-xr-xr-x root/root usr/lib/libtcl8.4.so
-rw-r--r-- root/root usr/lib/libtclstub8.4.a
drwxr-xr-x root/root usr/lib/tcl8.4/
-rw-r--r-- root/root usr/lib/tcl8.4/auto.tcl
drwxr-xr-x root/root usr/lib/tcl8.4/encoding/
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/ascii.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/big5.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp1250.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp1251.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp1252.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp1253.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp1254.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp1255.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp1256.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp1257.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp1258.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp437.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp737.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp775.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp850.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp852.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp855.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp857.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp860.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp861.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp862.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp863.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp864.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp865.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp866.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp869.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp874.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp932.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp936.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp949.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/cp950.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/dingbats.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/ebcdic.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/euc-cn.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/euc-jp.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/euc-kr.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/gb12345.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/gb1988.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/gb2312-raw.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/gb2312.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso2022-jp.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso2022-kr.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso2022.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-1.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-10.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-13.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-14.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-15.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-16.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-2.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-3.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-4.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-5.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-6.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-7.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-8.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/iso8859-9.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/jis0201.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/jis0208.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/jis0212.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/koi8-r.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/koi8-u.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/ksc5601.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/macCentEuro.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/macCroatian.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/macCyrillic.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/macDingbats.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/macGreek.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/macIceland.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/macJapan.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/macRoman.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/macRomania.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/macThai.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/macTurkish.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/macUkraine.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/shiftjis.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/symbol.enc
-rw-r--r-- root/root usr/lib/tcl8.4/encoding/tis-620.enc
-rw-r--r-- root/root usr/lib/tcl8.4/history.tcl
drwxr-xr-x root/root usr/lib/tcl8.4/http1.0/
-rw-r--r-- root/root usr/lib/tcl8.4/http1.0/http.tcl
-rw-r--r-- root/root usr/lib/tcl8.4/http1.0/pkgIndex.tcl
drwxr-xr-x root/root usr/lib/tcl8.4/http2.5/
-rw-r--r-- root/root usr/lib/tcl8.4/http2.5/http.tcl
-rw-r--r-- root/root usr/lib/tcl8.4/http2.5/pkgIndex.tcl
-rw-r--r-- root/root usr/lib/tcl8.4/init.tcl
-rw-r--r-- root/root usr/lib/tcl8.4/ldAix
-rw-r--r-- root/root usr/lib/tcl8.4/ldAout.tcl
drwxr-xr-x root/root usr/lib/tcl8.4/msgcat1.3/
-rw-r--r-- root/root usr/lib/tcl8.4/msgcat1.3/msgcat.tcl
-rw-r--r-- root/root usr/lib/tcl8.4/msgcat1.3/pkgIndex.tcl
drwxr-xr-x root/root usr/lib/tcl8.4/opt0.4/
-rw-r--r-- root/root usr/lib/tcl8.4/opt0.4/optparse.tcl
-rw-r--r-- root/root usr/lib/tcl8.4/opt0.4/pkgIndex.tcl
-rw-r--r-- root/root usr/lib/tcl8.4/package.tcl
-rw-r--r-- root/root usr/lib/tcl8.4/parray.tcl
-rw-r--r-- root/root usr/lib/tcl8.4/safe.tcl
-rw-r--r-- root/root usr/lib/tcl8.4/tclAppInit.c
-rw-r--r-- root/root usr/lib/tcl8.4/tclIndex
drwxr-xr-x root/root usr/lib/tcl8.4/tcltest2.2/
-rw-r--r-- root/root usr/lib/tcl8.4/tcltest2.2/pkgIndex.tcl
-rw-r--r-- root/root usr/lib/tcl8.4/tcltest2.2/tcltest.tcl
-rw-r--r-- root/root usr/lib/tcl8.4/word.tcl
-rw-r--r-- root/root usr/lib/tclConfig.sh
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/tclsh.1.gz
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/TCL_MEM_DEBUG.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_Access.3
-rw-r--r-- root/root usr/man/man3/Tcl_AddErrorInfo.3
-rw-r--r-- root/root usr/man/man3/Tcl_AddObjErrorInfo.3
-rw-r--r-- root/root usr/man/man3/Tcl_AlertNotifier.3
-rw-r--r-- root/root usr/man/man3/Tcl_Alloc.3
-rw-r--r-- root/root usr/man/man3/Tcl_AllocStatBuf.3
-rw-r--r-- root/root usr/man/man3/Tcl_AllowExceptions.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_AppInit.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_AppendAllObjTypes.3
-rw-r--r-- root/root usr/man/man3/Tcl_AppendElement.3
-rw-r--r-- root/root usr/man/man3/Tcl_AppendObjToObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_AppendResult.3
-rw-r--r-- root/root usr/man/man3/Tcl_AppendResultVA.3
-rw-r--r-- root/root usr/man/man3/Tcl_AppendStringsToObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_AppendStringsToObjVA.3
-rw-r--r-- root/root usr/man/man3/Tcl_AppendToObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_AppendUnicodeToObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_AsyncCreate.3
-rw-r--r-- root/root usr/man/man3/Tcl_AsyncDelete.3
-rw-r--r-- root/root usr/man/man3/Tcl_AsyncInvoke.3
-rw-r--r-- root/root usr/man/man3/Tcl_AsyncMark.3
-rw-r--r-- root/root usr/man/man3/Tcl_AsyncReady.3
-rw-r--r-- root/root usr/man/man3/Tcl_AttemptAlloc.3
-rw-r--r-- root/root usr/man/man3/Tcl_AttemptRealloc.3
-rw-r--r-- root/root usr/man/man3/Tcl_AttemptSetObjLength.3
-rw-r--r-- root/root usr/man/man3/Tcl_BackgroundError.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_Backslash.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_BadChannelOption.3
-rw-r--r-- root/root usr/man/man3/Tcl_CallWhenDeleted.3
-rw-r--r-- root/root usr/man/man3/Tcl_CancelIdleCall.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelBlockModeProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelBuffered.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelClose2Proc.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelCloseProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelFlushProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelGetHandleProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelGetOptionProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelHandlerProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelInputProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelName.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelOutputProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelSeekProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelSetOptionProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelVersion.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelWatchProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_ChannelWideSeekProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_Chdir.3
-rw-r--r-- root/root usr/man/man3/Tcl_ClearChannelHandlers.3
-rw-r--r-- root/root usr/man/man3/Tcl_Close.3
-rw-r--r-- root/root usr/man/man3/Tcl_CommandComplete.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_CommandTraceInfo.3
-rw-r--r-- root/root usr/man/man3/Tcl_Concat.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_ConcatObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_ConditionFinalize.3
-rw-r--r-- root/root usr/man/man3/Tcl_ConditionNotify.3
-rw-r--r-- root/root usr/man/man3/Tcl_ConditionWait.3
-rw-r--r-- root/root usr/man/man3/Tcl_ConvertCountedElement.3
-rw-r--r-- root/root usr/man/man3/Tcl_ConvertElement.3
-rw-r--r-- root/root usr/man/man3/Tcl_ConvertToType.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateAlias.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateAliasObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateChannelHandler.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateCloseHandler.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateCommand.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_CreateEncoding.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateEventSource.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateExitHandler.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateFileHandler.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateHashEntry.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateInterp.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateMathFunc.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateObjCommand.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateObjTrace.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateSlave.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateThread.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateThreadExitHandler.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateTimerHandler.3
-rw-r--r-- root/root usr/man/man3/Tcl_CreateTrace.3
-rw-r--r-- root/root usr/man/man3/Tcl_CutChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_DStringAppend.3
-rw-r--r-- root/root usr/man/man3/Tcl_DStringAppendElement.3
-rw-r--r-- root/root usr/man/man3/Tcl_DStringEndSublist.3
-rw-r--r-- root/root usr/man/man3/Tcl_DStringFree.3
-rw-r--r-- root/root usr/man/man3/Tcl_DStringGetResult.3
-rw-r--r-- root/root usr/man/man3/Tcl_DStringInit.3
-rw-r--r-- root/root usr/man/man3/Tcl_DStringLength.3
-rw-r--r-- root/root usr/man/man3/Tcl_DStringResult.3
-rw-r--r-- root/root usr/man/man3/Tcl_DStringSetLength.3
-rw-r--r-- root/root usr/man/man3/Tcl_DStringStartSublist.3
-rw-r--r-- root/root usr/man/man3/Tcl_DStringTrunc.3
-rw-r--r-- root/root usr/man/man3/Tcl_DStringValue.3
-rw-r--r-- root/root usr/man/man3/Tcl_DecrRefCount.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteAssocData.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteChannelHandler.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteCloseHandler.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteCommand.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteCommandFromToken.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteEventSource.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteEvents.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteExitHandler.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteFileHandler.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteHashEntry.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteHashTable.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteInterp.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteThreadExitHandler.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteTimerHandler.3
-rw-r--r-- root/root usr/man/man3/Tcl_DeleteTrace.3
-rw-r--r-- root/root usr/man/man3/Tcl_DetachChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_DetachPids.3
-rw-r--r-- root/root usr/man/man3/Tcl_DiscardResult.3
-rw-r--r-- root/root usr/man/man3/Tcl_DoOneEvent.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_DoWhenIdle.3
-rw-r--r-- root/root usr/man/man3/Tcl_DontCallWhenDeleted.3
-rw-r--r-- root/root usr/man/man3/Tcl_DumpActiveMemory.3
-rw-r--r-- root/root usr/man/man3/Tcl_DuplicateObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_Eof.3
-rw-r--r-- root/root usr/man/man3/Tcl_ErrnoId.3
-rw-r--r-- root/root usr/man/man3/Tcl_ErrnoMsg.3
-rw-r--r-- root/root usr/man/man3/Tcl_Eval.3
-rw-r--r-- root/root usr/man/man3/Tcl_EvalEx.3
-rw-r--r-- root/root usr/man/man3/Tcl_EvalFile.3
-rw-r--r-- root/root usr/man/man3/Tcl_EvalObjEx.3
-rw-r--r-- root/root usr/man/man3/Tcl_EvalObjv.3
-rw-r--r-- root/root usr/man/man3/Tcl_EvalTokens.3
-rw-r--r-- root/root usr/man/man3/Tcl_EvalTokensStandard.3
-rw-r--r-- root/root usr/man/man3/Tcl_EventuallyFree.3
-rw-r--r-- root/root usr/man/man3/Tcl_Exit.3
-rw-r--r-- root/root usr/man/man3/Tcl_ExitThread.3
-rw-r--r-- root/root usr/man/man3/Tcl_ExposeCommand.3
-rw-r--r-- root/root usr/man/man3/Tcl_ExprBoolean.3
-rw-r--r-- root/root usr/man/man3/Tcl_ExprBooleanObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_ExprDouble.3
-rw-r--r-- root/root usr/man/man3/Tcl_ExprDoubleObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_ExprLong.3
-rw-r--r-- root/root usr/man/man3/Tcl_ExprLongObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_ExprObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_ExprString.3
-rw-r--r-- root/root usr/man/man3/Tcl_ExternalToUtf.3
-rw-r--r-- root/root usr/man/man3/Tcl_ExternalToUtfDString.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSAccess.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSChdir.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSConvertToPathType.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSCopyDirectory.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSCopyFile.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSCreateDirectory.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSData.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSDeleteFile.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSEqualPaths.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSEvalFile.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSFileAttrStrings.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSFileAttrsGet.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSFileAttrsSet.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSFileSystemInfo.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSGetCwd.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSGetFileSystemForPath.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSGetInternalRep.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSGetNativePath.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSGetNormalizedPath.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSGetPathType.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSGetTranslatedPath.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSGetTranslatedStringPath.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSJoinPath.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSJoinToPath.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSLink.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSListVolumes.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSLoadFile.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSLstat.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSMatchInDirectory.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSMountsChanged.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSNewNativePath.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSOpenFileChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSPathSeparator.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSRegister.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSRemoveDirectory.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSRenameFile.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSSplitPath.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSStat.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSUnregister.3
-rw-r--r-- root/root usr/man/man3/Tcl_FSUtime.3
-rw-r--r-- root/root usr/man/man3/Tcl_Finalize.3
-rw-r--r-- root/root usr/man/man3/Tcl_FinalizeNotifier.3
-rw-r--r-- root/root usr/man/man3/Tcl_FinalizeThread.3
-rw-r--r-- root/root usr/man/man3/Tcl_FindExecutable.3
-rw-r--r-- root/root usr/man/man3/Tcl_FindHashEntry.3
-rw-r--r-- root/root usr/man/man3/Tcl_FirstHashEntry.3
-rw-r--r-- root/root usr/man/man3/Tcl_Flush.3
-rw-r--r-- root/root usr/man/man3/Tcl_Free.3
-rw-r--r-- root/root usr/man/man3/Tcl_FreeEncoding.3
-rw-r--r-- root/root usr/man/man3/Tcl_FreeParse.3
-rw-r--r-- root/root usr/man/man3/Tcl_FreeResult.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetAlias.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetAliasObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetAssocData.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetBoolean.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetBooleanFromObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetByteArrayFromObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetChannelBufferSize.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetChannelHandle.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetChannelInstanceData.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetChannelMode.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetChannelName.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetChannelNames.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetChannelNamesEx.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetChannelOption.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetChannelThread.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetChannelType.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetCharLength.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetCommandFromObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetCommandFullName.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetCommandInfo.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetCommandInfoFromToken.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetCommandName.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetCurrentThread.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetCwd.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetDefaultEncodingDir.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetDouble.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetDoubleFromObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetEncoding.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetEncodingName.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetEncodingNames.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetErrno.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetHashKey.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetHashValue.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetHostName.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_GetIndexFromObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetIndexFromObjStruct.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetInt.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetIntFromObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetInterpPath.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetLongFromObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetMaster.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetMathFuncInfo.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetNameOfExecutable.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetOSTypeFromObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetObjResult.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetObjType.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetOpenFile.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_GetPathType.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetRange.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetRegExpFromObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetServiceMode.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetSlave.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetStackedChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetStdChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetString.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetStringFromObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetStringResult.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetThreadData.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetTime.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_GetTopChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetUniChar.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetUnicode.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetUnicodeFromObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetVar.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetVar2.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetVar2Ex.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetVersion.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_GetWideIntFromObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_Gets.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetsObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_GlobalEval.3
-rw-r--r-- root/root usr/man/man3/Tcl_GlobalEvalObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_HashStats.3
-rw-r--r-- root/root usr/man/man3/Tcl_HideCommand.3
-rw-r--r-- root/root usr/man/man3/Tcl_IncrRefCount.3
-rw-r--r-- root/root usr/man/man3/Tcl_Init.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_InitCustomHashTable.3
-rw-r--r-- root/root usr/man/man3/Tcl_InitHashTable.3
-rw-r--r-- root/root usr/man/man3/Tcl_InitMemory.3
-rw-r--r-- root/root usr/man/man3/Tcl_InitNotifier.3
-rw-r--r-- root/root usr/man/man3/Tcl_InitObjHashTable.3
-rw-r--r-- root/root usr/man/man3/Tcl_InitStubs.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_InputBlocked.3
-rw-r--r-- root/root usr/man/man3/Tcl_InputBuffered.3
-rw-r--r-- root/root usr/man/man3/Tcl_Interp.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_InterpDeleted.3
-rw-r--r-- root/root usr/man/man3/Tcl_InvalidateStringRep.3
-rw-r--r-- root/root usr/man/man3/Tcl_IsChannelExisting.3
-rw-r--r-- root/root usr/man/man3/Tcl_IsChannelRegistered.3
-rw-r--r-- root/root usr/man/man3/Tcl_IsChannelShared.3
-rw-r--r-- root/root usr/man/man3/Tcl_IsSafe.3
-rw-r--r-- root/root usr/man/man3/Tcl_IsShared.3
-rw-r--r-- root/root usr/man/man3/Tcl_IsStandardChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_JoinPath.3
-rw-r--r-- root/root usr/man/man3/Tcl_JoinThread.3
-rw-r--r-- root/root usr/man/man3/Tcl_LinkVar.3
-rw-r--r-- root/root usr/man/man3/Tcl_ListMathFuncs.3
-rw-r--r-- root/root usr/man/man3/Tcl_ListObjAppendElement.3
-rw-r--r-- root/root usr/man/man3/Tcl_ListObjAppendList.3
-rw-r--r-- root/root usr/man/man3/Tcl_ListObjGetElements.3
-rw-r--r-- root/root usr/man/man3/Tcl_ListObjIndex.3
-rw-r--r-- root/root usr/man/man3/Tcl_ListObjLength.3
-rw-r--r-- root/root usr/man/man3/Tcl_ListObjReplace.3
-rw-r--r-- root/root usr/man/man3/Tcl_LogCommandInfo.3
-rw-r--r-- root/root usr/man/man3/Tcl_MacConvertTextResource.3
-rw-r--r-- root/root usr/man/man3/Tcl_MacEvalResource.3
-rw-r--r-- root/root usr/man/man3/Tcl_MacFindResource.3
-rw-r--r-- root/root usr/man/man3/Tcl_MacSetEventProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_Main.3
-rw-r--r-- root/root usr/man/man3/Tcl_MakeFileChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_MakeSafe.3
-rw-r--r-- root/root usr/man/man3/Tcl_MakeTcpClientChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_Merge.3
-rw-r--r-- root/root usr/man/man3/Tcl_MutexFinalize.3
-rw-r--r-- root/root usr/man/man3/Tcl_MutexLock.3
-rw-r--r-- root/root usr/man/man3/Tcl_MutexUnlock.3
-rw-r--r-- root/root usr/man/man3/Tcl_NewBooleanObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_NewByteArrayObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_NewDoubleObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_NewIntObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_NewListObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_NewLongObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_NewOSTypeObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_NewObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_NewStringObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_NewUnicodeObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_NewWideIntObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_NextHashEntry.3
-rw-r--r-- root/root usr/man/man3/Tcl_NotifyChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_NumUtfChars.3
-rw-r--r-- root/root usr/man/man3/Tcl_ObjGetVar2.3
-rw-r--r-- root/root usr/man/man3/Tcl_ObjSetVar2.3
-rw-r--r-- root/root usr/man/man3/Tcl_OpenCommandChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_OpenFileChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_OpenTcpClient.3
-rw-r--r-- root/root usr/man/man3/Tcl_OpenTcpServer.3
-rw-r--r-- root/root usr/man/man3/Tcl_OutputBuffered.3
-rw-r--r-- root/root usr/man/man3/Tcl_Panic.3
-rw-r--r-- root/root usr/man/man3/Tcl_PanicVA.3
-rw-r--r-- root/root usr/man/man3/Tcl_ParseBraces.3
-rw-r--r-- root/root usr/man/man3/Tcl_ParseCommand.3
-rw-r--r-- root/root usr/man/man3/Tcl_ParseExpr.3
-rw-r--r-- root/root usr/man/man3/Tcl_ParseQuotedString.3
-rw-r--r-- root/root usr/man/man3/Tcl_ParseVar.3
-rw-r--r-- root/root usr/man/man3/Tcl_ParseVarName.3
-rw-r--r-- root/root usr/man/man3/Tcl_PkgPresent.3
-rw-r--r-- root/root usr/man/man3/Tcl_PkgPresentEx.3
-rw-r--r-- root/root usr/man/man3/Tcl_PkgProvide.3
-rw-r--r-- root/root usr/man/man3/Tcl_PkgProvideEx.3
-rw-r--r-- root/root usr/man/man3/Tcl_PkgRequire.3
-rw-r--r-- root/root usr/man/man3/Tcl_PkgRequireEx.3
-rw-r--r-- root/root usr/man/man3/Tcl_PosixError.3
-rw-r--r-- root/root usr/man/man3/Tcl_Preserve.3
-rw-r--r-- root/root usr/man/man3/Tcl_PrintDouble.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_PutEnv.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_QueueEvent.3
-rw-r--r-- root/root usr/man/man3/Tcl_Read.3
-rw-r--r-- root/root usr/man/man3/Tcl_ReadChars.3
-rw-r--r-- root/root usr/man/man3/Tcl_ReadRaw.3
-rw-r--r-- root/root usr/man/man3/Tcl_Realloc.3
-rw-r--r-- root/root usr/man/man3/Tcl_ReapDetachedProcs.3
-rw-r--r-- root/root usr/man/man3/Tcl_RecordAndEval.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_RecordAndEvalObj.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_RegExpCompile.3
-rw-r--r-- root/root usr/man/man3/Tcl_RegExpExec.3
-rw-r--r-- root/root usr/man/man3/Tcl_RegExpExecObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_RegExpGetInfo.3
-rw-r--r-- root/root usr/man/man3/Tcl_RegExpMatch.3
-rw-r--r-- root/root usr/man/man3/Tcl_RegExpMatchObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_RegExpRange.3
-rw-r--r-- root/root usr/man/man3/Tcl_RegisterChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_RegisterObjType.3
-rw-r--r-- root/root usr/man/man3/Tcl_Release.3
-rw-r--r-- root/root usr/man/man3/Tcl_ResetResult.3
-rw-r--r-- root/root usr/man/man3/Tcl_RestoreResult.3
-rw-r--r-- root/root usr/man/man3/Tcl_SaveResult.3
-rw-r--r-- root/root usr/man/man3/Tcl_ScanCountedElement.3
-rw-r--r-- root/root usr/man/man3/Tcl_ScanElement.3
-rw-r--r-- root/root usr/man/man3/Tcl_Seek.3
-rw-r--r-- root/root usr/man/man3/Tcl_ServiceAll.3
-rw-r--r-- root/root usr/man/man3/Tcl_ServiceEvent.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetAssocData.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetBooleanObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetByteArrayLength.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetByteArrayObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetChannelBufferSize.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetChannelOption.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetCommandInfo.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetCommandInfoFromToken.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetDefaultEncodingDir.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetDoubleObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetErrno.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetErrorCode.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetErrorCodeVA.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetHashValue.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetIntObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetListObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetLongObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetMainLoop.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetMaxBlockTime.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetOSTypeObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetObjErrorCode.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetObjLength.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetObjResult.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetPanicProc.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetRecursionLimit.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_SetResult.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetServiceMode.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetStdChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetStringObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetSystemEncoding.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetTimer.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetUnicodeObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetVar.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetVar2.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetVar2Ex.3
-rw-r--r-- root/root usr/man/man3/Tcl_SetWideIntObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_SignalId.3
-rw-r--r-- root/root usr/man/man3/Tcl_SignalMsg.3
-rw-r--r-- root/root usr/man/man3/Tcl_Sleep.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_SourceRCFile.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_SpliceChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_SplitList.3
-rw-r--r-- root/root usr/man/man3/Tcl_SplitPath.3
-rw-r--r-- root/root usr/man/man3/Tcl_StackChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_StandardChannels.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_Stat.3
-rw-r--r-- root/root usr/man/man3/Tcl_StaticPackage.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_StringCaseMatch.3
-rw-r--r-- root/root usr/man/man3/Tcl_StringMatch.3
-rw-r--r-- root/root usr/man/man3/Tcl_SubstObj.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_Tell.3
-rw-r--r-- root/root usr/man/man3/Tcl_ThreadAlert.3
-rw-r--r-- root/root usr/man/man3/Tcl_ThreadQueueEvent.3
-rw-r--r-- root/root usr/man/man3/Tcl_TraceCommand.3
-rw-r--r-- root/root usr/man/man3/Tcl_TraceVar.3
-rw-r--r-- root/root usr/man/man3/Tcl_TraceVar2.3
-rw-r--r-- root/root usr/man/man3/Tcl_TranslateFileName.3.gz
-rw-r--r-- root/root usr/man/man3/Tcl_Ungets.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniChar.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharAtIndex.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharCaseMatch.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharIsAlnum.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharIsAlpha.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharIsControl.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharIsDigit.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharIsGraph.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharIsLower.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharIsPrint.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharIsPunct.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharIsSpace.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharIsUpper.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharIsWordChar.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharLen.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharNcasecmp.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharNcmp.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharToLower.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharToTitle.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharToUpper.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharToUtf.3
-rw-r--r-- root/root usr/man/man3/Tcl_UniCharToUtfDString.3
-rw-r--r-- root/root usr/man/man3/Tcl_UnlinkVar.3
-rw-r--r-- root/root usr/man/man3/Tcl_UnregisterChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_UnsetVar.3
-rw-r--r-- root/root usr/man/man3/Tcl_UnsetVar2.3
-rw-r--r-- root/root usr/man/man3/Tcl_UnstackChannel.3
-rw-r--r-- root/root usr/man/man3/Tcl_UntraceCommand.3
-rw-r--r-- root/root usr/man/man3/Tcl_UntraceVar.3
-rw-r--r-- root/root usr/man/man3/Tcl_UntraceVar2.3
-rw-r--r-- root/root usr/man/man3/Tcl_UpVar.3
-rw-r--r-- root/root usr/man/man3/Tcl_UpVar2.3
-rw-r--r-- root/root usr/man/man3/Tcl_UpdateLinkedVar.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfAtIndex.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfBackslash.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfCharComplete.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfFindFirst.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfFindLast.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfNext.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfPrev.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfToExternal.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfToExternalDString.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfToLower.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfToTitle.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfToUniChar.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfToUniCharDString.3
-rw-r--r-- root/root usr/man/man3/Tcl_UtfToUpper.3
-rw-r--r-- root/root usr/man/man3/Tcl_ValidateAllMemory.3
-rw-r--r-- root/root usr/man/man3/Tcl_VarEval.3
-rw-r--r-- root/root usr/man/man3/Tcl_VarEvalVA.3
-rw-r--r-- root/root usr/man/man3/Tcl_VarTraceInfo.3
-rw-r--r-- root/root usr/man/man3/Tcl_VarTraceInfo2.3
-rw-r--r-- root/root usr/man/man3/Tcl_WaitForEvent.3
-rw-r--r-- root/root usr/man/man3/Tcl_WaitPid.3
-rw-r--r-- root/root usr/man/man3/Tcl_WinTCharToUtf.3
-rw-r--r-- root/root usr/man/man3/Tcl_WinUtfToTChar.3
-rw-r--r-- root/root usr/man/man3/Tcl_Write.3
-rw-r--r-- root/root usr/man/man3/Tcl_WriteChars.3
-rw-r--r-- root/root usr/man/man3/Tcl_WriteObj.3
-rw-r--r-- root/root usr/man/man3/Tcl_WriteRaw.3
-rw-r--r-- root/root usr/man/man3/Tcl_WrongNumArgs.3.gz
-rw-r--r-- root/root usr/man/man3/attemptckalloc.3
-rw-r--r-- root/root usr/man/man3/attemptckrealloc.3
-rw-r--r-- root/root usr/man/man3/ckalloc.3
-rw-r--r-- root/root usr/man/man3/ckfree.3
-rw-r--r-- root/root usr/man/man3/ckrealloc.3
-rw-r--r-- root/root usr/man/man3/panic.3
-rw-r--r-- root/root usr/man/man3/panicVA.3
drwxr-xr-x root/root usr/man/mann/
-rw-r--r-- root/root usr/man/mann/SafeBase.n.gz
-rw-r--r-- root/root usr/man/mann/Tcl.n.gz
-rw-r--r-- root/root usr/man/mann/after.n.gz
-rw-r--r-- root/root usr/man/mann/append.n.gz
-rw-r--r-- root/root usr/man/mann/array.n.gz
-rw-r--r-- root/root usr/man/mann/auto_execok.n
-rw-r--r-- root/root usr/man/mann/auto_import.n
-rw-r--r-- root/root usr/man/mann/auto_load.n
-rw-r--r-- root/root usr/man/mann/auto_mkindex.n
-rw-r--r-- root/root usr/man/mann/auto_mkindex_old.n
-rw-r--r-- root/root usr/man/mann/auto_qualify.n
-rw-r--r-- root/root usr/man/mann/auto_reset.n
-rw-r--r-- root/root usr/man/mann/bgerror.n.gz
-rw-r--r-- root/root usr/man/mann/binary.n.gz
-rw-r--r-- root/root usr/man/mann/break.n.gz
-rw-r--r-- root/root usr/man/mann/case.n.gz
-rw-r--r-- root/root usr/man/mann/catch.n.gz
-rw-r--r-- root/root usr/man/mann/cd.n.gz
-rw-r--r-- root/root usr/man/mann/clock.n.gz
-rw-r--r-- root/root usr/man/mann/close.n.gz
-rw-r--r-- root/root usr/man/mann/concat.n.gz
-rw-r--r-- root/root usr/man/mann/continue.n.gz
-rw-r--r-- root/root usr/man/mann/dde.n.gz
-rw-r--r-- root/root usr/man/mann/encoding.n.gz
-rw-r--r-- root/root usr/man/mann/eof.n.gz
-rw-r--r-- root/root usr/man/mann/error.n.gz
-rw-r--r-- root/root usr/man/mann/eval.n.gz
-rw-r--r-- root/root usr/man/mann/exec.n.gz
-rw-r--r-- root/root usr/man/mann/exit.n.gz
-rw-r--r-- root/root usr/man/mann/expr.n.gz
-rw-r--r-- root/root usr/man/mann/fblocked.n.gz
-rw-r--r-- root/root usr/man/mann/fconfigure.n.gz
-rw-r--r-- root/root usr/man/mann/fcopy.n.gz
-rw-r--r-- root/root usr/man/mann/file.n.gz
-rw-r--r-- root/root usr/man/mann/fileevent.n.gz
-rw-r--r-- root/root usr/man/mann/filename.n.gz
-rw-r--r-- root/root usr/man/mann/flush.n.gz
-rw-r--r-- root/root usr/man/mann/for.n.gz
-rw-r--r-- root/root usr/man/mann/foreach.n.gz
-rw-r--r-- root/root usr/man/mann/format.n.gz
-rw-r--r-- root/root usr/man/mann/gets.n.gz
-rw-r--r-- root/root usr/man/mann/glob.n.gz
-rw-r--r-- root/root usr/man/mann/global.n.gz
-rw-r--r-- root/root usr/man/mann/history.n.gz
-rw-r--r-- root/root usr/man/mann/http.n.gz
-rw-r--r-- root/root usr/man/mann/if.n.gz
-rw-r--r-- root/root usr/man/mann/incr.n.gz
-rw-r--r-- root/root usr/man/mann/info.n.gz
-rw-r--r-- root/root usr/man/mann/interp.n.gz
-rw-r--r-- root/root usr/man/mann/join.n.gz
-rw-r--r-- root/root usr/man/mann/lappend.n.gz
-rw-r--r-- root/root usr/man/mann/lindex.n.gz
-rw-r--r-- root/root usr/man/mann/linsert.n.gz
-rw-r--r-- root/root usr/man/mann/list.n.gz
-rw-r--r-- root/root usr/man/mann/llength.n.gz
-rw-r--r-- root/root usr/man/mann/load.n.gz
-rw-r--r-- root/root usr/man/mann/lrange.n.gz
-rw-r--r-- root/root usr/man/mann/lreplace.n.gz
-rw-r--r-- root/root usr/man/mann/lsearch.n.gz
-rw-r--r-- root/root usr/man/mann/lset.n.gz
-rw-r--r-- root/root usr/man/mann/lsort.n.gz
-rw-r--r-- root/root usr/man/mann/memory.n.gz
-rw-r--r-- root/root usr/man/mann/msgcat.n.gz
-rw-r--r-- root/root usr/man/mann/namespace.n.gz
-rw-r--r-- root/root usr/man/mann/open.n.gz
-rw-r--r-- root/root usr/man/mann/package.n.gz
-rw-r--r-- root/root usr/man/mann/parray.n
-rw-r--r-- root/root usr/man/mann/pid.n.gz
-rw-r--r-- root/root usr/man/mann/pkg::create.n.gz
-rw-r--r-- root/root usr/man/mann/pkg_mkIndex.n.gz
-rw-r--r-- root/root usr/man/mann/proc.n.gz
-rw-r--r-- root/root usr/man/mann/puts.n.gz
-rw-r--r-- root/root usr/man/mann/pwd.n.gz
-rw-r--r-- root/root usr/man/mann/re_syntax.n.gz
-rw-r--r-- root/root usr/man/mann/read.n.gz
-rw-r--r-- root/root usr/man/mann/regexp.n.gz
-rw-r--r-- root/root usr/man/mann/registry.n.gz
-rw-r--r-- root/root usr/man/mann/regsub.n.gz
-rw-r--r-- root/root usr/man/mann/rename.n.gz
-rw-r--r-- root/root usr/man/mann/resource.n.gz
-rw-r--r-- root/root usr/man/mann/return.n.gz
-rw-r--r-- root/root usr/man/mann/scan.n.gz
-rw-r--r-- root/root usr/man/mann/seek.n.gz
-rw-r--r-- root/root usr/man/mann/set.n.gz
-rw-r--r-- root/root usr/man/mann/socket.n.gz
-rw-r--r-- root/root usr/man/mann/source.n.gz
-rw-r--r-- root/root usr/man/mann/split.n.gz
-rw-r--r-- root/root usr/man/mann/string.n.gz
-rw-r--r-- root/root usr/man/mann/subst.n.gz
-rw-r--r-- root/root usr/man/mann/switch.n.gz
-rw-r--r-- root/root usr/man/mann/tcl_endOfWord.n
-rw-r--r-- root/root usr/man/mann/tcl_findLibrary.n
-rw-r--r-- root/root usr/man/mann/tcl_startOfNextWord.n
-rw-r--r-- root/root usr/man/mann/tcl_startOfPreviousWord.n
-rw-r--r-- root/root usr/man/mann/tcl_wordBreakAfter.n
-rw-r--r-- root/root usr/man/mann/tcl_wordBreakBefore.n
-rw-r--r-- root/root usr/man/mann/tcltest.n.gz
-rw-r--r-- root/root usr/man/mann/tclvars.n.gz
-rw-r--r-- root/root usr/man/mann/tell.n.gz
-rw-r--r-- root/root usr/man/mann/time.n.gz
-rw-r--r-- root/root usr/man/mann/trace.n.gz
-rw-r--r-- root/root usr/man/mann/unknown.n.gz
-rw-r--r-- root/root usr/man/mann/unset.n.gz
-rw-r--r-- root/root usr/man/mann/update.n.gz
-rw-r--r-- root/root usr/man/mann/uplevel.n.gz
-rw-r--r-- root/root usr/man/mann/upvar.n.gz
-rw-r--r-- root/root usr/man/mann/variable.n.gz
-rw-r--r-- root/root usr/man/mann/vwait.n.gz
-rw-r--r-- root/root usr/man/mann/while.n.gz

1
tcl/.md5sum Normal file
View File

@ -0,0 +1 @@
7e01b409925e4eb59ad44a4c12b9c681 tcl8.4.9-src.tar.gz

26
tcl/Pkgfile Normal file
View File

@ -0,0 +1,26 @@
# Description: a portable scripting environment for Unix, Windows, and Macintosh
# URL: http://tcl.sourceforge.net
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Sven Dahl, dahl at c64 dot org
name=tcl
version=8.4.9
release=1
source=(http://dl.sourceforge.net/sourceforge/tcl/tcl${version}-src.tar.gz)
build() {
cd $SRC/tcl${version}/unix/
./configure --prefix=/usr
make
make MKLINKS_FLAGS="-s" INSTALL_ROOT=$PKG install
cp ../generic/*.h $PKG/usr/include/
cp tclUnixPort.h $PKG/usr/include/tclPort.h
cp tclUnixThrd.h $PKG/usr/include/tclThrd.h
sed -i "s|$SRC/tcl${version}/unix|/usr/lib|" $PKG/usr/lib/tclConfig.sh
rm $PKG/usr/include/regex.h
ln -s tclsh8.4 $PKG/usr/bin/tclsh
find $PKG/usr/man -type f -exec chmod a-x,u+w {} \;
}

30
tightvnc/.footprint Normal file
View File

@ -0,0 +1,30 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/Xvnc
-rwxr-xr-x root/root usr/bin/vncconnect
-rwxr-xr-x root/root usr/bin/vncpasswd
-rwxr-xr-x root/root usr/bin/vncserver
-rwxr-xr-x root/root usr/bin/vncviewer
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/Xvnc.1.gz
-rw-r--r-- root/root usr/man/man1/vncserver.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/vnc/
drwxr-xr-x root/root usr/share/vnc/classes/
-rw-r--r-- root/root usr/share/vnc/classes/AuthPanel.class
-rw-r--r-- root/root usr/share/vnc/classes/ButtonPanel.class
-rw-r--r-- root/root usr/share/vnc/classes/ClipboardFrame.class
-rw-r--r-- root/root usr/share/vnc/classes/DesCipher.class
-rw-r--r-- root/root usr/share/vnc/classes/HTTPConnectSocket.class
-rw-r--r-- root/root usr/share/vnc/classes/HTTPConnectSocketFactory.class
-rw-r--r-- root/root usr/share/vnc/classes/OptionsFrame.class
-rw-r--r-- root/root usr/share/vnc/classes/RecordingFrame.class
-rw-r--r-- root/root usr/share/vnc/classes/ReloginPanel.class
-rw-r--r-- root/root usr/share/vnc/classes/RfbProto.class
-rw-r--r-- root/root usr/share/vnc/classes/SessionRecorder.class
-rw-r--r-- root/root usr/share/vnc/classes/SocketFactory.class
-rw-r--r-- root/root usr/share/vnc/classes/VncCanvas.class
-rw-r--r-- root/root usr/share/vnc/classes/VncViewer.class
-rw-r--r-- root/root usr/share/vnc/classes/VncViewer.jar
-rw-r--r-- root/root usr/share/vnc/classes/index.vnc

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