Magellan Linux

Diff of /branches/mage-next/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/mage/ChangeLog revision 1442 by niro, Mon Jul 25 12:17:19 2011 UTC branches/mage-next/ChangeLog revision 3036 by niro, Fri Jun 30 12:13:49 2017 UTC
# Line 1  Line 1 
1  2011-07-25  Niels Rogalla <niro@magellan-linux.de>  2017-06-30  Niels Rogalla <niro@magellan-linux.de>
2    
3   * [r1439] Makefile, VERSION[ADD]:   * [r3035] conf/Makefile, conf/mage.rc.global.in, src/smage2.in:
4    -added global version file and update it via Makefile    -updated and hardened default compiler flags, not using
5   * [r1438] usr/lib/mage/mage4.functions.sh:    -mtune=$(ARCH) but always 'generic' fixes gcc-gnat build issues
   -do not eval * while removing backup files from mage tree  
   -dont show ls errors on depwalking highest magefiles  
  * [r1437] usr/lib/mage/mage.rc.global:  
   -removed old distribution settings  
   -always enabled MAGE_TREE_DEST variable  
  * [r1436] usr/lib/mage/smage2.sh:  
   -better pre/postinstrall, pre/postremove function support with  
   split_packages. include preinstall_${subpackage} as preinstall  
   function when declared  
  * [r1435] usr/lib/mage/smage2.sh:  
   -fixed mlibtoolize opts  
   
 2011-06-04  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r1351] usr/lib/mage/smage2.sh:  
   -added xz support and fixed a missed CRLF at mage generation  
  * [r1349] usr/lib/mage/smage2.sh:  
   -do not override the local state with the global state, if it was  
   set to broken or disabled  
  * [r1347] usr/lib/mage/smage2.sh:  
   -do not print any nonsense for faster file processing and to  
   lower the disk overhead  
  * [r1346] usr/lib/mage/smage2.sh:  
   -support repository based distribution file to support global  
   state settings. we support the per smage method too, but it gets  
   overriden by the global setting  
   
 2011-05-27  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r1318] usr/lib/mage/mage4.functions.sh:  
   -fixed a logic error  
  * [r1293] usr/lib/mage/mage4.functions.sh:  
   -be busybox friendly on update-tarball invocation  
  * [r1292] usr/lib/mage/pkgbuild_dir.sh:  
   -fixed coding style and fixed packaging of block special devices  
  * [r1291] usr/lib/mage/smage2.sh:  
   -added mautoreconf() function  
   
 2011-05-12  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r1290] usr/lib/mage/magequery.sh:  
   -reworked magequery getopts and fixed coding style  
  * [r1289] usr/lib/mage/mage4.functions.sh:  
   -fix config protect: register ignored file in database with fixed  
   mtime  
   -fixed some whitespaces  
  * [r1288] usr/lib/mage/magequery.sh:  
   -ignore included mage files  
   
 2011-04-27  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r1273] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mgroupadd,  
   usr/lib/mage/mgroupdel, usr/lib/mage/museradd,  
   usr/lib/mage/muserdel, usr/lib/mage/smage2.sh:  
   -support busybox out-of-the-box  
  * [r1272] usr/lib/mage/env-rebuild.sh:  
   -fix handling of XDG env-variables  
  * [r1271] usr/lib/mage/mage4.functions.sh,  
   usr/lib/mage/pkgbuild_dir.sh:  
   -fix handling of character devices  
   
 2011-04-26  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r1269] usr/lib/mage/mage4.sh:  
   -fixed shebang, mage requires bash  
   
 2011-01-28  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r1215] usr/lib/mage/pkgbuild_dir.sh:  
   - add empty fifo  
  * [r1214] usr/lib/mage/mage4.functions.sh:  
   - make user:group for devices and fifo support optional or mage  
   is incompatible to old packages  
  * [r1211] usr/lib/mage/mage4.functions.sh:  
   - make user:group for devices and fifo support optional or mage  
   is incompatible to old packages  
  * [r1209] usr/lib/mage/mage4.functions.sh:  
   - added support for fifos  
   - fifos, character devices and blockdevices should set the owner  
   right  
   - some cosmetic changes and spelling typos  
  * [r1208] usr/lib/mage/pkgbuild_dir.sh:  
   - added support for fifos  
   - fifos, character devices and blockdevices should set the owner  
   right  
  * [r1207] usr/lib/mage/smage2.sh:  
   -smage2 calcmd5 should find the corresponding md5 dir by itself,  
   but support a given dir too  
  * [r1206] usr/lib/mage/magequery.sh:  
   -fixed a typo and some cosmetics  
   
 2010-07-14  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r1111] usr/lib/mage/ldd-fix.sh:  
   -be more informative  
   
 2010-06-28  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r1087] usr/lib/mage/mage4.functions.sh:  
   -fixed a typo and honor verbose and silent fetch modes  
  * [r1085] usr/lib/mage/mage.rc.global,  
   usr/lib/mage/mage4.functions.sh, usr/lib/mage/smage2.sh:  
   -added WGET_FETCH_OPTIONS variable to mage.rc.global to be more  
   busybox friendly  
  * [r1084] usr/lib/mage/mage4.functions.sh:  
   -fixed whitespaces  
  * [r1083] usr/lib/mage/mage4.functions.sh:  
   -added support for md5sum in update-tarball  
  * [r1082] usr/lib/mage/smage2.sh:  
   -fixed whitespaces  
  * [r1081] usr/lib/mage/smage2.sh:  
   -tell which subpackages will be stripped  
  * [r1080] usr/lib/mage/mage4.sh:  
   -honor update-tarball  
   
 2010-04-22  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r972] usr/lib/mage/mage4.functions.sh:  
   -fixed a spelling typo  
   
 2010-02-19  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r966] usr/lib/mage/mage4.functions.sh:  
   -check for newer mage version on tarball-sync also  
  * [r965] usr/lib/mage/mage.rc.global:  
   -set default uninstall timeout to 3 secs  
  * [r964] usr/lib/mage/smage2.sh:  
   -fixed typos ( SPLIT_PACKAGE -> SPLIT_PACKAGES )  
   
 2009-11-24  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r953] usr/lib/mage/smage2.sh:  
   -install docs only if they exist  
   
 2009-11-21  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r951] usr/lib/mage/smage2.sh:  
   -fixed varibale/function export issues with magefile generation  
   in split_packages  
  * [r947] usr/lib/mage/smage2.sh:  
   -omit package build if NOPKGBUILD was set in split_info  
  * [r945] usr/lib/mage/smage2.sh:  
   -fixed sereral issues  
   
 2009-11-20  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r943] usr/lib/mage/mage4.functions.sh, usr/lib/mage/smage2.sh:  
   -fixed broken die_pipestatus() function  
   -added the first attempt for split-package support  
  * [r942] usr/lib/mage/env-rebuild.sh,  
   usr/lib/mage/mage4.functions.sh:  
   -support CONFIG_PROTECT target CONFIG_PROTECT_IGNORE to keep  
   user/system modified config files, like passwd  
  * [r941] usr/lib/mage/smage2.sh:  
   -fixed compile logging  
   
 2009-08-04  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r892] usr/lib/mage/mage4.functions.sh:  
   -support both blacklist types  
  * [r891] usr/lib/mage/smage2.sh:  
   -fixed a small issue in md5 generation with MAGE_TARGETS set  
  * [r890] usr/lib/mage/smage2.sh:  
   -build md5 for all MAGE_TARGETS if called with 'calcmd5'  
6    
7  2009-07-15  Niels Rogalla <niro@magellan-linux.de>  2015-12-08  Niels Rogalla <niro@magellan-linux.de>
   
  * [r887] usr/lib/mage/depwalker.sh:  
   -fixed spelling  
8    
9  2009-06-30  Niels Rogalla <niro@magellan-linux.de>   * [r2920] src/tools/autodepend.in:
10      -fixed a small prefix issue
11    
12   * [r885] usr/lib/mage/smage2.sh:  2015-11-30  Niels Rogalla <niro@magellan-linux.de>
   -make sure my_SOURCEDIR exist  
13    
14  2009-06-29  Niels Rogalla <niro@magellan-linux.de>   * [r2918] src/mkinfodir.in:
15      -coding style update
16     * [r2916] src/mkinfodir.in:
17      -added some sanity checks
18    
19   * [r883] usr/lib/mage/smage2.sh:  2015-03-20  Niels Rogalla <niro@magellan-linux.de>
   -fixed some minor issues  
  * [r881] usr/lib/mage/smage2.sh:  
   -fixed wget issues on virtualbox.org; see:  
   http://www.virtualbox.org/ticket/2148  
  * [r880] usr/lib/mage/smage2.sh:  
   -fixed typos  
20    
21  2009-05-21  Niels Rogalla <niro@magellan-linux.de>   * [r2870] src/smage2.functions.sh.in:
22      -build mpks for virtual as well to support build-server builds
23    
24   * [r876] usr/lib/mage/mage4.functions.sh:  2015-03-19  Niels Rogalla <niro@magellan-linux.de>
   -added basic svn compat  
  * [r875] usr/lib/mage/mage.rc.global, usr/lib/mage/smage2.sh:  
   -support for build logging in smage  
25    
26  2009-05-08  Niels Rogalla <niro@magellan-linux.de>   * [r2868] src/mage4.functions.sh.in:
27      mdownload(): support file:// uris to support file injections
28      which the alx branch use with src-tarballs
29    
30   * [r859] usr/lib/mage/mage.rc.global, usr/lib/mage/smage2.sh:  2015-02-13  Niels Rogalla <niro@magellan-linux.de>
   -added step-by-step support  
  * [r858] usr/lib/mage/mage4.functions.sh:  
   -don't fix mtimes on symlinks  
31    
32  2009-04-29  Niels Rogalla <niro@magellan-linux.de>   * [r2864] src/smage2.in:
33      -smage build log: log sterr too
34    
35   * [r833] usr/lib/mage/smage2.sh:  2014-10-31  Niels Rogalla <niro@magellan-linux.de>
   -always set --build=${CHOST} in mconfigure to fix some x86_64  
   issues (sometimes x86_64-pc-linux-gnu is not valid and  
   x86_64-unkown-linux is found. this confuses libtool and the  
   global_symbol_pipe is empty, which leads to linking errors)  
36    
37  2009-04-26  Niels Rogalla <niro@magellan-linux.de>   * [r2843] src/smage2.functions.sh.in:
38      -always create a mpks even if no SRC_URI was defined, only ignore
39      the mpks-build on virtual packages
40    
41   * [r832] usr/lib/mage/smage2.sh:  2014-10-24  Niels Rogalla <niro@magellan-linux.de>
   -fixed a minor typo  
42    
43  2009-01-31  Niels Rogalla <niro@magellan-linux.de>   * [r2841] src/depwalker.in, src/mage.in:
44      -support deep and simple build-prerequisites, which reduces the
45      overhead as they only respect the sdepend of the target
46      mage/smagefile and not from all deps
47    
48   * [r797] make-tarball.sh:  2014-10-22  Niels Rogalla <niro@magellan-linux.de>
   - fixed sort cmd  
  * [r795] make-tarball.sh:  
   -fixed svn ls comand  
49    
50  2008-10-05  Niels Rogalla <niro@magellan-linux.de>   * [r2839] src/depwalker.in:
51      -load mage-features to support them with the smagesource()
52      function
53    
54   * [r778] usr/lib/mage/depwalker.sh:  2014-09-19  Niels Rogalla <niro@magellan-linux.de>
   -allow NODEPS=true  
  * [r777] usr/lib/mage/magequery.sh:  
   -added search-method for categories  
  * [r776] usr/lib/mage/mage4.functions.sh:  
   -fixed blacklist handling  
55    
56  2008-09-02  Niels Rogalla <niro@magellan-linux.de>   * [r2832] src/depwalker.in, src/smage2.functions.sh.in:
57      -evaluate march[s|]depend() right if depwalker calls the
58      smagefile directly
59    
60   * [r761] usr/lib/mage/mage.rc.global:  2014-09-17  Niels Rogalla <niro@magellan-linux.de>
   -fixed kde default SRC_URI  
61    
62  2008-06-16  Niels Rogalla <niro@magellan-linux.de>   * [r2829] src/depwalker.in:
63      -spelling
64     * [r2828] src/depwalker.in:
65      -revert commit r2736 - deps of highest_depfile must be checked
66      before adding it to the ALL_DEPS var, so that they get installed
67      before highest_depfile and not after it
68    
69   * [r739] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:  2014-09-09  Niels Rogalla <niro@magellan-linux.de>
   -added mage update-tarball function  
70    
71  2008-03-26  Niels Rogalla <niro@magellan-linux.de>   * [r2825] src/tools/autodepend.in:
72      -print sonames which where not found
73    
74   * [r701] usr/lib/mage/depwalker.sh:  2014-09-03  Niels Rogalla <niro@magellan-linux.de>
   -inform on upgrade about non updated packages  
75    
76  2008-02-26  Niels Rogalla <niro@magellan-linux.de>   * [r2811] src/mage4.functions.sh.in:
77      -use the highest_magefile program
78     * [r2810] src/Makefile, src/highest_magefile.c[ADD]:
79      -added highest_magefile program
80     * [r2809] src/Makefile:
81      -moved some common package functions to package.c/package.h
82     * [r2808] src/highestver.c:
83      -initialize saved char
84     * [r2807] src/highestver.c, src/package.c[ADD], src/package.h[ADD],
85      src/vercomp.c:
86      -moved some common package functions to package.c/package.h
87    
88   * [r677] usr/lib/mage/depwalker.sh:  2014-09-02  Niels Rogalla <niro@magellan-linux.de>
   -do not add virtuals to PROCESSEDDEPS or their resolved pkgnames  
   will be ignored and are missing on the dependecy list  
  * [r676] usr/lib/mage/mage4.functions.sh:  
   -fixed processing of directories in get_highest_magefile(),  
   suppressed some errors  
89    
90  2008-02-10  Niels Rogalla <niro@magellan-linux.de>   * [r2806] conf/mage.rc.global.in, src/smage2.in:
91      -make smage log directory configurable
92     * [r2804] src/tools/autodepend.in:
93      -fixed broken use-move honor logic
94    
95   * [r675] usr/lib/mage/mage4.functions.sh:  2014-08-14  Niels Rogalla <niro@magellan-linux.de>
   -fixed src_install with MAGE_TARGETS enabled  
96    
97  2008-01-13  Niels Rogalla <niro@magellan-linux.de>   * [r2753] src/mage4.functions.sh.in:
98      -fixed broken count_installed_pkgs() function
99     * [r2750] src/helper/museradd.in:
100      -ignore -l switch when running usermod
101    
102   * [r656] usr/lib/mage/depwalker.sh:  2014-08-13  Niels Rogalla <niro@magellan-linux.de>
   -exclude empty depnames to improve dep-calculation speed  
  * [r655] usr/lib/mage/depwanderer.sh[DEL],  
   usr/lib/mage/find_not_installed.sh[DEL],  
   usr/lib/mage/mage3.functions.sh[DEL], usr/lib/mage/mage3.sh[DEL],  
   usr/lib/mage/mageupgrade.sh[DEL], usr/lib/mage/pkgsearch.sh[DEL],  
   usr/lib/mage/sourceinstall.sh[DEL],  
   usr/lib/mage/writeprotected[DEL]:  
   -pruned old cruft  
  * [r654] usr/lib/mage/depwalker.sh:  
   - do not process already processed deps  
103    
104  2008-01-01  Niels Rogalla <niro@magellan-linux.de>   * [r2745] src/smage2.functions.sh.in, src/smage2.in:
105      -renamed src_setup() function to the more appropriate name
106      pkg_setup()
107    
108   * [r647] make-tarball.sh:  2014-08-12  Niels Rogalla <niro@magellan-linux.de>
   -fixed CVSROOT and DESTINATION  
109    
110  2007-11-28  Niels Rogalla <niro@magellan-linux.de>   * [r2743] src/smage2.functions.sh.in, src/smage2.in:
111      -introduce src_setup function
112   * [r635] usr/lib/mage/smage2.sh:   * [r2737] src/depwalker.in:
113    -using DEST instead of BUILDDIR in rpm-unpack to respect munpack    -fixed spelling
114    destination   * [r2736] src/depwalker.in:
115      -fixed a logic error/race-condition in depwalker, where the
116  2007-11-05  Niels Rogalla <niro@magellan-linux.de>    highest_magefile was added too late to ALLDEPS
117    
118   * [r603] Makefile, usr/lib/mage/mage4.functions.sh:  2014-07-22  Niels Rogalla <niro@magellan-linux.de>
119    -fixed count_protected_files() and obsoleted writeprotected  
120    script   * [r2722] src/helper/museradd.in:
121   * [r602] usr/lib/mage/smage2.sh:    -museradd: busybox does not support -l switch
122    -fixed small typos and an exit status failure in munpack()   * [r2721] src/mage.in:
123   * [r600] usr/lib/mage/smage2.sh:    -speak of environment vars in help msg
124    -added xpi to munpack() and support our package format as well   * [r2720] src/mage4.functions.sh.in:
125   * [r598] usr/lib/mage/depwalker.sh:    -fixed a typo MAGE_FEATURE_CURRENT -> MAGE_FEATURES_CURRENT
126    -some performance fixes  
127   * [r597] usr/lib/mage/smage2.sh:  2014-03-27  Niels Rogalla <niro@magellan-linux.de>
128    -support more unpack methods: .rar .zip .gz .bz2 .rpm  
129     * [r2637] src/etc-update.in:
130  2007-09-02  Niels Rogalla <niro@magellan-linux.de>    -be busybox friendly
131    
132   * [r551] make-tarball.sh:  2014-03-10  Niels Rogalla <niro@magellan-linux.de>
133    -remove .cvsignore from tarball  
134     * [r2631] src/smage2.in:
135  2007-09-01  Niels Rogalla <niro@magellan-linux.de>    -pkgbuild_dir.sh -> pkgbuild_dir
136    
137   * [r530] make-tarball.sh[ADD]:  2014-03-05  Niels Rogalla <niro@magellan-linux.de>
138    -added tarball creation script  
139     * [r2630] src/highestver.c:
140  2007-07-01  Niels Rogalla <niro@magellan-linux.de>    -free the memory of var saved
141     * [r2629] src/highestver.c:
142   * [r503] usr/lib/mage/env-rebuild.sh:    -use strdup() to fix segfaults
143    -added LIBGL_DRIVERS_PATH to SPECIAL_VARS to handle dynamic gl   * [r2628] src/depwalker.in:
144    and dri stuf properly    -reorder functions
145     * [r2627] src/depwalker.in:
146  2007-06-30  Niels Rogalla <niro@magellan-linux.de>    -set some required default variables
147     * [r2626] src/depwalker.in:
148   * [r501] usr/lib/mage/mage4.functions.sh:    -use common.functions.sh
149    fixed a copy paste error   * [r2625] src/depwalker.in:
150   * [r499] usr/lib/mage/mage4.functions.sh:    -simplify including
151    -fixed one missing $MROOT   * [r2624] src/depwalker.in:
152      -removed hardcoded /etc pathes
153  2007-06-07  Niels Rogalla <niro@magellan-linux.de>  
154    2014-03-04  Niels Rogalla <niro@magellan-linux.de>
155   * [r497] usr/lib/mage/smage2.sh:  
156    -added mlibtoolize() function   * [r2623] src/up2date/up2date.in:
157      -removed todo from default repos
158  2007-05-02  Niels Rogalla <niro@magellan-linux.de>   * [r2622] src/up2date/up2date.in:
159      -simplify including
160   * [r491] usr/lib/mage/convert_databases_meta.sh[ADD]:   * [r2621] src/mage.in:
161    -added metafile conversion script    -added some sanity checks
162   * [r490] usr/lib/mage/generate_meta_data.sh:   * [r2620] src/mage.in:
163    -fixed complains about local    -removed hardcoded /etc pathes
164   * [r489] usr/lib/mage/convert_databases_smage.sh[ADD],   * [r2619] src/smage2.in:
165    usr/lib/mage/generate_meta_data.sh[ADD],    -added some sanity checks
166    usr/lib/mage/metawrapper.sh[ADD]:   * [r2618] src/mage.in:
167    -new meta data conversion scripts    -call common.functions.sh and simplify including
168     * [r2617] src/mage.in:
169  2007-05-01  Niels Rogalla <niro@magellan-linux.de>    -removed functions provided by common.functions.sh
170     * [r2616] src/smage2.in:
171   * [r488] usr/lib/mage/convert_databases.sh:    -call common.functions.sh
172    - fixed package_routines import with some echo & sed magic. this   * [r2615] src/smage2.in:
173    is neccessary to export the functions via 'eval'    -removed hardcoded /etc pathes
174   * [r487] usr/lib/mage/convert_databases.sh[ADD]:   * [r2614] src/smage2.in:
175    -added database conversion script    -removed obsolete SMAGEVERSION variable
176     * [r2613] src/mage4.functions.sh.in, src/smage2.functions.sh.in:
177  2007-04-30  Niels Rogalla <niro@magellan-linux.de>    -removed functions provided by common.functions.sh like xtitle(),
178      xtitleclean, die(), die_pipestatus(), showversion() and colors
179   * [r486] usr/lib/mage/sql_functions.sh[ADD]:   * [r2612] src/common.functions.sh.in:
180    added sql functions overlay    -added showversion()
181     * [r2611] src/common.functions.sh.in:
182  2007-04-23  Niels Rogalla <niro@magellan-linux.de>    -fixed xtitle header
183     * [r2610] src/common.functions.sh.in:
184   * [r477] usr/lib/mage/smage2.sh:    -tag die() with Error:
185    -only unset SPECIAL_VARS itself not the containing variables.   * [r2609] src/up2date/up2date.conf:
186    Same goes for SPECIAL_FUNCTIONS    -exclude uncommon repos
187     * [r2608] src/up2date/up2date.in:
188  2007-04-10  Niels Rogalla <niro@magellan-linux.de>    -check missing repos
189     * [r2607] src/up2date/up2date.in:
190   * [r459] usr/lib/mage/mage.rc.global, usr/lib/mage/smage2.sh:    -mage use of common.functions.sh
191    -added kde:// and gnome://   * [r2606] src/mage4.functions.sh.in, src/sql/sql_functions.sh:
192   * [r458] usr/lib/mage/mage4.functions.sh:    -env-rebuild.sh -> env-rebuild
193    -show depends in pkgsearch()   * [r2605] src/mage.in:
194      -depwalker.sh -> depwalker
195  2007-04-01  Niels Rogalla <niro@magellan-linux.de>   * [r2604] src/Makefile:
196      -install missing files
197   * [r456] usr/lib/mage/env-rebuild.sh:   * [r2603] src/Makefile, src/common.functions.sh.in[ADD]:
198    fixed env-rebuild, do not include comments    -some functions moved to common.functions.sh
199     * [r2602] src/tools/Makefile:
200  2007-03-28  Niels Rogalla <niro@magellan-linux.de>    -up2date has moved
201     * [r2601] src/Makefile:
202   * [r451] usr/lib/mage/mage4.functions.sh:    -added up2date
203    - updated is_config_protected() to compare files literally to fix   * [r2600] src/etc-update.in:
204    issues with spaces in the filename    -removed unused variable PORTAGE_CALLER
205     * [r2599] src/smage2.functions.sh.in:
206  2007-03-27  Niels Rogalla <niro@magellan-linux.de>    -fixed whitespaces
207     * [r2593] src/up2date/Makefile[ADD]:
208   * [r449] usr/lib/mage/mage4.functions.sh:    -added Makefile
209    - added missing "local i" to get_uninstall_candidates() to   * [r2592] src/up2date/up2date.conf[ADD]:
210    prevent errors like '/usr/lib/mage/mage4.functions.sh: line 1452:    -added global configuration file
211    font-adobe-100dpi: value too great for base (error token is   * [r2591] src/up2date/berlios.sh.in[ADD],
212    "100dpi")'    src/up2date/common.sh.in[ADD],
213      src/up2date/freedesktop.sh.in[ADD], src/up2date/gnome.sh.in[ADD],
214  2007-03-20  Niels Rogalla <niro@magellan-linux.de>    src/up2date/gnu.sh.in[ADD], src/up2date/google.sh.in[ADD],
215      src/up2date/perl.sh.in[ADD], src/up2date/pypi.sh.in[ADD],
216   * [r447] usr/lib/mage/smage2.sh:    src/up2date/sourceforge.sh.in[ADD], src/up2date/up2date.in,
217    added patch level autodetection to mpatch()    src/up2date/xfce.sh.in[ADD], src/up2date/xorg.sh.in[ADD]:
218      -split function into single includes
219  2007-03-19  Niels Rogalla <niro@magellan-linux.de>  
220    2014-02-14  Niels Rogalla <niro@magellan-linux.de>
221   * [r445] usr/lib/mage/mage4.functions.sh:  
222    - fixed broken pkgsearch; inform the user that a package is   * [r2590] src/smage2.in:
223    masked and do not show hiryglyphes like    -regen mage files *after* successful build
224    "Latest available: .mage-.mage"  
225   * [r443] usr/lib/mage/pkgbuild_dir.sh:  2014-02-04  Niels Rogalla <niro@magellan-linux.de>
226    fixed missing colors and fixed mage.rc inherit  
227   * [r441] usr/lib/mage/smage2.sh:   * [r2586] src/tools/up2date.in[DEL], src/up2date[ADD],
228    some colour tweaks    src/up2date/up2date.in[CPY]:
229   * [r440] usr/lib/mage/pkgbuild_dir.sh:    -moved tools/up2date.in to up2date
230    added some nice colors  
231   * [r439] usr/lib/mage/smage2.sh:  2014-02-03  Niels Rogalla <niro@magellan-linux.de>
232    added support for gnu:// and sourceforge:// mirror uris and some  
233    nice colors   * [r2585] src/highestver.c[ADD], src/vercomp.c[ADD]:
234   * [r438] usr/lib/mage/mage.rc.global:    -added vercomp and highestver sources
235    added support for gnu:// and sourceforge:// mirror uris  
236   * [r437] usr/lib/mage/mage4.functions.sh:  2014-01-29  Niels Rogalla <niro@magellan-linux.de>
237    fixed some warnings  
238     * [r2584] src/Makefile:
239  2007-02-23  Niels Rogalla <niro@magellan-linux.de>    -renamed mage4.in > mage.in
240     * [r2583] src/mage.in[CPY], src/mage4.in[DEL]:
241   * [r427] usr/lib/mage/smage2.sh:    -renamed mage4.in > mage.in
242    - ignore empty lines while fixing deps   * [r2582] src/tools/Makefile, src/tools/up2date.in[ADD]:
243      -added initial up2date to mage
244  2007-02-05  Niels Rogalla <niro@magellan-linux.de>   * [r2581] src/tools/Makefile:
245      -install all tools to BINDIR prefixed with mage-
246   * [r423] usr/lib/mage/pkg_all_sources.sh[ADD]:   * [r2580] src/tools/Makefile, src/tools/search-soname.in[CPY],
247    commited to archive    src/tools/search_soname.in[DEL]:
248      -renamed search_soname.in > search-soname.in
249  2007-01-22  Niels Rogalla <niro@magellan-linux.de>   * [r2579] usr[DEL]:
250      -pruned old cruft
251   * [r419] usr/lib/mage/depwalker.sh,   * [r2578] src/sql[ADD], src/sql/convert_databases.sh[CPY],
252    usr/lib/mage/mage4.functions.sh, usr/lib/mage/pkgbuild_dir.sh,    src/sql/convert_databases_meta.sh[CPY],
253    usr/lib/mage/smage2.sh:    src/sql/convert_databases_smage.sh[CPY],
254    variable mage.rc    src/sql/generate_meta_data.sh[CPY],
255      src/sql/meta-generator.sh[CPY], src/sql/metawrapper.sh[CPY],
256  2007-01-21  Niels Rogalla <niro@magellan-linux.de>    src/sql/sql_functions.sh[CPY],
257      usr/lib/mage/convert_databases.sh[DEL],
258   * [r418] usr/lib/mage/mage.rc.global, usr/lib/mage/mage4.sh:    usr/lib/mage/convert_databases_meta.sh[DEL],
259    variable mage.rc    usr/lib/mage/convert_databases_smage.sh[DEL],
260   * [r416] usr/lib/mage/mage4.functions.sh:    usr/lib/mage/generate_meta_data.sh[DEL],
261    typo    usr/lib/mage/meta-generator.sh[DEL],
262   * [r415] usr/lib/mage/mage4.functions.sh:    usr/lib/mage/metawrapper.sh[DEL],
263    pkg name in colred on uninstall    usr/lib/mage/sql_functions.sh[DEL]:
264      -temporarily moved sql stuff to src/sql
265  2007-01-19  Niels Rogalla <niro@magellan-linux.de>   * [r2577] Makefile, Makefile.inc[ADD], conf/Makefile[ADD],
266      doc/Makefile[ADD], src/Makefile[ADD], src/helper/Makefile[ADD],
267   * [r413] usr/lib/mage/mage4.sh, usr/lib/mage/smage2.sh:    src/tools/Makefile[ADD]:
268    show lineno and script name if a script dies    -re-facored buildsystem
269   * [r412] usr/lib/mage/smage2.sh:   * [r2576] etc[DEL], usr/lib/mage/version[DEL], usr/share[DEL]:
270    better support for srctarballs    -pruned old stuff
271     * [r2575] conf/mage.rc.example[DEL], conf/mage.rc.example.in[CPY]:
272  2007-01-17  Niels Rogalla <niro@magellan-linux.de>    -renamed mage.rc.example > mage.rc.example.in
273     * [r2574] conf/etc-update.conf[DEL], conf/etc-update.conf.in[CPY]:
274   * [r411] usr/lib/mage/smage2.sh:    -renamed etc-update.conf > etc-update.conf.in
275    - munpack(): create the destdir if another than srcdir was given   * [r2573] conf/etc-update.conf, conf/mage.rc.example,
276      doc/template.mage, doc/template.smage2, src/compressdoc.in,
277  2006-12-30  Niels Rogalla <niro@magellan-linux.de>    src/create_desktop_app.in, src/depwalker.in, src/env-rebuild.in,
278      src/etc-update.in, src/mage4.in, src/mkinfodir.in,
279   * [r409] usr/lib/mage/mage4.functions.sh:    src/pkgbuild_dir.in, src/smage2.in, src/tools/autodepend.in,
280    fixed minclude of mutliple files    src/tools/ldd-fix.in, src/tools/search_soname.in:
281      -removed executable property
282  2006-12-29  Niels Rogalla <niro@magellan-linux.de>   * [r2572] src/smage2.in[CPY], src/smage2.sh[DEL]:
283      -renamed smage2.sh > smage2.in
284   * [r408] usr/lib/mage/smage2.sh:   * [r2571] src/smage2.functions.sh[DEL],
285    fixed a typo    src/smage2.functions.sh.in[CPY]:
286   * [r407] usr/lib/mage/mage.rc.global:    -renamed smage2.functions.sh > smage2.functions.sh.in
287    added --src-tarball functionality   * [r2570] src/pkgbuild_dir.in[CPY], src/pkgbuild_dir.sh[DEL]:
288   * [r406] usr/lib/mage/smage2.sh:    -renamed pkgbuild_dir.sh > pkgbuild_dir.in
289    get src-package tarball automatically   * [r2569] src/pkg_all_sources.in[CPY], src/pkg_all_sources.sh[DEL]:
290   * [r405] etc/mage.rc.example:    -renamed pkg_all_sources.sh > pkg_all_sources.in
291    added --src-tarball functionality   * [r2568] src/mkinfodir[DEL], src/mkinfodir.in[CPY]:
292   * [r404] etc/mage.rc.example:    -renamed mkinfodir > mkinfodir.in
293    added --src-tarball functionality   * [r2567] src/magequery.in[CPY], src/magequery.sh[DEL]:
294   * [r403] usr/lib/mage/smage2.sh:    -renamed magequery.sh > magequery.in
295    added --src-tarball functionality -> creation and use of   * [r2566] src/mage4.in[CPY], src/mage4.sh[DEL]:
296    src-tarballs    -renamed mage4.sh > mage4.in
297     * [r2565] src/mage4.functions.sh[DEL],
298  2006-08-27  Niels Rogalla <niro@magellan-linux.de>    src/mage4.functions.sh.in[CPY]:
299      -renamed mage4.functions.sh > mage4.functions.sh.in
300   * [r391] usr/lib/mage/mage4.functions.sh:   * [r2564] src/depwalker.in[CPY], src/depwalker.sh[DEL]:
301    fixed pksearch(); now excluding includes and profiles    -renamed depwalker.sh > depwalker.in
302     * [r2563] src/create_desktop_app.in[CPY],
303  2006-07-17  Niels Rogalla <niro@magellan-linux.de>    src/create_desktop_app.sh[DEL]:
304      -renamed create_desktop_app.sh > create_desktop_app.in
305   * [r386] usr/lib/mage/mage.rc.global,   * [r2562] src/create_desktop_app.sh[CPY],
306    usr/lib/mage/mage4.functions.sh, usr/lib/mage/smage2.sh:    usr/lib/mage/create_desktop_app.sh[DEL]:
307    using variable rsync fetch options via mage.rc    -moved usr/lib/mage/create_desktop_app.sh >
308   * [r385] usr/lib/mage/mage4.functions.sh:    src/create_desktop_app.sh
309    fixed messages   * [r2561] src/mage4.sh[CPY], usr/lib/mage/mage4.sh[DEL]:
310   * [r384] usr/lib/mage/smage2.sh:    -moved usr/lib/mage/mage4.sh > src/mage4.sh
311    show a message when applying patches   * [r2560] src/mage4.functions.sh[CPY],
312      usr/lib/mage/mage4.functions.sh[DEL]:
313  2006-04-27  Niels Rogalla <niro@magellan-linux.de>    -moved usr/lib/mage/mage4.functions.sh > src/mage4.functions.sh
314     * [r2559] src/smage2.sh[CPY], usr/lib/mage/smage2.sh[DEL]:
315   * [r373] usr/lib/mage/mage4.functions.sh:    -moved usr/lib/mage/smage2.sh > src/smage2.sh
316    spelling   * [r2558] src/smage2.functions.sh[CPY],
317   * [r372] usr/lib/mage/mage4.sh:    usr/lib/mage/smage2.functions.sh[DEL]:
318    better messages    -moved usr/lib/mage/smage2.functions.sh > src/smage2.functions.sh
319   * [r370] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:   * [r2557] src/pkg_all_sources.sh[CPY],
320    added blacklist support    usr/lib/mage/pkg_all_sources.sh[DEL]:
321      -moved usr/lib/mage/pkg_all_sources.sh > src/pkg_all_sources.sh
322  2006-04-14  Niels Rogalla <niro@magellan-linux.de>   * [r2556] src/pkgbuild_dir.sh[CPY],
323      usr/lib/mage/pkgbuild_dir.sh[DEL]:
324   * [r368] Makefile:    -moved usr/lib/mage/pkgbuild_dir.sh > src/pkgbuild_dir.sh
325    fixed missing etc files   * [r2555] src/mkinfodir[CPY], usr/lib/mage/mkinfodir[DEL]:
326      -moved usr/lib/mage/mkinfodir > src/mkinfodir
327  2006-04-12  Niels Rogalla <niro@magellan-linux.de>   * [r2554] src/magequery.sh[CPY], usr/lib/mage/magequery.sh[DEL]:
328      -moved usr/lib/mage/magequery.sh > src/magequery.sh
329   * [r363] Makefile[ADD]:   * [r2553] src/depwalker.sh[CPY], usr/lib/mage/depwalker.sh[DEL]:
330    added a Makefile to make our live easier :p    -moved usr/lib/mage/depwalker.sh > src/depwalker.sh
331     * [r2552] src/helper/mgroupadd[DEL], src/helper/mgroupadd.in[CPY],
332  2006-03-22  Niels Rogalla <niro@magellan-linux.de>    src/helper/mgroupdel[DEL], src/helper/mgroupdel.in[CPY],
333      src/helper/museradd[DEL], src/helper/museradd.in[CPY],
334   * [r351] usr/lib/mage/smage2.sh:    src/helper/muserdel[DEL], src/helper/muserdel.in[CPY]:
335    - added colors defines    renamed mgroup(add|del) helpers to *.in
336    - addded multlib support   * [r2551] src/etc-update[DEL], src/etc-update.in[CPY]:
337    - added lib64 support via mlibdir    -renamed etc-update > etc-update.in
338    - removed old commented cruft   * [r2550] src/compressdoc[DEL], src/compressdoc.in[CPY]:
339   * [r350] usr/lib/mage/mage4.functions.sh:    -renamed compressdoc > compressdoc.in
340    added mlibdir function   * [r2549] src/compressdoc[CPY], src/compressdoc.in[DEL],
341      src/env-rebuild.in:
342  2006-03-04  Niels Rogalla <niro@magellan-linux.de>    -revert last commit
343     * [r2548] src/compressdoc[DEL], src/compressdoc.in[CPY],
344   * [r347] usr/lib/mage/pkgbuild_dir.sh, usr/lib/mage/smage2.sh:    src/env-rebuild.in:
345    fixed srcinstall with MROOT enabled    -renamed compressdoc > compressdoc.in
346     * [r2547] src/tools/autodepend.in[CPY],
347  2006-02-20  Niels Rogalla <niro@magellan-linux.de>    src/tools/autodepend.sh[DEL], src/tools/ldd-fix.in[CPY],
348      src/tools/ldd-fix.sh[DEL], src/tools/search_soname.in[CPY],
349   * [r332] usr/lib/mage/magequery.sh:    src/tools/search_soname.sh[DEL]:
350    - fixed database lookups    -renamed *.sh to *.in
351    - now printing pcat/pkgname   * [r2546] src/tools/autodepend.sh:
   
 2006-02-16  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r329] usr/lib/mage/mage4.functions.sh:  
   fixed some install issues, when removing non existing  
   uninstall-candidates ...  
   
 2006-02-15  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r328] usr/lib/mage/mage4.functions.sh:  
   fixed some pkgsearch errors  
   
 2006-01-01  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r315] usr/lib/mage/pkgbuild_dir.sh:  
   stat prints major and minor node numbers as hex; they must be  
   converted to dec  
  * [r314] usr/lib/mage/mage4.functions.sh:  
   fixed again a typo  
  * [r312] usr/lib/mage/mage4.functions.sh,  
   usr/lib/mage/pkgbuild_dir.sh:  
   fixed installation of char-devices  
  * [r310] usr/lib/mage/mage4.functions.sh:  
   fixed a typo: mknode -> mknod  
   
 2005-12-26  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r306] usr/lib/mage/smage2.sh:  
   - fixed header in created mage file  
   - style updates & typos  
  * [r305] usr/lib/mage/mage4.sh:  
   fixed mage setup; some dir get not correctly installed if  
   MROOTwas set; mage_setup was called too early  
  * [r304] usr/lib/mage/magequery.sh:  
   added -f path search option  
   
 2005-12-04  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r299] usr/lib/mage/mage4.sh:  
   removed version info from usage  
  * [r298] usr/lib/mage/mage.rc.global:  
   only use MAGE_DISTRIBUTION=stable if nothing else is given  
  * [r295] usr/lib/mage/mage4.sh:  
   - version doesn't show versioninfo twice now  
   - fixed whitespaces  
   - updated usage() with MAGE_DISTRIBUTION  
  * [r294] usr/lib/mage/mage4.functions.sh:  
   delete virtuals only if one pkg is installed  
   
 2005-12-01  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r288] usr/lib/mage/mage.rc.global:  
   - added default PACKAGES_SERVER_PATH var  
   - added default MAGE_DISTRIBUTION=stable var  
  * [r287] usr/lib/mage/mage4.sh:  
   - set PKGDIR and BUILDDIR to MROOT if defined  
   - fixed missing regen-mage-tree command in usage()  
  * [r286] usr/lib/mage/mage4.functions.sh:  
   - added variable package fetch path  
   - added new MAGE_DISTRIBUTION variable support  
  * [r285] usr/lib/mage/env-rebuild.sh:  
   missed to create the tmp dir  
   
 2005-11-05  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r284] usr/lib/mage/pkgsearch.sh:  
   nicer output, added testing state support  
   
 2005-10-26  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r283] usr/lib/mage/etc-update:  
   synced with upstream:  
   - fixed several segfaults  
   - allow single quotes in config-file  
   - now really using less as pager  
   
 2005-10-21  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r281] usr/lib/mage/version:  
   ver bump  
  * [r280] usr/lib/mage/mage4.functions.sh:  
   added config prot support for uninstalling  
  * [r278] usr/lib/mage/version:  
   fixed version  
  * [r273] usr/lib/mage/mage4.functions.sh:  
   fixed virtual_add and virtual_del calls with mutiple provides  
  * [r272] usr/lib/mage/pkgbuild_dir.sh:  
   fixed includes; fixed whitespaces  
   
 2005-10-04  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r260] usr/lib/mage/env-rebuild.sh:  
   - typo  
  * [r259] usr/lib/mage/env-rebuild.sh:  
   - "better" coding style  
   - secure temp-dirs  
   - fixed noisiness on bootstrap  
  * [r258] usr/lib/mage/mage4.functions.sh:  
   now using unset -f pre/post{install,remove} so that they do not  
   get exported or globally set in any way  
  * [r257] usr/lib/mage/version:  
   fixed version to 0.4.0-r5  
   
 2005-10-03  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r256] usr/lib/mage/smage2.sh:  
   fixed a typo  
  * [r255] usr/lib/mage/smage2.sh:  
   added a new function generate_package_md5sum() and using it ;)  
  * [r254] usr/lib/mage/mage4.sh:  
   fixed the pre/postinstall issue, not sourcing the magefiles in  
   unsafe environments anymore  
   
 2005-10-02  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r253] usr/lib/mage/smage2.sh:  
   added export_inherits() function  
  * [r252] usr/lib/mage/mage4.functions.sh:  
   fixed is_newer_mage_version_available(), so it works again  
  * [r251] usr/lib/mage/version:  
   set version to 0.4.0-r4  
  * [r250] usr/lib/mage/depwalker.sh:  
   fixed missing deps in src/upgrade and speed this thing up  
  * [r249] usr/lib/mage/mage4.functions.sh:  
   added export_inherits() function  
   
 2005-09-27  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r248] usr/lib/mage/mage4.functions.sh:  
   now unseting pre/post-install/remove functions in mage_install()  
   and mage_uninstall()  
  * [r247] usr/lib/mage/mage4.sh:  
   - added some better messages  
   - fixed broken mage upgrade/srcupgrade  
   
 2005-09-11  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r241] usr/lib/mage/version:  
   set version to 0.4.0-r3  
  * [r240] usr/lib/mage/mage4.functions.sh:  
   fixed some uninstall issues  
  * [r239] usr/lib/mage/mage4.sh:  
   added missing COLBOLD var  
   
 2005-09-10  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r237] usr/lib/mage/mage4.functions.sh:  
   added new search method  
  * [r236] usr/lib/mage/mage4.sh:  
   - fixed wrong include locations  
   - added some missing colors  
   - added new search method  
  * [r235] usr/lib/mage/depwalker.sh:  
   fixed wrong include locations  
   
 2005-09-09  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r233] usr/lib/mage/mage4.sh:  
   fixed some not working methods  
  * [r232] usr/lib/mage/mage4.sh:  
   fixed includes  
  * [r231] usr/lib/mage/depwalker.sh:  
   added upgrade targets  
  * [r230] usr/lib/mage/mage4.sh:  
   added upgrade and unpack targets  
  * [r229] usr/lib/mage/magequery.sh:  
   typo  
  * [r228] usr/lib/mage/magequery.sh:  
   added ${MROOT} support  
  * [r227] usr/lib/mage/mage4.functions2.sh[DEL]:  
   reomved, it was accidently committed  
  * [r226] usr/lib/mage/depwalker.sh[ADD],  
   usr/lib/mage/mage.rc.global[ADD],  
   usr/lib/mage/mage4.functions.sh[ADD],  
   usr/lib/mage/mage4.functions2.sh[ADD],  
   usr/lib/mage/mage4.sh[ADD]:  
   complete rewrite  
  * [r225] usr/lib/mage/version:  
   set version to 0.4.0-r1  
  * [r223] usr/lib/mage/create_desktop_app.sh,  
   usr/lib/mage/env-rebuild.sh:  
   added ${MROOT} support for upcoming mage-0.4.x  
   
 2005-08-28  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r215] usr/lib/mage/version:  
   set version to 0.3.7-r5  
  * [r214] usr/lib/mage/smage2.sh:  
352    -fixed whitespaces    -fixed whitespaces
353    - fixed magefile gen:   * [r2545] src/tools/search_soname.sh[CPY],
354    - fixed $header    usr/lib/mage/search_soname.sh[DEL]:
355    - moved MAGE_TARGETS above to PKGTYPE    -moved usr/lib/mage/search_soname.sh > src/tools/search_soname.sh
356   * [r213] usr/lib/mage/mage3.functions.sh:   * [r2544] src/tools/ldd-fix.sh[CPY], usr/lib/mage/ldd-fix.sh[DEL]:
357    - only show protected files on verbose mode    -moved usr/lib/mage/ldd-fix.sh > src/tools/ldd-fix.sh
358   * [r212] usr/lib/mage/mage3.sh:   * [r2543] src/tools/autodepend.sh[CPY],
359    - added NOCOLORS option    usr/lib/mage/autodepend.sh[DEL]:
360   * [r211] usr/lib/mage/mageupgrade.sh:    -moved usr/lib/mage/autodepend.sh > src/tools/autodepend.sh
361    - added --calc and --calc-bash   * [r2542] conf/mage.rc.global.in[CPY],
362    - added NOCOLOR option    usr/lib/mage/mage.rc.global.in[DEL]:
363   * [r210] usr/lib/mage/magequery.sh:    -moved usr/lib/mage/mage.rc.global.in > conf/mage.rc.global.in
364    added fetch_inventory   * [r2541] src/compressdoc[CPY], usr/lib/mage/compressdoc[DEL]:
365      -moved usr/lib/mage/compressdoc > src/compressdoc
366  2005-08-22  Niels Rogalla <niro@magellan-linux.de>   * [r2540] src/etc-update[CPY], usr/lib/mage/etc-update[DEL]:
367      -moved usr/lib/mage/etc-update > src/etc-update
368   * [r208] usr/lib/mage/sourceinstall.sh:   * [r2539] src/env-rebuild.in[CPY], src/env-rebuild.sh[DEL]:
369    small error, now sourceinstall still works without any    -renamed env-rebuild.sh > env-rebuild.in
370    mage_targets   * [r2538] src/env-rebuild.sh[CPY],
371   * [r207] usr/lib/mage/sourceinstall.sh:    usr/lib/mage/env-rebuild.sh[DEL]:
372    small error, now sourceinstall still works without any    -moved usr/lib/mage/env-rebuild.sh > src/env-rebuild.sh
373    mage_targets   * [r2537] src/helper/muserdel[CPY], usr/lib/mage/muserdel[DEL]:
374   * [r206] usr/lib/mage/sourceinstall.sh:    -move usr/lib/mage/muserdel > src/helper/muserdel
375    targets must be readded when running mage install   * [r2536] src/helper/museradd[CPY], usr/lib/mage/museradd[DEL]:
376   * [r205] usr/lib/mage/smage2.sh:    -moved usr/lib/mage/museradd > src/helper/museradd
377    typo   * [r2535] src/helper/mgroupdel[CPY], usr/lib/mage/mgroupdel[DEL]:
378   * [r204] usr/lib/mage/smage2.sh:    -moved usr/lib/mage/mgroupdel > src/helper/mgroupdel
379    forgotten to include MAGE_TARGETS into mage files   * [r2534] src/helper/mgroupadd[CPY], usr/lib/mage/mgroupadd[DEL]:
380      -move usr/lib/mage/mgroupadd > src/helper/mgroupadd
381  2005-08-21  Niels Rogalla <niro@magellan-linux.de>   * [r2533] doc/template.smage2[CPY],
382      usr/share/doc/mage/template.smage2[DEL]:
383   * [r203] usr/lib/mage/version:    -moved usr/share/doc/mage/template.smage2 > doc/template.smage2
384    fixed version to 0.3.7-r4   * [r2532] doc/template.mage[CPY],
385   * [r202] usr/lib/mage/mage3.sh, usr/lib/mage/smage2.sh,    usr/share/doc/mage/template.mage[DEL]:
386    usr/lib/mage/sourceinstall.sh:    -moved usr/share/doc/mage/template.mage > doc/template.mage
387    added auto regen suport of the whole mage-tree and added   * [r2531] doc[ADD]:
388    MAGE_TARGETS support to mage srcinstall    -added doc dir
389   * [r201] usr/lib/mage/smage2.sh:   * [r2530] conf/mage.rc.example[CPY], etc/mage.rc.example[DEL]:
390    typo    -moved etc/mage.rc.example > conf/mage.rc.example
391   * [r200] usr/lib/mage/smage2.sh:   * [r2529] conf/etc-update.conf[CPY], etc/etc-update.conf[DEL]:
392    fixed the whole fix_dep logic as virtual support was broken    -moved etc/etc-update.conf > conf/etc-update.conf
393   * [r199] usr/lib/mage/smage2.sh:   * [r2528] conf[ADD]:
394    fixed fix_dep logic in regen-mage-tree    -added conf directory
395   * [r198] usr/lib/mage/smage2.sh:   * [r2527] src[ADD], src/helper[ADD], src/tools[ADD]:
396    fixed typos    -src layout
397     * [r2526] VERSION:
398  2005-08-20  Niels Rogalla <niro@magellan-linux.de>    -version 0.5-DEV
399     * [r2525] .[CPY]:
400   * [r197] usr/lib/mage/smage2.sh:    -open mage-next branch
   includes comes after all vars not, to provide the possibility to  
   define special vars which may needed by the include  
  * [r196] usr/lib/mage/smage2.sh:  
   better whitepsace handling mage regen, and move special vars to  
   special tags section  
  * [r195] usr/lib/mage/smage2.sh:  
   fixed target logic  
  * [r194] usr/lib/mage/smage2.sh:  
   added SPECIAL_VARS variable to mage file regen  
   
 2005-08-19  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r193] usr/lib/mage/smage2.sh:  
   fixed regen module-dependencies  
  * [r192] usr/lib/mage/smage2.sh:  
   - fixed whitespaces  
   - do not unset PKGNAME in regen_mage_tree  
   - renamed helper function to build_mage_srcipt  
   - added MAGE_TARGETS support for pkgbuild  
  * [r191] usr/lib/mage/smage2.sh:  
   - added very basic MAGE_TARGETS support (currently only for  
   mage-tree regen)  
     
   - added possibility to regen the mage-tree with given  
   informations in smage2 files  
  * [r190] usr/lib/mage/mage3.functions.sh:  
   fixed verbose messages and hopefully fixed the version issue (  
   2.8.2 > 2.10.0)  
   
 2005-08-16  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r187] usr/lib/mage/mageupgrade.sh:  
   added command line parameters support  
  * [r186] usr/lib/mage/mage3.sh, usr/lib/mage/smage2.sh:  
   fixed version, source now ${MLIBDIR}/version  
  * [r185] usr/lib/mage/version[ADD]:  
   nre file  
   
 2005-08-09  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r183] usr/lib/mage/smage2.sh:  
   ixed multiincludes  
   
 2005-07-31  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r179] usr/lib/mage/mage3.functions.sh:  
   typo  
  * [r178] usr/lib/mage/mage3.functions.sh:  
   minclude: only verbose when MAGEDBUG=on  
  * [r177] usr/lib/mage/mage3.functions.sh, usr/lib/mage/smage2.sh:  
   only style updates  
  * [r176] usr/lib/mage/mage3.functions.sh:  
   fixed typos  
  * [r175] usr/lib/mage/smage2.sh:  
   fixed version; typos and style  
  * [r174] usr/lib/mage/mage3.sh:  
   fixed version  
  * [r172] usr/lib/mage/smage2.sh:  
   added sminclude function  
  * [r171] usr/lib/mage/mage3.functions.sh:  
   added autodetecting of newer mage versions and added minclude and  
   sminclude functions  
  * [r169] usr/lib/mage/ldd-fix.sh, usr/lib/mage/mage3.sh,  
   usr/lib/mage/pkgbuild_dir.sh, usr/lib/mage/smage2.sh:  
   fixed locale issue; pkgs get not build or installed if the  
   default system local ist another than LC_ALL=C  
   
 2005-07-29  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r167] usr/lib/mage/mage3.sh, usr/lib/mage/smage2.sh:  
   updated mage version  
  * [r166] usr/lib/mage/mageupgrade.sh:  
   fixed missing fake directory when updating  
   
 2005-07-23  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r157] usr/lib/mage/mage3.sh:  
   added mutiple PROVIDE support; fixed version  
  * [r156] usr/lib/mage/smage2.sh:  
   fixed version  
   
 2005-06-28  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r90] usr/lib/mage/mage3.sh, usr/lib/mage/smage2.sh:  
   fixed version number  
  * [r89] usr/lib/mage/smage2.sh:  
   fixed download of non-mirrored files  
   
 2005-06-03  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r87] usr/lib/mage/ldd-fix.sh:  
   fixed -mount  
   
 2005-06-01  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r86] usr/lib/mage/mage3.sh:  
   fixed version  
  * [r85] usr/lib/mage/smage2.sh:  
   fixed version and unsetting NOSTRIP now  
  * [r84] etc/mage.rc.example:  
   fixed CFLAGS for >=gcc-3.4 and removed -s option  
  * [r83] usr/lib/mage/sourceinstall.sh:  
   changed version tagging only  
  * [r82] usr/lib/mage/find_not_installed.sh[ADD],  
   usr/lib/mage/ldd-fix.sh[ADD]:  
   new  
  * [r81] usr/lib/mage/mage3.functions.sh:  
   minor changes in the force_mtime function; forced touch not  
   creating any files -> fixes sources-symlink issue in the kernel  
   packages  
  * [r80] usr/lib/mage/mageupgrade.sh:  
   heavily changed:  
   - added preview which pkgs are going to be installed  
   - added src-compile support  
   - some minor logic fixes  
  * [r79] usr/lib/mage/smage2.sh:  
   added functions for stripping bins and libs  
  * [r78] usr/lib/mage/compressdoc,  
   usr/lib/mage/create_desktop_app.sh, usr/lib/mage/depwanderer.sh,  
   usr/lib/mage/env-rebuild.sh, usr/lib/mage/mage3.sh,  
   usr/lib/mage/magequery.sh, usr/lib/mage/mgroupadd,  
   usr/lib/mage/mgroupdel, usr/lib/mage/mkinfodir,  
   usr/lib/mage/museradd, usr/lib/mage/muserdel,  
   usr/lib/mage/pkgbuild_dir.sh, usr/lib/mage/pkgsearch.sh:  
   changed version tagging only  
  * [r77] usr/lib/mage/writeprotected:  
   remove usage of expr; using $((foo + 1)) now  
   
 2005-02-16  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r66] usr/lib/mage/mage3.sh, usr/lib/mage/smage2.sh:  
   rev bump to 0.3.6-r15; serveral fixes  
  * [r64] usr/lib/mage/mage3.sh:  
   rev bump to 0.3.6-r14  
  * [r63] usr/lib/mage/smage2.sh:  
   rev bump to 0.3.6-r13; fixed a bad typo that caused smage2 not to  
   fail while the checksum test  
   
 2005-02-15  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r61] usr/lib/mage/smage2.sh:  
   cosmetic fix  
  * [r60] usr/lib/mage/compressdoc,  
   usr/lib/mage/create_desktop_app.sh, usr/lib/mage/depwanderer.sh,  
   usr/lib/mage/env-rebuild.sh, usr/lib/mage/etc-update,  
   usr/lib/mage/mage3.functions.sh, usr/lib/mage/mage3.sh,  
   usr/lib/mage/magequery.sh, usr/lib/mage/mageupgrade.sh,  
   usr/lib/mage/mgroupadd, usr/lib/mage/mgroupdel,  
   usr/lib/mage/mkinfodir, usr/lib/mage/museradd,  
   usr/lib/mage/muserdel, usr/lib/mage/pkgbuild_dir.sh,  
   usr/lib/mage/pkgsearch.sh, usr/lib/mage/sourceinstall.sh,  
   usr/lib/mage/writeprotected:  
   rev bump to 0.3.6-r13  
  * [r59] usr/lib/mage/smage2.sh:  
   rev bump to 0.3.6-r13; added download support for srcfiles and  
   valiadtion with md5 checksum  
  * [r57] usr/lib/mage/compressdoc,  
   usr/lib/mage/create_desktop_app.sh, usr/lib/mage/depwanderer.sh,  
   usr/lib/mage/etc-update, usr/lib/mage/mage3.functions.sh,  
   usr/lib/mage/magequery.sh, usr/lib/mage/mageupgrade.sh,  
   usr/lib/mage/mgroupadd, usr/lib/mage/mgroupdel,  
   usr/lib/mage/mkinfodir, usr/lib/mage/museradd,  
   usr/lib/mage/muserdel, usr/lib/mage/pkgbuild_dir.sh,  
   usr/lib/mage/pkgsearch.sh, usr/lib/mage/smage2.sh,  
   usr/lib/mage/sourceinstall.sh, usr/lib/mage/writeprotected:  
   updated release version to 0.3.6-r12  
   
 2005-02-14  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r56] usr/lib/mage/mage3.sh:  
   now sourcing /etc/profile everytime before a pkg gets installed,  
   fixes several enviroment issues  
  * [r55] usr/lib/mage/env-rebuild.sh:  
   added OMF_DIR support  
   
 2005-01-10  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r44] usr/lib/mage/mage3.sh:  
   updated path variable and now sourcing /etc/profile everytime  
  * [r43] usr/lib/mage/depwanderer.sh, usr/lib/mage/env-rebuild.sh,  
   usr/lib/mage/etc-update, usr/lib/mage/mage3.functions.sh,  
   usr/lib/mage/magequery.sh, usr/lib/mage/mageupgrade.sh,  
   usr/lib/mage/mkinfodir, usr/lib/mage/pkgbuild_dir.sh,  
   usr/lib/mage/pkgsearch.sh, usr/lib/mage/smage2.sh,  
   usr/lib/mage/sourceinstall.sh, usr/lib/mage/writeprotected:  
   updated revision tags  
  * [r42] usr/lib/mage/mgroupadd[ADD], usr/lib/mage/mgroupdel[ADD],  
   usr/lib/mage/museradd[ADD], usr/lib/mage/muserdel[ADD]:  
   initial release  
   
 2005-01-06  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r40] usr/lib/mage/compressdoc,  
   usr/lib/mage/create_desktop_app.sh, usr/lib/mage/depwanderer.sh,  
   usr/lib/mage/env-rebuild.sh, usr/lib/mage/etc-update,  
   usr/lib/mage/mage3.functions.sh, usr/lib/mage/mage3.sh,  
   usr/lib/mage/magequery.sh, usr/lib/mage/mageupgrade.sh,  
   usr/lib/mage/mkinfodir, usr/lib/mage/pkgbuild_dir.sh,  
   usr/lib/mage/pkgsearch.sh, usr/lib/mage/smage2.sh,  
   usr/lib/mage/sourceinstall.sh, usr/lib/mage/writeprotected:  
   updated revision tags  
  * [r39] usr/lib/mage/mage3.functions.sh,  
   usr/lib/mage/writeprotected:  
   fixed handling of filenames with spaces  
  * [r37] usr/lib/mage/mageupgrade.sh:  
   suppress annoying unstable messages  
  * [r36] usr/lib/mage/mage3.functions.sh, usr/lib/mage/mage3.sh:  
   exit 1 has broken mageupgrade, now using return 1; exit stuff now  
   in mage3.sh  
  * [r35] usr/share/doc/mage-0.3/template.smage2:  
   added some descriptions  
  * [r34] usr/lib/mage/fix_database-mage-0.3.6-r5.sh[DEL],  
   usr/lib/mage/fixdatabase_ifs.sh[DEL],  
   usr/lib/mage/magemanager.sh[DEL]:  
   removed old deprecated cruft  
  * [r33] usr/lib/mage/compressdoc,  
   usr/lib/mage/create_desktop_app.sh, usr/lib/mage/depwanderer.sh,  
   usr/lib/mage/env-rebuild.sh, usr/lib/mage/etc-update,  
   usr/lib/mage/mage3.functions.sh, usr/lib/mage/mage3.sh,  
   usr/lib/mage/magemanager.sh, usr/lib/mage/magequery.sh,  
   usr/lib/mage/mageupgrade.sh, usr/lib/mage/mkinfodir,  
   usr/lib/mage/pkgbuild_dir.sh, usr/lib/mage/pkgsearch.sh,  
   usr/lib/mage/smage2.sh, usr/lib/mage/sourceinstall.sh,  
   usr/lib/mage/writeprotected:  
   fixed version tags  
  * [r32] usr/lib/mage/magequery.sh[ADD],  
   usr/lib/mage/mageupgrade.sh[ADD]:  
   initial release  
  * [r31] usr/lib/mage/mage3.functions.sh:  
   get_highest_magefile() returns now an error message if any found  
   pkg are unstable and USE_UNSTABLE=true is not declared  
  * [r30] usr/lib/mage/mage3.sh:  
   fixed uninstallation of virtual db entries, even if another  
   versions of the same package exists. now it dectect this and do  
   not remove this entry  
   
 2005-01-05  Niels Rogalla <niro@magellan-linux.de>  
   
  * [r29] usr/lib/mage/depwanderer.sh:  
   fixed handling of virtual pakages  
  * [r24] .[ADD], etc[ADD], etc/etc-update.conf[ADD],  
   etc/mage.rc.example[ADD], usr[ADD], usr/lib[ADD],  
   usr/lib/mage[ADD], usr/lib/mage/compressdoc[ADD],  
   usr/lib/mage/create_desktop_app.sh[ADD],  
   usr/lib/mage/depwanderer.sh[ADD],  
   usr/lib/mage/env-rebuild.sh[ADD], usr/lib/mage/etc-update[ADD],  
   usr/lib/mage/fix_database-mage-0.3.6-r5.sh[ADD],  
   usr/lib/mage/fixdatabase_ifs.sh[ADD],  
   usr/lib/mage/mage3.functions.sh[ADD], usr/lib/mage/mage3.sh[ADD],  
   usr/lib/mage/magemanager.sh[ADD], usr/lib/mage/mkinfodir[ADD],  
   usr/lib/mage/pkgbuild_dir.sh[ADD],  
   usr/lib/mage/pkgsearch.sh[ADD], usr/lib/mage/smage2.sh[ADD],  
   usr/lib/mage/sourceinstall.sh[ADD],  
   usr/lib/mage/writeprotected[ADD], usr/share[ADD],  
   usr/share/doc[ADD], usr/share/doc/mage-0.3[ADD],  
   usr/share/doc/mage-0.3/template.mage[ADD],  
   usr/share/doc/mage-0.3/template.smage2[ADD]:  
   mage-0.3.6-r8 import  
401    

Legend:
Removed from v.1442  
changed lines
  Added in v.3036