create branch for 2.2
This commit is contained in:
commit
bdea7e6c6a
52
9base/.footprint
Normal file
52
9base/.footprint
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/9base/
|
||||||
|
drwxr-xr-x root/root usr/share/9base/bin/
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/awk
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/basename
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/bc
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/cat
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/cleanname
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/date
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/dc
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/echo
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/grep
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/mk
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/rc
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/sed
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/seq
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/sleep
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/sort
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/tee
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/test
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/touch
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/tr
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/uniq
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/bin/yacc
|
||||||
|
drwxr-xr-x root/root usr/share/9base/etc/
|
||||||
|
-rwxr-xr-x root/root usr/share/9base/etc/rcmain
|
||||||
|
drwxr-xr-x root/root usr/share/9base/man/
|
||||||
|
drwxr-xr-x root/root usr/share/9base/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/awk.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/basename.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/bc.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/cat.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/cleanname.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/date.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/dc.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/echo.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/grep.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/mk.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/rc.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/sed.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/seq.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/sleep.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/sort.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/tee.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/test.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/touch.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/tr.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/uniq.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man1/yacc.1.gz
|
||||||
|
drwxr-xr-x root/root usr/share/9base/man/man7/
|
||||||
|
-rw-r--r-- root/root usr/share/9base/man/man7/regexp.7.gz
|
1
9base/.md5sum
Normal file
1
9base/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
f9d30509996ec178702af20fec986e9d 9base-2.tar.gz
|
19
9base/Pkgfile
Normal file
19
9base/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Description: ports of Plan 9 standard tools (e.g. rc shell)
|
||||||
|
# URL: http://wmii.de/
|
||||||
|
# Maintainer: Simon Gloßner, viper at hometux dot de
|
||||||
|
|
||||||
|
name=9base
|
||||||
|
version=2
|
||||||
|
release=1
|
||||||
|
source=(http://wmii.de/download/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
|
||||||
|
sed -i 's|^PREFIX.*|PREFIX=/usr/share/9base|' config.mk
|
||||||
|
sed -i 's|^MANPREFIX.*|MANPREFIX=/usr/share/9base/man|' config.mk
|
||||||
|
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
chmod 644 $PKG/usr/share/9base/man/man?/*
|
||||||
|
}
|
107
a2ps/.footprint
Normal file
107
a2ps/.footprint
Normal file
@ -0,0 +1,107 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/a2ps
|
||||||
|
-rwxr-xr-x root/root usr/bin/card
|
||||||
|
-rwxr-xr-x root/root usr/bin/fixnt
|
||||||
|
-rwxr-xr-x root/root usr/bin/fixps
|
||||||
|
-rwxr-xr-x root/root usr/bin/pdiff
|
||||||
|
-rwxr-xr-x root/root usr/bin/psmandup
|
||||||
|
-rwxr-xr-x root/root usr/bin/psset
|
||||||
|
-rwxr-xr-x root/root usr/bin/texi2dvi4a2ps
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
-rw-r--r-- root/root usr/include/liba2ps.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/liba2ps.a
|
||||||
|
-rwxr-xr-x root/root usr/lib/liba2ps.la
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/man/man1/a2ps.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/card.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/fixps.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/pdiff.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/psmandup.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/psset.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/texi2dvi4a2ps.1.gz
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/a2ps/
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/README
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/a2ps-site.cfg
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/a2ps.cfg
|
||||||
|
drwxr-xr-x root/root usr/share/a2ps/afm/
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/fonts.map
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/pcrb.afm
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/pcrbo.afm
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/pcrr.afm
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/pcrro.afm
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/phvb.afm
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/phvbo.afm
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/phvr.afm
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/phvro.afm
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/psyr.afm
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/ptmb.afm
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/ptmbi.afm
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/ptmi.afm
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/afm/ptmr.afm
|
||||||
|
drwxr-xr-x root/root usr/share/a2ps/encoding/
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/encoding/ascii.edf
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/encoding/encoding.map
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/encoding/iso1.edf
|
||||||
|
drwxr-xr-x root/root usr/share/a2ps/fonts/
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/fonts/pcfont.pfa
|
||||||
|
drwxr-xr-x root/root usr/share/a2ps/ppd/
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ppd/README
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ppd/level1.ppd
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ppd/level2.ppd
|
||||||
|
drwxr-xr-x root/root usr/share/a2ps/ps/
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ps/a2ps.hdr
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ps/base.ps
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ps/bold.pro
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ps/bw.pro
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ps/color.hdr
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ps/color.pro
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ps/diff.pro
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ps/ehandler.ps
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ps/fixed.pro
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ps/gray.pro
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ps/gray2.pro
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ps/matrix.pro
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/ps/ul.pro
|
||||||
|
drwxr-xr-x root/root usr/share/a2ps/sheets/
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/ada.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/c.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/card.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/clisp.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/cpp.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/cxx.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/eiffel.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/elisp.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/for-fixed.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/for-free.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/for77-fixed.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/for77-free.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/for77kwds.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/for90-fixed.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/for90-free.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/for90kwds.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/fortran.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/gnuc.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/java.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/mail.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/make.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/objc.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/ocaml.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/pascal.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/perl.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/pre.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/pretex.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/scheme.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/sh.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/sheets.map
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/shell.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/ssh.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/symbols.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/tcl.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/texscript.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/tk.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/udiff.ssh
|
||||||
|
-rw-r--r-- root/root usr/share/a2ps/sheets/wdiff.ssh
|
2
a2ps/.md5sum
Normal file
2
a2ps/.md5sum
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
d0fafa1203756238648143e2b98d1c60 a2ps-4.13c.patch
|
||||||
|
97164e84ba911e4604155507e0893669 a2ps-4.13c.tar.gz
|
24
a2ps/Pkgfile
Normal file
24
a2ps/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Description: ASCII to Postscript converter (Prettyprint)
|
||||||
|
# URL: http://www.inf.enst.fr/~demaille/a2ps/
|
||||||
|
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||||
|
# Packager: Martin Opel, mo at obbl-net dot de
|
||||||
|
# Depends on: psutils
|
||||||
|
|
||||||
|
name=a2ps
|
||||||
|
version=4.13c
|
||||||
|
release=1
|
||||||
|
source=(http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/$name-$version.tar.gz \
|
||||||
|
$name-$version.patch)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-4.13
|
||||||
|
patch -p1 < $SRC/$name-$version.patch
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--disable-extensions \
|
||||||
|
--sysconfdir=/usr/share/a2ps
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
rm -rf $PKG/usr/{info,share/{locale,ogonkify}}
|
||||||
|
rm -rf $PKG/usr/man/man1/ogonkify.1
|
||||||
|
}
|
121
a2ps/a2ps-4.13c.patch
Normal file
121
a2ps/a2ps-4.13c.patch
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
diff -Nru a2ps-4.13.orig/contrib/Makefile.in a2ps-4.13/contrib/Makefile.in
|
||||||
|
--- a2ps-4.13.orig/contrib/Makefile.in 2005-04-16 21:34:09.000000000 +0200
|
||||||
|
+++ a2ps-4.13/contrib/Makefile.in 2005-04-16 21:36:27.000000000 +0200
|
||||||
|
@@ -162,7 +162,7 @@
|
||||||
|
install_sh = @install_sh@
|
||||||
|
lispdir = @lispdir@
|
||||||
|
|
||||||
|
-SUBDIRS = sample emacs
|
||||||
|
+SUBDIRS = sample
|
||||||
|
|
||||||
|
bin_SCRIPTS = card fixps pdiff psmandup psset texi2dvi4a2ps
|
||||||
|
bin_PROGRAMS = fixnt
|
||||||
|
diff -Nru a2ps-4.13.orig/contrib/fixps.in a2ps-4.13/contrib/fixps.in
|
||||||
|
--- a2ps-4.13.orig/contrib/fixps.in 2005-04-16 21:34:09.000000000 +0200
|
||||||
|
+++ a2ps-4.13/contrib/fixps.in 2005-04-16 21:34:54.000000000 +0200
|
||||||
|
@@ -38,7 +38,7 @@
|
||||||
|
run_gs=0
|
||||||
|
# What action to perform: fixps, cat, check, and gs
|
||||||
|
task=fixps
|
||||||
|
-tmpdir=/tmp/$program.$$
|
||||||
|
+tmpdir=`mktemp -d -t fixps.XXXXXX` || { echo "$program: Cannot create temporary dir!" >&2 ; exit 1; }
|
||||||
|
verbose=echo
|
||||||
|
|
||||||
|
# The version/usage strings
|
||||||
|
@@ -191,7 +191,6 @@
|
||||||
|
trap "/bin/rm -rf $tmpdir" 0 1 2 3 13 15
|
||||||
|
fi
|
||||||
|
|
||||||
|
-mkdir $tmpdir
|
||||||
|
fixps_sed=$tmpdir/fixps.sed
|
||||||
|
|
||||||
|
# If printing from stdin, save into a tmp file
|
||||||
|
diff -Nru a2ps-4.13.orig/contrib/psmandup.in a2ps-4.13/contrib/psmandup.in
|
||||||
|
--- a2ps-4.13.orig/contrib/psmandup.in 2005-04-16 21:34:09.000000000 +0200
|
||||||
|
+++ a2ps-4.13/contrib/psmandup.in 2005-04-16 21:35:05.000000000 +0200
|
||||||
|
@@ -36,7 +36,7 @@
|
||||||
|
message=
|
||||||
|
psselect=${PSSELECT:-psselect}
|
||||||
|
psset=${PSSET:-psset}
|
||||||
|
-tmpdir=/tmp/$program.$$
|
||||||
|
+tmpdir=`mktemp -d -t fixps.XXXXXX` || { echo "$program: Cannot create temporary dir!" >&2 ; exit 1; }
|
||||||
|
|
||||||
|
# These two must be kept in synch. They are opposed.
|
||||||
|
verbose=echo
|
||||||
|
@@ -185,7 +185,6 @@
|
||||||
|
trap "/bin/rm -rf $tmpdir" 0 1 2 3 13 15
|
||||||
|
fi
|
||||||
|
|
||||||
|
-mkdir $tmpdir
|
||||||
|
|
||||||
|
# If printing from stdin, save into a tmp file
|
||||||
|
if test $file = '-'; then
|
||||||
|
diff -Nru a2ps-4.13.orig/lib/path-concat.c a2ps-4.13/lib/path-concat.c
|
||||||
|
--- a2ps-4.13.orig/lib/path-concat.c 2005-04-16 21:34:09.000000000 +0200
|
||||||
|
+++ a2ps-4.13/lib/path-concat.c 2005-04-16 21:36:01.000000000 +0200
|
||||||
|
@@ -31,7 +31,6 @@
|
||||||
|
#endif
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
-char *malloc ();
|
||||||
|
|
||||||
|
#ifndef DIRECTORY_SEPARATOR
|
||||||
|
# define DIRECTORY_SEPARATOR '/'
|
||||||
|
diff -Nru a2ps-4.13.orig/src/select.c a2ps-4.13/src/select.c
|
||||||
|
--- a2ps-4.13.orig/src/select.c 2005-04-16 21:34:09.000000000 +0200
|
||||||
|
+++ a2ps-4.13/src/select.c 2005-04-16 21:35:11.000000000 +0200
|
||||||
|
@@ -131,6 +131,36 @@
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
+/* escapes the name of a file so that the shell groks it in 'single' q.marks.
|
||||||
|
+ The resulting pointer has to be free()ed when not longer used. */
|
||||||
|
+char *
|
||||||
|
+shell_escape(const char *fn)
|
||||||
|
+{
|
||||||
|
+ size_t len = 0;
|
||||||
|
+ const char *inp;
|
||||||
|
+ char *retval, *outp;
|
||||||
|
+
|
||||||
|
+ for(inp = fn; *inp; ++inp)
|
||||||
|
+ switch(*inp)
|
||||||
|
+ {
|
||||||
|
+ case '\'': len += 4; break;
|
||||||
|
+ default: len += 1; break;
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ outp = retval = malloc(len + 1);
|
||||||
|
+ if(!outp)
|
||||||
|
+ return NULL; /* perhaps one should do better error handling here */
|
||||||
|
+ for(inp = fn; *inp; ++inp)
|
||||||
|
+ switch(*inp)
|
||||||
|
+ {
|
||||||
|
+ case '\'': *outp++ = '\''; *outp++ = '\\'; *outp++ = '\'', *outp++ = '\''; break;
|
||||||
|
+ default: *outp++ = *inp; break;
|
||||||
|
+ }
|
||||||
|
+ *outp = 0;
|
||||||
|
+
|
||||||
|
+ return retval;
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
/* What says file about the type of a file (result is malloc'd). NULL
|
||||||
|
if could not be run. */
|
||||||
|
|
||||||
|
@@ -144,11 +174,15 @@
|
||||||
|
if (IS_EMPTY (job->file_command))
|
||||||
|
return NULL;
|
||||||
|
|
||||||
|
+ filename = shell_escape(filename);
|
||||||
|
+ if(filename == NULL)
|
||||||
|
+ return NULL;
|
||||||
|
/* Call file(1) with the correct option */
|
||||||
|
- command = ALLOCA (char, (2
|
||||||
|
+ command = ALLOCA (char, (4
|
||||||
|
+ strlen (job->file_command)
|
||||||
|
+ ustrlen (filename)));
|
||||||
|
- sprintf (command, "%s %s", job->file_command, (const char *) filename);
|
||||||
|
+ sprintf (command, "%s '%s'", job->file_command, (const char *) filename);
|
||||||
|
+ free(filename);
|
||||||
|
message (msg_tool, (stderr, "Reading pipe: `%s'\n", command));
|
||||||
|
file_out = popen (command, "r");
|
||||||
|
|
16
acpid/.footprint
Normal file
16
acpid/.footprint
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
drwxr-xr-x root/root etc/
|
||||||
|
drwxr-xr-x root/root etc/acpi/
|
||||||
|
-rwxr-xr-x root/root etc/acpi/default.sh
|
||||||
|
drwxr-xr-x root/root etc/acpi/events/
|
||||||
|
-rw-r--r-- root/root etc/acpi/events/default
|
||||||
|
drwxr-xr-x root/root etc/rc.d/
|
||||||
|
-rwxr-xr-x root/root etc/rc.d/acpid
|
||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/acpi_listen
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man8/
|
||||||
|
-rw-r--r-- root/root usr/man/man8/acpi_listen.8.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man8/acpid.8.gz
|
||||||
|
drwxr-xr-x root/root usr/sbin/
|
||||||
|
-rwxr-x--- root/root usr/sbin/acpid
|
4
acpid/.md5sum
Normal file
4
acpid/.md5sum
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
3aff94e92186e99ed5fd6dcee2db7c74 acpid-1.0.4.tar.gz
|
||||||
|
41e6969cfea8e28bdc44142e977c0aa5 acpid.rc
|
||||||
|
a0d3f9a8480faf602a7415d03267f49f default
|
||||||
|
270a4cddfe84c89c0fe534ece700d98b default.sh
|
23
acpid/Pkgfile
Normal file
23
acpid/Pkgfile
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Description: Advanced Configuration and Power Interface event management daemon
|
||||||
|
# URL: http://acpid.sf.net
|
||||||
|
# Maintainer: sten, nick dot steeves at shaw dot ca
|
||||||
|
# Packager: Markus Heinz, su1690 at studserver dot uni-dortmund dot de
|
||||||
|
|
||||||
|
name=acpid
|
||||||
|
version=1.0.4
|
||||||
|
release=1
|
||||||
|
source=(http://dl.sourceforge.net/${name}/${name}-$version.tar.gz \
|
||||||
|
acpid.rc default default.sh)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
mkdir -p $PKG/usr/{bin,sbin,man/man8}
|
||||||
|
make INSTPREFIX=/usr
|
||||||
|
make INSTPREFIX=$PKG MAN8DIR=$PKG/usr/man/man8 install
|
||||||
|
mkdir -p $PKG/etc/{acpi/events,rc.d}
|
||||||
|
mv ../acpid.rc $PKG/etc/rc.d/acpid
|
||||||
|
mv ../default $PKG/etc/acpi/events
|
||||||
|
mv ../default.sh $PKG/etc/acpi
|
||||||
|
chmod 00755 $PKG/etc/rc.d/acpid $PKG/etc/acpi/default.sh
|
||||||
|
chown -R root:root $PKG
|
||||||
|
}
|
50
acpid/acpid.rc
Normal file
50
acpid/acpid.rc
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
######################################################################
|
||||||
|
# acpid: starts/stops ACPI daemon
|
||||||
|
######################################################################
|
||||||
|
|
||||||
|
daemon="/usr/sbin/acpid"
|
||||||
|
options="-c /etc/acpi/events -l /var/log/acpid"
|
||||||
|
|
||||||
|
######################################################################
|
||||||
|
# Start/Stop/Reload/Status Functions
|
||||||
|
######################################################################
|
||||||
|
start() {
|
||||||
|
if [ -e /proc/acpi ]; then
|
||||||
|
# call acpid with default config/logfiles
|
||||||
|
$daemon $options
|
||||||
|
return $?
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
stop() {
|
||||||
|
pkill -o -x ${daemon##*/}
|
||||||
|
return $?
|
||||||
|
}
|
||||||
|
reload() {
|
||||||
|
pkill -HUP -o -x ${daemon##*/}
|
||||||
|
return $?
|
||||||
|
}
|
||||||
|
status() {
|
||||||
|
base=${daemon##*/}
|
||||||
|
dpid=`pidof -o $$ -o $PPID -o %PPID -x ${base}`
|
||||||
|
if [ "$dpid" != "" ]; then
|
||||||
|
echo "${base} (pid $dpid) is running..."
|
||||||
|
elif [ -s /var/run/${base}.pid ]; then
|
||||||
|
echo "${base} is dead but pid file exists..."
|
||||||
|
else
|
||||||
|
echo "${base} is stopped."
|
||||||
|
fi
|
||||||
|
return
|
||||||
|
}
|
||||||
|
######################################################################
|
||||||
|
# See how we were called
|
||||||
|
######################################################################
|
||||||
|
case "$1" in
|
||||||
|
start) start ;;
|
||||||
|
stop) stop ;;
|
||||||
|
reload) reload ;;
|
||||||
|
restart) stop;start ;;
|
||||||
|
status) status ;;
|
||||||
|
*) echo "Usage: $0 {start|stop|reload|restart|status}" ; exit 1
|
||||||
|
esac
|
||||||
|
exit $?
|
18
acpid/default
Normal file
18
acpid/default
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# This is the ACPID default configuration, it takes all
|
||||||
|
# events and passes them to /etc/acpi/default.sh for further
|
||||||
|
# processing.
|
||||||
|
|
||||||
|
# event keeps a regular expression matching the event. To get
|
||||||
|
# power events only, just use something like "event=button power.*"
|
||||||
|
# to catch it.
|
||||||
|
# action keeps the command to be executed after an event occurs
|
||||||
|
# In case of the power event above, your entry may look this way:
|
||||||
|
#event=button power.*
|
||||||
|
#action=/sbin/init 0
|
||||||
|
|
||||||
|
# Optionally you can specify the placeholder %e. It will pass
|
||||||
|
# through the whole kernel event message to the program you've
|
||||||
|
# specified.
|
||||||
|
|
||||||
|
event=.*
|
||||||
|
action=/etc/acpi/default.sh %e
|
19
acpid/default.sh
Normal file
19
acpid/default.sh
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# Default acpi script that takes an entry for all actions
|
||||||
|
|
||||||
|
set $*
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
button/power)
|
||||||
|
case "$2" in
|
||||||
|
PWRF) /sbin/init 0
|
||||||
|
;;
|
||||||
|
*) logger "ACPI action $2 is not defined"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
|
||||||
|
*)
|
||||||
|
logger "ACPI group $1 / action $2 is not defined"
|
||||||
|
;;
|
||||||
|
esac
|
219
acroread/.footprint
Normal file
219
acroread/.footprint
Normal file
@ -0,0 +1,219 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
lrwxrwxrwx root/root usr/bin/acroread -> /usr/lib/Acrobat7/bin/acroread
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Browser/
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Browser/intellinux/
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Browser/intellinux/nppdf.so
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/AcroVersion
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/Cert/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/Cert/curl-ca-bundle.crt
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/GlobalPrefs/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/GlobalPrefs/reader_prefs
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/JavaScripts/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/JavaScripts/JSByteCodeLin.bin
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/JavaScripts/WebSearch.js
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/Legal/
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/Legal/ENU/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/Legal/ENU/LGPL.html
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/Legal/ENU/License.html
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/Legal/ENU/license_ENU_uc.txt
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/Messages/
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/Messages/ENU/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/Messages/ENU/RdrMsgENU.pdf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/Messages/RdrMsgSplash.pdf
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/Patch/
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/Patch/selinux_patch
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/WebSearch/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/WebSearch/WebSearchENU.pdf
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/SPPlugins/
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/SPPlugins/ADMPlugin.apl
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/bin/
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/bin/acroread
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libACE.so -> libACE.so.2.07
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libACE.so.2.07
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libAGM.so -> libAGM.so.4.14
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libAGM.so.4.14
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libAXE16SharedExpat.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libAXE8SharedExpat.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libAXSLE.so
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libBIB.so -> libBIB.so.1.1
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libBIB.so.1.1
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libCoolType.so -> libCoolType.so.5.01
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libCoolType.so.5.01
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libJP2K.so
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libResAccess.so -> libResAccess.so.0.1
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libResAccess.so.0.1
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libWRServices.so
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libadobelinguistic.so.2 -> libadobelinguistic.so.2.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libadobelinguistic.so.2.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libaglcnv.so -> libaglcnv.so.28.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libaglcnv.so.28 -> libaglcnv.so.28.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libaglcnv.so.28.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libagldata.so -> libagldata.so.28.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libagldata.so.28 -> libagldata.so.28.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libagldata.so.28.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libagli18n.so -> libagli18n.so.28.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libagli18n.so.28 -> libagli18n.so.28.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libagli18n.so.28.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libagluc.so -> libagluc.so.28.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libagluc.so.28 -> libagluc.so.28.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libagluc.so.28.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libcrypto.so -> libcrypto.so.0.9.6
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libcrypto.so.0 -> libcrypto.so.0.9.6
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libcrypto.so.0.9.6
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libcurl.so -> libcurl.so.2.0.2
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libcurl.so.2 -> libcurl.so.2.0.2
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libcurl.so.2.0.2
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libssl.so -> libssl.so.0.9.6
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/lib/libssl.so.0 -> libssl.so.0.9.6
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/lib/libssl.so.0.9.6
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/Accessibility.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/AcroForm.api
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/AcroForm/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/AcroForm/acrobat7.xdc
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/Annotations/
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/Annotations/Stamps/
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/Annotations/Stamps/ENU/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/Annotations/Stamps/ENU/Dynamic.pdf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/Annotations/Stamps/ENU/SignHere.pdf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/Annotations/Stamps/ENU/StandardBusiness.pdf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/Annotations/Stamps/Words.pdf
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/Annots.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/DigSig.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/EFS.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/EScript.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/LegalPDF.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/MakeAccessible.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/PDDom.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/SOAP.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/SaveAsRTF.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/SearchFind.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/SendMail.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/Spelling.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/checkers.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/ewh.api
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/Reader/intellinux/plug_ins/wwwlink.api
|
||||||
|
lrwxrwxrwx root/root usr/lib/Acrobat7/Reader/intellinux/res -> ../../Resource
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/CMap/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/CMap/Identity-H
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/CMap/Identity-V
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Font/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/AdobePiStd.otf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/CourierStd-Bold.otf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/CourierStd-BoldOblique.otf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/CourierStd-Oblique.otf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/CourierStd.otf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/MinionPro-Bold.otf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/MinionPro-BoldIt.otf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/MinionPro-It.otf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/MinionPro-Regular.otf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/MyriadPro-Bold.otf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/MyriadPro-BoldIt.otf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/MyriadPro-It.otf
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/MyriadPro-Regular.otf
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Font/PFM/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/PFM/SY______.PFM
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/PFM/zx______.pfm
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/PFM/zy______.pfm
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/SY______.PFB
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/ZX______.PFB
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Font/ZY______.PFB
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Icons/
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Icons/128x128/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/128x128/AdobeReader.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/128x128/vnd.adobe.pdx.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/128x128/vnd.adobe.xdp+xml.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/128x128/vnd.adobe.xfdf.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/128x128/vnd.fdf.png
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Icons/16x16/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/16x16/AdobeReader.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/16x16/vnd.adobe.pdx.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/16x16/vnd.adobe.xdp+xml.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/16x16/vnd.adobe.xfdf.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/16x16/vnd.fdf.png
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Icons/192x192/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/192x192/AdobeReader.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/192x192/vnd.adobe.pdx.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/192x192/vnd.adobe.xdp+xml.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/192x192/vnd.adobe.xfdf.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/192x192/vnd.fdf.png
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Icons/20x20/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/20x20/AdobeReader.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/20x20/vnd.adobe.pdx.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/20x20/vnd.adobe.xfdf.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/20x20/vnd.fdf.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/20x20/xdp.png
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Icons/24x24/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/24x24/AdobeReader.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/24x24/vnd.adobe.pdx.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/24x24/vnd.adobe.xdp+xml.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/24x24/vnd.adobe.xfdf.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/24x24/vnd.fdf.png
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Icons/32x32/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/32x32/AdobeReader.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/32x32/vnd.adobe.pdx.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/32x32/vnd.adobe.xdp+xml.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/32x32/vnd.adobe.xfdf.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/32x32/vnd.fdf.png
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Icons/36x36/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/36x36/AdobeReader.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/36x36/vnd.adobe.pdx.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/36x36/vnd.adobe.xdp+xml.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/36x36/vnd.adobe.xfdf.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/36x36/vnd.fdf.png
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Icons/48x48/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/48x48/AdobeReader.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/48x48/vnd.adobe.pdx.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/48x48/vnd.adobe.xdp+xml.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/48x48/vnd.adobe.xfdf.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/48x48/vnd.fdf.png
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Icons/64x64/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/64x64/AdobeReader.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/64x64/vnd.adobe.pdx.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/64x64/vnd.adobe.xdp+xml.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/64x64/vnd.adobe.xfdf.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/64x64/vnd.fdf.png
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Icons/96x96/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/96x96/AdobeReader.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/96x96/vnd.adobe.pdx.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/96x96/vnd.adobe.xdp+xml.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/96x96/vnd.adobe.xfdf.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/96x96/vnd.fdf.png
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Icons/AdobeReader.png
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Linguistics/
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Linguistics/LanguageNames/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/LanguageNames/DisplayLanguageNames.en_US.txt
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/brt04.lex
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/brt0401.lex
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/brt0402.lex
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/brt32.clx
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/brtphon.env
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/can112.lex
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/can32.clx
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/canphon.env
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/eng32.clx
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/engphon.env
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/usa86.lex
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/usa8601.lex
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/usa8602.lex
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/usa8603.lex
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Linguistics/Providers/Proximity/usa8604.lex
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/Resource/Support/
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Support/AdobeReader.xml
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Support/AdobeReader_GNOME.desktop
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Support/AdobeReader_KDE.desktop
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Support/vnd.adobe.pdx.desktop
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Support/vnd.adobe.xdp+xml.desktop
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Support/vnd.adobe.xfdf.desktop
|
||||||
|
-rw-r--r-- root/root usr/lib/Acrobat7/Resource/Support/vnd.fdf.desktop
|
||||||
|
drwxr-xr-x root/root usr/lib/Acrobat7/bin/
|
||||||
|
-rwxr-xr-x root/root usr/lib/Acrobat7/bin/acroread
|
1
acroread/.md5sum
Normal file
1
acroread/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
7206d7e145298930560b51096836940c AdobeReader_enu-7.0.5-1.i386.tar.gz
|
25
acroread/Pkgfile
Normal file
25
acroread/Pkgfile
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Description: Portable Document Format Viewer with Search
|
||||||
|
# Packager: Markus Ackermann, maol at symlink dot ch
|
||||||
|
# Maintainer: Simone Rota, sip at varlock dot com
|
||||||
|
# URL: http://www.adobe.com/
|
||||||
|
# Depends on: gtk, libstdc++-compat
|
||||||
|
|
||||||
|
name=acroread
|
||||||
|
version=7.0.5
|
||||||
|
release=3
|
||||||
|
source=(http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.5/enu/AdobeReader_enu-7.0.5-1.i386.tar.gz)
|
||||||
|
PKGMK_NO_STRIP="yes"
|
||||||
|
|
||||||
|
build() {
|
||||||
|
mkdir -p $PKG/usr/lib/Acrobat7 $PKG/usr/bin
|
||||||
|
cd $PKG/usr/lib/Acrobat7
|
||||||
|
tar -xf $SRC/AdobeReader/COMMON.TAR
|
||||||
|
tar -xf $SRC/AdobeReader/ILINXR.TAR
|
||||||
|
rm -rf Reader/{help,HowTo}
|
||||||
|
rm -r Browser/{HowTo,install_browser_plugin}
|
||||||
|
find . -name PPKLite.api -exec rm {} \;
|
||||||
|
|
||||||
|
sed -i 's|REPLACE_ME|/usr/lib/Acrobat7/Reader|g' bin/acroread
|
||||||
|
ln -sf /usr/lib/Acrobat7/bin/acroread $PKG/usr/bin/acroread
|
||||||
|
find . -type d | xargs chmod 755
|
||||||
|
}
|
5
acroread/README
Normal file
5
acroread/README
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
PRE-INSTALL
|
||||||
|
|
||||||
|
It seems that the Mozilla plugin has problems
|
||||||
|
with with stripping. Be sure to build the package
|
||||||
|
with -ns option if you intend to use the plugin.
|
958
allegro/.footprint
Normal file
958
allegro/.footprint
Normal file
@ -0,0 +1,958 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/allegro-config
|
||||||
|
-rwxr-xr-x root/root usr/bin/colormap
|
||||||
|
-rwxr-xr-x root/root usr/bin/dat
|
||||||
|
-rwxr-xr-x root/root usr/bin/dat2c
|
||||||
|
-rwxr-xr-x root/root usr/bin/dat2s
|
||||||
|
-rwxr-xr-x root/root usr/bin/exedat
|
||||||
|
-rwxr-xr-x root/root usr/bin/grabber
|
||||||
|
-rwxr-xr-x root/root usr/bin/pack
|
||||||
|
-rwxr-xr-x root/root usr/bin/pat2dat
|
||||||
|
-rwxr-xr-x root/root usr/bin/rgbmap
|
||||||
|
-rwxr-xr-x root/root usr/bin/textconv
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
-rw-r--r-- root/root usr/include/allegro.h
|
||||||
|
drwxr-xr-x root/root usr/include/allegro/
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/3d.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/3dmaths.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/alcompat.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/alinline.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/alunixac.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/base.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/color.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/compiled.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/config.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/datafile.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/debug.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/digi.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/draw.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/file.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/fix.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/fixed.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/fli.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/fmaths.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/font.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/gfx.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/graphics.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/gui.h
|
||||||
|
drwxr-xr-x root/root usr/include/allegro/inline/
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/inline/3dmaths.inl
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/inline/asm.inl
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/inline/color.inl
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/inline/draw.inl
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/inline/file.inl
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/inline/fix.inl
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/inline/fmaths.inl
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/inline/gfx.inl
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/inline/matrix.inl
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/inline/rle.inl
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/inline/system.inl
|
||||||
|
drwxr-xr-x root/root usr/include/allegro/internal/
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/internal/aintern.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/internal/aintvga.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/internal/alconfig.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/joystick.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/keyboard.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/matrix.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/midi.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/mouse.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/palette.h
|
||||||
|
drwxr-xr-x root/root usr/include/allegro/platform/
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/aintbeos.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/aintdos.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/aintlnx.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/aintmac.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/aintosx.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/aintqnx.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/aintunix.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/aintwin.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/al386gcc.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/al386vc.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/al386wat.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/albcc32.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/albecfg.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/albeos.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/aldjgpp.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/aldos.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/almac.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/almaccfg.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/almngw32.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/almsvc.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/alosx.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/alosxcfg.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/alplatf.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/alqnx.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/alqnxcfg.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/alucfg.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/alunix.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/alunixac.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/alwatcom.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/alwin.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/platform/macdef.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/quat.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/rle.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/sound.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/stream.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/system.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/text.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/timer.h
|
||||||
|
-rw-r--r-- root/root usr/include/allegro/unicode.h
|
||||||
|
-rw-r--r-- root/root usr/include/linalleg.h
|
||||||
|
-rw-r--r-- root/root usr/include/xalleg.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/allegro/
|
||||||
|
drwxr-xr-x root/root usr/lib/allegro/4.1/
|
||||||
|
-rw-r--r-- root/root usr/lib/allegro/4.1/alleg-alsadigi.so
|
||||||
|
-rw-r--r-- root/root usr/lib/allegro/4.1/alleg-alsamidi.so
|
||||||
|
-rw-r--r-- root/root usr/lib/allegro/4.1/alleg-artsdigi.so
|
||||||
|
-rw-r--r-- root/root usr/lib/allegro/4.1/alleg-dga2.so
|
||||||
|
-rw-r--r-- root/root usr/lib/allegro/4.1/alleg-esddigi.so
|
||||||
|
-rw-r--r-- root/root usr/lib/allegro/4.1/alleg-fbcon.so
|
||||||
|
-rw-r--r-- root/root usr/lib/allegro/4.1/alleg-vga.so
|
||||||
|
-rw-r--r-- root/root usr/lib/allegro/4.1/modules.lst
|
||||||
|
-rw-r--r-- root/root usr/lib/liballeg-4.1.18.so
|
||||||
|
lrwxrwxrwx root/root usr/lib/liballeg.so.4.1 -> liballeg-4.1.18.so
|
||||||
|
-rw-r--r-- root/root usr/lib/liballeg_unsharable.a
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man3/
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ALLEGRO_DATE.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ALLEGRO_DATE_STR.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ALLEGRO_SUB_VERSION.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ALLEGRO_VERSION.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ALLEGRO_VERSION_STR.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ALLEGRO_WIP_VERSION.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ASSERT.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/AUDIOSTREAM.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/BITMAP.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/COLOR_MAP.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/COMPILED_SPRITE.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/DATAFILE.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/DAT_ID.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/DIALOG.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/DIALOG_PLAYER.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/END_OF_FUNCTION.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/END_OF_MAIN.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/FONT.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/GFX_MODE.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/GFX_MODE_LIST.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/JOYSTICK_BUTTON_INFO.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/JOYSTICK_INFO.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/JOYSTICK_STICK_INFO.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/JOYSTIC_AXIS_INFO.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/LOCK_VARIABLE.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/MASK_COLOR_15.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/MASK_COLOR_16.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/MASK_COLOR_24.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/MASK_COLOR_32.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/MASK_COLOR_8.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/MATRIX.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/MATRIX_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/MENU.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/MENU_PLAYER.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/MIDI.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/PACKFILE.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/PALETTE.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/QUAT.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/RGB.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/RGB_MAP.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/RLE_SPRITE.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/SAMPLE.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/SCREEN_H.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/SCREEN_W.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/TRACE.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/V3D.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/V3D_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/VIRTUAL_H.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/VIRTUAL_W.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ZBUFFER.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/_getpixel.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/_getpixel15.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/_getpixel16.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/_getpixel24.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/_getpixel32.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/_putpixel.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/_putpixel15.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/_putpixel16.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/_putpixel24.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/_putpixel32.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/_set_color.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/_ustrdup.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/acquire_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/acquire_screen.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/active_dialog.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/active_menu.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/add_clip_rect.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/adjust_sample.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/al_assert.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/al_ffblk.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/al_findclose.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/al_findfirst.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/al_findnext.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/al_trace.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/alert.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/alert3.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/allegro_404_char.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/allegro_error.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/allegro_exit.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/allegro_icon.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/allegro_id.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/allegro_init.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/allegro_message.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/allocate_voice.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/append_filename.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/apply_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/apply_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/apply_quat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/arc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/bestfit_color.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/bitmap_color_depth.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/bitmap_mask_color.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/black_palette.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/blit.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/broadcast_dialog_message.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/calc_spline.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/calibrate_joystick.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/calibrate_joystick_name.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/canonicalize_filename.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/centre_dialog.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/check_cpu.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/circle.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/circlefill.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/clear_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/clear_keybuf.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/clear_scene.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/clear_to_color.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/clear_zbuffer.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/clip3d.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/clip3d_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/close_fli.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/color_map.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/config_is_hooked.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/cpu_capabilities.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/cpu_family.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/cpu_model.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/cpu_vendor.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_bitmap_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_blender_table.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_color_table.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_light_table.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_rgb_table.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_sample.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_scene.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_sub_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_sub_zbuffer.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_system_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_trans_table.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_video_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/create_zbuffer.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/cross_product.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/cross_product_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_bitmap_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_box_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_button_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_check_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_clear_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_ctext_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_edit_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_icon_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_keyboard_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_list_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_menu_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_radio_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_rtext_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_shadow_box_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_slider_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_text_list_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_text_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_textbox_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/d_yield_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/deallocate_voice.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/default_palette.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/delete_file.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/desktop_color_depth.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/desktop_palette.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/destroy_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/destroy_compiled_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/destroy_font.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/destroy_gfx_mode_list.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/destroy_midi.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/destroy_rle_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/destroy_sample.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/destroy_scene.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/destroy_zbuffer.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/detect_digi_driver.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/detect_midi_driver.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/dialog_message.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/digi_recorder.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/disable_hardware_cursor.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/do_arc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/do_circle.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/do_dialog.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/do_ellipse.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/do_line.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/do_menu.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/do_uconvert.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/dot_product.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/dot_product_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/draw_character_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/draw_compiled_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/draw_gouraud_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/draw_lit_rle_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/draw_lit_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/draw_rle_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/draw_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/draw_sprite_h_flip.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/draw_sprite_v_flip.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/draw_sprite_vh_flip.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/draw_trans_rle_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/draw_trans_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/drawing_mode.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ellipse.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ellipsefill.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/empty_string.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/enable_hardware_cursor.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/enable_triple_buffer.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ex12bit.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ex3buf.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ex3d.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exaccel.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exalpha.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exbitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exblend.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/excamera.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/excolmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exconfig.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/excustom.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exdata.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exdbuf.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exdodgy.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exexedat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exfixed.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exflame.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exflip.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exgui.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exhello.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exists.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exjoy.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exkeys.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exlights.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exmem.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exmidi.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exmouse.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/expal.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/expat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exquat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exrgbhsv.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exsample.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exscale.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exscn3d.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exscroll.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exshade.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exspline.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exsprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exstars.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exstream.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exswitch.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/extimer.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/extract_font_range.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/extrans.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/extruec.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exunicod.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exupdate.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exxfade.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/exzbuf.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fade_from.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fade_from_range.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fade_in.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fade_in_range.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fade_interpolate.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fade_out.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fade_out_range.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fastline.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/file_exists.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/file_select_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/file_size.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/file_time.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/find_allegro_resource.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/find_datafile_object.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/find_dialog_focus.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fix_filename_case.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fix_filename_slashes.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixacos.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixadd.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixasin.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixatan.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixatan2.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixceil.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixcos.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixdiv.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixed.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixfloor.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixhypot.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixmul.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixsin.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixsqrt.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixsub.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixtan.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixtof.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixtoi.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixtorad_r.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fixup_datafile.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fli_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fli_bmp_dirty_from.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fli_bmp_dirty_to.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fli_frame.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fli_pal_dirty_from.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fli_pal_dirty_to.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fli_palette.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/fli_timer.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/floodfill.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/flush_config_file.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/font.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/for_each_file_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/free_audio_stream_buffer.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/freeze_mouse_flag.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ftofix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/generate_332_palette.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/generate_optimized_palette.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_align_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_align_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_audio_stream_buffer.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_camera_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_camera_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_clip_rect.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_clip_state.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_color.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_color_conversion.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_color_depth.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_compiled_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_config_argv.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_config_float.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_config_hex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_config_id.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_config_int.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_config_string.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_config_text.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_datafile_property.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_desktop_resolution.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_display_switch_mode.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_executable_name.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_extension.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_filename.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_font_range_begin.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_font_range_end.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_font_ranges.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_gfx_mode_list.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_mixer_bits.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_mixer_buffer_length.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_mixer_channels.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_mixer_frequency.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_mixer_quality.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_mixer_voices.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_mouse_mickeys.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_palette.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_palette_range.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_refresh_rate.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_rle_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_rotation_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_rotation_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_rotation_quat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_scaling_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_scaling_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_sound_input_cap_bits.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_sound_input_cap_parm.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_sound_input_cap_rate.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_sound_input_cap_stereo.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_transformation_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_transformation_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_translation_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_translation_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_uformat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_vector_rotation_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_vector_rotation_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_vector_rotation_quat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_x_rotate_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_x_rotate_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_x_rotate_quat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_y_rotate_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_y_rotate_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_y_rotate_quat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_z_rotate_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_z_rotate_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/get_z_rotate_quat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/geta.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/geta32.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/geta_depth.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getb.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getb15.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getb16.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getb24.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getb32.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getb8.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getb_depth.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getg.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getg15.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getg16.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getg24.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getg32.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getg8.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getg_depth.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getpixel.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getr.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getr15.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getr16.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getr24.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getr32.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getr8.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/getr_depth.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gfx_capabilities.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gfx_mode_select.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gfx_mode_select_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gfx_mode_select_filter.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_bg_color.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_button_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_ctext_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_edit_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_fg_color.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_font_baseline.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_get_screen.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_list_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_menu_draw_menu.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_menu_draw_menu_item.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_mg_color.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_mouse_b.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_mouse_focus.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_mouse_x.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_mouse_y.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_mouse_z.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_set_screen.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_shadow_box_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_strlen.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_text_list_proc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/gui_textout_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/hline.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/hook_config_section.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/hsv_to_rgb.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/identity_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/identity_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/identity_quat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/init_dialog.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/init_menu.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/initialise_joystick.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/install_allegro.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/install_int.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/install_int_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/install_joystick.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/install_keyboard.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/install_keyboard_hooks.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/install_mouse.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/install_param_int.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/install_param_int_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/install_sound.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/install_sound_input.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/install_timer.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_color_font.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_compatible_font.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_inside_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_linear_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_memory_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_mono_font.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_planar_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_relative_filename.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_same_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_screen_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_sub_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_system_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_video_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/is_windowed_mode.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/itofix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/joy.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/key.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/key_led_flag.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/key_shifts.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/keyboard_callback.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/keyboard_lowlevel_callback.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/keyboard_needs_poll.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/keyboard_ucallback.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/keypressed.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/line.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_bios_font.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_bitmap_font.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_bmp.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_dat_font.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_datafile.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_datafile_callback.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_datafile_object.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_font.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_grx_font.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_grx_or_bios_font.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_ibk.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_joystick_data.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_lbm.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_midi.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_midi_patches.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_pcx.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_sample.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_tga.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_txt_font.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_voc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/load_wav.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/lock_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/lock_midi.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/lock_sample.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/make_absolute_filename.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/make_relative_filename.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/makeacol.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/makeacol32.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/makeacol_depth.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/makecol.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/makecol15.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/makecol15_dither.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/makecol16.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/makecol16_dither.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/makecol24.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/makecol32.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/makecol8.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/makecol_depth.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/masked_blit.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/masked_stretch_blit.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/matrix_mul.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/matrix_mul_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/matrix_to_quat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/merge_fonts.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/midi_loop_end.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/midi_loop_start.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/midi_meta_callback.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/midi_msg_callback.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/midi_out.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/midi_pause.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/midi_pos.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/midi_recorder.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/midi_resume.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/midi_seek.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/midi_sysex_callback.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/mouse_b.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/mouse_callback.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/mouse_needs_poll.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/mouse_pos.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/mouse_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/mouse_x.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/mouse_x_focus.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/mouse_y.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/mouse_y_focus.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/mouse_z.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/need_uconvert.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/next_fli_frame.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/normalize_vector.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/normalize_vector_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/num_joysticks.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/object_message.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/offer_focus.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/open_fli.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/open_memory_fli.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/os_multitasking.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/os_revision.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/os_type.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/os_version.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/override_config_data.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/override_config_file.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_fclose.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_fclose_chunk.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_feof.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_ferror.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_fgets.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_fopen.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_fopen_chunk.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_fputs.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_fread.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_fseek.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_fwrite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_getc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_igetl.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_igetw.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_iputl.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_iputw.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_mgetl.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_mgetw.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_mputl.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_mputw.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pack_putc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/packfile_password.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/palette_color.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/persp_project.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/persp_project_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pivot_scaled_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pivot_scaled_sprite_v_flip.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pivot_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pivot_sprite_v_flip.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/play_audio_stream.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/play_fli.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/play_looped_midi.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/play_memory_fli.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/play_midi.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/play_sample.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/poll_joystick.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/poll_keyboard.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/poll_mouse.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/poll_scroll.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/polygon.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/polygon3d.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/polygon3d_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/polygon_z_normal.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/polygon_z_normal_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/pop_config_state.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/popup_dialog.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/position_dialog.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/position_mouse.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/position_mouse_z.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/push_config_state.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/put_backslash.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/putpixel.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/qnx_get_window.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/qscale_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/qscale_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/qtranslate_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/qtranslate_matrix_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/quad3d.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/quad3d_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/quat_interpolate.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/quat_mul.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/quat_slerp.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/quat_to_matrix.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/radtofix_r.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/read_sound_input.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/readkey.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/reallocate_voice.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/rect.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/rectfill.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/register_assert_handler.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/register_bitmap_file_type.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/register_datafile_object.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/register_font_file_type.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/register_sample_file_type.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/register_trace_handler.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/register_uformat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/release_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/release_screen.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/release_voice.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/reload_config_texts.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/remove_display_switch_callback.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/remove_int.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/remove_joystick.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/remove_keyboard.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/remove_mouse.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/remove_param_int.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/remove_sound.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/remove_sound_input.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/remove_timer.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/render_scene.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/replace_extension.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/replace_filename.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/request_refresh_rate.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/request_scroll.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/request_video_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/reserve_voices.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/reset_fli_variables.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/rest.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/rest_callback.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/retrace_count.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/rgb_map.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/rgb_to_hsv.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/rotate_scaled_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/rotate_scaled_sprite_v_flip.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/rotate_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/rotate_sprite_v_flip.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/save_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/save_bmp.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/save_joystick_data.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/save_pcx.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/save_sample.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/save_tga.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/scancode_to_ascii.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/scancode_to_name.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/scare_mouse.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/scare_mouse_area.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/scene_gap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/scene_polygon3d.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/scene_polygon3d_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/screen.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/scroll_screen.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/select_mouse_cursor.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/select_palette.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_add_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_allegro_resource_path.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_alpha_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_blender_mode.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_blender_mode_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_burn_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_clip_rect.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_clip_state.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_close_button_callback.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_color.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_color_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_color_conversion.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_color_depth.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_config_data.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_config_file.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_config_float.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_config_hex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_config_id.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_config_int.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_config_string.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_dialog_color.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_difference_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_display_switch_callback.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_display_switch_mode.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_dissolve_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_dodge_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_gfx_mode.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_hardware_volume.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_hue_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_invert_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_keyboard_rate.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_leds.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_luminance_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_mixer_quality.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_mouse_cursor_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_mouse_range.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_mouse_speed.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_mouse_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_mouse_sprite_focus.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_multiply_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_palette.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_palette_range.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_projection_viewport.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_saturation_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_screen_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_sound_input_source.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_trans_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_ucodepage.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_uformat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_volume.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_volume_per_voice.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_window_title.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_write_alpha_blender.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/set_zbuffer.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/show_mouse.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/show_video_bitmap.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/shutdown_dialog.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/shutdown_menu.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/simulate_keypress.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/simulate_ukeypress.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/solid_mode.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/spline.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/start_sound_input.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/stop_audio_stream.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/stop_midi.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/stop_sample.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/stop_sound_input.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/stretch_blit.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/stretch_sprite.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/text_height.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/text_length.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/textout_centre_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/textout_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/textout_justify_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/textout_right_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/textprintf_centre_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/textprintf_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/textprintf_justify_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/textprintf_right_ex.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/three_finger_flag.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/triangle.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/triangle3d.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/triangle3d_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uatof.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uconvert.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uconvert_ascii.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uconvert_size.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uconvert_toascii.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ucwidth.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ugetat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ugetc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ugetx.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ugetxc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uinsert.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uisdigit.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uisok.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uisspace.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/unload_datafile.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/unload_datafile_object.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/unscare_mouse.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/unselect_palette.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uoffset.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/update_dialog.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/update_menu.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ureadkey.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uremove.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/usetat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/usetc.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/usprintf.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrcat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrchr.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrcmp.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrcpy.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrdup.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrerror.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustricmp.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrlen.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrlwr.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrncat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrncmp.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrncpy.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrnicmp.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrpbrk.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrrchr.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrsize.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrsizez.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrstr.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrtod.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrtok.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrtok_r.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrtol.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrupr.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrzcat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrzcpy.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrzncat.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/ustrzncpy.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uszprintf.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/utolower.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/utoupper.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uvsprintf.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uvszprintf.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uwidth.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/uwidth_max.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/vector_length.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/vector_length_f.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/vline.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_check.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_get_frequency.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_get_pan.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_get_position.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_get_volume.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_ramp_volume.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_set_echo.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_set_frequency.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_set_pan.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_set_playmode.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_set_position.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_set_priority.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_set_tremolo.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_set_vibrato.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_set_volume.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_start.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_stop.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_stop_frequency_sweep.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_stop_pan_sweep.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_stop_volumeramp.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_sweep_frequency.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/voice_sweep_pan.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/vsync.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/xor_mode.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/xwin_set_window_name.3.gz
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/aclocal/
|
||||||
|
-rw-r--r-- root/root usr/share/aclocal/allegro.m4
|
1
allegro/.md5sum
Normal file
1
allegro/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
215b84351f349f5998a77f99bf1218fa allegro-4.1.18.tar.gz
|
24
allegro/Pkgfile
Normal file
24
allegro/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Description: a multi-platform game programming library for C/C++
|
||||||
|
# URL: http://alleg.sf.net/
|
||||||
|
# Maintainer: sten, nick dot steeves at shaw dot ca
|
||||||
|
# Packager:
|
||||||
|
# Depends on: x11, alsa-lib, arts, esound
|
||||||
|
|
||||||
|
# When doing make I set MAKEINFO to be 'true' because then
|
||||||
|
# the program will run and think it's making info pages, while
|
||||||
|
# it really just executes exit(0) (or something)
|
||||||
|
|
||||||
|
|
||||||
|
name=allegro
|
||||||
|
version=4.1.18
|
||||||
|
release=1
|
||||||
|
source=("http://dl.sourceforge.net/sourceforge/alleg/allegro-$version.tar.gz")
|
||||||
|
build () {
|
||||||
|
cd "allegro-$version"
|
||||||
|
mkdir -p "$PKG/usr";
|
||||||
|
./configure --prefix="/usr"
|
||||||
|
make MAKEINFO="true" prefix="/usr" \
|
||||||
|
docs lib modules programs
|
||||||
|
make MAKEINFO="true" prefix="$PKG/usr" \
|
||||||
|
install-man install-headers install-programs install-lib
|
||||||
|
}
|
3
allegro/README
Normal file
3
allegro/README
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Dependencies:
|
||||||
|
|
||||||
|
Alsa, ARTS and Esound are optional
|
286
alsa-driver/.footprint
Normal file
286
alsa-driver/.footprint
Normal file
@ -0,0 +1,286 @@
|
|||||||
|
drwxr-xr-x root/root lib/
|
||||||
|
drwxr-xr-x root/root lib/modules/
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/acore/
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/acore/oss/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/oss/snd-mixer-oss.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/oss/snd-pcm-oss.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/instr/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/instr/snd-ainstr-fm.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/instr/snd-ainstr-gf1.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/instr/snd-ainstr-iw.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/instr/snd-ainstr-simple.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/oss/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/oss/snd-seq-oss.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/snd-seq-device.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/snd-seq-dummy.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/snd-seq-instr.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/snd-seq-midi-emul.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/snd-seq-midi-event.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/snd-seq-midi.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/snd-seq-virmidi.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/seq/snd-seq.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/snd-hwdep.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/snd-page-alloc.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/snd-pcm.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/snd-rawmidi.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/snd-timer.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/acore/snd.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/drivers/
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/drivers/mpu401/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/drivers/mpu401/snd-mpu401.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/drivers/opl3/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/drivers/opl3/snd-opl3-lib.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/drivers/opl3/snd-opl3-synth.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/drivers/opl4/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/drivers/opl4/snd-opl4-lib.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/drivers/opl4/snd-opl4-synth.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/drivers/snd-aloop.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/drivers/snd-dummy.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/drivers/snd-mtpav.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/drivers/snd-serial-u16550.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/drivers/snd-serialmidi.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/drivers/snd-virmidi.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/drivers/vx/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/drivers/vx/snd-vx-lib.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/i2c/
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/i2c/other/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/i2c/other/snd-ak4114.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/i2c/other/snd-ak4117.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/i2c/other/snd-ak4xxx-adda.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/i2c/snd-cs8427.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/i2c/snd-i2c.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/i2c/snd-tea6330t.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/isa/
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/isa/ad1816a/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/ad1816a/snd-ad1816a-lib.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/ad1816a/snd-ad1816a.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/isa/ad1848/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/ad1848/snd-ad1848-lib.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/ad1848/snd-ad1848.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/isa/cs423x/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/cs423x/snd-cs4231-lib.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/cs423x/snd-cs4231.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/cs423x/snd-cs4232.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/cs423x/snd-cs4236-lib.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/cs423x/snd-cs4236.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/isa/es1688/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/es1688/snd-es1688-lib.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/es1688/snd-es1688.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/isa/gus/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/gus/snd-gus-lib.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/gus/snd-gus-synth.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/gus/snd-gusclassic.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/gus/snd-gusextreme.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/gus/snd-gusmax.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/gus/snd-interwave-stb.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/gus/snd-interwave.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/isa/msnd/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/msnd/snd-msnd-pinnacle.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/isa/opti9xx/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/opti9xx/snd-miro.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/opti9xx/snd-opti92x-ad1848.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/opti9xx/snd-opti92x-cs4231.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/opti9xx/snd-opti93x.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/isa/sb/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/sb/snd-emu8000-synth.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/sb/snd-es968.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/sb/snd-sb-common.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/sb/snd-sb16-csp.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/sb/snd-sb16-dsp.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/sb/snd-sb16.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/sb/snd-sb8-dsp.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/sb/snd-sb8.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/sb/snd-sbawe.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/snd-als100.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/snd-azt2320.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/snd-cmi8330.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/snd-dt019x.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/snd-es18xx.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/snd-opl3sa2.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/snd-sgalaxy.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/snd-sscape.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/isa/wavefront/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/isa/wavefront/snd-wavefront.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/ac97/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/ac97/snd-ac97-bus.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/ac97/snd-ac97-codec.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/ac97/snd-ak4531-codec.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/ali5451/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/ali5451/snd-ali5451.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/asihpi/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/asihpi/snd-asihpi-lib.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/asihpi/snd-asihpi.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/au88x0/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/au88x0/snd-au8810.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/au88x0/snd-au8820.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/au88x0/snd-au8830.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/ca0106/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/ca0106/snd-ca0106.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/cs46xx/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/cs46xx/snd-cs46xx.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/echoaudio/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/echoaudio/snd-darla20.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/echoaudio/snd-darla24.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/echoaudio/snd-echo3g.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/echoaudio/snd-gina20.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/echoaudio/snd-gina24.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/echoaudio/snd-indigo.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/echoaudio/snd-indigodj.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/echoaudio/snd-indigoio.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/echoaudio/snd-layla20.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/echoaudio/snd-layla24.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/echoaudio/snd-mia.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/echoaudio/snd-mona.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/emu10k1/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/emu10k1/snd-emu10k1-synth.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/emu10k1/snd-emu10k1.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/emu10k1/snd-emu10k1x.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/hda/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/hda/snd-hda-codec.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/hda/snd-hda-intel.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/ice1712/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/ice1712/snd-ice1712.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/ice1712/snd-ice1724.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/ice1712/snd-ice17xx-ak4xxx.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/korg1212/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/korg1212/snd-korg1212.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/mixart/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/mixart/snd-mixart.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/nm256/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/nm256/snd-nm256.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/pcxhr/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/pcxhr/snd-pcxhr.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/pdplus/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/pdplus/snd-pdplus.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/riptide/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/riptide/snd-riptide.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/rme9652/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/rme9652/snd-hdsp.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/rme9652/snd-hdspm.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/rme9652/snd-rme9652.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-ad1889.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-als4000.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-atiixp-modem.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-atiixp.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-azt3328.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-bt87x.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-cmipci.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-cs4281.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-ens1370.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-ens1371.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-es1938.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-es1968.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-fm801.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-intel8x0.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-intel8x0m.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-maestro3.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-rme32.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-rme96.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-sonicvibes.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-via82xx-modem.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/snd-via82xx.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/trident/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/trident/snd-trident-synth.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/trident/snd-trident.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/vx222/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/vx222/snd-vx222.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pci/ymfpci/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pci/ymfpci/snd-ymfpci.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pcmcia/
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pcmcia/pdaudiocf/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pcmcia/pdaudiocf/snd-pdaudiocf.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/pcmcia/vx/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/pcmcia/vx/snd-vxpocket.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/synth/
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/synth/emux/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/synth/emux/snd-emux-synth.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/synth/snd-util-mem.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/usb/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/usb/snd-usb-audio.ko
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/usb/snd-usb-lib.ko
|
||||||
|
drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/sound/usb/usx2y/
|
||||||
|
-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/sound/usb/usx2y/snd-usb-usx2y.ko
|
||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
drwxr-xr-x root/root usr/include/sound/
|
||||||
|
-rw-r--r-- root/root usr/include/sound/ac97_codec.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/ad1816a.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/ad1848.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/ainstr_fm.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/ainstr_gf1.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/ainstr_iw.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/ainstr_simple.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/ak4114.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/ak4117.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/ak4531_codec.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/ak4xxx-adda.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/asequencer.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/asound.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/asound_fm.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/asoundef.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/control.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/core.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/cs4231.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/cs46xx.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/cs46xx_dsp_scb_types.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/cs46xx_dsp_spos.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/cs46xx_dsp_task_types.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/cs8403.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/cs8427.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/driver.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/emu10k1.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/emu10k1_synth.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/emu8000.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/emu8000_reg.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/emux_legacy.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/emux_synth.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/es1688.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/gus.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/hdsp.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/hdspm.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/hwdep.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/i2c.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/info.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/initval.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/memalloc.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/minors.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/mixer_oss.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/mpu401.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/opl3.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/opl4.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/pcm-indirect.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/pcm.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/pcm_oss.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/pcm_params.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/rawmidi.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/sb.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/sb16_csp.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/seq_device.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/seq_instr.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/seq_kernel.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/seq_midi_emul.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/seq_midi_event.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/seq_oss.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/seq_oss_legacy.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/seq_virmidi.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/sfnt_info.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/snd_wavefront.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/soundfont.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/sscape_ioctl.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/tea575x-tuner.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/tea6330t.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/timer.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/trident.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/uda1341.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/util_mem.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/version.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/vx_core.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/wavefront.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/wavefront_fx.h
|
||||||
|
-rw-r--r-- root/root usr/include/sound/ymfpci.h
|
1
alsa-driver/.md5sum
Normal file
1
alsa-driver/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
e9e7c1ca664a14275d67185049f933f9 alsa-driver-1.0.10.tar.bz2
|
22
alsa-driver/Pkgfile
Normal file
22
alsa-driver/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Description: Advanced Linux Sound Architecture driver package
|
||||||
|
# URL: http://www.alsa-project.org/
|
||||||
|
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
||||||
|
|
||||||
|
name=alsa-driver
|
||||||
|
version=1.0.10
|
||||||
|
release=1
|
||||||
|
source=(ftp://ftp.alsa-project.org/pub/driver/$name-$version.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
|
||||||
|
[ -z "$ALSA_CARDS" ] && ALSA_CARDS="all"
|
||||||
|
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--with-cards=$ALSA_CARDS \
|
||||||
|
--with-kernel=/lib/modules/`uname -r`/source \
|
||||||
|
--with-build=/lib/modules/`uname -r`/build
|
||||||
|
sed -i -e '/depmod/d' Makefile
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
25
alsa-driver/README
Normal file
25
alsa-driver/README
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
$Id: README,v 1.1 2005/07/15 19:41:23 jaeger Exp $
|
||||||
|
|
||||||
|
README for alsa-driver
|
||||||
|
|
||||||
|
You can specify card support with the ALSA_CARDS environment variable. If
|
||||||
|
it's left empty the port will build all drivers. This is the default behavior
|
||||||
|
so the .footprint will mismatch if you set the ALSA_CARDS environment
|
||||||
|
variable!
|
||||||
|
|
||||||
|
If you want to set a specific card, pass the -if option to pkgmk like so:
|
||||||
|
|
||||||
|
# pkgmk -if
|
||||||
|
or
|
||||||
|
# prt-get install alsa-driver --margs="-if"
|
||||||
|
|
||||||
|
This will ignore the footprint.
|
||||||
|
|
||||||
|
EXAMPLE: To download and build alsa-driver with support for the emu10k1
|
||||||
|
and intel8x0 cards, use the following:
|
||||||
|
|
||||||
|
# env ALSA_CARDS="emu10k1,intel8x0" pkgmk -d -if
|
||||||
|
or
|
||||||
|
# env ALSA_CARDS="emu10k1,intel8x0" prt-get install alsa-driver --margs="-if"
|
||||||
|
|
||||||
|
|
136
alsa-lib/.footprint
Normal file
136
alsa-lib/.footprint
Normal file
@ -0,0 +1,136 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/alsalisp
|
||||||
|
-rwxr-xr-x root/root usr/bin/aserver
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
drwxr-xr-x root/root usr/include/alsa/
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/alisp.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/asoundef.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/asoundlib.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/conf.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/control.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/control_external.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/conv.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/error.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/global.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/hwdep.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/iatomic.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/input.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/instr.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/mixer.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/mixer_abst.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/output.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/pcm.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/pcm_external.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/pcm_extplug.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/pcm_ioplug.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/pcm_old.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/pcm_plugin.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/rawmidi.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/seq.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/seq_event.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/seq_midi_event.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/seqmid.h
|
||||||
|
drwxr-xr-x root/root usr/include/alsa/sound/
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/sound/ainstr_fm.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/sound/ainstr_gf1.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/sound/ainstr_iw.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/sound/ainstr_simple.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/sound/asound_fm.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/sound/emu10k1.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/sound/hdsp.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/sound/sb16_csp.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/sound/sscape_ioctl.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/timer.h
|
||||||
|
-rw-r--r-- root/root usr/include/alsa/version.h
|
||||||
|
drwxr-xr-x root/root usr/include/sys/
|
||||||
|
-rw-r--r-- root/root usr/include/sys/asoundlib.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/alsa-lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/alsa-lib/smixer/
|
||||||
|
-rwxr-xr-x root/root usr/lib/alsa-lib/smixer/smixer-ac97.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/alsa-lib/smixer/smixer-ac97.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/alsa-lib/smixer/smixer-hda.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/alsa-lib/smixer/smixer-hda.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/alsa-lib/smixer/smixer-sbase.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/alsa-lib/smixer/smixer-sbase.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/libasound.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libasound.so -> libasound.so.2.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libasound.so.2 -> libasound.so.2.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libasound.so.2.0.0
|
||||||
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/lib/pkgconfig/alsa.pc
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/aclocal/
|
||||||
|
-rw-r--r-- root/root usr/share/aclocal/alsa.m4
|
||||||
|
drwxr-xr-x root/root usr/share/alsa/
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/alsa.conf
|
||||||
|
drwxr-xr-x root/root usr/share/alsa/cards/
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/AACI.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/ATIIXP-MODEM.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/ATIIXP-SPDMA.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/ATIIXP.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/AU8810.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/AU8820.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/AU8830.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/Audigy.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/Audigy2.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/Aureon51.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/Aureon71.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/CA0106.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/CMI8338-SWIEC.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/CMI8338.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/CMI8738-MC6.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/CMI8738-MC8.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/CS46xx.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/EMU10K1.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/EMU10K1X.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/ENS1370.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/ENS1371.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/ES1968.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/FM801.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/GUS.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/HDA-Intel.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/ICE1712.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/ICE1724.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/ICH-MODEM.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/ICH.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/ICH4.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/Maestro3.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/NFORCE.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/PC-Speaker.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/PMac.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/PMacToonie.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/RME9636.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/RME9652.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/SI7018.conf
|
||||||
|
drwxr-xr-x root/root usr/share/alsa/cards/SI7018/
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/SI7018/sndoc-mixer.alisp
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/SI7018/sndop-mixer.alisp
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/TRID4DWAVENX.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/VIA686A.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/VIA8233.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/VIA8233A.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/VIA8237.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/VX222.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/VXPocket.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/VXPocket440.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/YMF744.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/aliases.alisp
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/cards/aliases.conf
|
||||||
|
drwxr-xr-x root/root usr/share/alsa/pcm/
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/center_lfe.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/default.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/dmix.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/dsnoop.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/front.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/iec958.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/modem.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/rear.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/side.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/surround40.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/surround41.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/surround50.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/surround51.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/pcm/surround71.conf
|
||||||
|
-rw-r--r-- root/root usr/share/alsa/sndo-mixer.alisp
|
1
alsa-lib/.md5sum
Normal file
1
alsa-lib/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
b1a4e15c9ff81798507de470a92fcc43 alsa-lib-1.0.10.tar.bz2
|
15
alsa-lib/Pkgfile
Normal file
15
alsa-lib/Pkgfile
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Description: ALSA libraries
|
||||||
|
# URL: http://www.alsa-project.org
|
||||||
|
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
||||||
|
|
||||||
|
name=alsa-lib
|
||||||
|
version=1.0.10
|
||||||
|
release=1
|
||||||
|
source=(ftp://ftp.alsa-project.org/pub/lib/$name-$version.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
21
alsa-oss/.footprint
Normal file
21
alsa-oss/.footprint
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/aoss
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
-rw-r--r-- root/root usr/include/oss-redir.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/libalsatoss.a
|
||||||
|
-rwxr-xr-x root/root usr/lib/libalsatoss.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libalsatoss.so -> libalsatoss.so.0.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libalsatoss.so.0 -> libalsatoss.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libalsatoss.so.0.0.0
|
||||||
|
-rw-r--r-- root/root usr/lib/libaoss.a
|
||||||
|
-rwxr-xr-x root/root usr/lib/libaoss.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libaoss.so -> libaoss.so.0.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libaoss.so.0 -> libaoss.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libaoss.so.0.0.0
|
||||||
|
-rw-r--r-- root/root usr/lib/libossredir.a
|
||||||
|
-rwxr-xr-x root/root usr/lib/libossredir.la
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/man/man1/aoss.1.gz
|
1
alsa-oss/.md5sum
Normal file
1
alsa-oss/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
0b3f9f95b989fc1f9305fa1e4e0227f0 alsa-oss-1.0.10.tar.bz2
|
16
alsa-oss/Pkgfile
Normal file
16
alsa-oss/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Description: ALSA OSS Emulation
|
||||||
|
# URL: http://www.alsa-project.org
|
||||||
|
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
||||||
|
# Depends on: alsa-lib
|
||||||
|
|
||||||
|
name=alsa-oss
|
||||||
|
version=1.0.10
|
||||||
|
release=1
|
||||||
|
source=(ftp://ftp.alsa-project.org/pub/oss-lib/$name-$version.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
34
alsa-utils/.footprint
Normal file
34
alsa-utils/.footprint
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/aconnect
|
||||||
|
-rwxr-xr-x root/root usr/bin/alsamixer
|
||||||
|
-rwxr-xr-x root/root usr/bin/amidi
|
||||||
|
-rwxr-xr-x root/root usr/bin/amixer
|
||||||
|
-rwxr-xr-x root/root usr/bin/aplay
|
||||||
|
-rwxr-xr-x root/root usr/bin/aplaymidi
|
||||||
|
lrwxrwxrwx root/root usr/bin/arecord -> aplay
|
||||||
|
-rwxr-xr-x root/root usr/bin/arecordmidi
|
||||||
|
-rwxr-xr-x root/root usr/bin/aseqdump
|
||||||
|
-rwxr-xr-x root/root usr/bin/aseqnet
|
||||||
|
-rwxr-xr-x root/root usr/bin/iecset
|
||||||
|
-rwxr-xr-x root/root usr/bin/speaker-test
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/man/man1/aconnect.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/alsactl.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/alsamixer.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/amidi.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/amixer.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/aplay.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/aplaymidi.1.gz
|
||||||
|
lrwxrwxrwx root/root usr/man/man1/arecord.1.gz -> aplay.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/arecordmidi.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/aseqdump.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/aseqnet.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/iecset.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/speaker-test.1.gz
|
||||||
|
drwxr-xr-x root/root usr/man/man8/
|
||||||
|
-rw-r--r-- root/root usr/man/man8/alsaconf.8.gz
|
||||||
|
drwxr-xr-x root/root usr/sbin/
|
||||||
|
-rwxr-xr-x root/root usr/sbin/alsaconf
|
||||||
|
-rwxr-xr-x root/root usr/sbin/alsactl
|
1
alsa-utils/.md5sum
Normal file
1
alsa-utils/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
94bdec65e9c3fd02f7ef8ceb8f918afe alsa-utils-1.0.10.tar.bz2
|
17
alsa-utils/Pkgfile
Normal file
17
alsa-utils/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Description: ALSA utils
|
||||||
|
# URL: http://www.alsa-project.org
|
||||||
|
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
||||||
|
# Depends on: gettext, alsa-lib
|
||||||
|
|
||||||
|
name=alsa-utils
|
||||||
|
version=1.0.10
|
||||||
|
release=1
|
||||||
|
source=(ftp://ftp.alsa-project.org/pub/utils/$name-$version.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
rm -rf $PKG/usr/share $PKG/usr/man/fr
|
||||||
|
}
|
218
amarok/.footprint
Normal file
218
amarok/.footprint
Normal file
@ -0,0 +1,218 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/amarok
|
||||||
|
-rwxr-xr-x root/root usr/bin/amarokapp
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/kde3/
|
||||||
|
-rwxr-xr-x root/root usr/lib/kde3/konqsidebar_universalamarok.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/kde3/konqsidebar_universalamarok.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/kde3/libamarok_artsengine_plugin.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/kde3/libamarok_artsengine_plugin.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/kde3/libamarok_void-engine_plugin.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/kde3/libamarok_void-engine_plugin.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/kde3/libamarok_xine-engine.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/kde3/libamarok_xine-engine.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/libamarokarts.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/libamarokarts.so
|
||||||
|
drwxr-xr-x root/root usr/lib/mcop/
|
||||||
|
drwxr-xr-x root/root usr/lib/mcop/Amarok/
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Amarok/RawScope.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Amarok/Synth_STEREO_XFADE.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/amarokarts.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/amarokarts.mcoptype
|
||||||
|
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/amarok.desktop
|
||||||
|
drwxr-xr-x root/root usr/share/apps/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/amarokui.rc
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/amarokui_xmms.rc
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/data/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/data/Cool-Streams.xml
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/data/ball.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/data/dot.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/data/equalizer_presets.xml
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/data/grid.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/data/wirl1.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/data/wirl2.png
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/crystalsvg/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/crystalsvg/16x16/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/crystalsvg/16x16/actions/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/16x16/actions/covermanager.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/16x16/actions/dynamic.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/16x16/actions/equalizer.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/16x16/actions/mini_dock.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/16x16/actions/player_playlist_2.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/16x16/actions/random.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/16x16/actions/repeat_playlist.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/16x16/actions/repeat_track.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/16x16/actions/visualizations.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/16x16/actions/wiki.png
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/crystalsvg/22x22/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/crystalsvg/22x22/actions/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/22x22/actions/dynamic.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/22x22/actions/player_playlist_2.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/22x22/actions/random.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/22x22/actions/repeat_playlist.png
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/crystalsvg/64x64/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/crystalsvg/64x64/actions/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/64x64/actions/dynamic.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/64x64/actions/random.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/64x64/actions/repeat_playlist.png
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/crystalsvg/scalable/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/crystalsvg/scalable/actions/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/scalable/actions/dynamic.svg
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/crystalsvg/scalable/actions/player_playlist_2.svg
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/hicolor/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/hicolor/16x16/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/hicolor/16x16/actions/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/hicolor/16x16/actions/collection.png
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/hicolor/22x22/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/hicolor/22x22/actions/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/hicolor/22x22/actions/collection.png
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/hicolor/32x32/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/hicolor/32x32/actions/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/hicolor/32x32/actions/audioscrobbler.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/hicolor/32x32/actions/collection.png
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/hicolor/48x48/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/hicolor/48x48/actions/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/hicolor/48x48/actions/collection.png
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/hicolor/64x64/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/icons/hicolor/64x64/actions/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/icons/hicolor/64x64/actions/collection.png
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/images/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/amarok_cut.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/amarok_rocks.jpg
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/b_next.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/b_pause.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/b_play.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/b_prev.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/b_stop.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/babelfish.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/back_stars_grey.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/currenttrack_pause.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/currenttrack_play.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/currenttrack_repeat.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/currenttrack_repeat_small.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/currenttrack_stop.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/currenttrack_stop_small.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/description.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/eq_active2.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/eq_inactive2.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/loading1.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/loading2.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/logo_web.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/menu_sidepixmap.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/musicbrainz.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/nocover.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/pl_active2.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/pl_inactive2.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/sbinner_stars.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/shadow_albumcover.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/splash_screen.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/time_minus.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/time_plus.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/vol_speaker.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/volumeslider-gradient.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/volumeslider-handle.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/volumeslider-handle_glow.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/volumeslider-inset.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/wizard_compact.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/wizard_xmms.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/images/xine_logo.png
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/scripts/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/scripts/alarm/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/alarm/COPYING
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/alarm/README
|
||||||
|
-rwxr-xr-x root/root usr/share/apps/amarok/scripts/alarm/alarm.py
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/scripts/amarok_live/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/amarok_live/README
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/amarok_live/amarok.live.remaster.part1.sh
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/amarok_live/amarok.live.remaster.part2.sh
|
||||||
|
-rwxr-xr-x root/root usr/share/apps/amarok/scripts/amarok_live/amarok_live.py
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/scripts/common/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/common/Publisher.py
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/common/Zeroconf.py
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/scripts/graphequalizer/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/graphequalizer/README
|
||||||
|
-rwxr-xr-x root/root usr/share/apps/amarok/scripts/graphequalizer/graphequalizer
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/scripts/playlist2html/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/playlist2html/Playlist.py
|
||||||
|
-rwxr-xr-x root/root usr/share/apps/amarok/scripts/playlist2html/PlaylistServer.py
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/playlist2html/README
|
||||||
|
-rwxr-xr-x root/root usr/share/apps/amarok/scripts/playlist2html/playlist2html.py
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/scripts/templates/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/templates/amarok.rb
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/templates/python_qt_template.py
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/templates/ruby_qt_template.rb
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/scripts/webcontrol/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/Globals.py
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/Playlist.py
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/README
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/RequestHandler.py
|
||||||
|
-rwxr-xr-x root/root usr/share/apps/amarok/scripts/webcontrol/WebControl.py
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/WebPublisher.py
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/amarok_cut.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/controlbackground.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/main.css
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/main.js
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/player_end.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/player_pause.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/player_play.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/player_start.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/player_stop.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/template.thtml
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/scripts/webcontrol/vol_speaker.png
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/themes/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/themes/example/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/themes/example/stylesheet.css
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/themes/reinhardt/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/amarok/themes/reinhardt/images/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/themes/reinhardt/images/background.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/themes/reinhardt/images/transparency.png
|
||||||
|
-rw-r--r-- root/root usr/share/apps/amarok/themes/reinhardt/stylesheet.css
|
||||||
|
drwxr-xr-x root/root usr/share/apps/konqsidebartng/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/konqsidebartng/add/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/konqsidebartng/add/amarok.desktop
|
||||||
|
drwxr-xr-x root/root usr/share/apps/konqsidebartng/entries/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/konqsidebartng/entries/amarok.desktop
|
||||||
|
drwxr-xr-x root/root usr/share/apps/konqsidebartng/kicker_entries/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/konqsidebartng/kicker_entries/amarok.desktop
|
||||||
|
drwxr-xr-x root/root usr/share/apps/konqueror/
|
||||||
|
drwxr-xr-x root/root usr/share/apps/konqueror/servicemenus/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/konqueror/servicemenus/amarok_append.desktop
|
||||||
|
drwxr-xr-x root/root usr/share/apps/profiles/
|
||||||
|
-rw-r--r-- root/root usr/share/apps/profiles/amarok.profile.xml
|
||||||
|
drwxr-xr-x root/root usr/share/config.kcfg/
|
||||||
|
-rw-r--r-- root/root usr/share/config.kcfg/amarok.kcfg
|
||||||
|
-rw-r--r-- root/root usr/share/config.kcfg/xinecfg.kcfg
|
||||||
|
drwxr-xr-x root/root usr/share/config/
|
||||||
|
-rw-r--r-- root/root usr/share/config/amarokrc
|
||||||
|
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/amarok.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/amarok.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/amarok.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/amarok.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/amarok.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/amarok.png
|
||||||
|
drwxr-xr-x root/root usr/share/services/
|
||||||
|
-rw-r--r-- root/root usr/share/services/amarok_artsengine_plugin.desktop
|
||||||
|
-rw-r--r-- root/root usr/share/services/amarok_void-engine_plugin.desktop
|
||||||
|
-rw-r--r-- root/root usr/share/services/amarok_xine-engine.desktop
|
||||||
|
drwxr-xr-x root/root usr/share/servicetypes/
|
||||||
|
-rw-r--r-- root/root usr/share/servicetypes/amarok_plugin.desktop
|
1
amarok/.md5sum
Normal file
1
amarok/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
fd1ee0509568e5f9f7d0aeb9af094786 amarok-1.3.8.tar.bz2
|
20
amarok/Pkgfile
Normal file
20
amarok/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Description: an intuitive media player for KDE
|
||||||
|
# URL: http://amarok.kde.org/
|
||||||
|
# Maintainer: sten, nick dot steeves at shaw dot ca
|
||||||
|
# Packager:
|
||||||
|
# Depends on: kdelibs, kdebase, xine-lib, k3b
|
||||||
|
|
||||||
|
name=amarok
|
||||||
|
version=1.3.8
|
||||||
|
release=1
|
||||||
|
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--disable-debug
|
||||||
|
make
|
||||||
|
make prefix=$PKG/usr install
|
||||||
|
rm -rf $PKG/usr/share/locale
|
||||||
|
rm -rf $PKG/usr/share/doc
|
||||||
|
}
|
25
amarok/README
Normal file
25
amarok/README
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
Dependencies:
|
||||||
|
|
||||||
|
kdelibs (required)
|
||||||
|
kdebase (recommended)
|
||||||
|
* adds embedded filemanager lets one browse the filesystem
|
||||||
|
this makes manual addition of music fast and easy. If
|
||||||
|
kdebase is installed, one can also drag and drop from a
|
||||||
|
normal konqueror window, to various fields in Amarok, to
|
||||||
|
do different actions.
|
||||||
|
|
||||||
|
xine-lib (recommended)
|
||||||
|
* Xine is faster then GStreamer. Amarok's graphic equalizer, and other
|
||||||
|
visualizations, are tuned to Xine for low-latency.
|
||||||
|
|
||||||
|
AND/OR
|
||||||
|
|
||||||
|
gst-plugins (optional)
|
||||||
|
* Use GStreamer instead of Xine, if desired. Personally, I find
|
||||||
|
that Xine is faster and more stable.
|
||||||
|
|
||||||
|
libvisual-plugins (optional)
|
||||||
|
* LibVisual provides audio visualization support. Very nice eye candy!
|
||||||
|
|
||||||
|
k3b (optional)
|
||||||
|
* needed for cd-burning integration
|
64
ant/.footprint
Normal file
64
ant/.footprint
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
lrwxrwxrwx root/root usr/bin/ant -> /usr/lib/ant/bin/ant
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/ant/
|
||||||
|
drwxr-xr-x root/root usr/lib/ant/bin/
|
||||||
|
-rwxr-xr-x root/root usr/lib/ant/bin/ant
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/bin/ant.cmd
|
||||||
|
-rwxr-xr-x root/root usr/lib/ant/bin/antRun
|
||||||
|
-rwxr-xr-x root/root usr/lib/ant/bin/antRun.pl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/bin/antenv.cmd
|
||||||
|
-rwxr-xr-x root/root usr/lib/ant/bin/complete-ant-cmd.pl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/bin/envset.cmd
|
||||||
|
-rwxr-xr-x root/root usr/lib/ant/bin/runant.pl
|
||||||
|
-rwxr-xr-x root/root usr/lib/ant/bin/runant.py
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/bin/runrc.cmd
|
||||||
|
drwxr-xr-x root/root usr/lib/ant/etc/
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/ant-bootstrap.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/changelog.xsl
|
||||||
|
drwxr-xr-x root/root usr/lib/ant/etc/checkstyle/
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/checkstyle/checkstyle-frames.xsl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/checkstyle/checkstyle-text.xsl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/checkstyle/checkstyle-xdoc.xsl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/coverage-frames.xsl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/jdepend-frames.xsl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/jdepend.xsl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/junit-frames-xalan1.xsl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/junit-frames.xsl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/junit-noframes.xsl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/log.xsl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/maudit-frames.xsl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/mmetrics-frames.xsl
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/etc/tagdiff.xsl
|
||||||
|
drwxr-xr-x root/root usr/lib/ant/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-antlr.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-apache-bcel.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-apache-bsf.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-apache-log4j.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-apache-oro.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-apache-regexp.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-apache-resolver.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-commons-logging.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-commons-net.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-icontract.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-jai.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-javamail.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-jdepend.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-jmf.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-jsch.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-junit.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-launcher.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-netrexx.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-nodeps.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-starteam.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-stylebook.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-swing.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-trax.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-vaj.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-weblogic.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-xalan1.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant-xslp.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/ant.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/xercesImpl.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/ant/lib/xml-apis.jar
|
1
ant/.md5sum
Normal file
1
ant/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
b1a692367b4ef4d08833c434b4863ae9 apache-ant-1.6.5-src.tar.gz
|
24
ant/Pkgfile
Normal file
24
ant/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Packager: Rune Stokka, rune at stokka dot no
|
||||||
|
# Maintainer: Simone Rota, sip at varlock dot com
|
||||||
|
# Description: Ant is a Java-based build tool.
|
||||||
|
# URL: http://ant.apache.org
|
||||||
|
# Depends on: j2sdk
|
||||||
|
|
||||||
|
name=ant
|
||||||
|
version=1.6.5
|
||||||
|
release=1
|
||||||
|
source=(http://mirrors.publicshout.org/apache/ant/source/apache-${name}-${version}-src.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd apache-$name-$version
|
||||||
|
export ANT_HOME="/usr/lib/ant"
|
||||||
|
export JAVA_HOME="/usr/lib/java"
|
||||||
|
export PATH=${PATH}:${ANT_HOME}/bin
|
||||||
|
./build.sh -Ddist.dir=$PKG/usr/lib/ant dist
|
||||||
|
mkdir $PKG/usr/bin
|
||||||
|
ln -sf /usr/lib/ant/bin/ant $PKG/usr/bin/ant
|
||||||
|
rm -rf $PKG/usr/lib/ant/bin/*.bat
|
||||||
|
rm -rf $PKG/usr/lib/ant/docs
|
||||||
|
rm -rf $PKG/usr/lib/ant/{welcome.html,TODO,KEYS,LICENS*,README,NOTICE,WHATSNEW,INSTALL}
|
||||||
|
rm -rf $PKG/usr/lib/ant/lib/README
|
||||||
|
}
|
5
ant/README
Normal file
5
ant/README
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
PRE-INSTALL
|
||||||
|
|
||||||
|
POST-INSTALL
|
||||||
|
add the following variable to your environment:
|
||||||
|
JAVA_HOME=/usr/lib/java
|
39
antiword/.footprint
Normal file
39
antiword/.footprint
Normal 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
1
antiword/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
d46107219f4afaee658647a49dc45ed9 antiword-0.36.1.tar.gz
|
26
antiword/Pkgfile
Normal file
26
antiword/Pkgfile
Normal 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
|
||||||
|
}
|
152
apache-tomcat/.footprint
Normal file
152
apache-tomcat/.footprint
Normal file
@ -0,0 +1,152 @@
|
|||||||
|
drwxr-xr-x root/root etc/
|
||||||
|
drwxr-xr-x root/root etc/rc.d/
|
||||||
|
-rwxr-xr-x root/root etc/rc.d/tomcat
|
||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/NOTICE
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/bin/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/bin/bootstrap.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/bin/catalina-tasks.xml
|
||||||
|
-rwxr-xr-x root/root usr/lib/tomcat/bin/catalina.sh
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/bin/commons-daemon.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/bin/commons-logging-api.jar
|
||||||
|
-rwxr-xr-x root/root usr/lib/tomcat/bin/digest.sh
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/bin/jkstatus-tasks.xml
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/bin/jmxaccessor-tasks.xml
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/bin/jsvc.tar.gz
|
||||||
|
-rwxr-xr-x root/root usr/lib/tomcat/bin/setclasspath.sh
|
||||||
|
-rwxr-xr-x root/root usr/lib/tomcat/bin/shutdown.sh
|
||||||
|
-rwxr-xr-x root/root usr/lib/tomcat/bin/startup.sh
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/bin/tomcat-juli.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/bin/tomcat-native.tar.gz
|
||||||
|
-rwxr-xr-x root/root usr/lib/tomcat/bin/tool-wrapper.sh
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/bin/version.sh
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/common/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/common/classes/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/common/endorsed/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/common/i18n/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/common/i18n/tomcat-i18n-en.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/common/i18n/tomcat-i18n-es.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/common/i18n/tomcat-i18n-fr.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/common/i18n/tomcat-i18n-ja.jar
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/common/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/common/lib/commons-el.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/common/lib/jasper-compiler-jdt.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/common/lib/jasper-compiler.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/common/lib/jasper-runtime.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/common/lib/jsp-api.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/common/lib/naming-factory-dbcp.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/common/lib/naming-factory.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/common/lib/naming-resources.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/common/lib/servlet-api.jar
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/conf/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/conf/Catalina/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/conf/Catalina/localhost/
|
||||||
|
-rw------- root/root usr/lib/tomcat/conf/Catalina/localhost/host-manager.xml
|
||||||
|
-rw------- root/root usr/lib/tomcat/conf/Catalina/localhost/manager.xml
|
||||||
|
-rw------- root/root usr/lib/tomcat/conf/catalina.policy
|
||||||
|
-rw------- root/root usr/lib/tomcat/conf/catalina.properties
|
||||||
|
-rw------- root/root usr/lib/tomcat/conf/context.xml
|
||||||
|
-rw------- root/root usr/lib/tomcat/conf/logging.properties
|
||||||
|
-rw------- root/root usr/lib/tomcat/conf/server-minimal.xml
|
||||||
|
-rw------- root/root usr/lib/tomcat/conf/server.xml
|
||||||
|
-rw------- root/root usr/lib/tomcat/conf/tomcat-users.xml
|
||||||
|
-rw------- root/root usr/lib/tomcat/conf/web.xml
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/logs/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/server/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/server/classes/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/server/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/catalina-ant-jmx.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/catalina-ant.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/catalina-cluster.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/catalina-optional.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/catalina-storeconfig.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/catalina.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/commons-modeler.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/servlets-cgi.renametojar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/servlets-default.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/servlets-invoker.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/servlets-ssi.renametojar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/servlets-webdav.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/tomcat-ajp.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/tomcat-apr.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/tomcat-coyote.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/tomcat-http.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/tomcat-jkstatus-ant.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/lib/tomcat-util.jar
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/server/webapps/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/server/webapps/host-manager/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/server/webapps/host-manager/WEB-INF/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/server/webapps/host-manager/WEB-INF/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/host-manager/WEB-INF/lib/catalina-host-manager.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/host-manager/WEB-INF/web.xml
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/host-manager/host-manager.xml
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/server/webapps/host-manager/images/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/host-manager/images/add.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/host-manager/images/code.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/host-manager/images/design.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/host-manager/images/docs.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/host-manager/images/fix.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/host-manager/images/jakarta-logo.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/host-manager/images/tomcat.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/host-manager/images/update.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/host-manager/images/void.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/host-manager/manager.xml
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/server/webapps/manager/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/server/webapps/manager/WEB-INF/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/server/webapps/manager/WEB-INF/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/WEB-INF/lib/catalina-manager.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/WEB-INF/lib/commons-fileupload-1.0.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/WEB-INF/web.xml
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/html-manager-howto.html
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/server/webapps/manager/images/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/images/add.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/images/code.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/images/design.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/images/docs.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/images/fix.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/images/jakarta-logo.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/images/tomcat.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/images/update.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/images/void.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/manager-howto.html
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/manager.xml
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/status.xsd
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/server/webapps/manager/xform.xsl
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/shared/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/shared/classes/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/shared/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/temp/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/temp/bugzilla37035-safeToDelete.tmp (EMPTY)
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/webapps/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/webapps/ROOT/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/ROOT/RELEASE-NOTES.txt
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/webapps/ROOT/WEB-INF/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/webapps/ROOT/WEB-INF/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/ROOT/WEB-INF/lib/catalina-root.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/ROOT/WEB-INF/web.xml
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/webapps/ROOT/admin/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/ROOT/admin/index.html
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/ROOT/favicon.ico
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/ROOT/index.jsp
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/ROOT/jakarta-banner.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/ROOT/tomcat-power.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/ROOT/tomcat.gif
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/webapps/balancer/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/webapps/balancer/META-INF/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/balancer/META-INF/context.xml
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/webapps/balancer/WEB-INF/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/webapps/balancer/WEB-INF/config/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/balancer/WEB-INF/config/rules.xml
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/webapps/balancer/WEB-INF/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/balancer/WEB-INF/lib/catalina-balancer.jar
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/balancer/WEB-INF/web.xml
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/webapps/balancer/images/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/webapps/webdav/
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/webapps/webdav/WEB-INF/
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/webdav/WEB-INF/web.xml
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/webdav/index.html
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/webdav/tomcat-power.gif
|
||||||
|
-rw-r--r-- root/root usr/lib/tomcat/webapps/webdav/tomcat.gif
|
||||||
|
drwxr-xr-x root/root usr/lib/tomcat/work/
|
2
apache-tomcat/.md5sum
Normal file
2
apache-tomcat/.md5sum
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
c2af677f3ca6f0f21ec960ad6bd9b338 apache-tomcat-5.5.15.tar.gz
|
||||||
|
2eb91361638de7dcaa970af2e7f26652 tomcat
|
26
apache-tomcat/Pkgfile
Normal file
26
apache-tomcat/Pkgfile
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Description: Java Servlet container (binary version)
|
||||||
|
# URL: http://jakarta.apache.org/tomcat/index.html
|
||||||
|
# Maintainer: Simone Rota, sip at varlock dot com
|
||||||
|
# Packager: Simone Rota, sip at varlock dot com
|
||||||
|
# Depends on: j2sdk
|
||||||
|
|
||||||
|
name=apache-tomcat
|
||||||
|
version=5.5.15
|
||||||
|
release=1
|
||||||
|
source=(http://apache.fis.uniroma2.it/tomcat/tomcat-5/v$version/bin/$name-$version.tar.gz \
|
||||||
|
tomcat)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
|
||||||
|
mkdir -p $PKG/usr/lib/tomcat
|
||||||
|
cp -r $name-$version/* $PKG/usr/lib/tomcat
|
||||||
|
rm -r $PKG/usr/lib/tomcat/webapps/jsp-examples
|
||||||
|
rm -r $PKG/usr/lib/tomcat/webapps/servlets-examples/
|
||||||
|
rm -r $PKG/usr/lib/tomcat/webapps/tomcat-docs
|
||||||
|
rm $PKG/usr/lib/tomcat/{RUNNING.txt,LICENSE,RELEASE-NOTES}
|
||||||
|
find $PKG -name *.bat|xargs rm
|
||||||
|
find $PKG -name *.exe|xargs rm
|
||||||
|
|
||||||
|
mkdir -p $PKG/etc/rc.d
|
||||||
|
install -m 755 tomcat $PKG/etc/rc.d
|
||||||
|
}
|
14
apache-tomcat/README
Normal file
14
apache-tomcat/README
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
README file for apache-tomcat port
|
||||||
|
|
||||||
|
NOTES
|
||||||
|
Starting from the 5.5.x series the default tomcat installation
|
||||||
|
requires Java 1.5; compatibilities addons are available, feel
|
||||||
|
free to provide them as a separate addon port.
|
||||||
|
|
||||||
|
The web administration interface is also removed from the
|
||||||
|
standard installation; again, if needed please provide it
|
||||||
|
through a dedicated port to avoid adding unnecessary stuff here.
|
||||||
|
|
||||||
|
POST-INSTALL
|
||||||
|
Set up your JAVA_HOME environment variable
|
||||||
|
pointing to j2sdk installation path
|
22
apache-tomcat/tomcat
Executable file
22
apache-tomcat/tomcat
Executable file
@ -0,0 +1,22 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# /etc/rc.d/tomcat: start/stop jakarta tomcat servlet container
|
||||||
|
#
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
start)
|
||||||
|
/usr/lib/tomcat/bin/startup.sh
|
||||||
|
;;
|
||||||
|
stop)
|
||||||
|
/usr/lib/tomcat/bin/shutdown.sh
|
||||||
|
;;
|
||||||
|
restart)
|
||||||
|
/usr/lib/tomcat/bin/shutdown.sh
|
||||||
|
/usr/lib/tomcat/bin/startup.sh
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "usage: $0 start|stop|restart"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# End of file
|
411
apache/.footprint
Normal file
411
apache/.footprint
Normal file
@ -0,0 +1,411 @@
|
|||||||
|
drwxr-xr-x root/root etc/
|
||||||
|
drwxr-xr-x root/root etc/apache/
|
||||||
|
-rw-r--r-- root/root etc/apache/highperformance-std.conf
|
||||||
|
-rw-r--r-- root/root etc/apache/highperformance.conf
|
||||||
|
-rw-r--r-- root/root etc/apache/httpd-std.conf
|
||||||
|
-rw-r--r-- root/root etc/apache/httpd.conf
|
||||||
|
-rw-r--r-- root/root etc/apache/magic
|
||||||
|
-rw-r--r-- root/root etc/apache/mime.types
|
||||||
|
-rw-r--r-- root/root etc/apache/ssl-std.conf
|
||||||
|
-rw-r--r-- root/root etc/apache/ssl.conf
|
||||||
|
drwxr-xr-x root/root etc/rc.d/
|
||||||
|
-rwxr-xr-x root/root etc/rc.d/apache
|
||||||
|
drwxr-xr-x root/root etc/ssl/
|
||||||
|
drwxr-xr-x root/root etc/ssl/certs/
|
||||||
|
-rw-r--r-- root/root etc/ssl/certs/apache.crt (EMPTY)
|
||||||
|
drwxr-xr-x root/root etc/ssl/keys/
|
||||||
|
-rw-r--r-- root/root etc/ssl/keys/apache.key (EMPTY)
|
||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
drwxr-xr-x root/root usr/include/apache/
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ap_compat.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ap_config.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ap_config_auto.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ap_config_layout.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ap_listen.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ap_mmn.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ap_mpm.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ap_provider.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ap_regkey.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ap_release.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/http_config.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/http_connection.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/http_core.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/http_log.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/http_main.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/http_protocol.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/http_request.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/http_vhost.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/httpd.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/mod_cgi.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/mod_core.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/mod_dav.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/mod_include.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/mod_log_config.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/mod_proxy.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/mod_ssl.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/mod_status.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/mpm.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/mpm_common.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/mpm_default.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/os.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/pcre.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/pcreposix.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/rfc1413.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/scoreboard.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ssl_expr.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ssl_expr_parse.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ssl_toolkit_compat.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ssl_util_ssl.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/ssl_util_table.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/unixd.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/util_cfgtree.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/util_charset.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/util_ebcdic.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/util_filter.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/util_ldap.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/util_md5.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/util_script.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/util_time.h
|
||||||
|
-rw-r--r-- root/root usr/include/apache/util_xml.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/apache/
|
||||||
|
drwxr-xr-x root/root usr/lib/apache/build/
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/build/config.nice
|
||||||
|
-rw-r--r-- root/root usr/lib/apache/build/config_vars.mk
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/build/instdso.sh
|
||||||
|
-rw-r--r-- root/root usr/lib/apache/build/library.mk
|
||||||
|
-rw-r--r-- root/root usr/lib/apache/build/ltlib.mk
|
||||||
|
-rw-r--r-- root/root usr/lib/apache/build/program.mk
|
||||||
|
-rw-r--r-- root/root usr/lib/apache/build/rules.mk
|
||||||
|
-rw-r--r-- root/root usr/lib/apache/build/special.mk
|
||||||
|
-rw-r--r-- root/root usr/lib/apache/httpd.exp
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_access.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_actions.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_alias.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_asis.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_auth.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_auth_anon.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_auth_dbm.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_auth_digest.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_autoindex.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_cache.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_cern_meta.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_cgi.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_dav.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_dav_fs.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_deflate.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_dir.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_disk_cache.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_env.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_expires.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_ext_filter.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_headers.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_imap.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_include.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_info.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_log_config.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_log_forensic.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_mem_cache.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_mime.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_mime_magic.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_negotiation.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_proxy.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_proxy_connect.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_proxy_ftp.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_proxy_http.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_rewrite.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_setenvif.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_speling.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_ssl.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_status.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_unique_id.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_userdir.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_usertrack.so
|
||||||
|
-rwxr-xr-x root/root usr/lib/apache/mod_vhost_alias.so
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/man/man1/dbmmanage.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/htdbm.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/htdigest.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/htpasswd.1.gz
|
||||||
|
drwxr-xr-x root/root usr/man/man8/
|
||||||
|
-rw-r--r-- root/root usr/man/man8/ab.8.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man8/apachectl.8.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man8/apxs.8.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man8/httpd.8.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man8/logresolve.8.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man8/rotatelogs.8.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man8/suexec.8.gz
|
||||||
|
drwxr-xr-x root/root usr/sbin/
|
||||||
|
-rwxr-xr-x root/root usr/sbin/ab
|
||||||
|
-rwxr-xr-x root/root usr/sbin/apachectl
|
||||||
|
-rwxr-xr-x root/root usr/sbin/apxs
|
||||||
|
-rwxr-xr-x root/root usr/sbin/checkgid
|
||||||
|
-rwxr-xr-x root/root usr/sbin/dbmmanage
|
||||||
|
-rw-r--r-- root/root usr/sbin/envvars
|
||||||
|
-rw-r--r-- root/root usr/sbin/envvars-std
|
||||||
|
-rwxr-xr-x root/root usr/sbin/htdbm
|
||||||
|
-rwxr-xr-x root/root usr/sbin/htdigest
|
||||||
|
-rwxr-xr-x root/root usr/sbin/htpasswd
|
||||||
|
-rwxr-xr-x root/root usr/sbin/httpd
|
||||||
|
-rwxr-xr-x root/root usr/sbin/logresolve
|
||||||
|
-rwxr-xr-x root/root usr/sbin/rotatelogs
|
||||||
|
drwxr-xr-x root/root var/
|
||||||
|
drwxr-xr-x root/root var/log/
|
||||||
|
drwxr-xr-x root/root var/log/apache/
|
||||||
|
drwxr-xr-x root/root var/run/
|
||||||
|
drwxr-xr-x root/root var/run/apache/
|
||||||
|
drwxr-xr-x root/root var/www/
|
||||||
|
drwxr-xr-x root/root var/www/cgi-bin/
|
||||||
|
-rw-r--r-- root/root var/www/cgi-bin/printenv
|
||||||
|
-rw-r--r-- root/root var/www/cgi-bin/test-cgi
|
||||||
|
drwxr-xr-x root/root var/www/error/
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_BAD_GATEWAY.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_BAD_REQUEST.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_FORBIDDEN.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_GONE.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_INTERNAL_SERVER_ERROR.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_LENGTH_REQUIRED.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_METHOD_NOT_ALLOWED.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_NOT_FOUND.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_NOT_IMPLEMENTED.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_PRECONDITION_FAILED.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_REQUEST_TIME_OUT.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_REQUEST_URI_TOO_LARGE.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_SERVICE_UNAVAILABLE.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_UNAUTHORIZED.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/HTTP_VARIANT_ALSO_VARIES.html.var
|
||||||
|
-rw-r--r-- root/root var/www/error/README
|
||||||
|
-rw-r--r-- root/root var/www/error/contact.html.var
|
||||||
|
drwxr-xr-x root/root var/www/error/include/
|
||||||
|
-rw-r--r-- root/root var/www/error/include/bottom.html
|
||||||
|
-rw-r--r-- root/root var/www/error/include/spacer.html
|
||||||
|
-rw-r--r-- root/root var/www/error/include/top.html
|
||||||
|
drwxr-xr-x root/root var/www/htdocs/
|
||||||
|
drwxr-xr-x root/root var/www/icons/
|
||||||
|
-rw-r--r-- root/root var/www/icons/README
|
||||||
|
-rw-r--r-- root/root var/www/icons/a.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/a.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/alert.black.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/alert.black.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/alert.red.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/alert.red.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/apache_pb.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/apache_pb.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/apache_pb2.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/apache_pb2.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/apache_pb2_ani.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/back.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/back.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/ball.gray.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/ball.gray.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/ball.red.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/ball.red.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/binary.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/binary.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/binhex.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/binhex.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/blank.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/blank.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/bomb.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/bomb.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/box1.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/box1.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/box2.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/box2.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/broken.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/broken.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/burst.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/burst.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/c.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/c.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/comp.blue.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/comp.blue.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/comp.gray.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/comp.gray.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/compressed.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/compressed.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/continued.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/continued.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/dir.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/dir.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/diskimg.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/diskimg.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/down.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/down.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/dvi.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/dvi.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/f.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/f.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/folder.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/folder.open.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/folder.open.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/folder.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/folder.sec.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/folder.sec.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/forward.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/forward.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/generic.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/generic.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/generic.red.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/generic.red.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/generic.sec.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/generic.sec.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/hand.right.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/hand.right.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/hand.up.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/hand.up.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/icon.sheet.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/icon.sheet.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/image1.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/image1.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/image2.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/image2.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/image3.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/image3.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/index.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/index.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/layout.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/layout.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/left.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/left.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/link.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/link.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/movie.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/movie.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/p.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/p.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/patch.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/patch.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/pdf.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/pdf.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie0.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie0.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie1.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie1.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie2.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie2.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie3.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie3.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie4.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie4.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie5.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie5.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie6.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie6.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie7.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie7.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie8.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/pie8.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/portal.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/portal.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/ps.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/ps.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/quill.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/quill.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/right.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/right.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/screw1.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/screw1.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/screw2.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/screw2.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/script.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/script.png
|
||||||
|
drwxr-xr-x root/root var/www/icons/small/
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/README.txt
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/back.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/back.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/binary.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/binary.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/binhex.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/binhex.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/blank.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/blank.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/broken.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/broken.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/burst.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/burst.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/comp1.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/comp1.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/comp2.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/comp2.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/compressed.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/compressed.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/continued.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/continued.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/dir.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/dir.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/dir2.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/dir2.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/doc.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/doc.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/forward.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/forward.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/generic.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/generic.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/generic2.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/generic2.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/generic3.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/generic3.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/image.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/image.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/image2.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/image2.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/index.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/index.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/key.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/key.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/movie.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/movie.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/patch.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/patch.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/ps.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/ps.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/rainbow.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/rainbow.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/sound.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/sound.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/sound2.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/sound2.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/tar.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/tar.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/text.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/text.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/transfer.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/transfer.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/unknown.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/unknown.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/uu.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/small/uu.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/sound1.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/sound1.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/sound2.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/sound2.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/sphere1.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/sphere1.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/sphere2.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/sphere2.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/tar.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/tar.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/tex.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/tex.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/text.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/text.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/transfer.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/transfer.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/unknown.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/unknown.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/up.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/up.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/uu.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/uu.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/uuencoded.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/uuencoded.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/world1.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/world1.png
|
||||||
|
-rw-r--r-- root/root var/www/icons/world2.gif
|
||||||
|
-rw-r--r-- root/root var/www/icons/world2.png
|
4
apache/.md5sum
Normal file
4
apache/.md5sum
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
f24f3dc3ad72b20aa38aea6349365590 apache
|
||||||
|
ab96591dd7e71324f885ec0525162813 apache-ssl_cert.patch
|
||||||
|
bd931fee9d102c361e95ad318d199674 crux.layout
|
||||||
|
f1b5b65c8661db9ffe38b5a4a865a0e2 httpd-2.0.55.tar.bz2
|
40
apache/Pkgfile
Normal file
40
apache/Pkgfile
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Description: Apache HTTP server version 2.0.x
|
||||||
|
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||||
|
# URL: http://httpd.apache.org/
|
||||||
|
# Depends on: apr, db, expat, gdbm, openssl, zlib
|
||||||
|
# Group: apache
|
||||||
|
|
||||||
|
name=apache
|
||||||
|
version=2.0.55
|
||||||
|
release=1
|
||||||
|
source=(http://www.apache.org/dist/httpd/httpd-$version.tar.bz2 \
|
||||||
|
$name-ssl_cert.patch crux.layout apache)
|
||||||
|
|
||||||
|
build(){
|
||||||
|
cd httpd-$version
|
||||||
|
patch -p1 < $SRC/$name-ssl_cert.patch
|
||||||
|
cat $SRC/crux.layout >> config.layout
|
||||||
|
./configure --enable-layout=CRUX \
|
||||||
|
--with-apr=/usr \
|
||||||
|
--with-apr-util=/usr \
|
||||||
|
--enable-so \
|
||||||
|
--enable-modules=all \
|
||||||
|
--enable-mods-shared=all \
|
||||||
|
--enable-ssl \
|
||||||
|
--enable-deflate \
|
||||||
|
--enable-proxy{,-connect,-ftp,-http} \
|
||||||
|
--enable{,-disk,-mem}-cache \
|
||||||
|
--with-gdbm \
|
||||||
|
--with-expat=/usr \
|
||||||
|
--with-mpm=prefork
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
mkdir -p $PKG/etc/ssl/{keys,certs}
|
||||||
|
touch $PKG/etc/ssl/keys/apache.key
|
||||||
|
touch $PKG/etc/ssl/certs/apache.crt
|
||||||
|
install -D -m 755 $SRC/apache $PKG/etc/rc.d/apache
|
||||||
|
|
||||||
|
rm -R $PKG/var/www/htdocs/*
|
||||||
|
chown -R root:root $PKG
|
||||||
|
}
|
13
apache/README
Normal file
13
apache/README
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
README for apache 2.0.x
|
||||||
|
|
||||||
|
REQUIREMENTS
|
||||||
|
|
||||||
|
PRE-INSTALL
|
||||||
|
|
||||||
|
POST-INSTALL
|
||||||
|
As of version 2.0.55 the location of the apache SSL certificates
|
||||||
|
changed to /etc/ssl/certs/apache.crt and /etc/ssl/keys/apache.key
|
||||||
|
|
||||||
|
Don't reject the configuration file /etc/apache/ssl.conf !
|
||||||
|
|
||||||
|
PRECAUTION
|
40
apache/apache
Normal file
40
apache/apache
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# /etc/rc.d/apache: start/stop/restart apache HTTP server
|
||||||
|
#
|
||||||
|
|
||||||
|
#START=start
|
||||||
|
START=startssl
|
||||||
|
|
||||||
|
KEY=/etc/ssl/keys/apache.key
|
||||||
|
CRT=/etc/ssl/certs/apache.crt
|
||||||
|
|
||||||
|
make_cert() {
|
||||||
|
FQDN=$(hostname -f) || FQDN=localhost
|
||||||
|
echo "Creating SSL certificate $CRT for host $FQDN"
|
||||||
|
INFO=".\n.\n.\n.\n.\n$FQDN\nroot@$FQDN"
|
||||||
|
OPTS="req -new -nodes -x509 -days 365 -newkey rsa:1024"
|
||||||
|
echo -e $INFO | openssl $OPTS -out $CRT -keyout $KEY 2> /dev/null
|
||||||
|
chmod 0600 $CRT $KEY
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
case $1 in
|
||||||
|
start)
|
||||||
|
if [ ! -s $KEY -o ! -s $CRT ]; then
|
||||||
|
make_cert
|
||||||
|
fi
|
||||||
|
/usr/sbin/apachectl $START
|
||||||
|
;;
|
||||||
|
stop)
|
||||||
|
/usr/sbin/apachectl stop
|
||||||
|
;;
|
||||||
|
restart)
|
||||||
|
/usr/sbin/apachectl restart
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "usage: $0 [start|stop|restart]"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# End of file
|
21
apache/apache-ssl_cert.patch
Normal file
21
apache/apache-ssl_cert.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
diff -Nru httpd-2.0.55.orig/docs/conf/ssl-std.conf.in httpd-2.0.55/docs/conf/ssl-std.conf.in
|
||||||
|
--- httpd-2.0.55.orig/docs/conf/ssl-std.conf.in 2005-10-15 09:54:54.000000000 +0200
|
||||||
|
+++ httpd-2.0.55/docs/conf/ssl-std.conf.in 2005-10-15 09:56:21.000000000 +0200
|
||||||
|
@@ -105,7 +105,7 @@
|
||||||
|
# in mind that if you have both an RSA and a DSA certificate you
|
||||||
|
# can configure both in parallel (to also allow the use of DSA
|
||||||
|
# ciphers, etc.)
|
||||||
|
-SSLCertificateFile @exp_sysconfdir@/ssl.crt/server.crt
|
||||||
|
+SSLCertificateFile /etc/ssl/certs/apache.crt
|
||||||
|
#SSLCertificateFile @exp_sysconfdir@/ssl.crt/server-dsa.crt
|
||||||
|
|
||||||
|
# Server Private Key:
|
||||||
|
@@ -113,7 +113,7 @@
|
||||||
|
# directive to point at the key file. Keep in mind that if
|
||||||
|
# you've both a RSA and a DSA private key you can configure
|
||||||
|
# both in parallel (to also allow the use of DSA ciphers, etc.)
|
||||||
|
-SSLCertificateKeyFile @exp_sysconfdir@/ssl.key/server.key
|
||||||
|
+SSLCertificateKeyFile /etc/ssl/keys/apache.key
|
||||||
|
#SSLCertificateKeyFile @exp_sysconfdir@/ssl.key/server-dsa.key
|
||||||
|
|
||||||
|
# Server Certificate Chain:
|
24
apache/crux.layout
Normal file
24
apache/crux.layout
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# CRUX layout
|
||||||
|
<Layout CRUX>
|
||||||
|
prefix: /usr
|
||||||
|
exec_prefix: ${prefix}
|
||||||
|
bindir: ${prefix}/bin
|
||||||
|
sbindir: ${prefix}/sbin
|
||||||
|
libdir: ${prefix}/lib
|
||||||
|
libexecdir: ${prefix}/lib/apache
|
||||||
|
installbuilddir: ${prefix}/lib/apache/build
|
||||||
|
mandir: ${prefix}/man
|
||||||
|
sysconfdir: /etc/apache
|
||||||
|
datadir: /var/www
|
||||||
|
iconsdir: ${datadir}/icons
|
||||||
|
htdocsdir: ${datadir}/htdocs
|
||||||
|
manualdir: ${htdocsdir}/manual
|
||||||
|
cgidir: ${datadir}/cgi-bin
|
||||||
|
errordir: ${datadir}/error
|
||||||
|
includedir: ${prefix}/include/apache
|
||||||
|
localstatedir: /var
|
||||||
|
runtimedir: ${localstatedir}/run/apache
|
||||||
|
logfiledir: ${localstatedir}/log/apache
|
||||||
|
proxycachedir: ${localstatedir}/cache/apache
|
||||||
|
</Layout>
|
||||||
|
|
8
apg/.footprint
Normal file
8
apg/.footprint
Normal 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/apg
|
||||||
|
-rwxr-xr-x root/root usr/bin/apgbfm
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/man/man1/apg.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/apgbfm.1.gz
|
1
apg/.md5sum
Normal file
1
apg/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
3b3fc4f11e90635519fe627c1137c9ac apg-2.2.3.tar.gz
|
19
apg/Pkgfile
Normal file
19
apg/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Description: Automated Password Generator (standalone version)
|
||||||
|
# URL: http://www.adel.nursat.kz/apg/
|
||||||
|
# Maintainer: Simone Rota, sip at varlock dot com
|
||||||
|
# Packager: Simone Rota, sip at varlock dot com
|
||||||
|
# Depends on:
|
||||||
|
|
||||||
|
name=apg
|
||||||
|
version=2.2.3
|
||||||
|
release=1
|
||||||
|
source=(http://www.adel.nursat.kz/apg/download/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
make standalone
|
||||||
|
mkdir -p $PKG/usr/{man/man1,bin}
|
||||||
|
install -m 644 doc/man/ap*.1 $PKG/usr/man/man1
|
||||||
|
#install -m 644 doc/man/ap*.8 $PKG/usr/man/man8
|
||||||
|
install -m 755 {apg,apgbfm} $PKG/usr/bin
|
||||||
|
}
|
86
apr/.footprint
Normal file
86
apr/.footprint
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/apr-config
|
||||||
|
-rwxr-xr-x root/root usr/bin/apu-config
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
drwxr-xr-x root/root usr/include/apr-0/
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_allocator.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_anylock.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_atomic.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_base64.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_buckets.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_compat.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_date.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_dbm.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_dso.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_env.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_errno.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_file_info.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_file_io.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_fnmatch.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_general.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_getopt.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_global_mutex.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_hash.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_hooks.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_inherit.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_ldap.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_ldap_url.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_lib.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_md4.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_md5.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_mmap.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_network_io.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_optional.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_optional_hooks.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_poll.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_pools.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_portable.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_proc_mutex.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_queue.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_reslist.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_ring.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_rmm.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_sdbm.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_sha1.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_shm.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_signal.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_strings.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_strmatch.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_support.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_tables.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_thread_cond.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_thread_mutex.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_thread_proc.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_thread_rwlock.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_time.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_uri.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_user.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_uuid.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_version.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_want.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_xlate.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apr_xml.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apu.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apu_compat.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apu_version.h
|
||||||
|
-rw-r--r-- root/root usr/include/apr-0/apu_want.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/apr.exp
|
||||||
|
-rw-r--r-- root/root usr/lib/aprutil.exp
|
||||||
|
-rw-r--r-- root/root usr/lib/libapr-0.a
|
||||||
|
-rw-r--r-- root/root usr/lib/libapr-0.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libapr-0.so -> libapr-0.so.0.9.7
|
||||||
|
lrwxrwxrwx root/root usr/lib/libapr-0.so.0 -> libapr-0.so.0.9.7
|
||||||
|
-rwxr-xr-x root/root usr/lib/libapr-0.so.0.9.7
|
||||||
|
-rw-r--r-- root/root usr/lib/libaprutil-0.a
|
||||||
|
-rw-r--r-- root/root usr/lib/libaprutil-0.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libaprutil-0.so -> libaprutil-0.so.0.9.7
|
||||||
|
lrwxrwxrwx root/root usr/lib/libaprutil-0.so.0 -> libaprutil-0.so.0.9.7
|
||||||
|
-rwxr-xr-x root/root usr/lib/libaprutil-0.so.0.9.7
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/apr/
|
||||||
|
-rw-r--r-- root/root usr/share/apr/apr_rules.mk
|
||||||
|
-rwxr-xr-x root/root usr/share/apr/libtool
|
||||||
|
-rw-r--r-- root/root usr/share/apr/make_exports.awk
|
1
apr/.md5sum
Normal file
1
apr/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
f1b5b65c8661db9ffe38b5a4a865a0e2 httpd-2.0.55.tar.bz2
|
30
apr/Pkgfile
Normal file
30
apr/Pkgfile
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# Description: Apache Portable Runtime library
|
||||||
|
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||||
|
# URL: http://apr.apache.org/
|
||||||
|
# Depends on: expat
|
||||||
|
# Group: apache
|
||||||
|
|
||||||
|
name=apr
|
||||||
|
version=2.0.55
|
||||||
|
release=1
|
||||||
|
source=(http://www.apache.org/dist/httpd/httpd-$version.tar.bz2)
|
||||||
|
|
||||||
|
build(){
|
||||||
|
cd httpd-$version/srclib/$name
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--with-installbuilddir=/usr/share/apr
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
cd ../$name-util
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--with-expat=/usr \
|
||||||
|
--with-apr=../apr
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
cp ../../build/make_exports.awk $PKG/usr/share/apr
|
||||||
|
sed -i '/^APR_SOURCE/s|=.*|="/usr/share/apr"|' $PKG/usr/bin/apr-config
|
||||||
|
sed -i '/^apr_/s|=.*|="/usr/share/apr"|' $PKG/usr/share/apr/apr_rules.mk
|
||||||
|
chown -R root:root $PKG
|
||||||
|
}
|
191
arts/.footprint
Normal file
191
arts/.footprint
Normal file
@ -0,0 +1,191 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/artsc-config
|
||||||
|
-rwxr-xr-x root/root usr/bin/artscat
|
||||||
|
-rwxr-xr-x root/root usr/bin/artsd
|
||||||
|
-rwxr-xr-x root/root usr/bin/artsdsp
|
||||||
|
-rwxr-xr-x root/root usr/bin/artsplay
|
||||||
|
-rwxr-xr-x root/root usr/bin/artsrec
|
||||||
|
-rwxr-xr-x root/root usr/bin/artsshell
|
||||||
|
-rwxr-xr-x root/root usr/bin/artswrapper
|
||||||
|
-rwxr-xr-x root/root usr/bin/mcopidl
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
drwxr-xr-x root/root usr/include/arts/
|
||||||
|
-rw-r--r-- root/root usr/include/arts/anyref.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/arts_export.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/artsflow.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/artsflow.idl
|
||||||
|
-rw-r--r-- root/root usr/include/arts/artsversion.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/asyncstream.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/audioio.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/audiosubsys.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/buffer.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/bufferqueue.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/cache.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/cachedwav.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/common.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/connect.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/connection.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/convert.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/core.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/core.idl
|
||||||
|
-rw-r--r-- root/root usr/include/arts/cpuinfo.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/datapacket.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/debug.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/delayedreturn.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/dispatcher.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/dynamicrequest.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/dynamicskeleton.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/extensionloader.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/factory.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/fft.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/flowsystem.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/giomanager.h
|
||||||
|
drwxr-xr-x root/root usr/include/arts/gsl/
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslcommon.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslconfig.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslconvert.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gsldatacache.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gsldatahandle-mad.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gsldatahandle-vorbis.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gsldatahandle.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gsldatautils.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gsldefs.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslengine.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslfft.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslfilter.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslieee754.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslloader.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslmagic.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslmath.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gsloscillator.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslosctable.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslsignal.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslwavechunk.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gsl/gslwaveosc.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/gslschedule.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/idlfilereg.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/ifacerepo_impl.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/iomanager.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/kmedia2.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/kmedia2.idl
|
||||||
|
-rw-r--r-- root/root usr/include/arts/mcopconfig.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/mcoputils.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/notification.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/object.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/objectmanager.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/pipebuffer.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/pool.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/qiomanager.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/reference.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/referenceclean.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/resample.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/socketconnection.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/soundserver.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/soundserver.idl
|
||||||
|
-rw-r--r-- root/root usr/include/arts/startupmanager.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/stdsynthmodule.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/synthschedule.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/tcpconnection.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/tcpserver.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/thread.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/type.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/unixconnection.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/unixserver.h
|
||||||
|
-rw-r--r-- root/root usr/include/arts/weakreference.h
|
||||||
|
drwxr-xr-x root/root usr/include/artsc/
|
||||||
|
-rw-r--r-- root/root usr/include/artsc/artsc.h
|
||||||
|
-rw-r--r-- root/root usr/include/artsc/artsc_export.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartsc.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartsc.so -> libartsc.so.0.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartsc.so.0 -> libartsc.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartsc.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartscbackend.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartscbackend.so -> libartscbackend.so.0.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartscbackend.so.0 -> libartscbackend.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartscbackend.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartsdsp.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartsdsp.so -> libartsdsp.so.0.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartsdsp.so.0 -> libartsdsp.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartsdsp.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartsdsp_st.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartsdsp_st.so -> libartsdsp_st.so.0.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartsdsp_st.so.0 -> libartsdsp_st.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartsdsp_st.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartsflow.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartsflow.so -> libartsflow.so.1.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartsflow.so.1 -> libartsflow.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartsflow.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartsflow_idl.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartsflow_idl.so -> libartsflow_idl.so.1.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartsflow_idl.so.1 -> libartsflow_idl.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartsflow_idl.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartsgslplayobject.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartsgslplayobject.so -> libartsgslplayobject.so.0.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartsgslplayobject.so.0 -> libartsgslplayobject.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartsgslplayobject.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartswavplayobject.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartswavplayobject.so -> libartswavplayobject.so.0.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libartswavplayobject.so.0 -> libartswavplayobject.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libartswavplayobject.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libgmcop.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libgmcop.so -> libgmcop.so.1.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libgmcop.so.1 -> libgmcop.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libgmcop.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libkmedia2.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libkmedia2.so -> libkmedia2.so.1.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libkmedia2.so.1 -> libkmedia2.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libkmedia2.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libkmedia2_idl.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libkmedia2_idl.so -> libkmedia2_idl.so.1.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libkmedia2_idl.so.1 -> libkmedia2_idl.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libkmedia2_idl.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libmcop.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libmcop.so -> libmcop.so.1.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libmcop.so.1 -> libmcop.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libmcop.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libmcop_mt.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libmcop_mt.so -> libmcop_mt.so.1.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libmcop_mt.so.1 -> libmcop_mt.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libmcop_mt.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libqtmcop.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libqtmcop.so -> libqtmcop.so.1.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libqtmcop.so.1 -> libqtmcop.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libqtmcop.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libsoundserver_idl.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libsoundserver_idl.so -> libsoundserver_idl.so.1.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libsoundserver_idl.so.1 -> libsoundserver_idl.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libsoundserver_idl.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libx11globalcomm.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libx11globalcomm.so -> libx11globalcomm.so.1.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libx11globalcomm.so.1 -> libx11globalcomm.so.1.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libx11globalcomm.so.1.0.0
|
||||||
|
drwxr-xr-x root/root usr/lib/mcop/
|
||||||
|
drwxr-xr-x root/root usr/lib/mcop/Arts/
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/DataHandlePlay.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/FileInputStream.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/GSLPlayObject.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/Synth_ADD.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/Synth_AMAN_PLAY.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/Synth_AMAN_RECORD.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/Synth_BUS_DOWNLINK.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/Synth_BUS_UPLINK.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/Synth_FREQUENCY.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/Synth_MUL.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/Synth_MULTI_ADD.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/Synth_PLAY.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/Synth_PLAY_WAV.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/Synth_RECORD.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/Synth_WAVE_SIN.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/WavPlayObject.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/WaveDataHandle.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/Arts/X11GlobalComm.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/artsflow.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/artsflow.mcoptype
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/kmedia2.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/kmedia2.mcoptype
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/soundserver.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/soundserver.mcoptype
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/x11globalcomm.mcopclass
|
||||||
|
-rw-r--r-- root/root usr/lib/mcop/x11globalcomm.mcoptype
|
1
arts/.md5sum
Normal file
1
arts/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
71c4996de36aa7f8726e54bb3d5bf059 arts-1.5.1.tar.bz2
|
21
arts/Pkgfile
Normal file
21
arts/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Description: aRts Sound system
|
||||||
|
# URL: http://www.kde.org
|
||||||
|
# Maintainer: sten, nick dot steeves at shaw dot ca
|
||||||
|
# Packager:
|
||||||
|
# Depends on: glib, qt3, libvorbis, libogg, esound, audiofile, alsa-utils, alsa-oss
|
||||||
|
|
||||||
|
name=arts
|
||||||
|
version=1.5.1
|
||||||
|
release=1
|
||||||
|
source=(http://download.kde.org/stable/3.5.1/src/$name-$version.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--disable-debug \
|
||||||
|
--enable-final \
|
||||||
|
--disable-dependency-tracking \
|
||||||
|
--with-alsa
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
20
arts/README
Normal file
20
arts/README
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
POST-INSTALL
|
||||||
|
|
||||||
|
From: Nick Steeves
|
||||||
|
To: Daniel Mueller
|
||||||
|
Date: Mon, 21 Jun 2004 22:40:17 -0600
|
||||||
|
|
||||||
|
After observing that my music was often skipping, I noticed
|
||||||
|
that /usr/bin/artswrapper isn't setuid.
|
||||||
|
http://www.arts-project.org/doc/handbook/artswrapper.html
|
||||||
|
|
||||||
|
|
||||||
|
PRECAUTION
|
||||||
|
|
||||||
|
Although artswrapper exists to execute artsd with real-time privileges for
|
||||||
|
a normal user, setuid still makes me apprehensive. For this reason, I
|
||||||
|
restrict the group of users which can use artswrapper.
|
||||||
|
|
||||||
|
# chgrp wheel /usr/bin/artswrapper
|
||||||
|
# chmod 750 /usr/bin/artswrapper
|
||||||
|
# chmod u+s /usr/bin/artswrapper
|
60
aspell-en/.footprint
Normal file
60
aspell-en/.footprint
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/aspell-0.60/
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/american-w_accents.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/american-wo_accents.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/american.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/british-ise-w_accents.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/british-ise-wo_accents.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/british-ise.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/british-ize-w_accents.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/british-ize-wo_accents.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/british-ize.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/british-w_accents.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/british-wo_accents.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/british.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/canadian-w_accents.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/canadian-wo_accents.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/canadian.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en-common.rws
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en-variant_0.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en-variant_0.rws
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en-variant_1.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en-variant_1.rws
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en-variant_2.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en-variant_2.rws
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en-w_accents.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en-wo_accents.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en.dat
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_CA-w_accents-only.rws
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_CA-w_accents.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_CA-wo_accents-only.rws
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_CA-wo_accents.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_CA.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_GB-ise-w_accents-only.rws
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_GB-ise-w_accents.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_GB-ise-wo_accents-only.rws
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_GB-ise-wo_accents.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_GB-ise.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_GB-ize-w_accents-only.rws
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_GB-ize-w_accents.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_GB-ize-wo_accents-only.rws
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_GB-ize-wo_accents.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_GB-ize.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_GB-w_accents.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_GB-wo_accents.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_GB.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_US-w_accents-only.rws
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_US-w_accents.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_US-wo_accents-only.rws
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_US-wo_accents.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_US.multi
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_affix.dat
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/en_phonet.dat
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/english-variant_0.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/english-variant_1.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/english-variant_2.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/english-w_accents.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/english-wo_accents.alias
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/english.alias
|
1
aspell-en/.md5sum
Normal file
1
aspell-en/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
16449e0a266e1ecc526b2f3cd39d4bc2 aspell6-en-6.0-0.tar.bz2
|
16
aspell-en/Pkgfile
Normal file
16
aspell-en/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Description: English dictionary for aspell
|
||||||
|
# URL: http://aspell.net
|
||||||
|
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||||
|
# Depends on: aspell
|
||||||
|
|
||||||
|
name=aspell-en
|
||||||
|
version=6.0-0
|
||||||
|
release=1
|
||||||
|
source=(http://mirrors.sunsite.dk/gnu/aspell/dict/en/aspell6-en-$version.tar.bz2)
|
||||||
|
|
||||||
|
build () {
|
||||||
|
cd aspell6-en-$version
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
120
aspell/.footprint
Normal file
120
aspell/.footprint
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/aspell
|
||||||
|
-rwxr-xr-x root/root usr/bin/aspell-import
|
||||||
|
-rwxr-xr-x root/root usr/bin/precat
|
||||||
|
-rwxr-xr-x root/root usr/bin/preunzip
|
||||||
|
-rwxr-xr-x root/root usr/bin/prezip
|
||||||
|
-rwxr-xr-x root/root usr/bin/prezip-bin
|
||||||
|
-rwxr-xr-x root/root usr/bin/pspell-config
|
||||||
|
-rwxr-xr-x root/root usr/bin/run-with-aspell
|
||||||
|
-rwxr-xr-x root/root usr/bin/word-list-compress
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
-rw-r--r-- root/root usr/include/aspell.h
|
||||||
|
drwxr-xr-x root/root usr/include/pspell/
|
||||||
|
-rw-r--r-- root/root usr/include/pspell/pspell.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/aspell-0.60/
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/ccpp.amf
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/comment.amf
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/context-filter.info
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/context-filter.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/context-filter.so
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1250.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1250.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1251.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1251.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1252.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1252.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1253.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1253.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1254.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1254.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1255.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1255.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1256.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1256.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1257.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1257.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1258.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/cp1258.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/dvorak.kbd
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/email-filter.info
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/email-filter.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/email-filter.so
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/email.amf
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/html-filter.info
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/html.amf
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-1.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-1.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-10.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-10.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-11.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-11.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-13.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-13.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-14.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-14.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-15.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-15.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-16.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-16.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-2.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-2.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-3.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-3.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-4.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-4.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-5.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-5.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-6.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-6.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-7.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-7.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-8.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-8.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-9.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/iso-8859-9.cset
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/ispell
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/koi8-r.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/koi8-r.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/koi8-u.cmap
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/koi8-u.cset
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/none.amf
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/nroff-filter.info
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/nroff-filter.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/nroff-filter.so
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/nroff.amf
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/perl.amf
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/sgml-filter.info
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/sgml-filter.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/sgml-filter.so
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/sgml.amf
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/spell
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/split.kbd
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/standard.kbd
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/tex-filter.info
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/tex-filter.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/tex-filter.so
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/tex.amf
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/texinfo-filter.info
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/texinfo-filter.la
|
||||||
|
-rwxr-xr-x root/root usr/lib/aspell-0.60/texinfo-filter.so
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/texinfo.amf
|
||||||
|
-rw-r--r-- root/root usr/lib/aspell-0.60/url.amf
|
||||||
|
-rwxr-xr-x root/root usr/lib/libaspell.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libaspell.so -> libaspell.so.15.1.4
|
||||||
|
lrwxrwxrwx root/root usr/lib/libaspell.so.15 -> libaspell.so.15.1.4
|
||||||
|
-rwxr-xr-x root/root usr/lib/libaspell.so.15.1.4
|
||||||
|
-rwxr-xr-x root/root usr/lib/libpspell.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libpspell.so -> libpspell.so.15.1.4
|
||||||
|
lrwxrwxrwx root/root usr/lib/libpspell.so.15 -> libpspell.so.15.1.4
|
||||||
|
-rwxr-xr-x root/root usr/lib/libpspell.so.15.1.4
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/man/man1/aspell-import.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/aspell.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/prezip-bin.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/pspell-config.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/run-with-aspell.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/word-list-compress.1.gz
|
1
aspell/.md5sum
Normal file
1
aspell/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
4f1737e726d66476b9c7388831305510 aspell-0.60.4.tar.gz
|
17
aspell/Pkgfile
Normal file
17
aspell/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Description: GNU aspell is a spell checker designed to replace ispell
|
||||||
|
# URL: http://aspell.net
|
||||||
|
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||||
|
# Depends on: ncurses
|
||||||
|
|
||||||
|
name=aspell
|
||||||
|
version=0.60.4
|
||||||
|
release=1
|
||||||
|
source=(http://mirrors.sunsite.dk/gnu/$name/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
build () {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
rm -R $PKG/usr/{info,share}
|
||||||
|
}
|
6
asunder/.footprint
Normal file
6
asunder/.footprint
Normal 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/asunder
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/pixmaps/
|
||||||
|
-rw-r--r-- root/root usr/share/pixmaps/asunder.png
|
2
asunder/.md5sum
Normal file
2
asunder/.md5sum
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
3df66a9a059e6503a465f0da046e6698 Asunder-0.1.0.tar.bz2
|
||||||
|
05c293ce1caa63d9518727a714e37982 asunder-refreshdisc.patch
|
19
asunder/Pkgfile
Normal file
19
asunder/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Description: CD Ripping frontend
|
||||||
|
# URL: http://ericlathrop.com/asunder/
|
||||||
|
# Maintainer: Simone Rota, sip at varlock dot com
|
||||||
|
# Packager: Simone Rota, sip at varlock dot com
|
||||||
|
# Depends on: gtk, flac, lame, vorbis-tools, cdparanoia, libcddb
|
||||||
|
|
||||||
|
name=asunder
|
||||||
|
version=0.1.0
|
||||||
|
release=2
|
||||||
|
source=(http://ericlathrop.com/asunder/Asunder-$version.tar.bz2 \
|
||||||
|
$name-refreshdisc.patch)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd Asunder-$version
|
||||||
|
patch -p1 < ../$name-refreshdisc.patch
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
49
asunder/asunder-refreshdisc.patch
Normal file
49
asunder/asunder-refreshdisc.patch
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
diff -Nru Asunder-0.1.0-orig/src/main.c Asunder-0.1.0/src/main.c
|
||||||
|
--- Asunder-0.1.0-orig/src/main.c 2005-01-28 04:41:44.000000000 +0100
|
||||||
|
+++ Asunder-0.1.0/src/main.c 2005-02-19 17:45:57.142771592 +0100
|
||||||
|
@@ -201,6 +201,9 @@
|
||||||
|
num_matches = cddb_query(conn, disc);
|
||||||
|
cddb_cache_enable(conn);
|
||||||
|
|
||||||
|
+ g_list_free(disc_matches);
|
||||||
|
+ disc_matches = NULL;
|
||||||
|
+
|
||||||
|
// make a list of all the matches
|
||||||
|
for (i=0; i<num_matches; i++)
|
||||||
|
{
|
||||||
|
@@ -249,6 +252,7 @@
|
||||||
|
GList * curr;
|
||||||
|
cddb_disc_t * tempdisc;
|
||||||
|
|
||||||
|
+ gtk_cell_layout_clear(GTK_CELL_LAYOUT(pick_disc));
|
||||||
|
renderer = gtk_cell_renderer_text_new();
|
||||||
|
gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(pick_disc), renderer, TRUE);
|
||||||
|
gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(pick_disc), renderer,
|
||||||
|
@@ -259,10 +263,11 @@
|
||||||
|
gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(pick_disc), renderer,
|
||||||
|
"text", 1,
|
||||||
|
NULL);
|
||||||
|
-
|
||||||
|
|
||||||
|
- for (curr = g_list_first(disc_matches); curr != NULL; curr = g_list_next(curr))
|
||||||
|
+ int j;
|
||||||
|
+ for (j = 0; j < num_matches; j++)
|
||||||
|
{
|
||||||
|
+ curr = g_list_nth(disc_matches, j);
|
||||||
|
tempdisc = (cddb_disc_t *)curr->data;
|
||||||
|
gtk_list_store_append(store, &iter);
|
||||||
|
gtk_list_store_set(store, &iter,
|
||||||
|
@@ -271,10 +276,13 @@
|
||||||
|
-1);
|
||||||
|
}
|
||||||
|
gtk_combo_box_set_model(GTK_COMBO_BOX(pick_disc), GTK_TREE_MODEL(store));
|
||||||
|
+ gtk_combo_box_set_active(GTK_COMBO_BOX(pick_disc), 1);
|
||||||
|
gtk_combo_box_set_active(GTK_COMBO_BOX(pick_disc), 0);
|
||||||
|
|
||||||
|
gtk_widget_show(lookup_widget(win_main, "disc"));
|
||||||
|
gtk_widget_show(lookup_widget(win_main, "pick_disc"));
|
||||||
|
+ current_disc = g_list_first(disc_matches)->data;
|
||||||
|
+ update_tracklist(current_disc);
|
||||||
|
}
|
||||||
|
|
||||||
|
cddb_destroy(conn);
|
31
at/.footprint
Normal file
31
at/.footprint
Normal 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
2
at/.md5sum
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
81dbae5162aaa8a398a81424d6631c77 at_3.1.8-11.tar.gz
|
||||||
|
16b912119fbeb370ccbeba243538d0e8 atd
|
28
at/Pkgfile
Normal file
28
at/Pkgfile
Normal 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
17
at/atd
Normal 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
|
6
aterm/.footprint
Normal file
6
aterm/.footprint
Normal 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/aterm
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/man/man1/aterm.1.gz
|
2
aterm/.md5sum
Normal file
2
aterm/.md5sum
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
568777c65a723f6ba27464473c424a10 aterm-1.0.0.tar.gz
|
||||||
|
4e8daae7dea71b3c7956d96a7bd366e5 aterm-fake_root.patch
|
21
aterm/Pkgfile
Normal file
21
aterm/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Description: xterm replacement with transparency and fading
|
||||||
|
# URL: http://aterm.sourceforge.net
|
||||||
|
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||||
|
# Depends on: x11
|
||||||
|
|
||||||
|
name=aterm
|
||||||
|
version=1.0.0
|
||||||
|
release=1
|
||||||
|
source=(ftp://ftp.afterstep.org/apps/$name/$name-$version.tar.gz \
|
||||||
|
$name-fake_root.patch)
|
||||||
|
|
||||||
|
build () {
|
||||||
|
cd aterm-$version
|
||||||
|
patch -p1 < $SRC/$name-fake_root.patch
|
||||||
|
cp autoconf/configure.in .
|
||||||
|
autoconf
|
||||||
|
autoheader
|
||||||
|
./configure --prefix=/usr --enable-fake-root
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
205
aterm/aterm-fake_root.patch
Normal file
205
aterm/aterm-fake_root.patch
Normal file
@ -0,0 +1,205 @@
|
|||||||
|
diff -Nru aterm-1.0.0.orig/README.configure aterm-1.0.0/README.configure
|
||||||
|
--- aterm-1.0.0.orig/README.configure 2005-07-11 20:48:22.000000000 +0200
|
||||||
|
+++ aterm-1.0.0/README.configure 2005-07-11 20:48:41.000000000 +0200
|
||||||
|
@@ -56,6 +56,10 @@
|
||||||
|
the mouse button down on a scrollbar arrow
|
||||||
|
--disable-mousewheel
|
||||||
|
remove support for scrolling via mouse wheel or buttons 4 & 5
|
||||||
|
+--enable-fake-root
|
||||||
|
+ add support for pseudo root terminals. Associated with
|
||||||
|
+ transparency options, this enables pseudo-terminals
|
||||||
|
+ looking like they are part of X root window
|
||||||
|
--enable-old-selection
|
||||||
|
revert mouse selection to something similar to v2.20 (and prior) -
|
||||||
|
this implies word selection of those versions (i.e. next option)
|
||||||
|
diff -Nru aterm-1.0.0.orig/autoconf/configure.in aterm-1.0.0/autoconf/configure.in
|
||||||
|
--- aterm-1.0.0.orig/autoconf/configure.in 2005-07-11 20:48:22.000000000 +0200
|
||||||
|
+++ aterm-1.0.0/autoconf/configure.in 2005-07-11 20:48:41.000000000 +0200
|
||||||
|
@@ -82,6 +82,9 @@
|
||||||
|
AC_ARG_ENABLE(mousewheel, [ --disable-mousewheel disable scrolling via mouse wheel or buttons 4 & 5],
|
||||||
|
[if test x$enableval = xno; then AC_DEFINE(NO_MOUSE_WHEEL,1,[Use wheel events (button4 and button5) to scroll]) fi])
|
||||||
|
|
||||||
|
+AC_ARG_ENABLE(fake-root, [ --enable-fake-root enable fake root support],
|
||||||
|
+ [if test x$enableval = xyes; then AC_DEFINE(FAKE_ROOT,1,[Define to enable fake root pseudo-terminals]) fi])
|
||||||
|
+
|
||||||
|
AC_ARG_ENABLE(old-selection, [ --enable-old-selection enable v2.20 (and prior) mouse selection
|
||||||
|
- this implies old word selection],
|
||||||
|
[if test x$enableval = xyes; then AC_DEFINE(OLD_SELECTION,1,[Define to use old rxvt (ver 2.20 and before) style selection, not xterm style.]) fi])
|
||||||
|
diff -Nru aterm-1.0.0.orig/doc/aterm.1 aterm-1.0.0/doc/aterm.1
|
||||||
|
--- aterm-1.0.0.orig/doc/aterm.1 2005-07-11 20:48:22.000000000 +0200
|
||||||
|
+++ aterm-1.0.0/doc/aterm.1 2005-07-11 20:48:41.000000000 +0200
|
||||||
|
@@ -230,6 +230,16 @@
|
||||||
|
.IP "\fB-st\fP|\fB+st\fP"
|
||||||
|
Display scrollbar without/with a trough;
|
||||||
|
resource \fBscrollBar_floating\fP\&.
|
||||||
|
+.IP "\fB-fr\fP|\fB+fr\fP"
|
||||||
|
+Turn on/off making the aterm's parent window an unmanaged one mapped
|
||||||
|
+at the bottom on the stack without cursor change. When turned on, also
|
||||||
|
+provide a 'point-to-focus' behavior model independently
|
||||||
|
+from the X Window Manager.\&
|
||||||
|
+
|
||||||
|
+This is useful combined with other options (\fB-tr\fP, \fB-bw\fP,
|
||||||
|
+\fB-geometry\fP, ...) to provide pseudo-terminals seamlessly integrated
|
||||||
|
+into the X desktop. Please note this will not work as expected with WMs
|
||||||
|
+masquerading the X root window with fake roots; resource \fBfakeRoot\fP\&.
|
||||||
|
.IP "\fB-iconic\fP"
|
||||||
|
Start iconified, if the window manager supports that option\&.
|
||||||
|
.IP "\fB-sl\fP \fInumber\fP"
|
||||||
|
diff -Nru aterm-1.0.0.orig/src/command.c aterm-1.0.0/src/command.c
|
||||||
|
--- aterm-1.0.0.orig/src/command.c 2005-07-11 20:48:22.000000000 +0200
|
||||||
|
+++ aterm-1.0.0/src/command.c 2005-07-11 20:48:41.000000000 +0200
|
||||||
|
@@ -2365,6 +2365,13 @@
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
+#ifdef FAKE_ROOT
|
||||||
|
+ case EnterNotify:
|
||||||
|
+ if (Options&Opt_fake_root)
|
||||||
|
+ XGrabKeyboard(Xdisplay,TermWin.parent,True,
|
||||||
|
+ GrabModeAsync,GrabModeAsync,CurrentTime);
|
||||||
|
+ else break;
|
||||||
|
+#endif
|
||||||
|
case FocusIn:
|
||||||
|
if (!TermWin.focus) {
|
||||||
|
TermWin.focus = 1;
|
||||||
|
@@ -2381,7 +2388,12 @@
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
-
|
||||||
|
+#ifdef FAKE_ROOT
|
||||||
|
+ case LeaveNotify:
|
||||||
|
+ if (Options&Opt_fake_root)
|
||||||
|
+ XUngrabKeyboard(Xdisplay,CurrentTime);
|
||||||
|
+ else break;
|
||||||
|
+#endif
|
||||||
|
case FocusOut:
|
||||||
|
if (TermWin.focus) {
|
||||||
|
TermWin.focus = 0;
|
||||||
|
diff -Nru aterm-1.0.0.orig/src/main.c aterm-1.0.0/src/main.c
|
||||||
|
--- aterm-1.0.0.orig/src/main.c 2005-07-11 20:48:22.000000000 +0200
|
||||||
|
+++ aterm-1.0.0/src/main.c 2005-07-11 20:50:18.000000000 +0200
|
||||||
|
@@ -705,7 +705,14 @@
|
||||||
|
&attributes);
|
||||||
|
|
||||||
|
#else
|
||||||
|
- attr_mask |= CWColormap ;
|
||||||
|
+#ifdef FAKE_ROOT
|
||||||
|
+ attributes.override_redirect = (Options&Opt_fake_root)?True:False;
|
||||||
|
+ mwmhints.flags = 0;
|
||||||
|
+#else
|
||||||
|
+ attributes.override_redirect = False;
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
+ attr_mask |= CWColormap | CWOverrideRedirect ;
|
||||||
|
TermWin.parent = XCreateWindow(Xdisplay, Xroot,
|
||||||
|
szHint.x, szHint.y,
|
||||||
|
szHint.width, szHint.height,
|
||||||
|
@@ -745,8 +752,17 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
-/* vt cursor: Black-on-White is standard, but this is more popular */
|
||||||
|
- TermWin_cursor = XCreateFontCursor(Xdisplay, XC_xterm);
|
||||||
|
+/* vt cursor: Black-on-White is standard, but this is more popular,
|
||||||
|
+ so let's do the opposite unless we found ourselves in the FAKE_ROOT case
|
||||||
|
+*/
|
||||||
|
+ TermWin_cursor = XCreateFontCursor(Xdisplay,
|
||||||
|
+#ifndef FAKE_ROOT
|
||||||
|
+ XC_xterm
|
||||||
|
+#else
|
||||||
|
+ (Options&Opt_fake_root)?
|
||||||
|
+ XC_left_ptr:XC_xterm
|
||||||
|
+#endif
|
||||||
|
+);
|
||||||
|
{
|
||||||
|
XColor fg, bg;
|
||||||
|
|
||||||
|
@@ -754,6 +770,11 @@
|
||||||
|
XQueryColor(Xdisplay, Xcmap, &fg);
|
||||||
|
bg.pixel = PixColors[Color_bg];
|
||||||
|
XQueryColor(Xdisplay, Xcmap, &bg);
|
||||||
|
+#ifdef FAKE_ROOT
|
||||||
|
+ if (Options&Opt_fake_root)
|
||||||
|
+ XRecolorCursor(Xdisplay, TermWin_cursor, &bg, &fg);
|
||||||
|
+ else
|
||||||
|
+#endif
|
||||||
|
XRecolorCursor(Xdisplay, TermWin_cursor, &fg, &bg);
|
||||||
|
}
|
||||||
|
|
||||||
|
@@ -763,7 +784,12 @@
|
||||||
|
ButtonPressMask |
|
||||||
|
ButtonReleaseMask |
|
||||||
|
Button1MotionMask |
|
||||||
|
- Button3MotionMask);
|
||||||
|
+ Button3MotionMask
|
||||||
|
+#ifdef FAKE_ROOT
|
||||||
|
+ | EnterWindowMask |
|
||||||
|
+ LeaveWindowMask
|
||||||
|
+#endif
|
||||||
|
+ );
|
||||||
|
attributes.cursor = TermWin_cursor ;
|
||||||
|
/* the vt window */
|
||||||
|
#ifdef HAVE_AFTERIMAGE
|
||||||
|
@@ -1037,12 +1063,12 @@
|
||||||
|
XConfigureEvent *xconf = &(ev->xconfigure);
|
||||||
|
|
||||||
|
while( XCheckTypedWindowEvent( Xdisplay, TermWin.parent, ConfigureNotify, ev ) );
|
||||||
|
- fprintf( stderr, "config_geom = %dx%d\n", xconf->width, xconf->height );
|
||||||
|
+/* fprintf( stderr, "config_geom = %dx%d\n", xconf->width, xconf->height ); */
|
||||||
|
resize_window1(xconf->width, xconf->height);
|
||||||
|
#if 1
|
||||||
|
XTranslateCoordinates (Xdisplay, TermWin.parent, Xroot, 0, 0, &root_x, &root_y, &wdumm);
|
||||||
|
|
||||||
|
- fprintf( stderr, "root_geom = %dx%d%+d%+d, root_size = %dx%d\n", xconf->width, xconf->height, root_x, root_y, XdisplayWidth, XdisplayHeight );
|
||||||
|
+/* fprintf( stderr, "root_geom = %dx%d%+d%+d, root_size = %dx%d\n", xconf->width, xconf->height, root_x, root_y, XdisplayWidth, XdisplayHeight ); */
|
||||||
|
TermWin.root_x = root_x ;
|
||||||
|
TermWin.root_y = root_y ;
|
||||||
|
TermWin.root_width = xconf->width ;
|
||||||
|
@@ -2341,6 +2367,11 @@
|
||||||
|
/* do it now to avoid unneccessary redrawing */
|
||||||
|
XMapWindow(Xdisplay, TermWin.vt);
|
||||||
|
XMapWindow(Xdisplay, TermWin.parent);
|
||||||
|
+#ifdef FAKE_ROOT
|
||||||
|
+/* put the window on the bottom of the stack if we are 'faking root' */
|
||||||
|
+ if (Options&Opt_fake_root)
|
||||||
|
+ XLowerWindow(Xdisplay, TermWin.parent);
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
#if defined(BACKGROUND_IMAGE) || defined(TRANSPARENT) || defined(_MYSTYLE_)
|
||||||
|
diff -Nru aterm-1.0.0.orig/src/rxvt.h aterm-1.0.0/src/rxvt.h
|
||||||
|
--- aterm-1.0.0.orig/src/rxvt.h 2005-07-11 20:48:22.000000000 +0200
|
||||||
|
+++ aterm-1.0.0/src/rxvt.h 2005-07-11 20:48:41.000000000 +0200
|
||||||
|
@@ -779,6 +779,7 @@
|
||||||
|
#define Opt_transparent (1LU<<13)
|
||||||
|
#define Opt_transparent_sb (1LU<<14)
|
||||||
|
#define Opt_borderLess (1LU<<16)
|
||||||
|
+#define Opt_fake_root (1LU<<17)
|
||||||
|
|
||||||
|
/* place holder used for parsing command-line options */
|
||||||
|
#define Opt_Reverse (1LU<<30)
|
||||||
|
diff -Nru aterm-1.0.0.orig/src/xdefaults.c aterm-1.0.0/src/xdefaults.c
|
||||||
|
--- aterm-1.0.0.orig/src/xdefaults.c 2005-07-11 20:48:22.000000000 +0200
|
||||||
|
+++ aterm-1.0.0/src/xdefaults.c 2005-07-11 20:48:41.000000000 +0200
|
||||||
|
@@ -80,6 +80,9 @@
|
||||||
|
#ifdef GREEK_SUPPORT
|
||||||
|
static const char *rs_greek_keyboard = NULL;
|
||||||
|
#endif
|
||||||
|
+#ifdef FAKE_ROOT
|
||||||
|
+static const char *rs_fake_root = NULL;
|
||||||
|
+#endif
|
||||||
|
/*}}} */
|
||||||
|
|
||||||
|
/*{{{ monolithic option/resource structure: */
|
||||||
|
@@ -311,6 +314,10 @@
|
||||||
|
"scroll-on-tty-output inhibit"),
|
||||||
|
BOOL(rs_scrollKeypress, "scrollKey", "sk",
|
||||||
|
Opt_scrollKeypress, "scroll-on-keypress"),
|
||||||
|
+#ifdef FAKE_ROOT
|
||||||
|
+ BOOL(rs_fake_root, "fakeRoot", "fr", Opt_fake_root,
|
||||||
|
+ "fake root window embedding"),
|
||||||
|
+#endif
|
||||||
|
STRG(rs_minBufferWidth, "minBufferWidth", "mbw", "number",
|
||||||
|
"minimum number of columns stored in buffer"),
|
||||||
|
STRG(rs_saveLines, "saveLines", "sl", "number",
|
40
audacity/.footprint
Normal file
40
audacity/.footprint
Normal 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/audacity
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/man/man1/audacity.1.gz
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/audacity/
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/audacity-1.2-help.htb
|
||||||
|
drwxr-xr-x root/root usr/share/audacity/nyquist/
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/bug.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/dspprims.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/evalenv.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/follow.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/init.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/misc.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/nyinit.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/nyqmisc.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/nyquist.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/printrec.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/profile.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/seq.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/seqfnint.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/seqmidi.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/sndfnint.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/system.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/test.lsp
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/nyquist/xlinit.lsp
|
||||||
|
drwxr-xr-x root/root usr/share/audacity/plug-ins/
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/plug-ins/SilenceMarker.ny
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/plug-ins/clicktrack.ny
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/plug-ins/crossfadein.ny
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/plug-ins/crossfadeout.ny
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/plug-ins/delay.ny
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/plug-ins/highpass.ny
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/plug-ins/lowpass.ny
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/plug-ins/pluck.ny
|
||||||
|
-rw-r--r-- root/root usr/share/audacity/plug-ins/tremolo.ny
|
||||||
|
drwxr-xr-x root/root usr/share/icons/
|
||||||
|
-rw-r--r-- root/root usr/share/icons/audacity48x48.xpm
|
1
audacity/.md5sum
Normal file
1
audacity/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
37df5b6119302f7ab77ca16d25311756 audacity-src-1.2.4b.tar.gz
|
19
audacity/Pkgfile
Normal file
19
audacity/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Description: An open-source sound editor.
|
||||||
|
# URL: http://audacity.sourceforge.net/
|
||||||
|
# Maintainer: Daniel Walpole, daniel at walpole dot id dot a
|
||||||
|
# Depends on: wxgtk, libogg, libmad, lame
|
||||||
|
|
||||||
|
name=audacity
|
||||||
|
version=1.2.4b
|
||||||
|
release=2
|
||||||
|
source=(http://dl.sourceforge.net/sourceforge/$name/$name-src-$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-src-$version
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make prefix=$PKG/usr install
|
||||||
|
rm -rf $PKG/usr/share/{doc,locale}
|
||||||
|
install -D -m 0644 images/AudacityLogo48x48.xpm \
|
||||||
|
$PKG/usr/share/icons/${name}48x48.xpm
|
||||||
|
}
|
20
audiofile/.footprint
Normal file
20
audiofile/.footprint
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/audiofile-config
|
||||||
|
-rwxr-xr-x root/root usr/bin/sfconvert
|
||||||
|
-rwxr-xr-x root/root usr/bin/sfinfo
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
-rw-r--r-- root/root usr/include/af_vfs.h
|
||||||
|
-rw-r--r-- root/root usr/include/audiofile.h
|
||||||
|
-rw-r--r-- root/root usr/include/aupvlist.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
-rw-r--r-- root/root usr/lib/libaudiofile.a
|
||||||
|
-rwxr-xr-x root/root usr/lib/libaudiofile.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libaudiofile.so -> libaudiofile.so.0.0.2
|
||||||
|
lrwxrwxrwx root/root usr/lib/libaudiofile.so.0 -> libaudiofile.so.0.0.2
|
||||||
|
-rwxr-xr-x root/root usr/lib/libaudiofile.so.0.0.2
|
||||||
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/lib/pkgconfig/audiofile.pc
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/aclocal/
|
||||||
|
-rw-r--r-- root/root usr/share/aclocal/audiofile.m4
|
1
audiofile/.md5sum
Normal file
1
audiofile/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
9c1049876cd51c0f1b12c2886cce4d42 audiofile-0.2.6.tar.gz
|
16
audiofile/Pkgfile
Normal file
16
audiofile/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Description: Provides a uniform API for accessing many audio file formats
|
||||||
|
# Maintainer: Jay Dolan jasonthomasdolan at yahoo dot com
|
||||||
|
# Packager: Per Lidén per at fukt dot bth dot se
|
||||||
|
# URL: http://www.68k.org/~michael/audiofile
|
||||||
|
# Depends on:
|
||||||
|
|
||||||
|
name=audiofile
|
||||||
|
version=0.2.6
|
||||||
|
release=1
|
||||||
|
source=(http://www.68k.org/~michael/audiofile/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
build () {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make && make DESTDIR=$PKG install
|
||||||
|
}
|
17
aumix/.footprint
Normal file
17
aumix/.footprint
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/aumix
|
||||||
|
-rwxr-xr-x root/root usr/bin/mute
|
||||||
|
-rwxr-xr-x root/root usr/bin/xaumix
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/man/man1/aumix.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/xaumix.1.gz
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/aumix/
|
||||||
|
-rw-r--r-- root/root usr/share/aumix/ansi
|
||||||
|
-rw-r--r-- root/root usr/share/aumix/aumix.xpm
|
||||||
|
-rw-r--r-- root/root usr/share/aumix/fadein.set
|
||||||
|
-rw-r--r-- root/root usr/share/aumix/fadeout.set
|
||||||
|
-rw-r--r-- root/root usr/share/aumix/vt100
|
||||||
|
-rw-r--r-- root/root usr/share/aumix/xterm
|
1
aumix/.md5sum
Normal file
1
aumix/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
dc3fc7209752207c23e7c94ab886b340 aumix-2.8.tar.bz2
|
19
aumix/Pkgfile
Normal file
19
aumix/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Description: Adjusts an audio mixer from X, the console, a terminal, the command line or a script.
|
||||||
|
# URL: http://jpj.net/~trevor/aumix.html
|
||||||
|
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
|
||||||
|
# Depends on: gtk
|
||||||
|
|
||||||
|
name=aumix
|
||||||
|
version=2.8
|
||||||
|
release=4
|
||||||
|
source=(http://www.jpj.net/~trevor/$name/$name-$version.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--disable-nls \
|
||||||
|
--without-gtk1 \
|
||||||
|
--without-alsa
|
||||||
|
make -C src
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
27
awesfx/.footprint
Normal file
27
awesfx/.footprint
Normal 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
1
awesfx/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
b4f9192dc6357014215a3d06a99d40f2 awesfx-0.5.0c.tar.gz
|
17
awesfx/Pkgfile
Normal file
17
awesfx/Pkgfile
Normal 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
|
||||||
|
}
|
8
backup2l/.footprint
Normal file
8
backup2l/.footprint
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
drwxr-xr-x root/root etc/
|
||||||
|
-rw-r--r-- root/root etc/backup2l.conf
|
||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/backup2l
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man8/
|
||||||
|
-rw-r--r-- root/root usr/man/man8/backup2l.8.gz
|
1
backup2l/.md5sum
Normal file
1
backup2l/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
aa8045aa657f09640aa2741a69b08e7b backup2l_1.4.tar.gz
|
20
backup2l/Pkgfile
Normal file
20
backup2l/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Description: Handy backup utility
|
||||||
|
# URL: http://backup2l.sourceforge.net/
|
||||||
|
# Maintainer: Simone Rota, sip at varlock dot com
|
||||||
|
# Packager: Simone Rota, sip at varlock dot com
|
||||||
|
|
||||||
|
name=backup2l
|
||||||
|
version=1.4
|
||||||
|
release=1
|
||||||
|
source=(http://dl.sourceforge.net/sourceforge/$name/${name}_$version.tar.gz)
|
||||||
|
|
||||||
|
build(){
|
||||||
|
cd $name-$version
|
||||||
|
mkdir -p $PKG/usr/bin
|
||||||
|
mkdir -p $PKG/usr/man/man8
|
||||||
|
mkdir $PKG/etc
|
||||||
|
./install-sh -f $PKG/usr
|
||||||
|
chown -R root:root $PKG/
|
||||||
|
install -m 644 first-time.conf $PKG/etc/backup2l.conf
|
||||||
|
|
||||||
|
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user