diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 5fe3abb1b..d73194471 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -1,7 +1,13 @@ +*) 2003-08-31 (2.0.0-rc1 - 2.0.0-rc2) + + - Mathieu: mathieu repository cleanups, added gtkam, improvement to + fmnewpackage, fixed typos in CHANGELOG-RENE, support for Z + packed files + *) 2003-08-30 (2.0.0-rc1 - 2.0.0-rc2) - - added bash version checkk to System-Check + - added bash version check to System-Check - Daniel Jahre: merged first parts for realtime (RTAI) support - Alan J. Wylie: added libmcrypt - Tobias C. Rittweiler: improved missing binary check and Build-Pkg argument @@ -13,7 +19,7 @@ file - Tobias C. Rittweiler and Rene Rebe: added editor search to the gui_* STONE modules - - fixed cretae_package_db to list errors correctly + - fixed create_package_db to list errors correctly - removed the missing binary check since it is now done in create_package_db - updated glib22, pango12 and gtk+22 - created a upstream-able fontconfig.pc patch for xfree86 @@ -45,7 +51,7 @@ - updated linux24 - and fixed the i2c-patch (incl. i2c-west for PowerPC) and fixing agp support for the apple north-bridge - updated alsa-driver and alsa - - fixed linux24 i2c patch, added 2.4 x86_64 compile fix and blacklistging + - fixed linux24 i2c patch, added 2.4 x86_64 compile fix and blacklisting for 2.4 and 2.6 - Sebastian Jaenicke: fixed etc/services (whois/nicname) - updated centericq @@ -58,10 +64,10 @@ - added a new font to the cheapskatefonts package - improved some .desc files - reworked the desktop package selection - - added support for targets to suply text/plain kernel config files + - added support for targets to supply text/plain kernel config files (fixes the bug that users can not supply kernel configs for the desktop target) - - fixed screen for platforms with non-trival va_arg implementaion + - fixed screen for platforms with non-trivial va_arg implementation - fixed typo in the patchfiles parsing in lx_config.sh *) 2003-08-24 (2.0.0-rc1 - 2.0.0-rc2) @@ -79,7 +85,6 @@ - updated linux26 - and adapted the ROCK kconfig patches - updated gnupg and gimp14 - remove obsolete doc copy from iproute2 and fixed iptables to use $root/sbin - - remove obsolete doc copy from iproute2 and fixed iptables to use $root/sbin *) 2003-08-22 (2.0.0-camp - 2.0.0-rc1) @@ -92,7 +97,7 @@ *) 2003-08-20 (2.0.0-camp - 2.0.0-rc1) - - fixed bootdisk and strip wrapper useage + - fixed bootdisk and strip wrapper usage - added pci.ids (#66) and keymaps to the 2nd_stage and general cleanups - updated xscreensaver (#85) - converted the default .init files to match the LSB runlevel definition @@ -105,11 +110,11 @@ - fake: added libfame and libmpeg3 needs a52 objects - Piotr Esden-Tempski: no dialog installed (#67) - Daniel Pischl: Gaim - - Sebastian Jaenicke: fxed nessus init script + - Sebastian Jaenicke: fixed nessus init script - removed /tmp mounting from system.init - fails with real filesystem - - relaced some $( cd foo/bar ; ls ) with a direct $( ls foo/bar/ ) + - replaced some $( cd foo/bar ; ls ) with a direct $( ls foo/bar/ ) - removed sanity check for libart since it does not need glib ... - - more inteligent apply_patchfiles, converted linux packages to use + - more intelligent apply_patchfiles, converted linux packages to use patchfiles and so copy all patches (#105) - moved the Download-Mirror file form src to Download/Mirror (so it does not get deleted during a Cleanup ...) (#46) @@ -186,16 +191,16 @@ *) 2003-08-04 (2.0.0-beta7 - 2.0.0-rc1) - - Burkhard Linke: fixed qtparte, spice and xplanet + - Burkhard Linke: fixed qtparted, spice and xplanet updated reiserfsprogs updated openh323 and so fixed gnomemeeting updated sylpheed fixed freeciv, openglad and xtris - Dimitar Zhekov: fixed Build-Pkg (echo * -> ls), added "no rtti/exceptions" in C++ option (limitcxx), fixed kbd and added hwclock as - well as RTC configuraton to stone and some "echo * -> ls" + well as RTC configuration to stone and some "echo * -> ls" changes in STONE - - Daniel Jahre: added gnokki and fixed galeon13 and epiphany priority + - Daniel Jahre: added gnokii and fixed galeon13 and epiphany priority - Daniel Pischl: updated gkrellm - Sebastian Jaenicke: added pyslsk and wxpython and updates wxwindows - Juergen Sawinski: updatated tsa/nvidia @@ -232,7 +237,7 @@ - Alejandro Mery: fixed lm_sensors 2x - Dimitar Zhekov: added etc/fstab to 2nd_stage_small - fixed some pkgcheck useage + fixed some pkgcheck usage - Benjamin Schieder: some blindcoder repository updates - Juergen Sawinski: improved bdb's - updated kde (3.1.3) @@ -302,7 +307,7 @@ - fixed the linux packages do not run dep or dep-files for 25 and newer - Mathieu: updates for the mathieu repository and xtris - Alejandro Mery: many mnemoc mono releated upates - update db support in perl + an uption to choose the bdb + update db support in perl + an option to choose the bdb - Daniel Pischl: updated gaim - imporoved stone_mod_package to list the possible IDs (inspired by Benjamin Schieder's patch on the ML) @@ -926,7 +931,7 @@ - prepared kdm session generation - hopefully improved bdb* a lot (wokring utilities less patches) - added example tools copy to subversion - - fixed the useage of register_wm + - fixed the usage of register_wm *) 2003-05-14 (2.0.0-beta2 - 2.0.0-beta3) diff --git a/misc/archive/fmnewpackage.sh b/misc/archive/fmnewpackage.sh index f0349afb4..006f4daee 100644 --- a/misc/archive/fmnewpackage.sh +++ b/misc/archive/fmnewpackage.sh @@ -37,7 +37,7 @@ # extract_xml_name() { - local tmp="`grep $3 $2 | sed "s,.*<$3>\([^<]*\)<.*,\1,"`" + local tmp="`tr -d "\012" < $2 | grep $3 | sed "s,.*<$3>\([^<]*\)<.*,\1," | sed 's,,\n[T] ,g' | sed 's,^\[T\] $,,'`" eval "$1=\"\$tmp\"" } diff --git a/package/mathieu/bitlbee/bitlbee.desc b/package/mathieu/bitlbee/bitlbee.desc index e7f02ff10..3029b6a85 100644 --- a/package/mathieu/bitlbee/bitlbee.desc +++ b/package/mathieu/bitlbee/bitlbee.desc @@ -30,7 +30,7 @@ [T] ports Oscar (aim and icq), MSN, Jabber and Yahoo. -[U] http://www.lintux.cx/bitlbee.html +[U] http://www.bitlbee.org/ [A] Wilmer van der Gaast [M] Mathieu diff --git a/package/mathieu/bittorrent/bittorrent.conf b/package/mathieu/bittorrent/bittorrent.conf index 4a54955f0..a22d16a29 100644 --- a/package/mathieu/bittorrent/bittorrent.conf +++ b/package/mathieu/bittorrent/bittorrent.conf @@ -21,4 +21,4 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- -custmain="python setup.py install --prefix $prefix" +. package/*/*/python-pkg.conf diff --git a/package/mathieu/duplicity/duplicity.conf b/package/mathieu/duplicity/duplicity.conf index 72b4bd783..2467beb59 100644 --- a/package/mathieu/duplicity/duplicity.conf +++ b/package/mathieu/duplicity/duplicity.conf @@ -21,4 +21,4 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- -custmain="python setup.py install --prefix $prefix" +. package/*/*/python-pkg.conf diff --git a/package/mathieu/gtkam/gtkam.desc b/package/mathieu/gtkam/gtkam.desc new file mode 100644 index 000000000..6d101a281 --- /dev/null +++ b/package/mathieu/gtkam/gtkam.desc @@ -0,0 +1,43 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/mathieu/gtkam/gtkam.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] gtkam - Graphical front end for gphoto2 + +[T] gtkam is the official GTK2 GUI for libgphoto2. Its purpose it to provide +[T] a standard client for libgphoto2 aimed at GNOME users. Consider it as a +[T] reference implementation for a graphical libgphoto2 client. + +[U] http://www.gphoto.org/proj/gtkam/ + +[A] Scott Fritzinger +[M] Mathieu + +[C] extra/office + +[L] GPL +[S] Beta +[V] 0.1.10 +[P] X -----5---9 800.000 + +[D] 609183821 gtkam-0.1.10.tar.bz2 http://dl.sourceforge.net/sourceforge/gphoto/ + diff --git a/package/mathieu/librsync/librsync.desc b/package/mathieu/librsync/librsync.desc index 5101951ef..ee289b3ea 100644 --- a/package/mathieu/librsync/librsync.desc +++ b/package/mathieu/librsync/librsync.desc @@ -40,4 +40,4 @@ [V] 0.9.6 [P] X -----5---9 859.000 -[D] 71339070 librsync-0.9.6.tar.gz http://heanet.dl.sourceforge.net/sourceforge/librsync/ +[D] 71339070 librsync-0.9.6.tar.gz http://dl.sourceforge.net/sourceforge/librsync/ diff --git a/package/mathieu/xcdroast/xcdroast.desc b/package/mathieu/xcdroast/xcdroast.desc index 0c51aa590..d1d0d1bbb 100644 --- a/package/mathieu/xcdroast/xcdroast.desc +++ b/package/mathieu/xcdroast/xcdroast.desc @@ -41,5 +41,5 @@ [V] 0.98alpha14 [P] X -----5---9 568.000 -[D] 2406717846 xcdroast-0.98alpha14.tar.gz http://heanet.dl.sourceforge.net/sourceforge/xcdroast/ +[D] 2406717846 xcdroast-0.98alpha14.tar.gz http://dl.sourceforge.net/sourceforge/xcdroast/ diff --git a/scripts/Download b/scripts/Download index 9d4dffdb0..d9caaeb4d 100755 --- a/scripts/Download +++ b/scripts/Download @@ -65,7 +65,7 @@ fi # -mk-cksum mode (display ROCK type package checksum): it # displays the checksum ROCK validates against. # -# Currently bz2, tbz2, gz, tgz are unpacked +# Currently bz2, tbz2, gz, tgz, Z are unpacked # if [ "$1" = -mk-cksum ] ; then shift @@ -77,6 +77,8 @@ if [ "$1" = -mk-cksum ] ; then bunzip2 < "$x" | cksum | cut -f1 -d' ' elif [ "${x%.gz}" != "$x" -o "${x%.tgz}" != "$x" ] ; then gunzip < "$x" | cksum | cut -f1 -d' ' + elif [ "${x%.Z}" != "$x" ] ; then + uncompress < "$x" | cksum | cut -f1 -d' ' else cksum < "$x" | cut -f1 -d' ' fi