Merge branch '2.3' into 2.4
This commit is contained in:
commit
6d4568b328
@ -1,4 +1,4 @@
|
||||
1bcd007522520f89ee8a4a13bcefa247 bftpd-2.0.tar.gz
|
||||
8f53ff650be1a10aa03ce5c4789c31bb bftpd-2.1.tar.gz
|
||||
e1376d3d7827aae9f1383ec870d8fdd1 bftpd-config.patch
|
||||
45e7fb165aa729eb8ff401e847c07cde bftpd-destdir.patch
|
||||
594cb67d469eedb55b268c9922a0dfcd ftpd
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Maintainer: Simone Rota, sip at crux dot nu
|
||||
|
||||
name=bftpd
|
||||
version=2.0
|
||||
version=2.1
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
|
||||
bftpd-config.patch bftpd-destdir.patch ftpd)
|
||||
|
@ -7,7 +7,7 @@
|
||||
name=cyrus-sasl
|
||||
version=2.1.22
|
||||
release=2
|
||||
source=(http://ftp.andrew.cmu.edu/pub/cyrus-mail/$name-$version.tar.gz \
|
||||
source=(ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$name-$version.tar.gz \
|
||||
$name-$version-crypt.patch \
|
||||
saslauthd)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
a76dd61c52a80a1f4d3938a4ce54c62e e3-2.7.0.tar.gz
|
||||
ed7146706579bf0e40c6de258fc44f25 e3-2.7.1.tar.gz
|
||||
|
@ -5,9 +5,9 @@
|
||||
# Depends on:
|
||||
|
||||
name=e3
|
||||
version=2.7.0
|
||||
release=2
|
||||
source=(http://www.sax.de/~adlibit/$name-$version.tar.gz)
|
||||
version=2.7.1
|
||||
release=1
|
||||
source=(http://mitglied.lycos.de/albkleine/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
@ -1 +1 @@
|
||||
f123ffb457eb3577fcbb5e2c2432a922 fakeroot_1.8.3.tar.gz
|
||||
3f8441cbea0c51627b58a353cdb0e635 fakeroot_1.8.4.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||
|
||||
name=fakeroot
|
||||
version=1.8.3
|
||||
version=1.8.4
|
||||
release=1
|
||||
source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_$version.tar.gz)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
25f355113cdee6800380c6e1a4cd38f0 firefox-2.0-add-ldflags.patch
|
||||
f4ffac67751bc3e556c4926da2e0b65a firefox-2.0.0.8-source.tar.bz2
|
||||
6a977456dc7da2934a12ba397c404fb9 firefox-2.0.0.9-source.tar.bz2
|
||||
0eceebd5fbc394248c8c94d66fc95d66 firefox.desktop
|
||||
19ec3915f76e7eb820ad2c59730ee2be firefox.png
|
||||
95de7479767fc69e62ad7958d620d955 mozconfig
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: libidl, gtk, libpng, libjpeg, zlib
|
||||
|
||||
name=firefox
|
||||
version=2.0.0.8
|
||||
version=2.0.0.9
|
||||
release=1
|
||||
source=(ftp://ftp.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2 \
|
||||
$name-2.0-add-ldflags.patch \
|
||||
|
@ -1 +1 @@
|
||||
9d51c70bf1ed9c73eb9ae59b371ee41d mpg123-0.67.tar.bz2
|
||||
0d02c3937689b86cc5fc940480ef7d14 mpg123-0.68.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: alsa-lib
|
||||
|
||||
name=mpg123
|
||||
version=0.67
|
||||
version=0.68
|
||||
release=1
|
||||
source=(http://www.mpg123.de/download/$name-$version.tar.bz2)
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
10eff7024dbb7ce1f773d688a69ea9db mutt-1.5.16.tar.gz
|
||||
802b7202907cffbb73253de3c97ec99b mutt-1.5.17-manual.txt.gz
|
||||
49387458be0cb52b85ae0d73af699aae mutt-1.5.17.tar.gz
|
||||
|
@ -4,13 +4,16 @@
|
||||
# Depends on: gdbm, ncurses, openssl
|
||||
|
||||
name=mutt
|
||||
version=1.5.16
|
||||
version=1.5.17
|
||||
release=1
|
||||
source=(http://mirrors.sunsite.dk/$name/devel/$name-$version.tar.gz)
|
||||
source=(http://mirrors.sunsite.dk/$name/devel/$name-$version.tar.gz \
|
||||
http://jue.li/crux/files/$name-$version-manual.txt.gz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
gunzip -c $SRC/$name-$version-manual.txt.gz > doc/manual.txt
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--with-docdir=/usr/share/mutt \
|
||||
|
@ -4,9 +4,11 @@ drwxr-xr-x root/root usr/bin/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/python2.5/
|
||||
drwxr-xr-x root/root usr/lib/python2.5/site-packages/
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex-0.9.5.1a-py2.5.egg-info
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex-0.9.6.2-py2.5.egg-info
|
||||
drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/
|
||||
drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Builtin.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Builtin.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/CmdLine.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/CmdLine.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Compiler/Code.py
|
||||
@ -51,17 +53,13 @@ drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/Distutils/
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Distutils/__init__.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Distutils/build_ext.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Distutils/build_ext.pyc
|
||||
drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/Mac/
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/DarwinSystem.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/DarwinSystem.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/MacSystem.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/MacSystem.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/MacUtils.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/MacUtils.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/TS_Misc_Suite.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/TS_Misc_Suite.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/__init__.py (EMPTY)
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Mac/__init__.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Distutils/extension.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Distutils/extension.pyc
|
||||
drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/DistutilsOld/
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/DistutilsOld/__init__.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/DistutilsOld/__init__.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/DistutilsOld/build_ext.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/DistutilsOld/build_ext.pyc
|
||||
drwxr-xr-x root/root usr/lib/python2.5/site-packages/Pyrex/Plex/
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Actions.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/Pyrex/Plex/Actions.pyc
|
||||
|
@ -1 +1 @@
|
||||
0132c5cd2f8685e4948fb14dcb65f637 Pyrex-0.9.5.1a.tar.gz
|
||||
58c1c56fd4e27decd11b4e5f53eb6511 Pyrex-0.9.6.2.tar.gz
|
||||
|
@ -4,13 +4,13 @@
|
||||
# Depends on: python
|
||||
|
||||
name=pyrex
|
||||
version=0.9.5.1a
|
||||
version=0.9.6.2
|
||||
release=1
|
||||
source=(http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-$version.tar.gz)
|
||||
source=(http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/oldtar/Pyrex-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Pyrex-$version
|
||||
python setup.py install --root=$PKG
|
||||
rm -rf $PKG/usr/lib/python2.4/site-packages/Pyrex/Mac
|
||||
rm -rf $PKG/usr/lib/python2.5/site-packages/Pyrex/Mac
|
||||
chown -R root:root $PKG
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
b015a6db82b95a4668280982fbabfa67 sqlite-3.5.1.tar.gz
|
||||
b4f631268d811189cfca1d5259cb5dd8 sqlite-3.5.2.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: ncurses, readline
|
||||
|
||||
name=sqlite3
|
||||
version=3.5.1
|
||||
version=3.5.2
|
||||
release=1
|
||||
|
||||
source=(http://www.sqlite.org/sqlite-$version.tar.gz)
|
||||
|
Loading…
x
Reference in New Issue
Block a user