1
0
forked from ports/opt

import from contrib

This commit is contained in:
Juergen Daubert 2005-11-16 17:49:04 +00:00
parent e7d6e2d9ae
commit a7b14290d6
77 changed files with 2712 additions and 0 deletions

55
dar/.footprint Normal file
View File

@ -0,0 +1,55 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/darrc
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dar
-rwxr-xr-x root/root usr/bin/dar_cp
-rwxr-xr-x root/root usr/bin/dar_manager
-rwxr-xr-x root/root usr/bin/dar_slave
-rwxr-xr-x root/root usr/bin/dar_static
-rwxr-xr-x root/root usr/bin/dar_xform
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/dar/
-rw-r--r-- root/root usr/include/dar/archive.hpp
-rw-r--r-- root/root usr/include/dar/catalogue.hpp
-rw-r--r-- root/root usr/include/dar/compressor.hpp
-rw-r--r-- root/root usr/include/dar/config.h
-rw-r--r-- root/root usr/include/dar/crypto.hpp
-rw-r--r-- root/root usr/include/dar/deci.hpp
-rw-r--r-- root/root usr/include/dar/ea.hpp
-rw-r--r-- root/root usr/include/dar/erreurs.hpp
-rw-r--r-- root/root usr/include/dar/generic_file.hpp
-rw-r--r-- root/root usr/include/dar/gettext.h
-rw-r--r-- root/root usr/include/dar/header_version.hpp
-rw-r--r-- root/root usr/include/dar/infinint.hpp
-rw-r--r-- root/root usr/include/dar/int_tools.hpp
-rw-r--r-- root/root usr/include/dar/integers.hpp
-rw-r--r-- root/root usr/include/dar/libdar.hpp
-rw-r--r-- root/root usr/include/dar/limitint.hpp
-rw-r--r-- root/root usr/include/dar/mask.hpp
-rw-r--r-- root/root usr/include/dar/my_config.h
-rw-r--r-- root/root usr/include/dar/path.hpp
-rw-r--r-- root/root usr/include/dar/real_infinint.hpp
-rw-r--r-- root/root usr/include/dar/scrambler.hpp
-rw-r--r-- root/root usr/include/dar/special_alloc.hpp
-rw-r--r-- root/root usr/include/dar/statistics.hpp
-rw-r--r-- root/root usr/include/dar/storage.hpp
-rw-r--r-- root/root usr/include/dar/thread_cancellation.hpp
-rw-r--r-- root/root usr/include/dar/tools.hpp
-rw-r--r-- root/root usr/include/dar/tronconneuse.hpp
-rw-r--r-- root/root usr/include/dar/tuyau.hpp
-rw-r--r-- root/root usr/include/dar/user_interaction.hpp
-rw-r--r-- root/root usr/include/dar/wrapperlib.hpp
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libdar.a
-rwxr-xr-x root/root usr/lib/libdar.la
lrwxrwxrwx root/root usr/lib/libdar.so -> libdar.so.3.0.1
lrwxrwxrwx root/root usr/lib/libdar.so.3 -> libdar.so.3.0.1
-rwxr-xr-x root/root usr/lib/libdar.so.3.0.1
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dar.1.gz
-rw-r--r-- root/root usr/man/man1/dar_cp.1.gz
-rw-r--r-- root/root usr/man/man1/dar_manager.1.gz
-rw-r--r-- root/root usr/man/man1/dar_slave.1.gz
-rw-r--r-- root/root usr/man/man1/dar_xform.1.gz

2
dar/.md5sum Normal file
View File

@ -0,0 +1,2 @@
2d0851b3fa309e7db3b6590a6bdef76d dar-2.2.4.tar.gz
786110a14cfc906ecb9bf2e5e530b7dc darrc

18
dar/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Disk ARchive - a sophisticated backup utility for Linux
# URL: http://dar.linux.free.fr/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=dar
version=2.2.4
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
darrc)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
install -D -m 644 $SRC/darrc $PKG/etc/darrc
}

47
dar/darrc Normal file
View File

@ -0,0 +1,47 @@
#
# /etc/darrc
#
default:
# list dar version if no command is given
-V
create:
# files we we don't want to save
-X "*.*.dar"
-X "*.iso"
# create empty dir for excluded directories
-D
# don't save theses directories
-P tmp
-P var/tmp
-P mnt
-P proc
-P dev
# use gzip compression
-z
# list of files to not try to compress
-Z "*.mpg"
-Z "*.MPG"
-Z "*.jpg"
-Z "*.JPG"
-Z "*.gz"
-Z "*.tgz"
-Z "*.bz2"
-Z "*.tbz"
-Z "*.mp3"
-Z "*.mpeg"
-Z "*.zip"
-Z "*.Z"
# create slices of 700MB to fit on one CD-ROM
-s 700M
# End of file

23
dillo/.footprint Normal file
View File

@ -0,0 +1,23 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dillo
-rwxr-xr-x root/root usr/bin/dpid
-rwxr-xr-x root/root usr/bin/dpidc
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/dillorc
-rw-r--r-- root/root usr/etc/dpidrc
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/dillo/
drwxr-xr-x root/root usr/lib/dillo/dpi/
drwxr-xr-x root/root usr/lib/dillo/dpi/bookmarks/
-rwxr-xr-x root/root usr/lib/dillo/dpi/bookmarks/bookmarks.dpi
drwxr-xr-x root/root usr/lib/dillo/dpi/downloads/
-rwxr-xr-x root/root usr/lib/dillo/dpi/downloads/downloads.dpi
drwxr-xr-x root/root usr/lib/dillo/dpi/file/
-rwxr-xr-x root/root usr/lib/dillo/dpi/file/file.dpi
drwxr-xr-x root/root usr/lib/dillo/dpi/ftp/
-rwxr-xr-x root/root usr/lib/dillo/dpi/ftp/ftp.filter.dpi
drwxr-xr-x root/root usr/lib/dillo/dpi/hello/
-rwxr-xr-x root/root usr/lib/dillo/dpi/hello/hello.filter.dpi
drwxr-xr-x root/root usr/lib/dillo/dpi/https/
-rwxr-xr-x root/root usr/lib/dillo/dpi/https/https.filter.dpi

1
dillo/.md5sum Normal file
View File

@ -0,0 +1 @@
d0ab7fa1d40b310deb891388604188f8 dillo-0.8.5.tar.bz2

16
dillo/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: A graphical web browser in less than 400KB
# URL: http://www.dillo.org
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: gtk1, libjpeg, libpng
name=dillo
version=0.8.5
release=1
source=(http://www.dillo.org/download/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr --enable-ipv6
make
make DESTDIR=$PKG install
}

13
dnsmasq/.footprint Normal file
View File

@ -0,0 +1,13 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/dnsmasq.conf
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/dnsmasq
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/dnsmasq.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/dnsmasq
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x root/root var/lib/dhcp/

3
dnsmasq/.md5sum Normal file
View File

@ -0,0 +1,3 @@
90efed52fc4fab31022bd8e1f8d69eb5 dnsmasq
c8220e404c4e4eb6b5c5243909a4a49c dnsmasq-2.23.patch
7be1f5bd6446cbb743feaf26bf74db53 dnsmasq-2.23.tar.gz

19
dnsmasq/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Caching DNS forwarder and DHCP server
# URL: http://www.thekelleys.org.uk/dnsmasq/doc.html
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=dnsmasq
version=2.23
release=1
source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.gz \
$name-$version.patch dnsmasq)
build () {
cd $name-$version
patch -p1 < $SRC/$name-$version.patch
make
make PREFIX=$PKG/usr install
install -D -m 755 $SRC/dnsmasq $PKG/etc/rc.d/dnsmasq
install -m 644 dnsmasq.conf.example $PKG/etc/dnsmasq.conf
install -d $PKG/var/lib/dhcp
}

24
dnsmasq/README Normal file
View File

@ -0,0 +1,24 @@
README for dnsmasq 2.x
REQUIREMENTS
For the DHCP server part of dnsmasq you need the following
kernel networking options:
- Packet sockets
- Socket filtering
PRE-INSTALL
POST-INSTALL
As of version 1.16 dnsmasq use the syslogd facility daemon
with priority debug for logging of queries, if log-queries
is enabled.
This will not work with the default configuration of CRUX.
Add something like the following to /etc/syslog.conf:
daemon.debug -/var/log/debug
PRECAUTION

26
dnsmasq/dnsmasq Normal file
View File

@ -0,0 +1,26 @@
#!/bin/sh
#
# /etc/rc.d/dnsmasq: start/stop dnsmasq daemon
#
case $1 in
start)
/usr/sbin/dnsmasq
;;
stop)
killall -q /usr/sbin/dnsmasq
;;
restart)
$0 stop
sleep 2
$0 start
;;
reload)
kill -s SIGHUP `pidof dnsmasq`
;;
*)
echo "usage: $0 [start|stop|restart|reload]"
;;
esac
# End of file

View File

@ -0,0 +1,44 @@
diff -Nru dnsmasq-2.23.orig/dnsmasq.conf.example dnsmasq-2.23/dnsmasq.conf.example
--- dnsmasq-2.23.orig/dnsmasq.conf.example 2005-08-30 18:33:04.000000000 +0200
+++ dnsmasq-2.23/dnsmasq.conf.example 2005-08-30 18:33:20.000000000 +0200
@@ -59,8 +59,8 @@
# If you want dnsmasq to change uid and gid to something other
# than the default, edit the following lines.
-#user=
-#group=
+user=nobody
+group=nobody
# If you want dnsmasq to listen for DHCP and DNS requests only on
# specified interfaces (and the loopback) give the name of the
@@ -262,7 +262,7 @@
# The DHCP server needs somewhere on disk to keep its lease database.
# This defaults to a sane location, but if you want to change it, use
# the line below.
-#dhcp-leasefile=/var/lib/misc/dnsmasq.leases
+# dhcp-leasefile=/var/lib/dhcp/dnsmasq.leases
# Set the DHCP server to authoritative mode. In this mode it will barge in
# and take over the lease for any client which broadcasts on the network,
diff -Nru dnsmasq-2.23.orig/src/config.h dnsmasq-2.23/src/config.h
--- dnsmasq-2.23.orig/src/config.h 2005-08-30 18:33:04.000000000 +0200
+++ dnsmasq-2.23/src/config.h 2005-08-30 18:33:20.000000000 +0200
@@ -35,7 +35,7 @@
#if defined(__FreeBSD__) || defined (__OpenBSD__)
# define LEASEFILE "/var/db/dnsmasq.leases"
#else
-# define LEASEFILE "/var/lib/misc/dnsmasq.leases"
+# define LEASEFILE "/var/lib/dhcp/dnsmasq.leases"
#endif
#if defined(__FreeBSD__)
# define CONFFILE "/usr/local/etc/dnsmasq.conf"
@@ -44,7 +44,7 @@
#endif
#define DEFLEASE 3600 /* default lease time, 1 hour */
#define CHUSER "nobody"
-#define CHGRP "dip"
+#define CHGRP "nobody"
#define IP6INTERFACES "/proc/net/if_inet6"
#define UPTIME "/proc/uptime"
#define DHCP_SERVER_PORT 67

27
dovecot/.footprint Normal file
View File

@ -0,0 +1,27 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/dovecot.conf
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/dovecot
drwxr-xr-x root/root etc/ssl/
drwxr-xr-x root/root etc/ssl/certs/
-rw-r--r-- root/root etc/ssl/certs/dovecot.crt (EMPTY)
drwxr-xr-x root/root etc/ssl/keys/
-rw-r--r-- root/root etc/ssl/keys/dovecot.key (EMPTY)
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/dovecot/
-rwxr-xr-x root/root usr/lib/dovecot/checkpassword-reply
-rwxr-xr-x root/root usr/lib/dovecot/deliver
-rwxr-xr-x root/root usr/lib/dovecot/dovecot-auth
-rwxr-xr-x root/root usr/lib/dovecot/imap
-rwxr-xr-x root/root usr/lib/dovecot/imap-login
-rwxr-xr-x root/root usr/lib/dovecot/pop3
-rwxr-xr-x root/root usr/lib/dovecot/pop3-login
-rwxr-xr-x root/root usr/lib/dovecot/rawlog
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/dovecot
-rwxr-xr-x root/root usr/sbin/dovecotpw
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/run/
drwx------ root/root var/run/dovecot/
drwxr-x--- root/dovecot var/run/dovecot/login/

3
dovecot/.md5sum Normal file
View File

@ -0,0 +1,3 @@
7d43a691485f8e84ac7dce4e4d5a9d5d dovecot
65f8e2cd097e80b536a75c31a974b5de dovecot-1.0.alpha4.tar.gz
b174d51378890212ce017d2e19258b8f dovecot-config.patch

38
dovecot/Pkgfile Normal file
View File

@ -0,0 +1,38 @@
# Description: IMAP and POP3 server with ssl/ipv6 support, written with security primarily in mind
# URL: http://dovecot.procontrol.fi
# Maintainer: Jürgen Daubert <juergen.daubert@t-online.de>
# Depends on: openssl
name=dovecot
version=1.0.alpha4
release=1
source=(http://dovecot.procontrol.fi/releases/$name-$version.tar.gz \
dovecot-config.patch dovecot)
build () {
cd $name-$version
patch -p1 < ../$name-config.patch
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-ipv6 \
--with-ssl=openssl \
--with-pop3d
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
mv $PKG/etc/dovecot-example.conf $PKG/etc/dovecot.conf
install -D -m 755 ../dovecot $PKG/etc/rc.d/dovecot
install -d $PKG/etc/ssl/{certs,keys}
touch $PKG/etc/ssl/certs/dovecot.crt
touch $PKG/etc/ssl/keys/dovecot.key
install -d $PKG/var/run/dovecot/login
chmod 0700 $PKG/var/run/dovecot
chmod 0750 $PKG/var/run/dovecot/login
chown root:dovecot $PKG/var/run/dovecot/login
}

17
dovecot/README Normal file
View File

@ -0,0 +1,17 @@
README for dovecot 1.0.x
REQUIREMENTS
PRE-INSTALL
Create a user/group dovecot with a unused id < 99:
'groupadd -g 26 dovecot'
'useradd -g dovecot -u 26 -d /var/run/dovecot -s /bin/false dovecot'
'passwd -l dovecot'
POST-INSTALL
PRECAUTION
The configuration file has had a lot of changes between 0.99 and 1.0,
so it's better to just modify the included dovecot.conf file manually
than to update the existing one.
See http://wiki.dovecot.org/moin.cgi/UpgradingDovecot

42
dovecot/dovecot Normal file
View File

@ -0,0 +1,42 @@
#!/bin/sh
#
# /etc/rc.d/dovecot: start/stop dovecot IMAP/POP3 daemon
#
CRT=/etc/ssl/certs/dovecot.crt
KEY=/etc/ssl/keys/dovecot.key
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/dovecot
;;
stop)
killall -q /usr/sbin/dovecot
;;
restart)
$0 stop
sleep 2
$0 start
;;
reload)
kill -s SIGHUP $(pidof dovecot)
;;
*)
echo "usage: $0 [start|stop|restart|reload]"
;;
esac
# End of file

View File

@ -0,0 +1,160 @@
diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/dovecot-example.conf
--- dovecot-1.0.alpha4.orig/dovecot-example.conf 2005-10-20 15:59:17.000000000 +0200
+++ dovecot-1.0.alpha4/dovecot-example.conf 2005-10-20 15:59:28.000000000 +0200
@@ -11,11 +11,11 @@
# --with-ssldir=/etc/ssl
# Base directory where to store runtime data.
-#base_dir = /var/run/dovecot/
+base_dir = /var/run/dovecot/
# Protocols we want to be serving:
# imap imaps pop3 pop3s
-#protocols = imap imaps
+protocols = imaps pop3s
# IP or host address where to listen in for connections. It's not currently
# possible to specify multiple addresses. "*" listens in all IPv4 interfaces.
@@ -37,8 +37,8 @@
# dropping root privileges, so keep the key file unreadable by anyone but
# root. Included doc/mkcert.sh can be used to easily generate self-signed
# certificate, just make sure to update the domains in dovecot-openssl.cnf
-#ssl_cert_file = /etc/ssl/certs/dovecot.pem
-#ssl_key_file = /etc/ssl/private/dovecot.pem
+ssl_cert_file = /etc/ssl/certs/dovecot.crt
+ssl_key_file = /etc/ssl/keys/dovecot.key
# File containing trusted SSL certificate authorities. Usually not needed.
#ssl_ca_file =
@@ -48,7 +48,7 @@
# SSL parameter file. Master process generates this file for login processes.
# It contains Diffie Hellman and RSA parameters.
-#ssl_parameters_file = /var/run/dovecot/ssl-parameters.dat
+ssl_parameters_file = /var/run/dovecot/ssl-parameters.dat
# How often to regenerate the SSL parameters file. Generation is quite CPU
# intensive operation. The value is in hours, 0 disables regeneration
@@ -83,7 +83,7 @@
# which login needs to be able to connect to. The sockets are created when
# running as root, so you don't have to worry about permissions. Note that
# everything in this directory is deleted when Dovecot is started.
-#login_dir = /var/run/dovecot/login
+login_dir = /var/run/dovecot/login
# chroot login process to the login_dir. Only reason not to do this is if you
# wish to run the whole Dovecot without roots.
@@ -95,7 +95,7 @@
# only it has access, it's used to control access for authentication process.
# Note that this user is NOT used to access mails.
# http://wiki.dovecot.org/UserIds
-#login_user = dovecot
+login_user = dovecot
# Set max. process size in megabytes. If you don't use
# login_process_per_connection you might need to grow this.
@@ -105,11 +105,11 @@
# login process be allowed to process multiple connections (no)? Yes is more
# secure, espcially with SSL/TLS enabled. No is faster since there's no need
# to create processes all the time.
-#login_process_per_connection = yes
+login_process_per_connection = no
# Number of login processes to create. If login_process_per_connection is
# yes, this is the number of extra processes waiting for users to log in.
-#login_processes_count = 3
+login_processes_count = 1
# Maximum number of extra login processes to create. The extra process count
# usually stays at login_processes_count, but when multiple users start logging
@@ -164,7 +164,7 @@
# non-valid GID as primary group ID aren't allowed to log in. If user
# belongs to supplementary groups with non-valid GIDs, those groups are
# not set.
-#first_valid_gid = 1
+first_valid_gid = 100
#last_valid_gid = 0
# Grant access to these extra groups for mail processes. Typical use would be
@@ -205,7 +205,7 @@
# default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u
# default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n
#
-#default_mail_env =
+default_mail_env = mbox:~/Mail:INBOX=/var/spool/mail/%u
# If you need to set multiple mailbox locations or want to change default
# namespace settings, you can do it by defining namespace sections:
@@ -391,10 +391,10 @@
protocol imap {
# Login executable location.
- #login_executable = /usr/libexec/dovecot/imap-login
+ login_executable = /usr/lib/dovecot/imap-login
# IMAP executable location
- #mail_executable = /usr/libexec/dovecot/imap
+ mail_executable = /usr/lib/dovecot/imap
# This would write rawlogs into ~/dovecot.rawlog/ directory:
#mail_executable = /usr/libexec/dovecot/rawlog /usr/libexec/dovecot/imap
@@ -444,10 +444,10 @@
protocol pop3 {
# Login executable location.
- #login_executable = /usr/libexec/dovecot/pop3-login
+ login_executable = /usr/lib/dovecot/pop3-login
# POP3 executable location
- #mail_executable = /usr/libexec/dovecot/pop3
+ mail_executable = /usr/lib/dovecot/pop3
# Don't try to set mails non-recent or seen with POP3 sessions. This is
# mostly intended to reduce disk I/O. With maildir it doesn't move files
@@ -484,7 +484,7 @@
# installations. %08Xu%08Xv will be the new default, so use it for new
# installations.
#
- #pop3_uidl_format =
+ pop3_uidl_format = %08Xu%08Xv
# POP3 logout format string:
# %t - number of TOP commands
@@ -515,7 +515,7 @@
##
# Executable location
-#auth_executable = /usr/libexec/dovecot/dovecot-auth
+auth_executable = /usr/lib/dovecot/dovecot-auth
# Set max. process size in megabytes.
#auth_process_size = 256
@@ -596,7 +596,7 @@
# Note that PAM can only be used to verify if user's password is correct,
# so it can't be used as userdb. If you don't want to use a separate user
# database (passwd usually), you can use static userdb.
- passdb pam {
+ #passdb pam {
# [-session] [cache_key=<key>] [<service name>]
#
# -session makes Dovecot open and immediately close PAM session. Some
@@ -616,7 +616,7 @@
# If service name is "*", it means the authenticating service name
# is used, eg. pop3 or imap.
#args = dovecot
- }
+ #}
# /etc/passwd or similar, using getpwnam()
# In many systems nowadays this uses Name Service Switch, which is
@@ -625,8 +625,8 @@
#}
# /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
- #passdb shadow {
- #}
+ passdb shadow {
+ }
# BSD authentication. Used by at least OpenBSD.
#passdb bsdauth {

17
dropbear/.footprint Normal file
View File

@ -0,0 +1,17 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/dropbear/
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/dropbear
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dbclient
-rwxr-xr-x root/root usr/bin/dropbearconvert
-rwxr-xr-x root/root usr/bin/dropbearkey
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rwxr-xr-x root/root usr/man/man1/dbclient.1.gz
drwxr-xr-x root/root usr/man/man8/
-rwxr-xr-x root/root usr/man/man8/dropbear.8.gz
-rwxr-xr-x root/root usr/man/man8/dropbearkey.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/dropbear

2
dropbear/.md5sum Normal file
View File

@ -0,0 +1,2 @@
e499ac93e2ce3c14c3806c4f74e74371 dropbear
f0e535a62b57e5bde9ecba4a11402178 dropbear-0.46.tar.bz2

21
dropbear/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: Small and secure SSH2 server and client
# URL: http://matt.ucc.asn.au/dropbear/dropbear.html
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=dropbear
version=0.46
release=1
source=(http://matt.ucc.asn.au/$name/$name-$version.tar.bz2 \
$name)
build () {
cd $name-$version
sed -i 's|libexec|lib/ssh|' options.h
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -d $PKG/{etc/{rc.d,dropbear},usr/man/man{1,8}}
install -m 644 dbclient.1 $PKG/usr/man/man1
install -m 644 dropbear{.8,key.8} $PKG/usr/man/man8
install -m 755 ../dropbear $PKG/etc/rc.d
}

43
dropbear/dropbear Normal file
View File

@ -0,0 +1,43 @@
#!/bin/sh
#
# /etc/rc.d/dropbear: start/stop dropbear ssh daemon
#
CONV=/usr/bin/dropbearconvert
KEYG=/usr/bin/dropbearkey
RSA=/etc/dropbear/dropbear_rsa_host_key
DSS=/etc/dropbear/dropbear_dss_host_key
case $1 in
start)
if [ ! -f $RSA ]; then
if [ -f /etc/ssh/ssh_host_rsa_key ]; then
$CONV openssh dropbear /etc/ssh/ssh_host_rsa_key $RSA
else
$KEYG -t rsa -f $RSA
fi
fi
if [ ! -f $DSS ]; then
if [ -f /etc/ssh/ssh_host_dsa_key ]; then
$CONV openssh dropbear /etc/ssh/ssh_host_dsa_key $DSS
else
$KEYG -t dss -f $DSS
fi
fi
/usr/sbin/dropbear
;;
stop)
killall -q /usr/sbin/dropbear
;;
restart)
$0 stop
sleep 2
$0 start
;;
*)
echo "usage: $0 [start|stop|restart]"
;;
esac
# End of file

10
elinks/.footprint Normal file
View File

@ -0,0 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/elinks
lrwxrwxrwx root/root usr/bin/links -> elinks
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/elinks.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/elinks.conf.5.gz
-rw-r--r-- root/root usr/man/man5/elinkskeys.5.gz

1
elinks/.md5sum Normal file
View File

@ -0,0 +1 @@
f539c07a7b0e19e8f1c6f35f7d406841 elinks-0.10.6.tar.bz2

20
elinks/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: Enhanced version of the links textmode WWW browser with frame/table support
# URL: http://elinks.or.cz/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: openssl
name=elinks
version=0.10.6
release=1
source=(http://elinks.or.cz/download/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/usr/etc \
--enable-256-colors \
--disable-nls
make
make DESTDIR=$PKG install
ln -s elinks $PKG/usr/bin/links
}

158
enscript/.footprint Normal file
View File

@ -0,0 +1,158 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/diffpp
-rwxr-xr-x root/root usr/bin/enscript
-rwxr-xr-x root/root usr/bin/mkafmmap
-rwxr-xr-x root/root usr/bin/over
-rwxr-xr-x root/root usr/bin/sliceprint
-rwxr-xr-x root/root usr/bin/states
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/enscript.cfg
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/diffpp.1.gz
-rw-r--r-- root/root usr/man/man1/enscript.1.gz
-rw-r--r-- root/root usr/man/man1/sliceprint.1.gz
-rw-r--r-- root/root usr/man/man1/states.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/enscript/
-rw-r--r-- root/root usr/share/enscript/88591.enc
-rw-r--r-- root/root usr/share/enscript/885910.enc
-rw-r--r-- root/root usr/share/enscript/88592.enc
-rw-r--r-- root/root usr/share/enscript/88593.enc
-rw-r--r-- root/root usr/share/enscript/88594.enc
-rw-r--r-- root/root usr/share/enscript/88595.enc
-rw-r--r-- root/root usr/share/enscript/88597.enc
-rw-r--r-- root/root usr/share/enscript/88599.enc
-rw-r--r-- root/root usr/share/enscript/a2ps.hdr
drwxr-xr-x root/root usr/share/enscript/afm/
-rw-r--r-- root/root usr/share/enscript/afm/agd.afm
-rw-r--r-- root/root usr/share/enscript/afm/agdo.afm
-rw-r--r-- root/root usr/share/enscript/afm/agw.afm
-rw-r--r-- root/root usr/share/enscript/afm/agwo.afm
-rw-r--r-- root/root usr/share/enscript/afm/bkd.afm
-rw-r--r-- root/root usr/share/enscript/afm/bkdi.afm
-rw-r--r-- root/root usr/share/enscript/afm/bkl.afm
-rw-r--r-- root/root usr/share/enscript/afm/bkli.afm
-rw-r--r-- root/root usr/share/enscript/afm/cob.afm
-rw-r--r-- root/root usr/share/enscript/afm/cobo.afm
-rw-r--r-- root/root usr/share/enscript/afm/com.afm
-rw-r--r-- root/root usr/share/enscript/afm/coo.afm
-rw-r--r-- root/root usr/share/enscript/afm/font.map
-rw-r--r-- root/root usr/share/enscript/afm/hv.afm
-rw-r--r-- root/root usr/share/enscript/afm/hvb.afm
-rw-r--r-- root/root usr/share/enscript/afm/hvbo.afm
-rw-r--r-- root/root usr/share/enscript/afm/hvc.afm
-rw-r--r-- root/root usr/share/enscript/afm/hvcb.afm
-rw-r--r-- root/root usr/share/enscript/afm/hvcbo.afm
-rw-r--r-- root/root usr/share/enscript/afm/hvcdo.afm
-rw-r--r-- root/root usr/share/enscript/afm/hvn.afm
-rw-r--r-- root/root usr/share/enscript/afm/hvnb.afm
-rw-r--r-- root/root usr/share/enscript/afm/hvnbo.afm
-rw-r--r-- root/root usr/share/enscript/afm/hvno.afm
-rw-r--r-- root/root usr/share/enscript/afm/hvo.afm
-rw-r--r-- root/root usr/share/enscript/afm/matrix.afm
-rw-r--r-- root/root usr/share/enscript/afm/matrix.pfa
-rw-r--r-- root/root usr/share/enscript/afm/ncb.afm
-rw-r--r-- root/root usr/share/enscript/afm/ncbi.afm
-rw-r--r-- root/root usr/share/enscript/afm/nci.afm
-rw-r--r-- root/root usr/share/enscript/afm/ncr.afm
-rw-r--r-- root/root usr/share/enscript/afm/pob.afm
-rw-r--r-- root/root usr/share/enscript/afm/pobi.afm
-rw-r--r-- root/root usr/share/enscript/afm/poi.afm
-rw-r--r-- root/root usr/share/enscript/afm/por.afm
-rw-r--r-- root/root usr/share/enscript/afm/sy.afm
-rw-r--r-- root/root usr/share/enscript/afm/tib.afm
-rw-r--r-- root/root usr/share/enscript/afm/tibi.afm
-rw-r--r-- root/root usr/share/enscript/afm/tii.afm
-rw-r--r-- root/root usr/share/enscript/afm/tir.afm
-rw-r--r-- root/root usr/share/enscript/afm/zcmi.afm
-rw-r--r-- root/root usr/share/enscript/afm/zd.afm
-rw-r--r-- root/root usr/share/enscript/ascii.enc
-rw-r--r-- root/root usr/share/enscript/asciidkno.enc
-rw-r--r-- root/root usr/share/enscript/asciifise.enc
-rw-r--r-- root/root usr/share/enscript/edd.hdr
-rw-r--r-- root/root usr/share/enscript/emacs.hdr
-rw-r--r-- root/root usr/share/enscript/enscript-color.hdr
-rw-r--r-- root/root usr/share/enscript/enscript.hdr
-rw-r--r-- root/root usr/share/enscript/enscript.pro
-rw-r--r-- root/root usr/share/enscript/frame.hdr
drwxr-xr-x root/root usr/share/enscript/hl/
-rw-r--r-- root/root usr/share/enscript/hl/ada.st
-rw-r--r-- root/root usr/share/enscript/hl/asm.st
-rw-r--r-- root/root usr/share/enscript/hl/awk.st
-rw-r--r-- root/root usr/share/enscript/hl/bash.st
-rw-r--r-- root/root usr/share/enscript/hl/c.st
-rw-r--r-- root/root usr/share/enscript/hl/c_comment.st
-rw-r--r-- root/root usr/share/enscript/hl/c_ppline.st
-rw-r--r-- root/root usr/share/enscript/hl/c_string.st
-rw-r--r-- root/root usr/share/enscript/hl/changelog.st
-rw-r--r-- root/root usr/share/enscript/hl/cpp.st
-rw-r--r-- root/root usr/share/enscript/hl/csh.st
-rw-r--r-- root/root usr/share/enscript/hl/default_faces.st
-rw-r--r-- root/root usr/share/enscript/hl/delphi.st
-rw-r--r-- root/root usr/share/enscript/hl/describe_languages.st
-rw-r--r-- root/root usr/share/enscript/hl/diff.st
-rw-r--r-- root/root usr/share/enscript/hl/diffs.st
-rw-r--r-- root/root usr/share/enscript/hl/diffu.st
-rw-r--r-- root/root usr/share/enscript/hl/elisp.st
-rw-r--r-- root/root usr/share/enscript/hl/enscript.st
-rw-r--r-- root/root usr/share/enscript/hl/fortran.st
-rw-r--r-- root/root usr/share/enscript/hl/fortran_pp.st
-rw-r--r-- root/root usr/share/enscript/hl/haskell.st
-rw-r--r-- root/root usr/share/enscript/hl/html.st
-rw-r--r-- root/root usr/share/enscript/hl/idl.st
-rw-r--r-- root/root usr/share/enscript/hl/inf.st
-rw-r--r-- root/root usr/share/enscript/hl/java.st
-rw-r--r-- root/root usr/share/enscript/hl/javascript.st
-rw-r--r-- root/root usr/share/enscript/hl/ksh.st
-rw-r--r-- root/root usr/share/enscript/hl/lang_ansi.st
-rw-r--r-- root/root usr/share/enscript/hl/lang_enscript.st
-rw-r--r-- root/root usr/share/enscript/hl/lang_html.st
-rw-r--r-- root/root usr/share/enscript/hl/lang_overstrike.st
-rw-r--r-- root/root usr/share/enscript/hl/lang_rtf.st
-rw-r--r-- root/root usr/share/enscript/hl/lang_texinfo.st
-rw-r--r-- root/root usr/share/enscript/hl/m4.st
-rw-r--r-- root/root usr/share/enscript/hl/mail.st
-rw-r--r-- root/root usr/share/enscript/hl/makefile.st
-rw-r--r-- root/root usr/share/enscript/hl/matlab.st
-rw-r--r-- root/root usr/share/enscript/hl/nroff.st
-rw-r--r-- root/root usr/share/enscript/hl/objc.st
-rw-r--r-- root/root usr/share/enscript/hl/outline.st
-rw-r--r-- root/root usr/share/enscript/hl/pascal.st
-rw-r--r-- root/root usr/share/enscript/hl/passthrough.st
-rw-r--r-- root/root usr/share/enscript/hl/perl.st
-rw-r--r-- root/root usr/share/enscript/hl/postscript.st
-rw-r--r-- root/root usr/share/enscript/hl/pyrex.st
-rw-r--r-- root/root usr/share/enscript/hl/python.st
-rw-r--r-- root/root usr/share/enscript/hl/rfc.st
-rw-r--r-- root/root usr/share/enscript/hl/scheme.st
-rw-r--r-- root/root usr/share/enscript/hl/sh.st
-rw-r--r-- root/root usr/share/enscript/hl/skill.st
-rw-r--r-- root/root usr/share/enscript/hl/sql.st
-rw-r--r-- root/root usr/share/enscript/hl/states.st
-rw-r--r-- root/root usr/share/enscript/hl/style_a2ps.st
-rw-r--r-- root/root usr/share/enscript/hl/style_emacs.st
-rw-r--r-- root/root usr/share/enscript/hl/style_emacs_verbose.st
-rw-r--r-- root/root usr/share/enscript/hl/style_ifh.st
-rw-r--r-- root/root usr/share/enscript/hl/style_msvc.st
-rw-r--r-- root/root usr/share/enscript/hl/synopsys.st
-rw-r--r-- root/root usr/share/enscript/hl/tcl.st
-rw-r--r-- root/root usr/share/enscript/hl/tcsh.st
-rw-r--r-- root/root usr/share/enscript/hl/tex.st
-rw-r--r-- root/root usr/share/enscript/hl/vba.st
-rw-r--r-- root/root usr/share/enscript/hl/verilog.st
-rw-r--r-- root/root usr/share/enscript/hl/vhdl.st
-rw-r--r-- root/root usr/share/enscript/hl/vrml.st
-rw-r--r-- root/root usr/share/enscript/hl/wmlscript.st
-rw-r--r-- root/root usr/share/enscript/hl/zsh.st
-rw-r--r-- root/root usr/share/enscript/hp8.enc
-rw-r--r-- root/root usr/share/enscript/ibmpc.enc
-rw-r--r-- root/root usr/share/enscript/koi8.enc
-rw-r--r-- root/root usr/share/enscript/mac.enc
-rw-r--r-- root/root usr/share/enscript/mp.hdr
-rw-r--r-- root/root usr/share/enscript/ps.enc
-rw-r--r-- root/root usr/share/enscript/pslatin1.enc
-rw-r--r-- root/root usr/share/enscript/simple.hdr
-rw-r--r-- root/root usr/share/enscript/squeeze.hdr
-rw-r--r-- root/root usr/share/enscript/vms.enc

1
enscript/.md5sum Normal file
View File

@ -0,0 +1 @@
b5174b59e4a050fb462af5dbf28ebba3 enscript-1.6.4.tar.gz

16
enscript/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: GNU enscript, converts ASCII files to PostScript
# URL: http://people.ssh.fi/mtr/genscript/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=enscript
version=1.6.4
release=1
source=(http://www.iki.fi/mtr/genscript/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make prefix=$PKG/usr install
rm -r $PKG/usr/info
}

17
eruby/.footprint Normal file
View 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/eruby
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/eruby.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/liberuby.a
lrwxrwxrwx root/root usr/lib/liberuby.so -> liberuby.so.1.0.5
lrwxrwxrwx root/root usr/lib/liberuby.so.1.0 -> liberuby.so.1.0.5
-rw-r--r-- root/root usr/lib/liberuby.so.1.0.5
drwxr-xr-x root/root usr/lib/ruby/
drwxr-xr-x root/root usr/lib/ruby/1.8/
drwxr-xr-x root/root usr/lib/ruby/1.8/linux/
-r-xr-xr-x root/root usr/lib/ruby/1.8/linux/eruby.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/eruby.1.gz

1
eruby/.md5sum Normal file
View File

@ -0,0 +1 @@
af294fe34dc6cf24228aec95167b3099 eruby-1.0.5.tar.gz

17
eruby/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Description: Allows you to embed Ruby code into HTML files
# URL: http://modruby.net/
# Depends on: ruby
name=eruby
version=1.0.5
release=1
source=(http://modruby.net/archive/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i 's|/-linux/|/linux/|g' configure.rb
./configure.rb --prefix=/usr --enable-shared
make
make DESTDIR=$PKG install
}

6
evilwm/.footprint Normal file
View File

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

2
evilwm/.md5sum Normal file
View File

@ -0,0 +1,2 @@
72aebacdd1e43b4af1d60dd4918c2146 evilwm-0.99.18.patch
af8a9d4bb1167fd546cde99ac6e1a820 evilwm-0.99.18.tar.gz

17
evilwm/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: The minimalist window manager
# URL: http://www.6809.org.uk/evilwm/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: x11
name=evilwm
version=0.99.18
release=1
source=(http://www.6809.org.uk/$name/$name-$version.tar.gz \
$name-$version.patch)
build () {
cd $name-$version
patch -p1 < ../$name-$version.patch
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,70 @@
diff -Nru evilwm-0.99.18.orig/Makefile evilwm-0.99.18/Makefile
--- evilwm-0.99.18.orig/Makefile 2005-06-03 07:58:40.000000000 +0200
+++ evilwm-0.99.18/Makefile 2005-06-03 07:59:42.000000000 +0200
@@ -25,7 +25,7 @@
# Use Motif hints to find if a window should be borderless.
# To use this option, you need to have the Motif development files installed.
-DEFINES += -DMWM_HINTS
+#DEFINES += -DMWM_HINTS
# To support virtual desktops, uncomment the following line.
DEFINES += -DVWM
@@ -56,7 +56,7 @@
#DEFINES += -DKEY_KILL=XK_q
# Print whatever debugging messages I've left in this release.
-DEFINES += -DDEBUG # miscellaneous debugging
+#DEFINES += -DDEBUG # miscellaneous debugging
# ----- You shouldn't need to change anything under this line ------ #
@@ -64,10 +64,10 @@
distname = evilwm-$(version)
-DEFINES += -DXDEBUG # show some X calls
+#DEFINES += -DXDEBUG # show some X calls
DEFINES += -DVERSION=\"$(version)\" $(DEBIAN)
-CFLAGS += $(INCLUDES) $(DEFINES) -Os -Wall
+CFLAGS += $(INCLUDES) $(DEFINES) -Wall
#CFLAGS += $(INCLUDES) $(DEFINES) -g -Wall
CFLAGS += -W -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Waggregate-return -Wnested-externs -Winline -Wwrite-strings -Wundef -Wsign-compare -Wmissing-prototypes -Wredundant-decls
LDFLAGS += $(LDPATH) $(LIBS)
@@ -91,9 +91,9 @@
doinstall:
if [ -f evilwm.exe ]; then mv evilwm.exe evilwm; fi
- mkdir -p $(prefix)/bin $(prefix)/share/man/man1
+ mkdir -p $(prefix)/bin $(prefix)/man/man1
install -s evilwm $(prefix)/bin
- install evilwm.1 $(prefix)/share/man/man1
+ install evilwm.1 $(prefix)/man/man1
#gzip -9 $(prefix)/share/man/man1/evilwm.1
install: doinstall
diff -Nru evilwm-0.99.18.orig/evilwm.1 evilwm-0.99.18/evilwm.1
--- evilwm-0.99.18.orig/evilwm.1 2005-06-03 07:58:40.000000000 +0200
+++ evilwm-0.99.18/evilwm.1 2005-06-03 07:59:01.000000000 +0200
@@ -62,7 +62,7 @@
bottom-right of screen.
.IP I
Show information about current window.
-.IP Equals
+.IP V
Maximise current window vertically (toggle).
.IP X
Maximise current window (toggle).
diff -Nru evilwm-0.99.18.orig/keymap.h evilwm-0.99.18/keymap.h
--- evilwm-0.99.18.orig/keymap.h 2005-06-03 07:58:40.000000000 +0200
+++ evilwm-0.99.18/keymap.h 2005-06-03 07:59:01.000000000 +0200
@@ -14,7 +14,7 @@
#define KEY_LOWER XK_Insert
#define KEY_ALTLOWER XK_KP_Insert
#define KEY_INFO XK_i
-#define KEY_MAXVERT XK_equal
+#define KEY_MAXVERT XK_v
#define KEY_MAX XK_x
#define KEY_FIX XK_f
#define KEY_PREVDESK XK_Left

36
exim/.footprint Normal file
View File

@ -0,0 +1,36 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/exim/
-rw-r--r-- root/root etc/exim/aliases
-rw-r--r-- root/root etc/exim/exim.conf
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/exim
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/exim.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/exicyclog
-rwxr-xr-x root/root usr/sbin/exigrep
lrwxrwxrwx root/root usr/sbin/exim -> exim-4.54-1
-rwsr-xr-x root/root usr/sbin/exim-4.54-1
-rwxr-xr-x root/root usr/sbin/exim_checkaccess
-rwxr-xr-x root/root usr/sbin/exim_dbmbuild
-rwxr-xr-x root/root usr/sbin/exim_dumpdb
-rwxr-xr-x root/root usr/sbin/exim_fixdb
-rwxr-xr-x root/root usr/sbin/exim_lock
-rwxr-xr-x root/root usr/sbin/exim_tidydb
-rwxr-xr-x root/root usr/sbin/eximstats
-rwxr-xr-x root/root usr/sbin/exinext
-rwxr-xr-x root/root usr/sbin/exipick
-rwxr-xr-x root/root usr/sbin/exiqgrep
-rwxr-xr-x root/root usr/sbin/exiqsumm
-rwxr-xr-x root/root usr/sbin/exiwhat
lrwxrwxrwx root/root usr/sbin/sendmail -> exim-4.54-1
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/log/
drwxr-x--- mail/mail var/log/exim/
-rw-r----- mail/mail var/log/exim/exim_mainlog (EMPTY)
-rw-r----- mail/mail var/log/exim/exim_paniclog (EMPTY)
-rw-r----- mail/mail var/log/exim/exim_rejectlog (EMPTY)
drwxr-xr-x root/root var/spool/
drwxr-x--- mail/mail var/spool/exim/

3
exim/.md5sum Normal file
View File

@ -0,0 +1,3 @@
f1682811a7fd2897153c5b0e33177509 exim
f3cdf5292f4bbb1ee2de42d4338b3b9f exim-4.54.tar.bz2
b394f6e3cb25609abe94e3511c966e76 exim-config.patch

32
exim/Pkgfile Normal file
View File

@ -0,0 +1,32 @@
# Description: Mail transfer agent
# URL: http://www.exim.org
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: openssl
name=exim
version=4.54
release=1
source=(ftp://ftp.exim.org/pub/exim/exim4/$name-$version.tar.bz2 \
$name $name-config.patch)
build() {
cd $name-$version
sed "s/#CFLAGS#/$CFLAGS/" $SRC/$name-config.patch | patch -p1
cp src/EDITME Local/Makefile
make
make DESTDIR=$PKG install
install -D -m 755 $SRC/exim $PKG/etc/rc.d/exim
install -D -m 644 doc/exim.8 $PKG/usr/man/man8/exim.8
install -d $PKG/var/{log,spool}
install -d -m 0750 -o mail -g mail $PKG/var/{log,spool}/exim
touch $PKG/var/log/exim/{exim_{mainlog,paniclog,rejectlog}}
chown mail:mail $PKG/var/log/exim/*
chmod 640 $PKG/var/log/exim/*
ln -s $name-$version-1 $PKG/usr/sbin/sendmail
}

12
exim/README Normal file
View File

@ -0,0 +1,12 @@
README for exim 4.x
REQUIREMENTS
PRE-INSTALL
Remove sendmail. Exim and sendmail can not coexist.
POST-INSTALL
PRECAUTION
As of version 4.24 the default location of the exim alias
file has changed from /etc/aliases to /etc/exim/aliases.

26
exim/exim Normal file
View File

@ -0,0 +1,26 @@
#!/bin/sh
#
# /etc/rc.d/exim: start/stop exim daemon
#
case $1 in
start)
/usr/sbin/exim -bd -q15m
;;
stop)
killall -q /usr/sbin/exim
;;
restart)
$0 stop
sleep 2
$0 start
;;
reload)
kill -s SIGHUP `pidof exim`
;;
*)
echo "usage: $0 [start|stop|restart|reload]"
;;
esac
# End of file

166
exim/exim-config.patch Normal file
View File

@ -0,0 +1,166 @@
diff -Nru exim-4.53.orig/src/EDITME exim-4.53/src/EDITME
--- exim-4.53.orig/src/EDITME 2005-09-26 19:06:15.000000000 +0200
+++ exim-4.53/src/EDITME 2005-09-26 19:06:30.000000000 +0200
@@ -74,7 +74,7 @@
# this would be wanted.
###############################################################################
-
+CFLAGS=#CFLAGS#
###############################################################################
# THESE ARE THINGS YOU MUST SPECIFY #
@@ -100,7 +100,7 @@
# /usr/local/sbin. The installation script will try to create this directory,
# and any superior directories, if they do not exist.
-BIN_DIRECTORY=/usr/exim/bin
+BIN_DIRECTORY=/usr/sbin
#------------------------------------------------------------------------------
@@ -116,7 +116,7 @@
# don't exist. It will also install a default runtime configuration if this
# file does not exist.
-CONFIGURE_FILE=/usr/exim/configure
+CONFIGURE_FILE=/etc/exim/exim.conf
# It is possible to specify a colon-separated list of files for CONFIGURE_FILE.
# In this case, Exim will use the first of them that exists when it is run.
@@ -134,7 +134,7 @@
# owner of a local mailbox.) Specifying these values as root is very strongly
# discouraged.
-EXIM_USER=
+EXIM_USER=mail
# If you specify EXIM_USER as a name, this is looked up at build time, and the
# uid number is built into the binary. However, you can specify that this
@@ -244,7 +244,7 @@
# MBX, is included only when requested. If you do not know what this is about,
# leave these settings commented out.
-# SUPPORT_MAILDIR=yes
+SUPPORT_MAILDIR=yes
# SUPPORT_MAILSTORE=yes
# SUPPORT_MBX=yes
@@ -261,9 +261,9 @@
LOOKUP_DBM=yes
LOOKUP_LSEARCH=yes
-# LOOKUP_CDB=yes
+LOOKUP_CDB=yes
# LOOKUP_DNSDB=yes
-# LOOKUP_DSEARCH=yes
+LOOKUP_DSEARCH=yes
# LOOKUP_IBASE=yes
# LOOKUP_LDAP=yes
# LOOKUP_MYSQL=yes
@@ -319,7 +319,7 @@
# files are defaulted in the OS/Makefile-Default file, but can be overridden in
# local OS-specific make files.
-EXIM_MONITOR=eximon.bin
+# EXIM_MONITOR=eximon.bin
#------------------------------------------------------------------------------
# Compiling Exim with content scanning support: If you want to compile Exim
@@ -471,9 +471,9 @@
# included in the Exim binary. You will then need to set up the run time
# configuration to make use of the mechanism(s) selected.
-# AUTH_CRAM_MD5=yes
+AUTH_CRAM_MD5=yes
# AUTH_CYRUS_SASL=yes
-# AUTH_PLAINTEXT=yes
+AUTH_PLAINTEXT=yes
# AUTH_SPA=yes
@@ -560,10 +560,10 @@
# leave these settings commented out.
# This setting is required for any TLS support (either OpenSSL or GnuTLS)
-# SUPPORT_TLS=yes
+SUPPORT_TLS=yes
# Uncomment this setting if you are using OpenSSL
-# TLS_LIBS=-lssl -lcrypto
+TLS_LIBS=-lssl -lcrypto
# Uncomment these settings if you are using GnuTLS
# USE_GNUTLS=yes
@@ -627,7 +627,7 @@
# %s. This will be replaced by one of the strings "main", "panic", or "reject"
# to form the final file names. Some installations may want something like this:
-# LOG_FILE_PATH=/var/log/exim_%slog
+LOG_FILE_PATH=/var/log/exim/exim_%slog
# which results in files with names /var/log/exim_mainlog, etc. The directory
# in which the log files are placed must exist; Exim does not try to create
@@ -676,7 +676,7 @@
# files. Both the name of the command and the suffix that it adds to files
# need to be defined here. See also the EXICYCLOG_MAX configuration.
-COMPRESS_COMMAND=/usr/bin/gzip
+COMPRESS_COMMAND=/bin/gzip
COMPRESS_SUFFIX=gz
@@ -684,7 +684,7 @@
# If the exigrep utility is fed compressed log files, it tries to uncompress
# them using this command.
-ZCAT_COMMAND=/usr/bin/zcat
+ZCAT_COMMAND=/bin/zcat
#------------------------------------------------------------------------------
@@ -794,9 +794,9 @@
# You may well also have to specify a local "include" file and an additional
# library for TCP wrappers, so you probably need something like this:
#
-# USE_TCP_WRAPPERS=yes
+USE_TCP_WRAPPERS=yes
# CFLAGS=-O -I/usr/local/include
-# EXTRALIBS_EXIM=-L/usr/local/lib -lwrap
+EXTRALIBS_EXIM=-lwrap
#
# but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM
# as well.
@@ -822,7 +822,7 @@
# aliases). The following setting can be changed to specify a different
# location for the system alias file.
-SYSTEM_ALIASES_FILE=/etc/aliases
+SYSTEM_ALIASES_FILE=/etc/exim/aliases
#------------------------------------------------------------------------------
@@ -868,10 +868,10 @@
# haven't got Perl, Exim will still build and run; you just won't be able to
# use those utilities.
-# CHOWN_COMMAND=/usr/bin/chown
-# CHGRP_COMMAND=/usr/bin/chgrp
-# MV_COMMAND=/bin/mv
-# RM_COMMAND=/bin/rm
+CHOWN_COMMAND=/bin/chown
+CHGRP_COMMAND=/bin/chgrp
+MV_COMMAND=/bin/mv
+RM_COMMAND=/bin/rm
# PERL_COMMAND=/usr/bin/perl
@@ -1066,7 +1066,7 @@
# (process id) to a file so that it can easily be identified. The path of the
# file can be specified here. Some installations may want something like this:
-# PID_FILE_PATH=/var/lock/exim.pid
+PID_FILE_PATH=/var/run/exim.pid
# If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
# using the name "exim-daemon.pid".

6
ez-ipupdate/.footprint Normal file
View File

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

3
ez-ipupdate/.md5sum Normal file
View File

@ -0,0 +1,3 @@
472d6344841132d79db98b78f419ec48 ez-ipupdate-3.0.11b8.patch
6846e2c55cc3ae8ea828fcdbb8ce400b ez-ipupdate.8
000211add4c4845ffa4211841bff4fb0 ez-ipupdate_3.0.11b8.orig.tar.gz

19
ez-ipupdate/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Utility for updating the host name for many dynamic DNS services
# URL: http://www.ez-ipupdate.com/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=ez-ipupdate
version=3.0.11b8
release=2
source=(http://ftp.debian.org/debian/pool/main/e/$name/${name}_${version}.orig.tar.gz \
$name.8 $name-$version.patch)
build () {
cd $name-$version
patch -p1 < ../$name-$version.patch
export CFLAGS="$CFLAGS -Wall"
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -D -m 644 ../$name.8 $PKG/usr/man/man8/$name.8
}

View File

@ -0,0 +1,32 @@
diff -Nru ez-ipupdate-3.0.11b8.orig/ez-ipupdate.c ez-ipupdate-3.0.11b8/ez-ipupdate.c
--- ez-ipupdate-3.0.11b8.orig/ez-ipupdate.c 2002-03-12 00:31:47.000000000 +0100
+++ ez-ipupdate-3.0.11b8/ez-ipupdate.c 2003-10-17 13:18:12.000000000 +0200
@@ -140,7 +140,7 @@
# include <signal.h>
#endif
#if HAVE_SYS_TIME_H
-# include <sys/time.h>
+# include <time.h>
#endif
#if HAVE_SYS_WAIT_H
# include <sys/wait.h>
@@ -4215,7 +4215,6 @@
switch(ret)
{
- char *p;
case -1:
if(!(options & OPT_QUIET))
diff -Nru ez-ipupdate-3.0.11b8.orig/md5.c ez-ipupdate-3.0.11b8/md5.c
--- ez-ipupdate-3.0.11b8.orig/md5.c 2000-08-08 09:09:48.000000000 +0200
+++ ez-ipupdate-3.0.11b8/md5.c 2003-10-17 13:21:56.000000000 +0200
@@ -30,7 +30,7 @@
#ifdef HAVE_STRING_H
# include <string.h>
#else
-# include <strings.h>
+# include <string.h>
#endif
#include "md5.h"

140
ez-ipupdate/ez-ipupdate.8 Normal file
View File

@ -0,0 +1,140 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
.\" I DO WHATEVER I WANT YOU DUMBASS SCRIPT! -- Sam
.TH EZ-IPUPDATE "8" "February 2003" "ez-ipupdate - 3.0.11b7" "Dynamic DNS client"
.SH NAME
ez-ipupdate \- dynamic DNS client
.SH SYNOPSIS
.B ez-ipupdate
.RI [ options ]
.SH DESCRIPTION
This manual page documents briefly the
.B ez-ipupdate
dynamic DNS client.
.SH OPTIONS
.B ez-ipupdate
follows the usual GNU command line syntax, with long
options starting with two dashes (`-').
.TP
\fB\-a\fR, \fB\-\-address\fR <ip address>
string to send as your ip address
.TP
\fB\-b\fR, \fB\-\-cache\-file\fR <file>
file to use for caching the ipaddress
.TP
\fB\-c\fR, \fB\-\-config\-file\fR <file>
configuration file, almost all arguments can be
given with: <name>[=<value>]
to see a list of possible config commands
try "echo help | ez-ipupdate \fB\-c\fR -"
.TP
\fB\-d\fR, \fB\-\-daemon\fR
run as a daemon periodicly updating if
necessary
.TP
\fB\-e\fR, \fB\-\-execute\fR <command>
shell command to execute after a successful
update
.TP
\fB\-f\fR, \fB\-\-foreground\fR
when running as a daemon run in the foreground
.TP
\fB\-F\fR, \fB\-\-pidfile\fR <file>
use <file> as a pid file
.TP
\fB\-g\fR, \fB\-\-request\-uri\fR <uri>
URI to send updates to
.TP
\fB\-h\fR, \fB\-\-host\fR <host>
string to send as host parameter
.TP
\fB\-i\fR, \fB\-\-interface\fR <iface>
which interface to use
.TP
\fB\-L\fR, \fB\-\-cloak_title\fR <host>
some stupid thing for DHS only
.TP
\fB\-m\fR, \fB\-\-mx\fR <mail exchange>
string to send as your mail exchange
.HP
\fB\-M\fR, \fB\-\-max\-interval\fR <# of sec> max time in between updates
.TP
\fB\-N\fR, \fB\-\-notify\-email\fR <email>
address to send mail to if bad things happen
.TP
\fB\-o\fR, \fB\-\-offline\fR
set to off line mode
.TP
\fB\-p\fR, \fB\-\-resolv\-period\fR <sec>
period to check IP if it can't be resolved
.TP
\fB\-P\fR, \fB\-\-period\fR <# of sec>
period to check IP in daemon
mode (default: 1800 seconds)
.TP
\fB\-q\fR, \fB\-\-quiet\fR
be quiet
.TP
\fB\-r\fR, \fB\-\-retrys\fR <num>
number of trys (default: 1)
.TP
\fB\-R\fR, \fB\-\-run\-as\-user\fR <user>
change to <user> for running, be ware
that this can cause problems with handeling
SIGHUP properly if that user can't read the
config file. also it can't write it's pid file
to a root directory
.TP
\fB\-Q\fR, \fB\-\-run\-as\-euser\fR <user>
change to effective <user> for running,
this is NOT secure but it does solve the
problems with run-as-user and config files and
pid files.
.TP
\fB\-s\fR, \fB\-\-server\fR <server[:port]>
the server to connect to
.TP
\fB\-S\fR, \fB\-\-service\-type\fR <server>
the type of service that you are using
try one of: null ezip pgpow dhs
dyndns dyndns-static dyndns-custom
ods tzo easydns easydns-partner
gnudip justlinux dyns hn zoneedit
heipv6tb
.TP
\fB\-t\fR, \fB\-\-timeout\fR <sec.millisec>
the amount of time to wait on I/O
.TP
\fB\-T\fR, \fB\-\-connection\-type\fR <num>
number sent to TZO as your connection
type (default: 1)
.TP
\fB\-U\fR, \fB\-\-url\fR <url>
string to send as the url parameter
.TP
\fB\-u\fR, \fB\-\-user\fR <user[:passwd]>
user ID and password, if either is left blank
they will be prompted for
.TP
\fB\-w\fR, \fB\-\-wildcard\fR
set your domain to have a wildcard alias
.TP
\fB\-z\fR, \fB\-\-partner\fR <partner>
specify easyDNS partner (for easydns-partner
services)
.TP
\fB\-\-help\fR
display this help and exit
.TP
\fB\-\-version\fR
output version information and exit
.TP
\fB\-\-credits\fR
print the credits and exit
.TP
\fB\-\-signalhelp\fR
print help about signals
.br
.SH AUTHOR
This manual page was written by Sam Hocevar <sam@zoy.org> for the Debian
GNU/Linux system (but may be used by others).

14
fakeroot/.footprint Normal file
View File

@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/faked
-rwxr-xr-x root/root usr/bin/fakeroot
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libfakeroot.a
-rwxr-xr-x root/root usr/lib/libfakeroot.la
lrwxrwxrwx root/root usr/lib/libfakeroot.so -> libfakeroot.so.0.0.1
lrwxrwxrwx root/root usr/lib/libfakeroot.so.0 -> libfakeroot.so.0.0.1
-rwxr-xr-x root/root usr/lib/libfakeroot.so.0.0.1
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/faked.1.gz
-rw-r--r-- root/root usr/man/man1/fakeroot.1.gz

1
fakeroot/.md5sum Normal file
View File

@ -0,0 +1 @@
bf177f1e2d71a1e6c11782106e157bef fakeroot_1.5.5.tar.gz

16
fakeroot/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Run commands in an environment faking root privileges
# URL: http://packages.debian.org/unstable/utils/fakeroot
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=fakeroot
version=1.5.5
release=1
source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/man/{es,fr,sv}
}

27
fcron/.footprint Normal file
View File

@ -0,0 +1,27 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/fcron/
-rw-r----- root/daemon etc/fcron/fcron.allow
-rw-r----- root/daemon etc/fcron/fcron.conf
-rw-r----- root/daemon etc/fcron/fcron.deny
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/fcron
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
---s--s--x daemon/daemon usr/bin/fcrondyn
---s--x--- root/daemon usr/bin/fcronsighup
---s--s--x daemon/daemon usr/bin/fcrontab
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/fcrondyn.1.gz
-rw-r--r-- root/root usr/man/man1/fcrontab.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/fcron.conf.5.gz
-rw-r--r-- root/root usr/man/man5/fcrontab.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/fcron.8.gz
drwxr-xr-x root/root usr/sbin/
---x--x--- root/root usr/sbin/fcron
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/spool/
drwxrwx--- daemon/daemon var/spool/fcron/
-rw------- root/root var/spool/fcron/root.orig

4
fcron/.md5sum Normal file
View File

@ -0,0 +1,4 @@
646ff958524a01da4069b33c5b48b52a fcron
7a14d116f1a1e9aca2815e1c82cae9eb fcron-3.0.0.patch
55e92f8536c8b52c9b73b96a6a3e0fe3 fcron-3.0.0.src.tar.gz
39072065ed7a9ea70bc40308f622ebcf root.orig

32
fcron/Pkgfile Normal file
View File

@ -0,0 +1,32 @@
# Description: Enhanced periodical command scheduler like cron
# URL: http://fcron.free.fr
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=fcron
version=3.0.0
release=2
source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz \
$name-$version.patch fcron root.orig)
build () {
cd $name-$version
patch -p1 < $SRC/$name-$version.patch
autoconf
./configure --prefix=/usr \
--with-etcdir=/etc/fcron \
--with-docdir=/usr/doc \
--with-spooldir=/var/spool/fcron \
--with-fifodir=/var/run \
--with-boot-install=no \
--with-username=daemon \
--with-groupname=daemon \
--with-pam=no
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{doc,man/man3}
chown root:root $PKG/{var,var/spool}
chmod 755 $PKG/{var,var/spool}
install -D -m 755 $SRC/fcron $PKG/etc/rc.d/fcron
install -m 600 $SRC/root.orig $PKG/var/spool/fcron
}

26
fcron/fcron Normal file
View File

@ -0,0 +1,26 @@
#!/bin/sh
#
# /etc/rc.d/fcron: start/stop fcron daemon
#
case $1 in
start)
/usr/sbin/fcron -b
if [ ! -f /var/spool/fcron/root ]; then
/usr/bin/fcrontab -u root -z
fi
;;
stop)
killall -q /usr/sbin/fcron
;;
restart)
$0 stop
sleep 2
$0 start
;;
*)
echo "usage: $0 [start|stop|restart]"
;;
esac
# End of file

19
fcron/fcron-3.0.0.patch Normal file
View File

@ -0,0 +1,19 @@
diff -Nru fcron-3.0.0.orig/configure.in fcron-3.0.0/configure.in
--- fcron-3.0.0.orig/configure.in 2005-11-13 13:23:58.000000000 +0100
+++ fcron-3.0.0/configure.in 2005-11-13 13:24:25.000000000 +0100
@@ -265,13 +265,8 @@
fi
;;
*)
- if test -d "$withval"; then
- etcdir="$withval"
- AC_MSG_RESULT($withval)
- else
- AC_MSG_ERROR([
-Directory $withval does not exist])
- fi
+ etcdir="$withval"
+ AC_MSG_RESULT($withval)
;;
esac ],
if test -d "/etc"; then

13
fcron/root.orig Normal file
View File

@ -0,0 +1,13 @@
#
# /var/spool/fcron/root.org: fcron(8) configuration
#
!mailto(root)
!noticenotrun(yes)
%daily * * /usr/sbin/runjobs /etc/cron/daily
%weekly * * /usr/sbin/runjobs /etc/cron/weekly
%monthly * * * /usr/sbin/runjobs /etc/cron/monthly
# End of file

View 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/foomatic-gswrapper
-rwxr-xr-x root/root usr/bin/foomatic-rip
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/foomatic/
drwxr-xr-x root/root usr/etc/foomatic/direct/
-rw-r--r-- root/root usr/etc/foomatic/filter.conf
-rw-r--r-- root/root usr/etc/foomatic/filter.conf.sample
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cups/
drwxr-xr-x root/root usr/lib/cups/filter/
lrwxrwxrwx root/root usr/lib/cups/filter/foomatic-rip -> /usr/bin/foomatic-rip
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/foomatic-gswrapper.1.gz
-rw-r--r-- root/root usr/man/man1/foomatic-rip.1.gz

1
foomatic-filters/.md5sum Normal file
View File

@ -0,0 +1 @@
f0f4c90fa0ae346f53bf19a165e071a6 foomatic-filters-3.0.2.tar.gz

17
foomatic-filters/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Filter script to convert PostScript data into the printers nativ format
# URL: http://linuxprinting.org
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: ghostscript
name=foomatic-filters
version=3.0.2
release=1
source=(http://www.linuxprinting.org/download/foomatic/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/lib/ppr
}

41
gftp/.footprint Normal file
View File

@ -0,0 +1,41 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gftp
-rwxr-xr-x root/root usr/bin/gftp-gtk
-rwxr-xr-x root/root usr/bin/gftp-text
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/gftp.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/gftp.desktop
drwxr-xr-x root/root usr/share/gftp/
-rw-r--r-- root/root usr/share/gftp/bookmarks
-rw-r--r-- root/root usr/share/gftp/connect.xpm
-rw-r--r-- root/root usr/share/gftp/deb.xpm
-rw-r--r-- root/root usr/share/gftp/diff.xpm
-rw-r--r-- root/root usr/share/gftp/dir.xpm
-rw-r--r-- root/root usr/share/gftp/doc.xpm
-rw-r--r-- root/root usr/share/gftp/dotdot.xpm
-rw-r--r-- root/root usr/share/gftp/down.xpm
-rw-r--r-- root/root usr/share/gftp/exe.xpm
-rw-r--r-- root/root usr/share/gftp/gftp-logo.xpm
-rw-r--r-- root/root usr/share/gftp/gftp-mini-logo.xpm
-rw-r--r-- root/root usr/share/gftp/gftp.xpm
-rw-r--r-- root/root usr/share/gftp/gftprc
-rw-r--r-- root/root usr/share/gftp/img.xpm
-rw-r--r-- root/root usr/share/gftp/left.xpm
-rw-r--r-- root/root usr/share/gftp/linkdir.xpm
-rw-r--r-- root/root usr/share/gftp/linkfile.xpm
-rw-r--r-- root/root usr/share/gftp/man.xpm
-rw-r--r-- root/root usr/share/gftp/open_dir.xpm
-rw-r--r-- root/root usr/share/gftp/right.xpm
-rw-r--r-- root/root usr/share/gftp/rpm.xpm
-rw-r--r-- root/root usr/share/gftp/sound.xpm
-rw-r--r-- root/root usr/share/gftp/stop.xpm
-rw-r--r-- root/root usr/share/gftp/tar.xpm
-rw-r--r-- root/root usr/share/gftp/txt.xpm
-rw-r--r-- root/root usr/share/gftp/up.xpm
-rw-r--r-- root/root usr/share/gftp/world.xpm
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/gftp.png

1
gftp/.md5sum Normal file
View File

@ -0,0 +1 @@
4d449f79b225b0831692e9caa39a2028 gftp-2.0.18.tar.gz

17
gftp/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Multithreaded FTP client with GTK+2 user interface
# URL: http://gftp.seul.org/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: x11, gtk, openssl
name=gftp
version=2.0.18
release=1
source=(http://gftp.seul.org/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm $PKG/usr/share/gftp/COPYING
}

562
ghostscript/.footprint Normal file
View File

@ -0,0 +1,562 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/cups/
-rw-r--r-- root/root etc/cups/pstoraster.convs
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/bdftops
-rwxr-xr-x root/root usr/bin/dvipdf
-rwxr-xr-x root/root usr/bin/eps2eps
-rwxr-xr-x root/root usr/bin/fixmswrd.pl
-rwxr-xr-x root/root usr/bin/font2c
-rwxr-xr-x root/root usr/bin/gs
-rwxr-xr-x root/root usr/bin/gsbj
-rwxr-xr-x root/root usr/bin/gsdj
-rwxr-xr-x root/root usr/bin/gsdj500
-rwxr-xr-x root/root usr/bin/gslj
-rwxr-xr-x root/root usr/bin/gslp
-rwxr-xr-x root/root usr/bin/gsnd
-rwxr-xr-x root/root usr/bin/lprsetup.sh
-rwxr-xr-x root/root usr/bin/pdf2dsc
-rwxr-xr-x root/root usr/bin/pdf2ps
-rwxr-xr-x root/root usr/bin/pdfopt
-rwxr-xr-x root/root usr/bin/pf2afm
-rwxr-xr-x root/root usr/bin/pfbtopfa
-rwxr-xr-x root/root usr/bin/printafm
-rwxr-xr-x root/root usr/bin/ps2ascii
-rwxr-xr-x root/root usr/bin/ps2epsi
-rwxr-xr-x root/root usr/bin/ps2pdf
-rwxr-xr-x root/root usr/bin/ps2pdf12
-rwxr-xr-x root/root usr/bin/ps2pdf13
-rwxr-xr-x root/root usr/bin/ps2pdf14
-rwxr-xr-x root/root usr/bin/ps2pdfwr
-rwxr-xr-x root/root usr/bin/ps2ps
-rwxr-xr-x root/root usr/bin/pv.sh
-rwxr-xr-x root/root usr/bin/unix-lpr.sh
-rwxr-xr-x root/root usr/bin/wftopfa
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cups/
drwxr-xr-x root/root usr/lib/cups/filter/
-rwxr-xr-x root/root usr/lib/cups/filter/pstopxl
-rwxr-xr-x root/root usr/lib/cups/filter/pstoraster
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dvipdf.1.gz
lrwxrwxrwx root/root usr/man/man1/eps2eps.1.gz -> ps2ps.1.gz
-rw-r--r-- root/root usr/man/man1/font2c.1.gz
-rw-r--r-- root/root usr/man/man1/gs.1.gz
lrwxrwxrwx root/root usr/man/man1/gsbj.1.gz -> gslp.1.gz
lrwxrwxrwx root/root usr/man/man1/gsdj.1.gz -> gslp.1.gz
lrwxrwxrwx root/root usr/man/man1/gsdj500.1.gz -> gslp.1.gz
lrwxrwxrwx root/root usr/man/man1/gslj.1.gz -> gslp.1.gz
-rw-r--r-- root/root usr/man/man1/gslp.1.gz
-rw-r--r-- root/root usr/man/man1/gsnd.1.gz
-rw-r--r-- root/root usr/man/man1/pdf2dsc.1.gz
-rw-r--r-- root/root usr/man/man1/pdf2ps.1.gz
-rw-r--r-- root/root usr/man/man1/pdfopt.1.gz
-rw-r--r-- root/root usr/man/man1/pf2afm.1.gz
-rw-r--r-- root/root usr/man/man1/pfbtopfa.1.gz
-rw-r--r-- root/root usr/man/man1/printafm.1.gz
-rw-r--r-- root/root usr/man/man1/ps2ascii.1.gz
-rw-r--r-- root/root usr/man/man1/ps2epsi.1.gz
-rw-r--r-- root/root usr/man/man1/ps2pdf.1.gz
lrwxrwxrwx root/root usr/man/man1/ps2pdf12.1.gz -> ps2pdf.1.gz
lrwxrwxrwx root/root usr/man/man1/ps2pdf13.1.gz -> ps2pdf.1.gz
-rw-r--r-- root/root usr/man/man1/ps2pdfwr.1.gz
-rw-r--r-- root/root usr/man/man1/ps2ps.1.gz
-rw-r--r-- root/root usr/man/man1/wftopfa.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/cups/
drwxr-xr-x root/root usr/share/cups/model/
-rw-r--r-- root/root usr/share/cups/model/pxlcolor.ppd
-rw-r--r-- root/root usr/share/cups/model/pxlmono.ppd
drwxr-xr-x root/root usr/share/ghostscript/
drwxr-xr-x root/root usr/share/ghostscript/8.15/
drwxr-xr-x root/root usr/share/ghostscript/8.15/Resource/
drwxr-xr-x root/root usr/share/ghostscript/8.15/Resource/CMap/
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/78-EUC-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/78-EUC-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/78-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/78-RKSJ-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/78-RKSJ-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/78-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/78ms-RKSJ-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/78ms-RKSJ-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/83pv-RKSJ-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/90ms-RKSJ-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/90ms-RKSJ-UCS2
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/90ms-RKSJ-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/90msp-RKSJ-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/90msp-RKSJ-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/90pv-RKSJ-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/90pv-RKSJ-UCS2
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/90pv-RKSJ-UCS2C
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/90pv-RKSJ-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Add-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Add-RKSJ-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Add-RKSJ-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Add-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-CNS1-B5pc
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-CNS1-H-CID
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-CNS1-H-Host
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-CNS1-H-Mac
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-GB1-GBK-EUC
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-GB1-GBpc-EUC
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-GB1-H-CID
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-GB1-H-Host
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-GB1-H-Mac
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-0
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-1
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-2
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-90ms-RKSJ
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-90pv-RKSJ
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-H-CID
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-H-Host
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-H-Mac
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-PS-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-PS-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-UCS2
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Korea1-H-CID
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Korea1-H-Host
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Korea1-KSCms-UHC
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Korea1-KSCpc-EUC
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Adobe-Korea1-UCS2
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/B5pc-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/B5pc-UCS2
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/B5pc-UCS2C
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/B5pc-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/CNS-EUC-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/CNS-EUC-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/ETHK-B5-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/ETHK-B5-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/ETen-B5-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/ETen-B5-UCS2
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/ETen-B5-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/ETenms-B5-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/ETenms-B5-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/EUC-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/EUC-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Ext-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Ext-RKSJ-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Ext-RKSJ-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Ext-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GB-EUC-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GB-EUC-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GBK-EUC-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GBK-EUC-UCS2
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GBK-EUC-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GBK2K-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GBK2K-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GBKp-EUC-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GBKp-EUC-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GBT-EUC-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GBT-EUC-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GBpc-EUC-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GBpc-EUC-UCS2
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GBpc-EUC-UCS2C
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/GBpc-EUC-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/HKdla-B5-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/HKdla-B5-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/HKdlb-B5-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/HKdlb-B5-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/HKgccs-B5-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/HKgccs-B5-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/HKm314-B5-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/HKm314-B5-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/HKm471-B5-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/HKm471-B5-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/HKscs-B5-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/HKscs-B5-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Hankaku
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Hiragana
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Identity-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Identity-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/KSC-EUC-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/KSC-EUC-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/KSC-Johab-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/KSC-Johab-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/KSCms-UHC-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/KSCms-UHC-HW-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/KSCms-UHC-HW-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/KSCms-UHC-UCS2
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/KSCms-UHC-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/KSCpc-EUC-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/KSCpc-EUC-UCS2
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/KSCpc-EUC-UCS2C
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Katakana
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/NWP-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/NWP-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/RKSJ-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/RKSJ-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/Roman
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UCS2-90ms-RKSJ
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UCS2-90pv-RKSJ
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UCS2-B5pc
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UCS2-GBK-EUC
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UCS2-GBpc-EUC
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UCS2-KSCms-UHC
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UCS2-KSCpc-EUC
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UniCNS-UCS2-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UniCNS-UCS2-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UniGB-UCS2-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UniGB-UCS2-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UniHojo-UCS2-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UniJIS-UCS2-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UniJIS-UCS2-HW-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UniJIS-UCS2-HW-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UniJIS-UCS2-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UniKS-UCS2-H
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/UniKS-UCS2-V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/V
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/CMap/WP-Symbol
drwxr-xr-x root/root usr/share/ghostscript/8.15/Resource/ColorSpace/
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/ColorSpace/DefaultCMYK
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/ColorSpace/DefaultGray
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/ColorSpace/DefaultRGB
drwxr-xr-x root/root usr/share/ghostscript/8.15/Resource/Decoding/
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/Decoding/Latin1
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/Decoding/StandardEncoding
-rw-r--r-- root/root usr/share/ghostscript/8.15/Resource/Decoding/Unicode
drwxr-xr-x root/root usr/share/ghostscript/8.15/lib/
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/FAPIcidfmap
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/FAPIconfig
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/FAPIfontmap
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Fontmap
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Fontmap.GS
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/PM760p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/PM760pl.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/PM820p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/PM820pl.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stc670p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stc670pl.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stc680p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stc680pl.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stc740p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stc740pl.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stc760p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stc760pl.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stc777p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stc777pl.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stp720p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stp720pl.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stp870p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/Stp870pl.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/acctest.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/addxchar.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/align.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bdftops.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bj8.rpd
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bj8gc12f.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bj8hg12f.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bj8oh06n.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bj8pa06n.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bj8pp12f.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bj8ts06n.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc6000a1.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc6000b1.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610a0.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610a1.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610a2.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610a3.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610a4.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610a5.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610a6.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610a7.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610a8.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610b1.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610b2.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610b3.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610b4.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610b6.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610b7.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/bjc610b8.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/caption.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/cbjc600.ppd
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/cbjc800.ppd
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/cdj550.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/cdj690.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/cdj690ec.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/cid2code.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/cidfmap
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/decrypt.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/dmp_init.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/dmp_site.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/dnj750c.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/dnj750m.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/docie.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/errpage.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/escp_24.src
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/font2c.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/font2pcl.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/ghostpdf.ppd
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_agl.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_btokn.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_ccfnt.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_ce_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_cff.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_cidcm.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_ciddc.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_cidfm.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_cidfn.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_cidtt.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_ciecs2.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_ciecs3.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_cmap.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_cmdl.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_cspace.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_css_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_dbt_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_devcs.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_devn.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_devpxl.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_diskf.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_diskn.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_dpnxt.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_dps.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_dps1.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_dps2.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_dscp.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_epsf.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_fapi.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_fform.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_fntem.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_fonts.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_frsd.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_icc.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_il1_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_il2_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_img.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_indxd.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_init.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_kanji.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_ksb_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_l.xbm
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_l.xpm
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_l2img.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_l_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_lev2.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_lgo_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_lgx_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_ll3.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_m.xpm
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_m_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_mex_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_mgl_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_mro_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_patrn.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_pdf_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_pdfwr.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_pfile.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_rdlin.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_res.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_resmp.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_resst.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_s.xbm
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_s.xpm
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_s_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_sepr.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_setpd.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_statd.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_std_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_stres.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_sym_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_t.xbm
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_t.xpm
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_t_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_trap.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_ttf.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_typ32.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_typ42.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_type1.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_wan_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_wl1_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_wl2_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gs_wl5_e.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gslp.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/gsnup.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/ht_ccsto.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/image-qa.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/impath.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/jispaper.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/landscap.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/level1.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/lines.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/markhint.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/markpath.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/necp2x.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/necp2x6.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/packfile.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/pcharstr.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/pdf2dsc.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/pdf_base.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/pdf_draw.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/pdf_font.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/pdf_main.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/pdf_ops.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/pdf_rbld.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/pdf_sec.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/pdfopt.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/pdfwrite.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/pf2afm.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/pfbtopfa.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/ppath.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/prfont.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/printafm.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/ps2ai.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/ps2ascii.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/ps2epsi.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/quit.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/ras1.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/ras24.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/ras3.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/ras32.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/ras4.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/ras8m.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/rollconv.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/s400a1.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/s400b1.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/sharp.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/showchar.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/showpage.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/st640ih.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/st640ihg.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/st640p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/st640pg.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/st640pl.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/st640plg.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc1520h.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc2.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc200_h.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc2_h.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc2s_h.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc300.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc300bl.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc300bm.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc500p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc500ph.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc600ih.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc600p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc600pl.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc640p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc740ih.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc800ih.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc800p.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc800pl.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc_h.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stc_l.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stcany.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stcany_h.upp
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stcinfo.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stcolor.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/stocht.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/traceimg.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/traceop.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/type1enc.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/type1ops.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/uninfo.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/unprot.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/viewcmyk.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/viewgif.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/viewjpeg.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/viewmiff.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/viewpbm.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/viewpcx.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/viewps2a.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/wftopfa.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/winmaps.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/wrfont.ps
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/xlatmap
-rw-r--r-- root/root usr/share/ghostscript/8.15/lib/zeroline.ps
drwxr-xr-x root/root usr/share/ghostscript/fonts/
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010013l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010013l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010013l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010015l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010015l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010015l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010033l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010033l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010033l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010035l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010035l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010035l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/b018012l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/b018012l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/b018012l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/b018015l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/b018015l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/b018015l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/b018032l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/b018032l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/b018032l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/b018035l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/b018035l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/b018035l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/c059013l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/c059013l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/c059016l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/c059016l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/c059033l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/c059033l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/c059036l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/c059036l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/d050000l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/d050000l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/fonts.dir
-rw-r--r-- root/root usr/share/ghostscript/fonts/fonts.scale
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019003l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019003l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019003l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019004l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019004l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019004l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019023l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019023l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019023l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019024l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019024l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019024l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019043l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019043l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019044l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019044l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019063l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019063l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019064l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019064l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n019064l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n021003l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n021003l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n021003l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n021004l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n021004l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n021004l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n021023l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n021023l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n021023l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n021024l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n021024l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n021024l.pfm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n022003l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n022003l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n022004l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n022004l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n022023l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n022023l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/n022024l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/n022024l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/p052003l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/p052003l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/p052004l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/p052004l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/p052023l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/p052023l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/p052024l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/p052024l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/s050000l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/s050000l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/z003034l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/z003034l.pfb
-rw-r--r-- root/root usr/share/ghostscript/fonts/z003034l.pfm

2
ghostscript/.md5sum Normal file
View File

@ -0,0 +1,2 @@
2a21136953c3559e6088522753b06b1f espgs-8.15.1-source.tar.bz2
6865682b095f8c4500c54b285ff05ef6 ghostscript-fonts-std-8.11.tar.gz

24
ghostscript/Pkgfile Normal file
View File

@ -0,0 +1,24 @@
# Description: Postscript interpreter
# URL: http://www.cs.wisc.edu/~ghost/doc/gnu/index.htm
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: libjpeg, libpng, cups
name=ghostscript
version=8.15.1
release=1
source=(ftp://ftp3.easysw.com/pub/$name/$version/espgs-$version-source.tar.bz2 \
http://dl.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz)
build () {
cd espgs-$version
./configure --prefix=/usr \
--enable-cups \
--with-drivers=ALL
make
make prefix=$PKG/usr install_prefix=$PKG install
cp -r $SRC/fonts $PKG/usr/share/ghostscript
rm -r $PKG/usr/{lib/ghostscript,man/de}
rm -r $PKG/usr/share/ghostscript/8.15/{examples,doc}
rm $PKG/usr/share/ghostscript/fonts/{C*,R*,T*}
}

285
gimp-print/.footprint Normal file
View File

@ -0,0 +1,285 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/cups/
-rw-r--r-- root/root etc/cups/command.types
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cups-calibrate
-rwxr-xr-x root/root usr/bin/escputil
-rwxr-xr-x root/root usr/bin/gimpprint-config
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/gimp-print/
-rw-r--r-- root/root usr/include/gimp-print/gimp-print.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cups/
drwxr-xr-x root/root usr/lib/cups/backend/
-rwxr-xr-x root/root usr/lib/cups/backend/canon
-rwxr-xr-x root/root usr/lib/cups/backend/epson
drwxr-xr-x root/root usr/lib/cups/filter/
-rwxr-xr-x root/root usr/lib/cups/filter/commandtocanon
-rwxr-xr-x root/root usr/lib/cups/filter/commandtoepson
-rwxr-xr-x root/root usr/lib/cups/filter/rastertoprinter
-rw-r--r-- root/root usr/lib/libgimpprint.a
-rwxr-xr-x root/root usr/lib/libgimpprint.la
lrwxrwxrwx root/root usr/lib/libgimpprint.so -> libgimpprint.so.1.1.3
lrwxrwxrwx root/root usr/lib/libgimpprint.so.1 -> libgimpprint.so.1.1.3
-rwxr-xr-x root/root usr/lib/libgimpprint.so.1.1.3
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/escputil.1.gz
-rw-r--r-- root/root usr/man/man1/gimpprint-config.1.gz
-rw-r--r-- root/root usr/man/man1/ijsgimpprint.1.gz
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/gimpprint.3.gz
drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/gimpprint-color.7.gz
-rw-r--r-- root/root usr/man/man7/gimpprint-dithers.7.gz
-rw-r--r-- root/root usr/man/man7/gimpprint-imagetypes.7.gz
-rw-r--r-- root/root usr/man/man7/gimpprint-inktypes.7.gz
-rw-r--r-- root/root usr/man/man7/gimpprint-mediasizes.7.gz
-rw-r--r-- root/root usr/man/man7/gimpprint-mediasources.7.gz
-rw-r--r-- root/root usr/man/man7/gimpprint-mediatypes.7.gz
-rw-r--r-- root/root usr/man/man7/gimpprint-models.7.gz
-rw-r--r-- root/root usr/man/man7/gimpprint-resolutions.7.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/cups-calibrate.8.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/gimpprint.m4
drwxr-xr-x root/root usr/share/cups/
-rw-r--r-- root/root usr/share/cups/calibrate.ppm
drwxr-xr-x root/root usr/share/cups/model/
drwxr-xr-x root/root usr/share/cups/model/C/
-rw-r--r-- root/root usr/share/cups/model/C/bjc-1000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-2000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-210.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-240.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-250.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-30.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-3000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-4300.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-4400.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-50.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-55.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-6000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-6100.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-6200.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-6500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-7000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-7100.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-80.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-8200.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-85.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-s200.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-s400.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-s450.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-s4500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/bjc-s800.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-10000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-1160.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-1200.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-1270.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-1280.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-1290.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-1500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-1520.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-2000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-2100.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-2200.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-3000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-400.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-440.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-460.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-480.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-5000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-5500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-580.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-600.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-640.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-660.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-670.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-680.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-700.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-7000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-720.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-740.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-750.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-7500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-760.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-7600.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-777.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-780.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-785.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-790.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-800.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-810.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-820.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-825.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-83.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-830.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-850.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-860.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-870.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-875.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-880.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-890.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-895.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-900.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-9000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-915.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-925.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-935.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-950.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-9500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-960.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-9600.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-980.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c20sx.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c20ux.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c40sx.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c40ux.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c41sx.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c41ux.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c42sx.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c42ux.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c43sx.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c43ux.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c44sx.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c44ux.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c50.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c60.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c61.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c62.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c63.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c64.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c70.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c80.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c82.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c83.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-c84.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-cl700.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-cl750.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-cl760.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-cx3100.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-cx3200.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-cx5100.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-cx5200.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-cx5300.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-cx5400.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-cx6300.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-cx6400.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-cx8300.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-cx8400.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-em900c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-em930c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-ex.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-ex3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-mc10000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-mc2000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-mc5000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-mc7000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-mc9000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-mj5100c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-mj6000c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-mj8000c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-mj930c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-ph900.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-photo.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm10000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm2000c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm2200c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm3000c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm3300c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm3500c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm3700c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm4000px.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm5000c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm7000c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm700c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm730c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm740c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm750c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm760c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm770c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm780c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm790pt.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm800c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm850pt.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm870c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm880c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm9000c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm930c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm950c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pm970c.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pmd750.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pmg700.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pro-xl.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pro.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-px7000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-px9000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-pxv500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-r200.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-r300.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-rx500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-rx600.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-scan2000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2-scan2500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/escp2.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/lexmark-4076.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/lexmark-z42.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/lexmark-z43.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/lexmark-z52.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/lexmark-z53.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-1100.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-1120.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-1200.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-1220.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-1600.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-2.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-2000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-2500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-2p.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-3.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-340.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-4.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-400.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-4l.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-4v.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-5.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-501.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-520.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-540.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-550.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-560.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-5si.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-6.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-600.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-601.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-690.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-750.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-810.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-812.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-840.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-842.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-845.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-850.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-855.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-870.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-890.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-895.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-900.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-P1000.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-P1100.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-apple-4100.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-apple-4500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-apple-6500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-desnj-230.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-desnj-250.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-desnj-2500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-desnj-3500.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-desnj-430.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-desnj-450.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-desnj-455.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-desnj-488.ppd.gz
-rw-r--r-- root/root usr/share/cups/model/C/pcl-desnj-700.ppd.gz

1
gimp-print/.md5sum Normal file
View File

@ -0,0 +1 @@
766be49f44a6a682d857e5aefec414d4 gimp-print-4.2.7.tar.gz

20
gimp-print/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: GIMP print plugin and ghostscript/cups driver
# URL: http://gimp-print.sourceforge.net/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: cups
name=gimp-print
version=4.2.7
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--disable-nls \
--with-gimp=no \
--with-samples=no
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{info,share/gimp-print,lib/gimp}
}

14
gnuplot/.footprint Normal file
View File

@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gnuplot
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gnuplot/
drwxr-xr-x root/root usr/lib/gnuplot/4.0/
-rwxr-xr-x root/root usr/lib/gnuplot/4.0/gnuplot_x11
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/gnuplot.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/gnuplot/
drwxr-xr-x root/root usr/share/gnuplot/4.0/
-rw-r--r-- root/root usr/share/gnuplot/4.0/gnuplot.gih

1
gnuplot/.md5sum Normal file
View File

@ -0,0 +1 @@
66258443d9f93cc4f46b147dac33e63a gnuplot-4.0.0.tar.gz

27
gnuplot/Pkgfile Normal file
View File

@ -0,0 +1,27 @@
# Description: GNUPlot, a graph plotting software
# URL: http://www.gnuplot.info/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on: libpng, x11
name=gnuplot
version=4.0.0
release=2
source=(http://dl.sourceforge.net/sourceforge/gnuplot/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i -e '/^install:/s/install-info//' \
-e '/^all:/s/gnuplot\.info//' \
docs/Makefile.in
./configure --prefix=/usr \
--with-png \
--with-x \
--x-include=/usr/X11R6/include \
--x-libraries=/usr/X11R6/lib \
--with-readline=gnu \
--libexecdir=/usr/lib
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{info,share/emacs}
}

15
gv/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gv
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gv/
-rw-r--r-- root/root usr/lib/gv/GV
-rw-r--r-- root/root usr/lib/gv/gv_class.ad
-rw-r--r-- root/root usr/lib/gv/gv_copyright.dat
-rw-r--r-- root/root usr/lib/gv/gv_spartan.dat
-rw-r--r-- root/root usr/lib/gv/gv_system.ad
-rw-r--r-- root/root usr/lib/gv/gv_user.ad
-rw-r--r-- root/root usr/lib/gv/gv_user_res.dat
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/gv.1.gz

1
gv/.md5sum Normal file
View File

@ -0,0 +1 @@
ace080d647b70f46fca7946e9543b79e gv-3.6.1.tar.gz

17
gv/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: GhostView, Postscript/PDF viewer
# URL: http://www.gnu.org/software/gv/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: xaw3d, ghostscript
name=gv
version=3.6.1
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
}

3
gvim/.footprint Normal file
View File

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

1
gvim/.md5sum Normal file
View File

@ -0,0 +1 @@
774c14d93ce58674b3b2c880edd12d77 vim-6.4.tar.bz2

21
gvim/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: GTK version of the vim editor
# URL: http://www.vim.org/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: vim, gtk
name=gvim
version=6.4
release=1
source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2)
build () {
cd vim64/src
./configure --prefix=/usr \
--with-vim-name=gvim \
--with-x=yes \
--enable-gui=gtk2 \
--disable-gpm \
--disable-nls
make VIMRTDIR=
make VIMRTDIR= DESTDIR=$PKG installvimbin
}