Browse Source

Mathieu <tenfingers@ifrance.com>:

- cleanups to my repository:
   * using the python-pkg.conf files,
   * using the dl.sourceforge.net load balancer
- adds gtkam : Graphical front end for gphoto2
- fixes some typo in CHANGELOG-RENE
- improves fmnewpackage to support multilines full description when
  they are seperated by ^M
- adds the code to Download to support .Z files


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1262 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Mathieu 21 years ago
parent
commit
29547bb3a4
9 changed files with 73 additions and 23 deletions
  1. +21
    -16
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      misc/archive/fmnewpackage.sh
  3. +1
    -1
      package/mathieu/bitlbee/bitlbee.desc
  4. +1
    -1
      package/mathieu/bittorrent/bittorrent.conf
  5. +1
    -1
      package/mathieu/duplicity/duplicity.conf
  6. +43
    -0
      package/mathieu/gtkam/gtkam.desc
  7. +1
    -1
      package/mathieu/librsync/librsync.desc
  8. +1
    -1
      package/mathieu/xcdroast/xcdroast.desc
  9. +3
    -1
      scripts/Download

+ 21
- 16
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) *) 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 - Daniel Jahre: merged first parts for realtime (RTAI) support
- Alan J. Wylie: added libmcrypt - Alan J. Wylie: added libmcrypt
- Tobias C. Rittweiler: improved missing binary check and Build-Pkg argument - Tobias C. Rittweiler: improved missing binary check and Build-Pkg argument
@ -13,7 +19,7 @@
file file
- Tobias C. Rittweiler and Rene Rebe: added editor search to the gui_* STONE - Tobias C. Rittweiler and Rene Rebe: added editor search to the gui_* STONE
modules 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 - removed the missing binary check since it is now done in create_package_db
- updated glib22, pango12 and gtk+22 - updated glib22, pango12 and gtk+22
- created a upstream-able fontconfig.pc patch for xfree86 - 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 - updated linux24 - and fixed the i2c-patch (incl. i2c-west for PowerPC) and
fixing agp support for the apple north-bridge fixing agp support for the apple north-bridge
- updated alsa-driver and alsa - 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 for 2.4 and 2.6
- Sebastian Jaenicke: fixed etc/services (whois/nicname) - Sebastian Jaenicke: fixed etc/services (whois/nicname)
- updated centericq - updated centericq
@ -58,10 +64,10 @@
- added a new font to the cheapskatefonts package - added a new font to the cheapskatefonts package
- improved some .desc files - improved some .desc files
- reworked the desktop package selection - 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 (fixes the bug that users can not supply kernel configs for the desktop
target) 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 - fixed typo in the patchfiles parsing in lx_config.sh
*) 2003-08-24 (2.0.0-rc1 - 2.0.0-rc2) *) 2003-08-24 (2.0.0-rc1 - 2.0.0-rc2)
@ -79,7 +85,6 @@
- updated linux26 - and adapted the ROCK kconfig patches - updated linux26 - and adapted the ROCK kconfig patches
- updated gnupg and gimp14 - 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
- remove obsolete doc copy from iproute2 and fixed iptables to use $root/sbin
*) 2003-08-22 (2.0.0-camp - 2.0.0-rc1) *) 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) *) 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 - added pci.ids (#66) and keymaps to the 2nd_stage and general cleanups
- updated xscreensaver (#85) - updated xscreensaver (#85)
- converted the default .init files to match the LSB runlevel definition - converted the default .init files to match the LSB runlevel definition
@ -105,11 +110,11 @@
- fake: added libfame and libmpeg3 needs a52 objects - fake: added libfame and libmpeg3 needs a52 objects
- Piotr Esden-Tempski: no dialog installed (#67) - Piotr Esden-Tempski: no dialog installed (#67)
- Daniel Pischl: Gaim - 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 - 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 ... - 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) patchfiles and so copy all patches (#105)
- moved the Download-Mirror file form src to Download/Mirror (so it does not - moved the Download-Mirror file form src to Download/Mirror (so it does not
get deleted during a Cleanup ...) (#46) get deleted during a Cleanup ...) (#46)
@ -186,16 +191,16 @@
*) 2003-08-04 (2.0.0-beta7 - 2.0.0-rc1) *) 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 updated reiserfsprogs updated openh323 and so
fixed gnomemeeting fixed gnomemeeting
updated sylpheed updated sylpheed
fixed freeciv, openglad and xtris fixed freeciv, openglad and xtris
- Dimitar Zhekov: fixed Build-Pkg (echo * -> ls), added "no rtti/exceptions" - Dimitar Zhekov: fixed Build-Pkg (echo * -> ls), added "no rtti/exceptions"
in C++ option (limitcxx), fixed kbd and added hwclock as 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 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 - Daniel Pischl: updated gkrellm
- Sebastian Jaenicke: added pyslsk and wxpython and updates wxwindows - Sebastian Jaenicke: added pyslsk and wxpython and updates wxwindows
- Juergen Sawinski: updatated tsa/nvidia - Juergen Sawinski: updatated tsa/nvidia
@ -232,7 +237,7 @@
- Alejandro Mery: fixed lm_sensors 2x - Alejandro Mery: fixed lm_sensors 2x
- Dimitar Zhekov: added etc/fstab to 2nd_stage_small - Dimitar Zhekov: added etc/fstab to 2nd_stage_small
fixed some pkgcheck useage fixed some pkgcheck usage
- Benjamin Schieder: some blindcoder repository updates - Benjamin Schieder: some blindcoder repository updates
- Juergen Sawinski: improved bdb's - Juergen Sawinski: improved bdb's
- updated kde (3.1.3) - updated kde (3.1.3)
@ -302,7 +307,7 @@
- fixed the linux packages do not run dep or dep-files for 25 and newer - fixed the linux packages do not run dep or dep-files for 25 and newer
- Mathieu: updates for the mathieu repository and xtris - Mathieu: updates for the mathieu repository and xtris
- Alejandro Mery: many mnemoc mono releated upates - 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 - Daniel Pischl: updated gaim
- imporoved stone_mod_package to list the possible IDs (inspired by - imporoved stone_mod_package to list the possible IDs (inspired by
Benjamin Schieder's patch on the ML) Benjamin Schieder's patch on the ML)
@ -926,7 +931,7 @@
- prepared kdm session generation - prepared kdm session generation
- hopefully improved bdb* a lot (wokring utilities less patches) - hopefully improved bdb* a lot (wokring utilities less patches)
- added example tools copy to subversion - 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) *) 2003-05-14 (2.0.0-beta2 - 2.0.0-beta3)

+ 1
- 1
misc/archive/fmnewpackage.sh

@ -37,7 +37,7 @@
# #
extract_xml_name() { 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\"" eval "$1=\"\$tmp\""
} }

+ 1
- 1
package/mathieu/bitlbee/bitlbee.desc

@ -30,7 +30,7 @@
[T] ports Oscar (aim and icq), MSN, Jabber and Yahoo. [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 <wilmer@gaast.net> [A] Wilmer van der Gaast <wilmer@gaast.net>
[M] Mathieu <tenfingers@ifrance.com> [M] Mathieu <tenfingers@ifrance.com>

+ 1
- 1
package/mathieu/bittorrent/bittorrent.conf

@ -21,4 +21,4 @@
# #
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
custmain="python setup.py install --prefix $prefix" . package/*/*/python-pkg.conf

+ 1
- 1
package/mathieu/duplicity/duplicity.conf

@ -21,4 +21,4 @@
# #
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
custmain="python setup.py install --prefix $prefix" . package/*/*/python-pkg.conf

+ 43
- 0
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 <scottf@unr.edu>
[M] Mathieu <tenfingers@ifrance.com>
[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/

+ 1
- 1
package/mathieu/librsync/librsync.desc

@ -40,4 +40,4 @@
[V] 0.9.6 [V] 0.9.6
[P] X -----5---9 859.000 [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/

+ 1
- 1
package/mathieu/xcdroast/xcdroast.desc

@ -41,5 +41,5 @@
[V] 0.98alpha14 [V] 0.98alpha14
[P] X -----5---9 568.000 [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/

+ 3
- 1
scripts/Download

@ -65,7 +65,7 @@ fi
# -mk-cksum mode (display ROCK type package checksum): it # -mk-cksum mode (display ROCK type package checksum): it
# displays the checksum ROCK validates against. # 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 if [ "$1" = -mk-cksum ] ; then
shift shift
@ -77,6 +77,8 @@ if [ "$1" = -mk-cksum ] ; then
bunzip2 < "$x" | cksum | cut -f1 -d' ' bunzip2 < "$x" | cksum | cut -f1 -d' '
elif [ "${x%.gz}" != "$x" -o "${x%.tgz}" != "$x" ] ; then elif [ "${x%.gz}" != "$x" -o "${x%.tgz}" != "$x" ] ; then
gunzip < "$x" | cksum | cut -f1 -d' ' gunzip < "$x" | cksum | cut -f1 -d' '
elif [ "${x%.Z}" != "$x" ] ; then
uncompress < "$x" | cksum | cut -f1 -d' '
else else
cksum < "$x" | cut -f1 -d' ' cksum < "$x" | cut -f1 -d' '
fi fi

|||||||
100:0
Loading…
Cancel
Save