Merge remote branch 'origin/2.2' into 2.2

This commit is contained in:
Danny Rawlins 2007-01-03 23:33:43 +11:00
commit 9f2609cfea
20 changed files with 139 additions and 218 deletions

11
aspell-ru/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/aspell-0.60/
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-ye.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-ye.rws
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-yeyo.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-yo.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-yo.rws
-rw-r--r-- root/root usr/lib/aspell-0.60/ru.dat
-rw-r--r-- root/root usr/lib/aspell-0.60/ru.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/ru_affix.dat

1
aspell-ru/.md5sum Normal file
View File

@ -0,0 +1 @@
c4c98eaa5e77ad3adccbc5c96cb57cb3 aspell6-ru-0.99f7-1.tar.bz2

17
aspell-ru/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Russian dictionary for aspell
# URL: http://aspell.net
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Packager: Evgeny Kozhemyakin, evg at net21 dot ru
# Depends on: aspell
name=aspell-ru
version=0.99f7-1
release=1
source=(http://mirrors.sunsite.dk/gnu/aspell/dict/ru/aspell6-ru-$version.tar.bz2)
build () {
cd aspell6-ru-$version
./configure
make
make DESTDIR=$PKG install
}

11
aspell-uk/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/aspell-0.60/
-rw-r--r-- root/root usr/lib/aspell-0.60/koi8-u-nl.cmap
-rw-r--r-- root/root usr/lib/aspell-0.60/koi8-u-nl.cset
-rw-r--r-- root/root usr/lib/aspell-0.60/uk.dat
-rw-r--r-- root/root usr/lib/aspell-0.60/uk.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/uk.rws
-rw-r--r-- root/root usr/lib/aspell-0.60/uk_affix.dat
-rw-r--r-- root/root usr/lib/aspell-0.60/ukrainian.alias
-rw-r--r-- root/root usr/lib/aspell-0.60/ukrainian.kbd

1
aspell-uk/.md5sum Normal file
View File

@ -0,0 +1 @@
f3ffe52d86b83a394ce29e88bd3ef9d2 aspell6-uk-1.1-0.tar.bz2

17
aspell-uk/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Ukrainian Aspell dictionary
# URL: http://aspell.sourceforge.net/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Packager: Oleksiy V. Khilkevich, centericq at ukr.net
# Depends on: aspell
name=aspell-uk
version=1.1-0
release=1
source=(ftp://ftp.gnu.org/gnu/aspell/dict/uk/aspell6-uk-$version.tar.bz2)
build() {
cd aspell6-uk-$version
./configure
make
make DESTDIR=$PKG install
}

6
heme/.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/heme
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/heme.1.gz

2
heme/.md5sum Normal file
View File

@ -0,0 +1,2 @@
1028d5e2316d6cc8d35b5f41afe31804 heme-0.4.2-Makefile.diff
e2eb876c8450a3b5693ba1887433bc15 heme-0.4.2.tar.gz

17
heme/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: A portable console hex editor
# URL: http://heme.sourceforge.net/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on:
name=heme
version=0.4.2
release=1
source=(http://dl.sourceforge.net/sourceforge/heme/$name-$version.tar.gz\
$name-$version-Makefile.diff)
build() {
cd $name-$version
patch -i ../$name-$version-Makefile.diff
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,22 @@
diff -Nru heme-0.4.2-orig/Makefile heme-0.4.2/Makefile
--- heme-0.4.2-orig/Makefile 2006-11-23 00:24:17.000000000 +0200
+++ heme-0.4.2/Makefile 2007-01-02 17:27:49.000000000 +0200
@@ -1,5 +1,5 @@
-INSTALL_PREFIX = /usr/local
-CFLAGS = -Wall -DHAVE_MMAP # remove -DHAVE_MMAP if you don't have mmap
+INSTALL_PREFIX = /usr
+CFLAGS += -Wall -DHAVE_MMAP
LDFLAGS = -lcurses
OBJECTS = heme.o xmalloc.o error.o pconfig.o pgetopt.o
TARGET = heme
@@ -11,8 +11,8 @@
$(CC) $(CFLAGS) -c $< -o $@
install: $(TARGET)
- install -s -m 0755 $(TARGET) $(INSTALL_PREFIX)/bin
- install -m 0644 heme.1 $(INSTALL_PREFIX)/man/man1
+ install -D -m 0755 $(TARGET) $(DESTDIR)$(INSTALL_PREFIX)/bin/$(TARGET)
+ install -D -m 0644 heme.1 $(DESTDIR)$(INSTALL_PREFIX)/man/man1/heme.1
uninstall:
rm -f $(INSTALL_PREFIX)/bin/$(TARGET)

View File

@ -1,30 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/mail/
-rw-r--r-- root/root etc/mail/mimedefang-filter
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/mimedefang
drwxr-xr-x root/root mail/
-rw-r--r-- root/root mail/mimedefang.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/md-mx-ctrl
-rwxr-xr-x root/root usr/bin/mimedefang
-rwxr-xr-x root/root usr/bin/mimedefang-multiplexor
-rwxr-xr-x root/root usr/bin/mimedefang.pl
-rwxr-xr-x root/root usr/bin/watch-mimedefang
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/mimedefang-filter.5.gz
drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/mimedefang-notify.7.gz
-rw-r--r-- root/root usr/man/man7/mimedefang-protocol.7.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/md-mx-ctrl.8.gz
-rw-r--r-- root/root usr/man/man8/mimedefang-multiplexor.8.gz
-rw-r--r-- root/root usr/man/man8/mimedefang.8.gz
-rw-r--r-- root/root usr/man/man8/mimedefang.pl.8.gz
-rw-r--r-- root/root usr/man/man8/watch-mimedefang.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/spool/
drwxr-x--- clamav/clamav var/spool/MD-Quarantine/
drwxr-x--- clamav/clamav var/spool/MIMEDefang/

View File

@ -1,2 +0,0 @@
6424dd840f1a8251181bffb042e01961 mimedefang-2.58.tar.gz
67965579efa6d5328359cea13c720f3c mimedefang.conf

View File

@ -1,27 +0,0 @@
# Description: A mail filtering framework
# URL: http://www.mimedefang.org
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on: clamav p5-mime-tools p5-io-stringy p5-mailtools p5-digest-sha1 p5-unix-syslog
name=mimedefang
version=2.58
release=1
source=(http://www.mimedefang.org/static/$name-$version.tar.gz
mimedefang.conf)
build () {
cd $name-$version
./configure --prefix=/usr \
--with-user=clamav \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
sed -i \s/"\/var\/spool\/MIMEDefang\/clamd\.sock"/"\/var\/run\/clamav\/clamd\.sock"/ $PKG/usr/bin/mimedefang.pl
install -D -m 755 examples/init-script $PKG/etc/rc.d/mimedefang
install -D -m 644 $SRC/mimedefang.conf $PKG/etc/mail/mimedefang.conf
mkdir -p $PKG/var/spool/MIMEDefang $PKG/var/spool/MD-Quarantine
chown clamav:clamav $PKG/var/spool/MIMEDefang
chown clamav:clamav $PKG/var/spool/MD-Quarantine
chmod 750 $PKG/var/spool/MIMEDefang
chmod 750 $PKG/var/spool/MD-Quarantine
}

View File

@ -1,20 +0,0 @@
README for mimedefang
REQUIREMENTS
You'll need clamav with "--enable-milter", milter capable mail transport agent (only
sendmail is assumed in this port, for others - you should edit/move
configuration files).
PRE-INSTALL
POST-INSTALL
Edit sendmail.mc to add something like this:
INPUT_MAIL_FILTER(`mimedefang', `S=local:/var/spool/MIMEDefang/mimedefang.sock, F=T, T=C:20s;S:25s;R:25s;E:1m')dnl
define(`confINPUT_MAIL_FILTERS', `mimedefang')dnl
RESOURCES
HOWTO http://www.mickeyhill.com/mimedefang-howto/
FAQ http://www.mimedefang.org/node.php?id=6
PRECAUTION

View File

@ -1,123 +0,0 @@
SPOOLDIR='/var/spool/MIMEDefang'
# The socket used by mimedefang to communicate with sendmail
SOCKET=$SPOOLDIR/mimedefang.sock
# Run the multiplexor and filters as this user, not root. RECOMMENDED
MX_USER=clamav
# Syslog facility
SYSLOG_FACILITY=mail
# If you want to keep spool directories around if the filter fails,
# set the next one to yes
# KEEP_FAILED_DIRECTORIES=no
# "yes" turns on the multiplexor relay checking function
# MX_RELAY_CHECK=no
# "yes" turns on the multiplexor HELO checking function
# MX_HELO_CHECK=no
# "yes" turns on the multiplexor sender checking function
# MX_SENDER_CHECK=no
# "yes" turns on the multiplexor recipient checking function
# MX_RECIPIENT_CHECK=no
# Set to yes if you want the multiplexor to log events to syslog
MX_LOG=yes
# Set to yes if you want to use an embedded Perl interpreter
# MX_EMBED_PERL=yes
# Set to full path of socket for Sendmail's SOCKETMAP map, if you
# want to use it with MIMEDefang
# MX_MAP_SOCKET=$SPOOLDIR/map.sock
# The multiplexor does not start all slaves at the same time. Instead,
# it starts one slave every MX_SLAVE_DELAY seconds when the system is idle.
# (If the system is busy, the multiplexor starts slaves as incoming mail
# requires attention.)
# MX_SLAVE_DELAY=3
# The next setting is an absolute limit on slave activation. The multiplexor
# will NEVER activate a slave within MX_MIN_SLAVE_DELAY seconds of another.
# The default of zero means that the multiplexor will activate slaves as
# quickly as necessary to keep up with incoming mail.
# MX_MIN_SLAVE_DELAY=0
# Set to yes if you want the multiplexor to log stats in
# /var/log/mimedefang/stats The /var/log/mimedefang directory must
# exist and be writable by the user you're running MIMEDefang as.
# MX_STATS=no
# Number of slaves reserved for connections from loopback. Use -1
# for default behaviour, 0 to allow loopback connections to queue,
# or >0 to reserve slaves for loopback connections
LOOPBACK_RESERVED_CONNECTIONS=-1
# Set to yes if you want the stats file flushed after each entry
# MX_FLUSH_STATS=no
# Set to yes if you want the multiplexor to log stats to syslog
# MX_STATS_SYSLOG=no
# The socket used by the multiplexor
MX_SOCKET=$SPOOLDIR/mimedefang-multiplexor.sock
# Maximum # of requests a process handles
# MX_REQUESTS=200
# Minimum number of processes to keep. The default of 0 is probably
# too low; we suggest 2 instead.
MX_MINIMUM=4
# Maximum number of processes to run (mail received while this many
# processes are running is rejected with a temporary failure, so be
# wary of how many emails you receive at a time). This applies only
# if you DO use the multiplexor. The default value of 2 is probably
# too low; we suggest 10 instead
MX_MAXIMUM=10
# Uncomment to log slave status; it will be logged every
# MX_LOG_SLAVE_STATUS_INTERVAL seconds
# MX_LOG_SLAVE_STATUS_INTERVAL=30
# Uncomment next line to have busy slaves send status updates to the
# multiplexor. NOTE: Consumes one extra file descriptor per slave, plus
# a bit of CPU time.
# MX_STATUS_UPDATES=yes
# Limit slave processes' resident-set size to this many kilobytes. Default
# is unlimited.
# MX_MAX_RSS=10000
# Limit total size of slave processes' memory space to this many kilobytes.
# Default is unlimited.
# MX_MAX_AS=30000
# If you want to use the "notification" facility, set the appropriate port.
# See the mimedefang-notify man page for details.
# MX_NOTIFIER=inet:4567
# Number of seconds a process should be idle before checking for
# minimum number and killed
# MX_IDLE=300
# Number of seconds a process is allowed to scan an email before it is
# considered dead. The default is 30 seconds; we suggest 600.
MX_BUSY=20
# Extra sendmail macros to pass. Actually, you can add any extra
# mimedefang options here...
# MD_EXTRA="-a auth_author"
# Multiplexor queue size -- default is 0 (no queueing)
# MX_QUEUE_SIZE=10
# Multiplexor queue timeout -- default is 30 seconds
# MX_QUEUE_TIMEOUT=30
# SUBFILTER specifies which filter rules file to use
SUBFILTER=/etc/mail/mimedefang-filter

View File

@ -1,4 +1,3 @@
2528264f152cadd7a1414df52b4e1f21 mythbackend
4f2ef4a7c48a43bd8c137fc4c133f68f mythtv-0.19-fixes.diff
e7c134e3277d295cbdef73d0cfeace8b mythtv-0.19-settings.diff
ebba5829d264bb4de2f75cae936141f4 mythtv-0.19.tar.bz2
b4d8310f145f9c8959a3cd3a557816db mythtv-0.20-settings.diff
52bec1e0fadf7d24d6dcac3f773ddf74 mythtv-0.20.tar.bz2

View File

@ -3,19 +3,19 @@
# Maintainer: James Mills <prologic at shortcircuit dot net dot au>
# Packager: James Mills <prologic at shortcircuit dot net dot au>
#
# Depends on: mysql, qt3, ffmpeg
# Depends on: mysql, qt3, ffmpeg, lame
name=mythtv
version=0.19
release=4
source=(http://www.mythtv.org/mc/$name-$version.tar.bz2 \
$name-$version-settings.diff mythbackend \
$name-$version-fixes.diff)
version=0.20
release=1
source=(http://www.mythtv.org/mc/$name-$version.tar.bz2
$name-$version-settings.diff
mythbackend)
build() {
cd $name-$version
patch -p0 settings.pro < $SRC/$name-$version-settings.diff
patch -p1 < $SRC/$name-$version-fixes.diff
sed -i -e "s/#CFLAGS#/$CFLAGS/" settings.pro
for i in `grep -lr "usr/local" *`
do

View File

@ -0,0 +1,19 @@
--- settings.pro.orig 2006-11-17 22:57:02.584884499 +0100
+++ settings.pro 2006-11-17 22:57:30.654638749 +0100
@@ -1,7 +1,7 @@
CONFIG += $$CCONFIG
isEmpty( PREFIX ) {
- PREFIX = /usr/local
+ PREFIX = /usr
}
LIBVERSION = 0.20
@@ -19,6 +19,7 @@
}
INCLUDEPATH += $${PREFIX}/include
+INCLUDEPATH += $${PREFIX}/include/qt
INCLUDEPATH += $$CONFIG_INCLUDEPATH
# figure out compile flags based on qmake info

View File

@ -215,11 +215,11 @@ drwxr-xr-x root/root usr/lib/python2.4/site-packages/trac/wiki/
-rw-r--r-- root/root usr/lib/python2.4/site-packages/trac/wiki/web_ui.py
-rw-r--r-- root/root usr/lib/python2.4/site-packages/trac/wiki/web_ui.pyc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man/
drwxr-xr-x root/root usr/man/man/man1/
-rw-r--r-- root/root usr/man/man/man1/trac-admin.1.gz
-rw-r--r-- root/root usr/man/man/man1/tracd.1.gz
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/trac-admin.1.gz
-rw-r--r-- root/root usr/man/man1/tracd.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/trac/
drwxr-xr-x root/root usr/share/trac/cgi-bin/
-rwxr-xr-x root/root usr/share/trac/cgi-bin/trac.cgi

View File

@ -7,13 +7,13 @@
name=trac
version=0.10.3
release=1
release=2
source=(http://ftp.edgewall.com/pub/trac/$name-$version.tar.gz)
build () {
cd $name-$version
python setup.py install --root=$PKG
mkdir -p $PKG/usr/man
mv $PKG/usr/share/man $PKG/usr/man
mv $PKG/usr/share/man/man1 $PKG/usr/man
chown -R root:root $PKG
}